declare smobs in alloc.c
[bpt/emacs.git] / lisp / org / ChangeLog
CommitLineData
5d2638bd
SM
12014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * org-compat.el (activate-mark): Set transient-mark-mode buffer-locally.
4
33848c48
ML
52014-06-22 Mario Lang <mlang@delysid.org>
6
7 * org-list.el (org-list-insert-item): The the -> the.
8
9 * org-bibtex.el (org-bibtex-fields): The the -> the.
10
9c3883b4
DA
112013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * ob-core.el (org-babel-insert-result): Prefer point-min-marker
14 and point-max-marker.
15 * org-mouse.el (org-mouse-do-remotely): Prefer point-marker
16 to copy-marker of point.
17
6711a21f
SM
182014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * org-compat.el (org-font-lock-ensure): New function.
21 * ox-odt.el (org-odt-do-format-code):
22 * ox-html.el (org-html-fontify-code):
23 * org.el (org-fontify-like-in-org-mode):
24 * org-src.el (org-src-font-lock-fontify-block):
25 * org-clock.el (org-clock-get-clocktable): Use it.
26 * ox-org.el (org-org-publish-to-org): Use it. Avoid using find-file
27 from Elisp.
28
45d2587d
ES
292014-05-12 Eric Schulte <eric.schulte@gmx.com>
30
31 * ob-screen.el (org-babel-screen-session-write-temp-file)
32 (org-babel-screen-test):
33 Use unpredictable names for temporary files. (Bug#17416)
34
30cb51f1
BG
352014-04-22 Aaron Ecay <aaronecay@gmail.com>
36
37 * org-src.el (org-edit-src-exit): Place an undo boundary before
38 writing changes back to parent buffer.
39
402014-04-22 Achim Gratz <Stromeko@Stromeko.DE>
41
42 * ob-gnuplot.el (org-babel-gnuplot-process-vars):
43 `org-babel-gnuplot-table-to-data´ expects a table, so we need to
44 construct one when Babel hands us a vector.
45
6711a21f
SM
46 * ob-ref.el (org-babel-ref-parse):
47 If `org-babel-current-src-block-location' is a marker, it can be from
30cb51f1
BG
48 another buffer, use marker-position instead in this case.
49
502014-04-22 Arun Persaud <apersaud@lbl.gov> (tiny change)
51
6711a21f 52 * org-src.el (org-edit-src-exit): Don't add indentation on empty lines.
30cb51f1
BG
53
542014-04-22 Bastien Guerry <bzg@gnu.org>
55
56 * org.el (org-insert-heading): Fix behavior when point is at the
57 beginning of a heading or a list item. Enhance docstring.
58
59 * ox-html.el (org-html-infojs-install-script): Don't install
60 infojs scripts when #+INFOJS_OPT: is empty.
61
62 * org.el (org-mode): Fix the use of `org-*-element' functions for
63 C-M-a and C-M-e but fix C-M-e.
64
65 * org-agenda.el (org-agenda-search-view): Fix tag.
66
67 * org.el (org-check-before-invisible-edit): Don't just cycle, show
68 the subtree, as cycling may leave the current heading folded.
69 (org-contextualize-validate-key): Fix wrong test.
70
71 * org-bibtex.el (org-bibtex-headline): Don't throw an error when
72 trying to add a keyword field to a BibTeX entry that is not known
73 by BibTeX or defined by the user.
74 (org-bibtex, org-bibtex-no-export-tags): Fix docstrings.
75
76 * ox-latex.el (org-latex-src-block): Fix wrong propagation of
77 labels and captions when using the listings environment.
78
79 * org.el (org-sort-entries): Fix the number of blank lines to
80 keep for the last entry to sort.
81
82 * org-clock.el (org-clock-put-overlay): Fix display when
83 `org-indent-mode' is on.
84
85 * org.el (org-sort-entries): Allow to sort by clocking time.
86
87 * org-agenda.el (org-agenda-finalize): Apply all filters
88 correctly.
89
90 * org.el (org-update-dblock): Use `save-excursion' instead of
91 `save-window-excursion' so that blocks can edit other windows and
92 change the window layout.
93
94 * org-agenda.el (org-agenda-mode): Disable `indent-tabs-mode'.
95 (org-agenda-dim-blocked-tasks): Make overlays intangible.
96 (org-agenda-show-new-time): Fix bug when deleting a timestamp
97 right after changing it.
98 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item)
99 (org-agenda-get-sexps, org-agenda-filter-by-regexp)
100 (org-agenda-filter-top-headline-apply): Fix indentation.
101
102 * org.el (org-cycle): Try `org-try-cdlatex-tab' before trying
103 to edit/move as in a table.
104
105 * org-agenda.el (org-agenda-show-new-time): Don't use
106 `move-beginning-of-line' as it is slower and not needed.
107
108 * org-compat.el (org-move-to-column): Temporarily set
109 `buffer-invisibility-spec' more accurately.
110
111 * ox-latex.el (org-latex-text-markup-alist): Use \ul{...} for
112 underlining instead of \uline{...} as requiring the hyperref
113 package makes \uline{...} unusable on headline.
114
115 * org.el (org-latex-default-packages-alist): Add the "soul"
116 package.
117
118 * org.el (org-refresh-properties): Don't add the property to
119 the whole subtree, only to the part between the beginning of
120 the headline and the end of the "content", before any other
121 headline. This fix a bug about properties displayed as
122 inherited in the agenda, where Org properties are checked
123 against text properties.
124
125 * ox-latex.el (org-latex--text-markup): Replace newlines by
126 whitespaces in \verb constructs.
127
128 * org-agenda.el (org-agenda-filter-hide-line): Hide from the
129 beginning of the line to the beginning of the next line.
130 (org-agenda-show-new-time): Use `move-beginning-of-line' and
131 `move-end-of-line'.
132 (org-agenda-drag-line-forward): Adapt to the new definition of
133 hidden filtered lines.
134
135 * org-compat.el (org-move-to-column): Always ignore invisible
136 text in agenda buffer, and when there is both a bracket link
137 and '(org-link) as a member of `buffer-invisibility-spec'.
138 Add a docstring.
139
140 * org.el (org-align-tags-here): Add docstring and remove useless
141 arguments when calling `org-move-to-column'.
142
143 * org-table.el (org-table-copy-down)
144 (org-table-find-dataline, org-table-move-row)
145 (org-table-insert-hline, org-table-kill-row):
146 * org-agenda.el (org-agenda-next-item)
147 (org-agenda-previous-item, org-agenda-todo)
148 (org-agenda-priority, org-agenda-show-new-time)
149 (org-agenda-clock-in, org-agenda-clock-out): Remove useless
150 arguments when calling `org-move-to-column'.
151
152 * org.el (org-refile): Fix calling with a numeric prefix argument
153 of 3 to refile and keep.
154
155 * org-clock.el (org-clock-get-table-data): When :link is `t' in
156 the clocktable parameters, bracket links in the clocktable should
157 only contain their description, other C-c C-o will try to open the
158 bracket link at point instead of the headline.
159
160 * org-agenda.el (org-agenda-todo): Always restore the window state
161 after `org-agenda-change-all-lines' has been called.
162 (org-agenda-open-link): Don't throw an error when trying to open a
163 link when the point is on a place that is not associated with a
164 buffer.
165
166 * ox-latex.el (org-latex-link): Escape `%' characters.
167
168 * org.el (org-entry-get-with-inheritance): Remove wrong quote.
169 (org-entry-get): Only try to combine file properties with local
170 properties when the property drawer contains such local property,
171 not when the property drawer exists.
172
173 * ox-latex.el (org-latex-link):
174 * ox-html.el (org-html-link):
175 * ox-beamer.el (org-beamer-link): Fix links to radio targets.
176
177 * ox-ascii.el (org-ascii-link): For links to a radio target, use
178 the link, not the target.
179
180 * org.el (org-do-emphasis-faces): Explicitly prevent nested
181 emphasis.
182 (org-insert-heading): Don't remove whitespaces following an empty
183 headline.
184
185 * org-timer.el (org-timer-stop): Set `org-timer-current-timer' to
186 nil.
187
188 * org.el (org-store-link): Ensure desc is not nil before matching
189 a regexp against it. Fall back on an empty string when no
190 description is available.
191
192 * org-agenda.el (org-agenda-list-stuck-projects): Bugfix: set
193 `org-agenda-buffer-name'.
194
195 * org-capture.el (org-capture-finalize): Ensure to widen the
196 buffer when the target buffer is not initially narrowed.
197
198 * org-compat.el (org-move-to-column): Fix bug about ignoring
199 bracket links visibility status in tables with S-RET.
200
201 * org-src.el (org-edit-src-find-region-and-lang): Check if we are
202 in a table.el table last.
203
204 * org.el (org-delete-property): Don't suggest to delete the
205 CATEGORY property when the category is not explicitely set in the
206 property drawer. Also enforce matching when completing.
207 (org-insert-heading): Fix regression: with two universal prefixes,
208 insert heading at the end of the subtree.
209 (org-insert-todo-heading): Bugfix: only enforce the first TODO
210 state when arg is '(4).
211
212 * org-agenda.el (org-agenda-skip-subtree-if): Fix docstring.
213
214 * org.el (org-contextualize-validate-key): Fix bug: perform the
215 check even when (buffer-file-name) returns `nil'.
216
217 * org-colview.el (org-columns-display-here): Let-bind `fm'.
218
219 * org.el (org-emphasis-alist): Use `org-verbatim' for =text=
220 and `org-code' for ~text~.
221 (org-open-link-marker): Fix typo in docstring.
222
223 * org-colview.el (org-columns-display-here): Fix the column
224 view for numbers with a format specifier (e.g. {+; %5.1f}).
225
226 * org-src.el (org-edit-src-code): Throw a warning instead of
227 an error when loading the mode fails, otherwise the user is
228 left with unusable buffers.
229
230 * org-table.el (org-table-copy-down)
231 (org-table-find-dataline, org-table-move-row)
6711a21f
SM
232 (org-table-insert-hline, org-table-kill-row):
233 Use `org-move-to-column' with the IGNORE-INVISIBLE arg set to `t', so
30cb51f1
BG
234 that abbreviated rows don't interfer with setting the cursor back
235 at the correct position.
236
237 * org.el (org-agenda-prepare-buffers): Use `save-excursion'
238 instead of `save-window-excursion'.
239 (org-file-contents): Return an empty string instead of the
240 message.
241 (org-open-at-point): Fix bug when opening a plain link followed by
242 a bracket link.
243 (org-ctrl-c-ctrl-c): Fix behavior when hitting C-c C-c on LaTeX
244 formulas in tables.
245 (org-refile--get-location): New internal function using a wider
246 set of possible refile locations.
247 (org-refile-get-location): Use it.
248 (org-refile): Fix bug when refiling the last subtree of the
249 buffer: don't leave out the last character.
250 (org-sort-entries): Restore the point location when there is
251 nothing to sort.
252
253 * org-table.el (org-table-field-info): Throw a user error when not
254 at a table.
255
6711a21f
SM
256 * org-agenda.el (org-agenda-drag-line-forward):
257 Call `org-agenda-mark-clocking-task' when done.
30cb51f1
BG
258 (org-agenda-mark-clocking-task): Small refactoring.
259
260 * org-compat.el (org-set-transient-map): Alias pointing at
261 `set-transient-map' if defined, at `set-temporary-overlay-map'
262 otherwise.
263
264 * org-agenda.el (org-agenda-next-item)
265 (org-agenda-previous-item, org-agenda-toggle-archive-tag)
266 (org-agenda-todo, org-agenda-priority, org-agenda-clock-in)
267 (org-agenda-clock-out): Put the cursor back on the correct
268 column, when possible.
269 (org-agenda-todo): When `org-clock-out-when-done' is `t', also
270 remove the current clock overlay.
271
272 * org.el (org-format-latex-options): Fix docstring.
273
274 * ox.el (org-export--get-subtree-options): When using the headline
275 as a title for a subtree export, only take the true heading, no
276 TODO keyword, no priority cookie, no tag.
277
278 * org.el (customize-package-emacs-version-alist): Fix Org version
279 for Emacs 24.4.
280
281 * org.el (org-demote): Ignore invisible text when aligning tags.
282 (org-set-tags): When JUST-ALIGN is 'ignore-column, ignore
283 invisible text when restoring the cursor to the correct column.
284
285 * ob-python.el (org-babel-python-var-to-python): Bugfix: Strip
286 properties before formatting the results.
287
288 * org-agenda.el (org-agenda-regexp-filter-preset): Fix typo in
289 docstring.
290 (org-agenda-reapply-filters): New function.
291 (org-agenda-drag-line-forward): Rewrite to fix a bug when used
292 in filtered agendas.
293 (org-agenda-drag-line-backward): Rewrite using
294 `org-agenda-drag-line-forward'.
295
296 * ob-table.el (org-sbe): Rename from `sbe'.
297
298 * org.el (org-store-link): When a link has been stored, always
299 returns it.
300
301 * ob-python.el (org-babel-python-var-to-python): Fix code typo.
302
303 * org-entities.el (org-entities-help): Prevent the display of
304 pretty entities, as this help buffer is meant to list literal
305 strings, not utf-8 representations.
306
3072014-04-22 Benjamin Drieu <bdrieu@april.org>
308
309 * org.el (org-store-link): Fix selection of the function to store
310 the link.
311
3122014-04-22 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
313
314 * org.el (org-entry-get-with-inheritance): Temporarily let-bind
315 `org-file-properties', `org-global-properties' and
316 `org-global-properties-fixed' to nil before calling
317 `org-entry-get' on entries up the hierarchy from the queried
318 entry.
319
3202014-04-22 Justin Gordon <justin.gordon@gmail.com>
321
6d80e8a9 322 * ox-md.el (org-md-separate-elements): Fix blank line insertion
30cb51f1
BG
323 between elements.
324
325 * ox-md.el (org-md-inner-template): New function.
326
3272014-04-22 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
328
329 * org-bibtex.el (org-bibtex-headline): Fix insertion of keywords
330 of unknown BibTeX entries.
331
3322014-04-22 Markus Hauck <markus1189@gmail.com> (tiny change)
333
6711a21f
SM
334 * org-agenda.el (org-agenda-get-scheduled):
335 If `org-agenda-skip-scheduled-if-deadline-is-shown' is set to
30cb51f1
BG
336 'repeated-after-deadline, still show tasks without any deadline
337
3382014-04-22 Michael Brand <michael.ch.brand@gmail.com>
339
340 * org-table.el (org-table-fix-formulas): Handle multiple #+TBLFM
341 lines with `forward-line'.
342
3432014-04-22 Michael Weylandt <michael.weylandt@gmail.com> (tiny change)
344
345 * ox-latex.el (org-latex-export-to-latex): Downcase the language
346 name when using minted highlighting for src block exports.
347
3482014-04-22 Nick Dokos <ndokos@gmail.com>
349
350 * org-mobile.el (org-mobile-create-index-file): delete :grouptags
351 entries from tags list when creating the org-mobile index file.
352
3532014-04-22 Nicolas Goaziou <n.goaziou@gmail.com>
354
355 * ox.el (org-export-copy-to-kill-ring): Comply to docstrings
356 standards.
357
358 * org.el (org-sparse-tree): Fix code typo. Small refactoring.
359
360 * ox-latex.el (org-latex-link):
361 * ox-html.el (org-html-link): Do not expand absolute file names
362 and do not try to fix hierarchy part, as it is already taken care of
363 at the parser level.
364
365 * ox-md.el (org-md-link): Ditto. Also fix absolute file names.
366
367 * ox-odt.el (org-odt-link):
368 * ox-man.el (org-man-link):
369 * ox-texinfo.el (org-texinfo-link):
370 * org-element.el (org-element-link-parser): Fix ill-defined "file"
371 type links. Expand absolute file names in the process.
372
373 * org.el (org-make-link-regexps): Use `regexp-opt' instead of
374 `mapconcat' and `regexp-quote'.
375
376 * ox-html.el (org-html-link):
377 * ox-latex.el (org-latex-link):
378 * ox-man.el (org-man-link):
379 * ox-odt.el (org-odt-link):
380 * ox-html.el (org-html-link):
381 * ox-latex.el (org-latex-link):
382 * ox-man.el (org-man-link):
383 * ox-odt.el (org-odt-link):
384 * ox-texinfo.el (org-texinfo-link): Append "//" after some link
385 types.
386
387 * ox-md.el (org-md-link):
388 * org.el (org-make-link-regexps): Allow optional double slashes
389 after type. Small refactoring.
390
391 * org-element.el (org-element-headline-parser): Tiny refactoring.
392
393 * org-element.el (org-element-headline-parser): Correctly parse
394 blank lines after a headline.
395
396 * org-element.el (org-element-table-cell-parser)
397 (org-element-table-cell-successor): Recognize cell even when last
398 vertical bar is missing.
399
400 * ox-md.el (org-md-example-block): handle switches and references
401 in source blocks.
402
403 * org.el (org-latex-packages-alist)
404 (org-latex-default-packages-alist): Update docstrings.
405
406 * ox-ascii.el (org-ascii--unique-links): Ignore white spaces when
407 uniquifying links in section.
408
409 * ox-odt.el (org-odt-template): Ignore blank titles.
410
411 * ox-publish.el (org-publish-find-title): Fix (invalid-read-syntax
412 "#").
413
414 * ox-ascii.el (org-ascii-link):
415 * ox-beamer.el (org-beamer-link):
416 * ox-html.el (org-html-link):
417 * ox-latex.el (org-latex-link):
418 * ox-md.el (org-md-link):
419 * ox-odt.el (org-odt-link): Update radio target export according
420 to recent changes.
421
422 * org-element.el (org-element-all-successors)
423 (org-element-object-restrictions): Prioritize `link' over other
424 successors in order to find radio links starting with another
425 syntax object (e.g., an entity). Also allow text markup within
426 radio targets.
427 (org-element-link-parser): Add contents to radio targets.
428
429 * org.el (org-make-target-link-regexp): Fix regexp so it can match
430 targets starting with an Org object (e.g., an entity).
431 (org-ctrl-c-ctrl-c): Fix function when applied on an object contained
432 within a radio target.
433
434 * org.el (org-mode): Change "\" and "~" characters syntax from
435 `punctuation' to `symbol' so they are on par with other characters
436 used in Org syntax (e.g., "/", "*"...).
437
438 * ox-beamer.el (org-beamer-publish-to-pdf):
439 * ox-latex.el (org-latex-publish-to-pdf): Ensure ".tex" file is
440 generated in the same directory as the ".org" file.
441
442 * ox-latex.el (org-latex-headline): Hard-code "\underline" in
443 sections because "\uline" ("ulem" package) returns an error and
444 "\ul" ("soul" package) doesn't support chinese characters.
445
446 * ox-ascii.el (org-ascii-link): Correctly handle case mismatch
447 between radio targets and radio links.
448
449 * org-element.el (org-element-link-parser): "radio" links have
450 their path downcased to avoid introducing case mismatch with their
451 relative radio target. With this change it is also necessary to
452 add contents to them, since `:path' property no longer matches
453 real value of the link.
454 (org-element-radio-target-parser): Downcase value as explained
455 above. Store the initial value in a new `:raw-value' property.
456
457 * org-element.el (org-element-context): Fix parsing of bold
458 objects at the beginning of a headline.
459
460 * org-element.el (org-element-context): Fix timestamps parsing.
461
462 * ox-beamer.el (org-beamer-item): Insert the export snippet right
463 after the first \item, not all of them.
464
465 * org-element.el (org-element--list-struct): Fix regexp.
466
467 * org-element.el (org-element-inlinetask-parser): Fix parsing when
468 regular and degenerate inlinetasks are mixed in the section.
469
470 * ox-md.el (org-md-link): Generate md links to other Org files
471 instead of html links. Do not confuse caption and alt-text.
472 Provide "img" as default alt-text.
473
474 * org-element.el (org-element-normalize-contents): Do not ignore
475 empty lines when an object follows.
476 (org-element-interpret-data): Do not remove properties by
477 side-effect when interpreting a string, as it also removes them
478 from the parse tree, making the string unusable without its
479 :parent property.
480
481 * ob-exp.el (org-babel-exp-process-buffer): Also check
482 `org-src-preserve-indentation' to know when to preserve indentation.
483 (org-babel-exp-code-template): Include switches in template.
484 (org-babel-exp-code): Provide %switches placeholder.
485
486 * ox-latex.el (org-latex-plain-list): Do not automatically
487 enclose value for :options attribute within square brackets.
488 Instead, append them verbatim next to the block name, as special
489 blocks do.
490
491 * ob-exp.el (org-babel-exp-code): Fix export of src blocks with
492 flags.
493 (org-babel-exp-process-buffer): Make processing more robust when
494 results are inserted before source block or when source block is
495 followed by multiple blank lines.
496
497 * ox.el (org-export-insert-default-template): Only insert
6711a21f
SM
498 keywords and options relatives to the selected back-end.
499 Ignore those relatives to its parent in the case of a derived back-end.
30cb51f1
BG
500
501 * ox-beamer.el: Remove unnecessary package definitions in default
502 class.
503
504 * ox-latex.el (org-latex-headline, org-latex-item): Fix items
505 starting with a square bracket.
506
507 * org.el (org-mode-restart): Fix turning off `org-indent-mode'
508 when necessary.
509 (org-get-previous-line-level): Do not call `org-current-level'
510 twice unless necessary. Also, avoid using `line-number-at-pos'
511 when the information needed is to know if point is in the first
512 line of the visible part of the buffer.
513
514 * ob-core.el (org-babel-get-inline-src-block-matches): Do not
515 compute line number if all is needed is to know if we're on the
516 first one.
517
518 * ox-md.el (org-md-item): Do not return an error when exporting
519 an empty item.
520
521 * ox-beamer.el (org-beamer-select-environment): Function doesn't
522 work if fast tag selection is disabled, so make sure it is always
523 on, independently on user's configuration.
524
5252014-04-22 Nikolai Weibull <now@disu.se> (tiny change)
526
527 * org.el (org-mode): Add guard around set-face-foreground.
528
5292014-04-22 Rasmus <w530@pank.eu>
530
531 * ox-html.el (org-html-html5-elements): Drop reference to hgroup.
532
5332014-04-22 Rick Frankel <rick@rickster.com>
534
535 * ox-html.el (org-html-link): Unescape org-escaped links an
536 re-escape for html (browser).
537
5382014-04-22 Sacha Chua <sacha@sachachua.com>
539
540 * org.el (org-refresh-properties): Don't throw an error when
541 reaching the end of the buffer.
542
5432014-04-22 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
544
545 * org-bibtex.el (org-bibtex-read): Check string length before
546 using aref.
547
5482014-04-22 Yasushi SHOJI <yashi@atmark-techno.com>
549
550 * ox-ascii.el (org-ascii--current-text-width): Convert `length'
551 to `string-width'.
552 (org-ascii--build-title, org-ascii--build-toc)
553 (org-ascii--list-listings, org-ascii--list-tables)
554 (org-ascii-template--document-title)
555 (org-ascii-inner-template, org-ascii-format-inlinetask-default)
556 (org-ascii-format-inlinetask-default, org-ascii-item
557 (org-ascii--table-cell-width, org-ascii-table-cell)
558 (org-ascii--current-text-width): Likewise.
559
4ff933dd
GM
5602014-02-25 Glenn Morris <rgm@gnu.org>
561
562 * org-version.el (org-odt-data-dir):
563 Remove incorrect, duplicate definition. (Bug#16734)
564
136b74c5
PE
5652014-01-08 Paul Eggert <eggert@cs.ucla.edu>
566
567 Spelling fixes.
568 * org-irc.el (org-irc-ellipsify-description): Rename from
569 org-irc-elipsify-description. All uses changed.
570
3c8b09ca
BG
5712013-01-07 Bastien Guerry <bzg@gnu.org>
572
573 * org-clock.el (org-clock-cancel-hook)
574 (org-clock-leftover-time): Fix typo in docstring.
575
576 * ox-odt.el (org-odt--frame): Add a draw:name property to the
577 draw:frame tag.
578 (org-odt-format-label): Don't use short-caption at all.
579
580 * org-rmail.el (org-rmail-follow-link): Don't raise an error when
581 no article is matched.
582
583 * org.el (org-set-tags): Ignore invisible text when restoring
584 cursor position.
585 (org-refile-get-location): Check for a refile position when the
586 position is not nil, otherwise allow to create the parent node if
587 the user requests it.
588 (org-refile-allow-creating-parent-nodes): Fix typo in
589 docstring.
590 (org-entry-get): Minor docstring enhancement.
591 (org-set-startup-visibility): Bugfix.
6711a21f
SM
592 (org-shiftcontrolup, org-shiftcontroldown):
593 When `org-support-shift-select' is not `nil', let-bind it to nil if
3c8b09ca
BG
594 point is on a clock log. Otherwise throw an error.
595
596 * ob-lob.el (org-babel-lob-files): Fix custom type.
597 (org-babel-lob-ingest): Small docstring fix.
598
599 * org-agenda.el (org-cmp-ts): Fix bug: interpret `late' as
600 `later than any date' instead of `later than today'.
601
602 * org.el (org-do-emphasis-faces): Handle false positives by
603 restarting the re-search one char after the beginning of the
604 match, not one char before its ending.
605 (org-entry-put): Check that the value provided is a string. If it
606 is nil, convert it to the empty string.
607
608 * ob-latex.el (org-babel-latex-htlatex-packages): Use repeat
609 instead of list as the defcustom type.
610
611 * ox.el (org-export-with-creator):
612 * org.el (org-loop-over-headlines-in-active-region)
613 (org-mouse-1-follows-link, org-provide-todo-statistics):
614 * org-agenda.el (org-agenda-custom-commands-local-options)
615 (org-agenda-start-with-log-mode)
616 (org-agenda-show-inherited-tags): Don't quote const values.
617
618 * ox-texinfo.el (org-texinfo-def-table-markup):
619 * org-inlinetask.el (org-inlinetask-show-first-star):
620 * ob-maxima.el (org-babel-maxima-command): Add type.
621
622 * org-table.el (org-table-fix-formulas): Handle multiple
623 #+tblfm: lines.
624
625 * ox.el (org-export-to-file): Fix typo in docstring.
626
627 * org.el (org-self-insert-command)
628 (orgtbl-self-insert-command): Change the value of the
629 `delete-selection' property to allow other commands like
630 `electric-pair-will-use-region' to be run before deletion.
631
632 * org-attach.el (vc-git): Require.
633 (org-attach-commit): Check whether git is installed.
634
6352013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
636
637 * ox-icalendar.el (org-icalendar--combine-files): Make sure
638 anniversaries do not end up in *Message* buffer instead of the ICS
639 file.
640
641 * ox-html.el: Clean up "FIXME" comments.
642
6711a21f
SM
643 * ox-publish.el (org-publish-resolve-external-fuzzy-link):
644 Fix docstring.
3c8b09ca
BG
645
646 * ox.el (org-export-smart-quotes-regexps): Fix smart quote
647 detection when it is followed by an open parenthesis syntax class.
648
6711a21f
SM
649 * org-element.el (org-element-inline-babel-call-successor):
650 Use original regexp to stay up-to-date with Babel changes.
3c8b09ca
BG
651 (org-element--affiliated-re): Fix affiliated keyword regexp.
652
653 * ox-org.el (org-org-identity): Since back-end specific keywords
654 are stripped from output, also remove attr_backend keywords.
655 (org-babel-exp-process-buffer): Fix duplicate evaluation with
656 :wrap src.
6711a21f 657 (org-babel-exp-non-block-elements): Remove function.
3c8b09ca
BG
658
6592013-01-07 Ted Wiles <thewiles@wharton.upenn.edu> (tiny change)
660
661 * org-habit.el (org-habit-parse-todo): Match all TODO keywords,
662 not just "TODO".
663
6642013-01-07 U-usuario <rbenit68@yahoo.es> (tiny change)
665
666 * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Fix code
667 typo.
668
6692013-01-07 Vladimir Lomov <lomov.vl@gmail.com> (tiny change)
670
671 * ox-html.el (org-html-style-default): New classes caption.t-above
672 and caption.t-bottom.
673 (org-html-table): Use new classes.
674
8cd22a08
CY
6752013-12-23 Chong Yidong <cyd@gnu.org>
676
677 * org.el (orgstruct-make-binding): Call set-transient-map instead
678 of old name set-temporary-overlay-map.
679
73d3db82
BG
6802013-12-06 Achim Gratz <Stromeko@Stromeko.DE>
681
682 * org-crypt.el: Declare `epg-context´.
683 (org-encrypt-string): Correct indentation.
684
685 * org.el (org-version): Replace `_version´ by `version1´.
686
6872013-12-06 Alexander Vorobiev <alexander.vorobiev@gmail.com> (tiny change)
688
689 * org-compat.el (org-get-x-clipboard): Use w32-get-clipboard-data
690 to get the clipboard data under Windows.
691
6922013-12-06 Bastien Guerry <bzg@gnu.org>
693
694 * ox.el (org-export-with-sub-superscripts):
695 * org.el (org-use-sub-superscripts): Fix version and enhance
696 docstring again.
697
698 * ox.el (org-export-with-sub-superscripts):
699 * org.el (org-use-sub-superscripts): Enhance docstrings.
700
701 * org-macs.el (org-autoload): Delete.
702
703 * org-docview.el ("docview"): Fix declarations and require
704 doc-view directly.
705
706 * org-id.el (org-id-copy)
707 (org-id-get-with-outline-path-completion)
708 (org-id-get-with-outline-drilling, org-id-new):
709
710 * org-colview.el:
711 (org-colview-initial-truncate-line-value)
712 (org-columns-open-link, org-string-to-number):
713 * org-clock.el:
714 (org-clock-put-overlay, org-count-quarter, org-clock-loaded):
715 * org-archive.el (org-get-local-archive-location):
716 * org-agenda.el (org-agenda-todo-custom-ignore-p):
717 Autoload.
718
719 * org.el (org-return-follows-link):
720 * ob-python.el (org-babel-python-command): Don't use :set.
721
722 * ox-odt.el (org-odt-content-template-file): Fix version.
723
724 * ox-texinfo.el (org-texinfo-filename): Fix default value.
725 (org-texinfo-format-headline-function): Use 'ignore as the
726 default value.
727 (org-texinfo-format-drawer-function): Use a function as the
728 default value. Update docstring.
729 (org-texinfo-drawer): Always use
730 `org-texinfo-format-drawer-function' as it is now a function
731 by default.
6711a21f
SM
732 (org-texinfo-headline):
733 Compare `org-texinfo-format-headline-function' against 'ignore.
734 (org-texinfo-inlinetask):
735 Compare `org-texinfo-format-inlinetask-function' against 'ignore.
73d3db82
BG
736
737 * ox-odt.el (org-odt-format-drawer-function): Use a function as
738 the default value. Update docstring.
739 (org-odt-format-headline-function)
740 (org-odt-format-inlinetask-function): Fix default value.
741 (org-odt-drawer): Always use `org-odt-format-drawer-function'
742 as it is now a function by default.
6711a21f
SM
743 (org-odt-format-headline--wrap):
744 Compare `org-odt-format-headline-function' against 'ignore.
73d3db82
BG
745
746 * ox-latex.el (org-latex-format-drawer-function): Use a function
747 as the default value. Update docstring.
748 (org-latex-format-inlinetask-function): Fix default value.
749 (org-latex-drawer): Always use
750 `org-latex-format-drawer-function' as it is now a function by
751 default.
6711a21f
SM
752 (org-latex-inlinetask):
753 Compare `org-latex-format-inlinetask-function' against 'ignore.
73d3db82
BG
754
755 * ox-html.el (org-html-format-drawer-function): Use a function as
756 the default value. Update docstring.
757 (org-html-format-headline-function)
758 (org-html-format-inlinetask-function): Fix default value.
759 (org-html--format-toc-headline)
6711a21f
SM
760 (org-html-format-headline--wrap):
761 Compare `org-html-format-headline-function' against 'ignore.
762 (org-html-inlinetask):
763 Compare `org-html-format-inlinetask-function' against 'ignore.
73d3db82
BG
764
765 * ox-ascii.el (org-ascii-format-drawer-function): Use a
766 function as the default value. Update docstring.
767 (org-ascii-drawer): Always use
768 `org-ascii-format-drawer-function' as it is now a function by
769 default.
770 (org-ascii-format-inlinetask-default): New function.
6711a21f
SM
771 (org-ascii-format-inlinetask-function):
772 Use `org-ascii-format-inlinetask-default' as the default.
73d3db82
BG
773
774 * org.el (org-mouse-1-follows-link): Use :set to set the default
775 value. Update custom type.
776 (org-log-note-headings): Fix order or list items in the custom
777 type.
778 (orgstruct-heading-prefix-regexp): Use an empty string as the
779 default value. Use 'regexp as the custom type.
6711a21f
SM
780 (orgstruct-make-binding): Tiny docstring enhancement.
781 Assume `orgstruct-heading-prefix-regexp' is a string.
73d3db82 782
6711a21f
SM
783 * org-agenda.el (org-agenda-search-view-max-outline-level):
784 Set default value to 0. Update docstring.
73d3db82 785 (org-agenda-deadline-leaders): Fix custom type.
6711a21f
SM
786 (org-search-view):
787 Assume `org-agenda-search-view-max-outline-level' is a number.
73d3db82
BG
788
789 * ob-ruby.el (org-babel-ruby-nil-to): Fix custom type.
790
791 * ob-python.el (org-babel-python-mode): Use :set to set the
792 default value.
793 (org-babel-python-None-to): Fix custom type.
794
795 * ob-plantuml.el (org-plantuml-jar-path): Fix default value.
796 (org-babel-execute:plantuml): Assume `org-plantuml-jar-path' is a
797 string.
798
799 * ob-latex.el (org-babel-latex-htlatex): Fix default value.
800 (org-babel-latex-htlatex-packages): Fix custom type.
801 (org-babel-execute:latex): Assume `org-babel-latex-htlatex' is a
802 string.
803
804 * ox-odt.el (org-odt-display-outline-level): Fix version.
805
806 * ox-odt.el (org-odt-inline-formula-rules)
807 (org-odt-inline-image-rules, org-odt-use-date-fields): Add version
808 and package-version.
809
810 * ox-html.el (org-html-format-drawer-function)
811 (org-html-format-headline-function)
812 (org-html-format-inlinetask-function)
813 (org-html-creator-string): Add version and package-version.
814
815 * ox-html.el (org-html-text-markup-alist): Fix version.
816
817 * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
818
73d3db82
BG
819 * ob-calc.el (org--var-syms): Rename from `var-syms'.
820
821 * ob-lilypond.el (ly-compile-lilyfile): Remove redundant
822 let-binding.
823
824 * ob-table.el (sbe): Move debug declaration.
825
826 * org-clock.el (org--msg-extra): Rename from `msg-extra'.
827
8282013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
829
830 * org.el (org-ctrl-c-ctrl-c): When point is on an unsupported
831 object, look for something to do at a higher level instead of
832 bailing out.
833
834 * ox-html.el (org-html-format-latex): Add an argument. Ensure
835 latex header is the same as specified in the original buffer when
836 exporting a LaTeX fragment or environment.
6711a21f
SM
837 (org-html-latex-environment, org-html-latex-fragment):
838 Apply signature change.
73d3db82
BG
839
840 * ox-publish.el (org-publish-cache-ctime-of-src): Return an error
841 when publishing a non-existent file.
842
843 * org-element.el (org-element-paragraph-separate): More accurate
844 regexp.
845
846 * org.el (org-entry-get): Widen buffer in order to retrieve
847 properties, as `org-entry-properties' and
848 `org-entry-get-with-inheritance' already do.
849
850 * ox-html.el (org-html--format-toc-headline): Add missing headline
851 number in TOC entries.
852
853 * org.el (org-entry-properties): Ignore narrowing when retrieving
854 current headline properties.
855
8562013-12-06 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
857
858 * org-crypt.el (org-encrypt-string, org-encrypt-entry)
859 (org-decrypt-entry): Fix warning.
860
d1389828
PE
8612013-11-17 Paul Eggert <eggert@cs.ucla.edu>
862
863 Spelling fixes.
864 * ob-python.el (org-babel-python-with-earmuffs):
865 Rename from org-babel-python-with-earmufs. All uses changed.
866 (org-babel-python-without-earmuffs):
867 Rename from org-babel-python-without-earmufs. All uses changed.
868
c71bf861
BG
8692013-11-12 Bastien Guerry <bzg@gnu.org>
870
871 * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
872
666ffc7e
SM
8732013-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 Address some byte-compiler warnings.
666ffc7e
SM
876 * ob-calc.el (org--var-syms): Rename from `var-syms'.
877 * ob-lilypond.el (ly-compile-lilyfile): Remove redundant let-binding.
878 * ob-table.el (sbe): Move debug declaration.
879 * org-clock.el (org--msg-extra): Rename from `msg-extra'.
880 * org.el (org-version): Avoid var name starting with _.
881 (org-inhibit-startup, org-called-with-limited-levels)
882 (org-link-search-inhibit-query, org-time-was-given)
883 (org-end-time-was-given, org-def, org-defdecode, org-with-time):
884 * org-colview.el (org-agenda-overriding-columns-format):
885 * org-agenda.el (org-agenda-multi, org-depend-tag-blocked)
886 (org-agenda-show-log-scoped):
887 * ob-python.el (py-which-bufname, python-shell-buffer-name):
888 * ob-haskell.el (org-export-copy-to-kill-ring):
889 * ob-exp.el (org-link-search-inhibit-query):
890 * ob-R.el (ess-eval-visibly-p):
891 * ob-core.el (org-src-window-setup): Declare before use.
892 (org-babel-expand-noweb-references): Remove unused `blocks-in-buffer'.
893 * ox-odt.el (org-odt-hfy-face-to-css):
894 * org-src.el (org-src-associate-babel-session, org-src-get-lang-mode):
895 * org-bibtex.el (org-bibtex-get, org-bibtex-ask, org-bibtex)
896 (org-bibtex-check):
897 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string)
898 (org-babel-tangle-single-block, org-babel-tangle-comment-links):
899 * ob-table.el (sbe):
900 * ob-sqlite.el (org-babel-sqlite-expand-vars):
901 * ob-sql.el (org-babel-sql-expand-vars):
902 * ob-shen.el (org-babel-execute:shen):
903 * ob-sh.el (org-babel-execute:sh, org-babel-sh-evaluate):
904 * ob-scala.el (org-babel-scala-evaluate):
905 * ob-ruby.el (org-babel-ruby-table-or-string)
906 (org-babel-ruby-evaluate):
907 * ob-python.el (org-babel-python-table-or-string)
908 (org-babel-python-evaluate-external-process)
909 (org-babel-python-evaluate-session):
910 * ob-picolisp.el (org-babel-execute:picolisp):
911 * ob-perl.el (org-babel-perl-evaluate):
912 * ob-maxima.el (org-babel-execute:maxima):
913 * ob-lisp.el (org-babel-execute:lisp):
914 * ob-java.el (org-babel-execute:java):
915 * ob-io.el (org-babel-io-evaluate):
916 * ob-haskell.el (org-babel-execute:haskell):
917 * ob-fortran.el (org-babel-execute:fortran):
918 * ob-exp.el (org-babel-exp-code):
919 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
920 * ob-ditaa.el (org-babel-execute:ditaa):
921 * ob-core.el (org-babel-execute-src-block, org-babel-sha1-hash)
922 (org-babel-parse-header-arguments, org-babel-reassemble-table)
923 (org-babel-goto-src-block-head, org-babel-mark-block)
924 (org-babel-expand-noweb-references, org-babel-script-escape)
925 (org-babel-process-file-name):
926 * ob-clojure.el (org-babel-execute:clojure):
927 * ob-calc.el (org-babel-execute:calc):
928 * ob-awk.el (org-babel-execute:awk):
666ffc7e
SM
929 * ob-R.el (org-babel-expand-body:R):
930 * ob-C.el (org-babel-C-execute): Avoid deprecated ((lambda) ...).
931
32d15ad9
GM
9322013-11-12 Glenn Morris <rgm@gnu.org>
933
934 * ox-html.el (org-html-scripts): Add 2013 to copyright years.
935 (org-html-infojs-template): Copyright holder to FSF.
936
271672fa
BG
9372013-11-12 Aaron Ecay <aaronecay@gmail.com>
938
939 * ox-latex.el (org-latex-inline-image-rules): Add "svg" to
940 supported filetypes.
941 (org-latex--inline-image): Implement SVG files inclusion.
942 (org-latex-headline): Don’t insert alternate title if identical to
943 regular one.
944
945 * ob-python.el: Update the arglist passed to `declare-function'
946 for `run-python'.
947
666ffc7e 948 * ob-tangle.el (org-babel-tangle): Use `light' argument to
271672fa
BG
949 `org-babel-get-src-block-info'.
950
951 * ob-core.el (org-babel-execute-src-block): Return nil in case of
952 `:results none'. Also run `org-babel-after-execute-hook' in this
953 circumstance.
954
955 * org-id.el (org-id-locations-save): Bind print-(level,length) to
956 nil in this function.
957
958 * ob-R.el (org-babel-R-graphics-devices): New defvar.
959 (org-babel-R-construct-graphics-device-call): Use it instead of a
960 hard-coded list of graphics devices.
961
962 * ob-core.el (org-babel-when-in-src-block): New macro.
963 (org-babel-execute-src-block-maybe)
964 (org-babel-expand-src-block-maybe)
965 (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
966 Use it.
967 (org-babel-execute-src-block): Use `copy-tree' to prevent setf
968 from modifying users variables withing let-bound `info' variable.
969
970 * ob-exp.el (org-export-babel-evaluate): Add a 'inline-only
971 option.
972 (org-babel-exp-results): Implement 'inline-only for
973 `org-export-babel-evaluate'.
974
975 * org.el (org-edit-special): Use prefix arg.
976
977 * ob-awk.el (org-babel-expand-body:awk, ob-picolisp.el)
978 (org-babel-expand-body:picolisp): Remove optional arg.
979
980 * ob-R.el (org-babel-R-initiate-session): Handle case where the
981 session buffer exists, but does not have a live process.
982 (org-babel-R-construct-graphics-device-call): Change file
983 extension of tikz graphics files to .tikz.
984
985 * org-src.el (org-edit-src-exit): Don't modify the undo list when
986 inserting the code.
987
988 * ox-latex.el (org-latex-plain-text): Properly escape "~" for
989 LaTeX export.
990 (org-latex-image-default-option): Change default value to "".
991 (org-latex-image-default-width, org-latex-image-default-height):
992 New variables.
993 (org-latex-inline-image-rules): Make .tikz files as exportable
994 with LaTeX.
995 (org-latex--inline-image): Support tikz images. Also support
996 separate :width and :height parameters for images.
997
998 * org-bibtex.el (org-bibtex-ask): Use `visual-line-mode' instead
999 of longlines-mode.
1000
10012013-11-12 Abdó Roig-Maranges <abdo.roig@gmail.com>
1002
1003 * org.el (org-format-latex): Do not re-generate a LaTeX preview if
1004 the image already exists.
1005
6711a21f
SM
1006 * org-agenda.el (org-agenda-search-view-max-outline-level):
1007 New option to define the max level for the entries shown by the search
271672fa
BG
1008 view. A value of 1 means to show the top parent of the entries.
1009
1010 * org.el (org-create-formula-image-with-dvipng): Fix bug that made
1011 this function fail with no :foreground and :background attributes
1012 set, due to bad handling of "Transparent" color. Fix bug when
1013 colors are not `default'.
1014 (org-format-latex-options): Add `auto' to docstring.
1015 (org-format-latex): Get face colors at point and put them inside
1016 opt.
1017 (org-create-formula-image-with-imagemagick): Fix bug when handling
1018 "Transparent" bg color.
1019 (org-dvipng-color-format): Same as `org-latex-color-format' for
1020 dvipng-style color specification.
1021
10222013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
1023
1024 * ob-core.el (org-babel-check-confirm-evaluate): Return result of
1025 evaluating the function pointed to by `org-confirm-babel-evaluate'
1026 when it is a functionp and its value as a variable otherwise.
1027 (org-babel-get-rownames, org-table.el)
1028 (org-table-transpose-table-at-point): Replace the inadvertent use
1029 of mapcar* (from cl) by plain mapcar and direct cons manipulation.
6711a21f
SM
1030 (org-babel-params-from-properties):
1031 Use `org-babel-current-src-block-location' for evaluating new-style
271672fa
BG
1032 header-argument properties. Remove superfluous save-match-data
1033 clauses. Comment which properties get evaluated where.
1034 (org-babel-insert-header-arg, org-babel-parse-src-block-match):
1035 Replace `if' with empty else part by `when' for readability.
1036 (org-babel-params-from-properties): Inquire for language specific
1037 and default header properties. Language specific header
1038 properties take precedence over default header properties and
1039 old-style header property specifications.
1040
1041 * org.el (org-re-property): Re-implement using full regex for
1042 `org-re-property'. Add optional argument LITERAL to flag when
1043 PROPERTY should to be regex-quoted. Move before definition of
1044 `org-re-property'.
1045 (org-re-property-keyword): Remove, functionality is subsumed by
1046 `org-re-property'.
6711a21f
SM
1047 (org-property-re): Define using `org-re-property'.
1048 Improve definition so that this regex can be
271672fa
BG
1049 (org-entry-get, org-property-values): Adjust match number for
1050 PROPVAL. (org-entry-put): Use `org-re-property' instead of
1051 `org-re-property-keyword'.
1052 used in all situations. Extend docstring with explanation of
1053 matching groups.
1054 (org-at-property-p): Implement using `org-element-at-point'.
1055 (org-entry-properties, org-buffer-property-keys, org-indent-line):
1056 Use `org-property-re' and adjust match group numbers accordingly.
1057
1058 * org-compat.el (define-obsolete-variable-alias)
1059 (define-obsolete-function-alias): Actually remove the third (and
1060 any following) argument from the argument list before calling the
1061 advised function. Extend eval-and-compile clause and add advices
6711a21f
SM
1062 for functions that have different parameter lists in XEmacs.
1063 Add variable definitions that XEmacs lacks .
271672fa
BG
1064
1065 * ob-fortran.el (org-every): Declare.
1066
6711a21f
SM
1067 * org-element.el (org-element-node-property-parser):
1068 Use `org-property-re' and adjust match group numbers accordingly.
271672fa
BG
1069 Move `looking-at' out of the let clause to not rely on the
1070 unspecified evaluation order inside the let.
1071
1072 * ob-eval.el, ob.el, org-macro.el, org-mhe.el: Require org-macs
1073 and org-compat as necessary.
1074
1075 * ob-tangle.el (org-edit-special, org-store-link)
1076 (org-open-link-from-string): Declare functions.
1077
1078 * org-macs.el (declare-function): Define macro to use autoload
1079 instead for XEmacs.
1080
1081 * ox-html.el, ox-odt.el: XEmacs does not have table.el, so use
1082 'noerror on the require form.
1083
1084 * ox-texinfo.el (org-texinfo-table-column-widths): Fix spliced
1085 argument list that XEmacs complains about by adding parenthesis.
1086
1087 * ob-octave.el (org-babel-octave-initiate-session): If octave-inf
6711a21f
SM
1088 can't be loaded, try octave instead before giving up.
1089 Emacs 24.3.50 and upwards replaces octave-inf with just plain octave.
271672fa
BG
1090
1091 * org-id.el (org-id-update-id-locations): Autoload interactive
1092 function.
1093
1094 * ob-core.el (org-babel-parse-inline-src-block-match):
1095 * ob-exp.el (org-babel-exp-src-block): Give header arguments from
1096 properties priority over default header arguments.
1097
1098 * ob-sh.el (org-babel-sh-var-to-sh): When detecting a table, the
1099 first line could be the symbol `hline' rather than a list of table
1100 cells, so check for that as well.
1101
1102 * org.el (org-table-clean-did-remove-column):
1103 * org-table.el (org-table-clean-did-remove-column): Move defvar,
1104 this dynamic variable is only used in org-table.
1105
1106 * org-table.el (org-table-colgroup-info): Remove unused defvar for
1107 `org-table-colgroup-info'.
1108 (org-table-clean-before-export): Let-bind regular expression
6711a21f
SM
1109 strings and remove unused matching group.
1110 Use `org-table-clean-did-remove-column' in cond statement rather than
271672fa
BG
1111 branching via if to avoid code duplication. Remove the code
1112 associated with the removed `org-table-colgroup-info'.
1113 (orgtbl-export): Remove unused internal function.
1114
1115 * org-macro.el (org-macro-expand): Do not try to interpret the
1116 macro replacement text as a regex so that escaped backslashes and
1117 commas in macro arguments will be interpreted correctly.
1118
1119 * ob-perl.el (org-babel-perl-wrapper-method): Select output handle
1120 only after evaluation so that output is not mixed into results
1121 eavaluation.
1122 (org-babel-perl-evaluate): Fix the handling of results for
1123 ":results output" to also parse tables. Use the same lambda
1124 construction as in ob-sh.el to avoid code duplication.
1125
1126 * ob-exp.el (org-babel-exp-results, org-babel-lob-execute):
1127 Suppress user confirmation of the emacs-lisp wrapper execution
1128 around a lob call.
1129
1130 * ob-perl.el (org-babel-perl-wrapper-method): Use TAB as separator
1131 for table results as expected by
1132 `org-babel-import-elisp-from-file´.
1133
1134 * ob-core.el (org-babel-number-p): String match for any number
1135 moved first so that the match data for the length check does not
1136 become corrupted.
1137 (org-babel-confirm-evaluate-answer-no): Dynamically scoped
1138 variable, if bound non-nil the confirmation dialog will not be
1139 initiated and denial of evaluation is assumed.
1140 (org-babel-check-confirm-evaluate): New macro to establish
1141 bindings based on INFO.
1142 (org-babel-check-evaluate): New defsubst that checks if the
1143 evaluation of a code block is disabled. Refactors the first part
1144 of the original function `org-babel-confirm-evaluate´.
1145 (org-babel-confirm-evaluate): New defsubst that checks if the user
1146 should be queried and returns the answer. Keeps the second part
1147 of the original function `org-babel-confirm-evaluate´.
1148 Re-implement using bindings for common subexpressions.
1149 (org-babel-execute-src-block): Do not ask for confirmation if the
1150 cached result is current.
1151 (org-babel-call-process-region-original): Change declaration into
1152 definition with nil initial value at the beginning of the file and
1153 drop the later definition. Add comment that the dynamic scoping
1154 of this variable is done for tramp.
1155
1156 * org-table.el (org-table-eval-formula): The condition-case to
1157 check for must be "error", not "user-error".
1158
1159 * ob-perl.el (org-babel-execute:perl): Pass `result-params´
1160 through to `org-babel-perl-evaluate´.
1161 (org-babel-variable-assignments:perl): Add "my" to variable
6711a21f
SM
1162 declaration so that it becomes compatible with "use strict;".
1163 Use new internal formatting function `org-babel-perl--var-to-perl´.
271672fa
BG
1164 (org-babel-perl--var-to-perl): New internal function, uses Perl
1165 non-interpolating quoting on the string that defines the variable
1166 to suppress spurious interpretation of it as Perl syntax.
1167 (org-babel-perl-wrapper-method): Use a block and declare all
1168 variables as "my", also use Perl quoting throughout. Redirect
1169 STDOUT to the temporary file so that simply "print" will put the
1170 results there. Check the return value and output in table form if
1171 it is an ARRAY ref, otherwise print it without a final newline.
1172 (org-babel-perl-preface): Content of this variable is prepended to
1173 body before invocation of perl. Rename input parameter body to
1174 ibody and let-bind body to concatentation of
1175 `org-babel-perl-preface' and ibody. Implement results
1176 interpretation so that tables are easier to produce.
1177
1178 * ob-eval.el (org-babel-eval): Use simplified version of
1179 `org-babel--shell-command-on-region´, we are the only caller of
1180 this function.
6711a21f
SM
1181 (org-babel--shell-command-on-region):
1182 Replace `org-babel-shell-command-on-region´ with a much more simplified
271672fa
BG
1183 internal version, remove superfluous DOCSTRING and interactive
1184 clause, strip out all conditionals which were never used. Prevent
1185 deletion of temporary input file to aid debugging when the symbol
1186 `org-babel--debug-input´ is bound and has non-nil value.
1187
1188 * ob-tangle.el (org-babel-tangle): Do not change signature, a nil
1189 arg is even documented in the manual.
1190
1191 * org-src.el: Change declaration of `org-babel-tangle´ to "arg"
1192 for first argument.
1193
1194 * ob-core.el (org-babel-execute-src-block): Add binding for
1195 merged-params to avoid multiple evaluation of
1196 `org-babel-merge-params´. Rename cache? to cache-p, add binding
1197 for cache-current-p and use it. Do not run
1198 `org-babel-confirm-evaluate´ if source block has a cache and the
1199 cache value is current (there is no evaluation involved in this
1200 case).
1201
1202 * org.el (org-current-time): Replace call to obsolete function
1203 `time-to-seconds´ with a call to compatibility function
1204 `org-float-time´.
1205
1206 * org-compat.el (user-emacs-directory): If not bound, define as an
1207 alias to `user-init-directory´ so that XEmacs continues to be
1208 happy with Org.
1209
1210 * org-macs.el: New macro to allow the 5-argument form of load to
1211 be used where possible without breaking compatibility with XEmacs.
1212
6711a21f
SM
1213 * org.el (org-version, org-reload):
1214 Use `org-load-noerror-mustsuffix´ instead of adding a fifth argument
271672fa
BG
1215 to load directly. Guard against undefined variable load-suffixes,
1216 which doesn't exist in XEmacs.
1217
1218 * org.el: Use
1219 `org-define-obsolete-{function,variable}-alias´instead of
1220 `define-obsolate{function,variable}-alias´.
1221
1222 * org-compat.el (user-error): Defalias to `error´ for Emacsen that
1223 don't have it.
1224
1225 * ob-python.el (org-babel-python-hline-to)
1226 (org-babel-python-None-to): Specify customize group as 'org-babel
1227 and widget type as 'string.
1228
1229 * ob.el (org-babel-result-cond): Macro expansion needs to unquote
1230 formal parameter `result-params´.
1231
1232 * org.el (org-reload): Major rewrite.
1233
1234 * org.el (org-clock-get-last-clock-out-time): Declare function.
1235
12362013-11-12 Alan Schmitt <alan.schmitt@polytechnique.org>
1237
6711a21f
SM
1238 * ob-ocaml.el (org-babel-prep-session:ocaml):
1239 Use `save-window-excursion' around the code starting the tuareg
271672fa
BG
1240 process.
1241 (org-babel-ocaml-command): New option to specify the name of the
1242 toplevel to run.
1243 (org-babel-prep-session:ocaml): Directly call
1244 `tuareg-run-process-if-needed' with `org-babel-ocaml-command' as
1245 argument.
1246 (org-babel-execute:ocaml): Always append ";;" at the end of the
1247 expression before sending it to the toplevel. Do not remove the
1248 type information if "verbatim" is a results parameter of the code
1249 block.
1250 (org-babel-ocaml-parse-output): Make sure the complete type is
1251 taken into account when matching against known types.
1252
1253 * org-faces.el (org-footnote): Fix docstring.
1254
12552013-11-12 Andreas Leha <andreas@lehas.net>
1256
1257 * ob-latex.el (org-babel-execute:latex): Add a tizk option that
1258 copies the body of the block into a tikz file.
1259
12602013-11-12 Arun Persaud <apersaud@lbl.gov>
1261
1262 * org-agenda.el (org-agenda-prefix-format): Add documentation for
1263 the new %b option.
1264 (org-prefix-has-breadcrumbs): Add flag, `t' when %b is set.
1265 (org-agenda-format-item): Add breadcrumbs if requested.
1266 (org-compile-prefix-format): Add compiled information for
1267 breadcrumbs, add %b option.
1268
12692013-11-12 Aurélien Aptel <aurelien.aptel@gmail.com> (tiny change)
1270
1271 * ox-html.el (org-html-code, org-html-verbatim): Remove fancy
1272 string replacements for code and verbatim text when exporting to
1273 HTML.
1274
12752013-11-12 Bastien Guerry <bzg@gnu.org>
1276
1277 * org.el (org-align-tags-here): Fix bug: move to the correct
1278 position.
1279 (org-agenda-prepare-buffers): Restore the point position.
1280 (org-insert-link): Don't remove brackets when they belong to a
1281 timestamp in a headline.
1282
1283 * org-capture.el (org-capture-refile): Don't finalize prematurely.
1284 (org-capture): Store :return-to-wconf earlier.
1285 (org-capture-place-template): Don't store :return-to-wconf when
1286 called from a capture template using `function', rely on the early
1287 :return-to-wconf value store from `org-capture'.
1288
1289 * org-compat.el (org-move-to-column): New argument
1290 `ignore-invisible' to turn on `buffer-invisibility-spec'.
1291
1292 * org-agenda.el (org-agenda-show-new-time): Ignore invisible text
1293 when inserting the new time as a text property.
1294 (org-agenda-filter-make-matcher): When filtering tags and hitting
1295 space, filter out entries with tags, only keep those without tags.
6711a21f
SM
1296 (org-agenda-drag-line-forward, org-agenda-drag-line-backward):
1297 Fix bugs: don't drag lines without text and don't drag lines
271672fa
BG
1298 before/after hidden lines.
1299
1300 * ox-odt.el (org-odt-table-style-format): Use %s for inserting the
1301 rel-width property as a string.
1302 (org-odt-template): Fall back on a string for :rel-width.
1303
1304 * org.el (org-directory, org-default-notes-file)
1305 (org-reverse-note-order): Don't use the `org-remember'
1306 customization group.
1307 (org-require-autoloaded-modules): Don't require
1308 `org-remember'.
1309
1310 * org-capture.el: Update commentary section to reflect the fact
1311 that org-remember.el is not used anymore.
1312
1313 * org.el (org-babel-load-file): Set `exported-file' correctly, in
1314 case the file as been tangled using a buffer-local value.
1315
1316 * ob-tangle.el (org-babel-tangle-file): Return the list of tangled
1317 files.
1318
1319 * ox-org.el (org-org-publish-to-org): When htmlizing an .org file,
1320 ensure to show all headings and all blocks before fontifying.
1321
1322 * ob-shen.el (org-babel-ruby-var-to-ruby): Declare.
1323
1324 * ox.el: Fix comment: remove reference to the obsolete variable
1325 `org-export-language-setup'.
1326
1327 * org.el (org-set-regexps-and-options-for-tags): Fix concatenation
1328 of the tags list.
1329
1330 * ox-odt.el (org-odt-pixels-per-inch): Use 96.0 as the default.
1331
1332 * org.el (org-refile): With a numeric prefix argument of `3',
1333 emulate (setq org-refile-keep t) and copy the subtree to the
1334 target location, don't delete it.
1335 (org-set-regexps-and-options-for-tags): Fix the setting of tag
1336 groups when relying on `org-tag-alist', not on tags directly set
1337 in the buffer with the #+TAGS option.
1338
1339 * org-agenda.el (org-agenda-archive-with): Save window excursion.
1340
1341 * org.el (org-forward-element, org-backward-element): Throw a
1342 message instead of an error when trying to move from a position
1343 where there is no element.
1344 (org-clock-is-active): Fix docstring.
1345
1346 * org-list.el (org-sort-list): Use `x' instead of `c' for sorting
1347 plain list by checked status.
1348
1349 * org.el (org-structure-template-alist): Fix custom type and
1350 default value.
1351 (org-set-regexps-and-options-for-tags): Enhance docstring.
1352 (org-set-regexps-and-options): Make sure not to add
1353 `org-tag-alist' twice when setting this variable through et
1354 #+setupfile: directive.
1355 (org-tags-expand): Use `with-syntax-table'.
1356
1357 * org-list.el (org-sort-list): Implement sorting by "checked"
1358 status for check lists.
1359
1360 * org-table.el (org-table-sum): Fix rounding error when summing
1361 times.
1362
1363 * ob-scheme.el (org-babel-scheme-execute-with-geiser): Fix code
1364 typo. Add declarations.
1365
1366 * ox-html.el (org-html-link-use-abs-url): New option.
1367 (org-html-link): Use it to prepend relative links with the value
1368 of HTML_LINK_HOME, when defined.
1369
1370 * org.el (org-refile): Fix refiling the active region within an
1371 list. Don't store the last refiled subtree in the kill ring.
1372
1373 * org.el (org-mode-map): Remap `forward-paragraph' and
1374 `backward-paragraph' to `org-forward-element' and
1375 `org-backward-element'.
1376
1377 * ox-html.el (org-html-begin-plain-list): New parameter
1378 `ordered-num' to tell whether the list is ordered numerically.
1379 (org-html-plain-list): Handle alphabetical ordered list.
1380
1381 * org-agenda.el (org-batch-agenda): Let-bind `org-agenda-sticky'
1382 to nil during batch export.
1383
1384 * org.el (org-copy-subtree): Fix typo in docstring.
1385 (org-scan-tags): Don't disable `case-fold-search' too early.
1386
1387 * org-agenda.el (org-agenda-skip-eval): Fix typo in docstring.
1388
1389 * org-capture.el (org-capture-set-target-location): Don't throw an
1390 error when `org-time-was-given' is not bound.
1391
6711a21f
SM
1392 * org-clock.el (org-clock-modify-effort-estimate):
1393 Clarify docstring.
271672fa
BG
1394
1395 * org.el (org-set-regexps-and-options-for-tags): Return a list
1396 with tag-related variables.
1397 (org-set-regexps-and-options): Append tags from a setup file to
1398 the local tags of the file.
1399 (org-agenda-prepare-buffers): Set tags from a setup file by
1400 calling `org-set-regexps-and-options' when necessary.
1401 (org-set-regexps-and-options): Fix `org-deadline-time-hour-regexp'
1402 and `org-scheduled-time-hour-regexp'.
1403
1404 * org-table.el (org-table-TBLFM-begin-regexp): Rename from
1405 `org-TBLFM-begin-regexp'.
1406 (org-table-calc-current-TBLFM): Rename from
1407 `org-calc-current-TBLFM'.
1408
1409 * org.el (org-ctrl-c-ctrl-c): Require org-table if needed.
1410 (org-refresh-properties): Put the text property on the whole
1411 subtree, not just on the headline.
1412 (org-get-outline-path): Remove statistical and checkboxes cookies.
1413
1414 * org-agenda.el (org-agenda, org-search-view, org-tags-view)
6711a21f
SM
1415 (org-agenda-get-day-entries, org-agenda-set-restriction-lock):
1416 Use (current-buffer) as the value of `org-agenda-restrict'. Fix a bug
271672fa
BG
1417 about narrowing to wrong region boundaries when
1418 `org-agenda-restrict' is non-nil.
1419
1420 * org.el (org-agenda-text-search-extra-files): Fix typos in
1421 docstring.
1422 (org-insert-heading): Fix case when there the first heading starts
1423 at the beginning of the buffer.
1424
6711a21f
SM
1425 * ob-core.el (org-babel-expand-src-block):
1426 Use `org-called-interactively-p'.
271672fa
BG
1427
1428 * org.el (org-agenda-prepare-buffers): Avoid duplicates in
1429 `org-tag-alist-for-agenda' correctly.
1430 (org-read-date-minibuffer-local-map): Check if we are at the
6711a21f
SM
1431 beginning of the prompt, not if we are after a whitespace.
1432 Bind C-. to `calendar-goto-today'.
271672fa
BG
1433
1434 * org-clock.el (org-clock-in): Don't forward by one character when
1435 setting the marker in the clock history.
1436
6711a21f
SM
1437 * org.el (org-read-date-minibuffer-local-map):
1438 Call `calendar-goto-today' only if there is a space before point in the
271672fa
BG
1439 minibuffer prompt.
1440 (org-insert-heading): Reveal context when called interactively.
1441 Fix bug about wrong conversion of lines with :END: or #+end_ into
1442 headlines.
1443 (org-in-drawer-p): New function.
1444 (org-meta-return): Use `org-catch-invisible-edits' and the
1445 `org-in-drawer-p' to check whether we are within a drawer.
1446
1447 * org-list.el (org-sort-list): Fix infloop.
1448
1449 * org.el (org-clone-subtree-with-time-shift): Unconditionally ask
1450 for a time shift if there is a time-stamp. Don't ask for a time
1451 shift when called with a universal prefix argument.
1452
1453 * ob-core.el (org-babel-insert-result): Fix bug when inserting
1454 results as a list: ensure we split a string containing "\n".
1455
1456 * ox-html.el: Fix copyright header.
1457
1458 * org.el (org-store-link): Don't add a search string when storing
1459 a link from a radio target.
1460 (org-open-at-point): Jump to the radio link (<<<radio>>>), not to
1461 the simple target (<<target>>).
1462
1463 * org-table.el (org-table-get-remote-range): Fix typo.
1464
1465 * org-datetree.el (org-datetree-find-month-create)
1466 (org-datetree-find-day-create): Add a docstring.
1467 (org-datetree-find-year-create): Only match headlines with a
1468 year or a year and one or more tags.
1469
1470 * org-crypt.el (org-crypt-check-auto-save)
1471 (org-crypt-use-before-save-magic): Use `org-add-hook' when the
1472 hooks are local hooks.
1473
1474 * org-agenda.el (org-agenda-mode): Use `org-add-hook' and merge
1475 upstream change from Emacs 2013-04-18T00:12:33Z!monnier@iro.umontreal.ca.
1476
1477 * ob-core.el (org-babel-pop-to-session-maybe): Fix docstring.
1478 (org-babel-pop-to-session-maybe): Use true function's name,
1479 not its alias.
1480
1481 * org-agenda.el (org-agenda-drag-line-forward)
1482 (org-agenda-drag-line-backward): New commands.
1483 (org-agenda-mode-map): Bind the new commands to M-<down> and
1484 M-<up> respectively.
1485
1486 * org.el (org-insert-heading): Fix insertion of items.
1487
1488 * org-capture.el (org-capture-use-agenda-date): Fix docstring.
1489
1490 * org-agenda.el (org-agenda-bulk-toggle): Fix docstring.
1491 (org-agenda-bulk-toggle-all): New command.
1492 (org-agenda-mode-map): Bind `org-agenda-bulk-toggle' to `M-m'
1493 and `org-agenda-bulk-toggle-all' to `M-*'.
1494 (org-agenda-menu): Add `org-agenda-bulk-toggle' and
1495 `org-agenda-bulk-toggle-all'.
1496 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Jump to the
1497 next headline, not the next line.
1498
1499 * org-capture.el (org-mks): Fix bug: let-bind `case-fold-search'
1500 to nil while matching the first letter of a multi-letters
1501 template.
1502
1503 * org.el (org-store-link): When a bracket link is found in a
1504 headline, use the link description or the link path.
1505 (org-flag-drawer, org-hide-block-toggle)
1506 (org-goto-left, org-goto-right, org-promote)
1507 (org-paste-subtree, org-narrow-to-block, org-sort-entries)
1508 (org-insert-link, org-offer-links-in-entry, org-open-file)
1509 (org-refile, org-refile-get-location)
1510 (org-refile-check-position, org-prepare-dblock, org-todo)
1511 (org-auto-repeat-maybe, org-show-todo-tree, org-sparse-tree)
1512 (org-occur, org-priority, org-scan-tags)
1513 (org-get-tags-string, org-property-action, org-set-effort)
1514 (org-entry-put, org-insert-drawer)
1515 (org-compute-property-at-point)
1516 (org-property-next-allowed-value, org-evaluate-time-range)
1517 (org-closest-date, org-timestamp-change)
1518 (org-revert-all-org-buffers, org-cycle-agenda-files)
1519 (org-agenda-file-to-front, org-remove-file)
1520 (org-preview-latex-fragment, org-format-latex)
1521 (org-create-math-formula, org-create-formula-image)
1522 (org-speed-command-help, org-check-before-invisible-edit)
1523 (org-modifier-cursor-error, org-hidden-tree-error)
1524 (org-mark-subtree, org-kill-line, org-first-sibling-p)
1525 (org-up-element, org-down-element)
1526 (org-drag-element-backward, org-drag-element-forward)
6711a21f
SM
1527 (org-unindent-buffer, org-speedbar-set-agenda-restriction):
1528 Use `user-error' instead of `error'.
271672fa
BG
1529
1530 * ox-latex.el (latex): Don't force exporting with smart quotes.
1531
1532 * ox.el (org-export-with-smart-quotes): Mention the need to use
1533 the relevant Babel package when setting this option to non-nil.
1534
1535 * org-src.el (org-edit-src-turn-on-auto-save): New option.
1536 (org-edit-src-code): Use it.
1537 (org-edit-src-auto-save-idle-delay): Enhance docstring.
1538
1539 * org-capture.el (org-mks): Make cursor invisible.
1540
1541 * org.el (org-link-expand-abbrev): Save match data before before
1542 calling the replacement function.
1543
1544 * org-list.el (org-sort-list): Don't move point when matching time
1545 values.
1546
1547 * org.el (org-shifttab): Show the correct number of empty
6711a21f
SM
1548 headlines when called with a numeric prefix argument.
1549 Enhance docstring.
271672fa
BG
1550 (org-uniquify): Use `copy-sequence'.
1551 (org-adaptive-fill-function, org-fill-paragraph): Throw a useful
1552 error message when parse an element fails in the current buffer.
1553
1554 * ox.el (org-export-with-planning): Enhance docstring.
1555
1556 * org.el (org-closed-keep-when-no-todo): New option.
1557 (org-todo): Use the new option.
1558 (org-open-line): Rename from `org-ctrl-o'.
1559 (org-mode-map): Use `remap'.
1560 (org-cycle-emulate-tab, org-file-apps)
1561 (org-set-font-lock-defaults)
1562 (org-translate-link-from-planner, org-link-search)
6711a21f
SM
1563 (org-refile-get-targets, org-read-date-get-relative):
1564 Minor code clean-up: fix dangling parentheses.
271672fa
BG
1565
1566 * org-agenda.el (org-agenda-entry-text-mode): Also check against
1567 regexp filters.
1568 (org-timeline): Handle `org-agenda-show-log'.
1569
1570 * org-clock.el (org-clock-select-task): Remove successive
1571 duplicates in the clock history to consider.
1572
1573 * org.el (org-uniquify-alist): Improve docstring.
1574 (org-make-tags-matcher, org-change-tag-in-region): Add buffer's
1575 tags to the tags completion table.
1576 (org-tags-expand): Prevent circular replacement of group tags.
1577 Tiny docstring formatting.
1578 (org-uniquify): Make a defsubst. Use `delete-dups' instead of
1579 `add-to-list'.
1580 (org-todo): Also remove the CLOSED planning information when
1581 removing the TODO keyword.
1582 (org-forward-heading-same-level): Fix bug when forwarding
1583 to a hidden subtree of the same level.
1584 (org-tags-expand): Use word delimiters when building the tag
1585 search regexp.
1586
1587 * org-clock.el (org-clock-insert-selection-line): Don't display
1588 the clockout time.
1589
1590 * org.el (org-emphasis-regexp-components): Make a defvar.
1591 (org-emphasis-alist): New default value: don't set HTML tags.
1592 (org-emphasize, org-set-emph-re): Use the new value of
1593 `org-emphasis-alist'.
1594
1595 * org-mobile.el (org-mobile-edit): Insert new headings at the end
1596 of the parent subtree. Use `org-at-heading-p' instead of the
1597 obsolete `org-on-heading-p'.
1598
1599 * org.el (org-insert-heading): When called from a list item and
1600 `org-insert-heading-respect-content' is non-nil, insert a heading,
1601 not an item.
1602 (org-insert-heading-respect-content): Fix docstring.
1603 (org-insert-heading): When in a non-empty non-headline line,
1604 convert the current line into a headline.
1605
1606 * org-table.el (org-table-copy-down): Don't move cursor when
1607 getting the field.
1608
1609 * ox-icalendar.el (org-icalendar-export-current-agenda): Do not
1610 evaluate babel code blocks.
1611
1612 * ox-html.el (html): Add more options.
1613
1614 * ox-publish.el (org-publish-project-alist): Add :with-planning in
1615 docstring.
1616
1617 * ob-exp.el (org-babel-exp-src-block): Tiny docstring fix.
1618
1619 * ox-icalendar.el (org-icalendar--combine-files): Fix typo.
1620
1621 * org-mouse.el (org-mouse-agenda-context-menu): Fix a function's
1622 name.
1623
6711a21f
SM
1624 * ox.el (org-export-options-alist, org-export--skip-p):
1625 Use `:with-planning' instead of `:with-plannings', to keep in sync
271672fa
BG
1626 with the corresponding option's name.
1627
1628 * ob-core.el (org-babel-confirm-evaluate): Fix typo in docstring.
1629
1630 * org-agenda.el (org-agenda-undo, org-agenda)
1631 (org-agenda-append-agenda)
1632 (org-agenda-get-restriction-and-command, org-agenda-write)
1633 (org-agenda-clock-cancel)
1634 (org-agenda-diary-entry-in-org-file, org-agenda-diary-entry)
1635 (org-agenda-execute-calendar-command)
1636 (org-agenda-goto-calendar, org-agenda-convert-date)
1637 (org-agenda-bulk-mark, org-agenda-bulk-action)
1638 (org-agenda-show-the-flagging-note): Use `user-error' instead of
1639 `error'.
1640
1641 * org-macs.el (org-with-remote-undo): Normalize argument names.
1642
1643 * org.el (org-store-log-note): Fix `buffer-undo-list' when called
1644 after `org-agenda-todo'.
1645 (org-add-log-note): Minor formatting fix.
1646
1647 * org-agenda.el (org-agenda-append-agenda): Set buffer read only.
1648
1649 * org-clock.el (org-clock-select-task): Throw a user error when
1650 the clock history is empty.
1651
1652 * org-table.el (org-table-get-remote-range): Fix docstring: use
1653 #+NAME instead of #+TBLNAME.
1654
1655 * ob-ref.el: Use #+NAME instead of #+TBLNAME in comment.
1656
1657 * ox-html.el (org-html-table-row-tags): Better example.
1658
1659 * org-clock.el (org-clock-select-task): Fix window to buffer.
1660 Hide the cursor.
1661 (org-clock-insert-selection-line): Add the clock-out time.
1662
1663 * ox-html.el (org-html-table-row-tags): Allow new dynamically
1664 bound value `row-number'.
1665 (org-html-table-row): Bind `row-number' to the number of the
1666 row (first row is 0).
1667
1668 * org.el (org-minutes-to-clocksum-string): Round fractions of
1669 minutes.
1670
1671 * ox-html.el (org-html-table-row-tags): Fix example in docstring.
1672
1673 * org-agenda.el (org-agenda-span-to-ndays): Enhance docstring.
1674 (org-agenda-goto-date): Fix bug when going to a date in month
1675 view.
1676 (org-agenda-goto-date): Put the cursor on the agenda line with the
1677 selected date.
1678 (scheduled/deadline items with hour spec) then redo an agenda*.
1679
1680 * org-clock.el (org-clock-resolve): Enhance the content of the
1681 help window.
1682
1683 * org-footnote.el (org-footnote-auto-label): Minor docstring fix.
1684
1685 * ox-odt.el (org-odt-link): Fix bug: convert & to &amp; in
1686 links.
1687
1688 * ox-html.el (org-html-table-row): Dynamically bind
1689 `rowgroup-number', `start-rowgroup-p', `end-rowgroup-p',
1690 `top-row-p', `bottom-row-p'.
1691 (org-html-table-row-tags): Update docstring: tell what variables
1692 are dynamically bound.
1693
1694 * org-src.el (org-edit-src-code): Don't set
1695 `buffer-auto-save-file-name' unless `auto-save-default' is
1696 non-nil.
1697
1698 * ox.el (org-export-table-row-group): Fix typo in docstring.
1699
1700 * org-table.el (orgtbl-apply-fmt): Enhance docstring.
1701
1702 * org.el (org-file-contents): Make the message more prominent.
1703
1704 * ox.el (org-export-replace-region-by): New function.
1705
1706 * ox-texinfo.el (org-texinfo-convert-region-to-texinfo),
1707 * ox-md.el (org-md-convert-region-to-md),
1708 * ox-latex.el (org-latex-convert-region-to-latex),
1709 * ox-html.el (org-html-convert-region-to-html): New functions to
1710 replace the active region by its export into various backends.
1711
1712 * org-faces.el (org-agenda-restriction-lock): Use less flashy
1713 colors.
1714
1715 * org-agenda.el
1716 (org-agenda-restriction-lock-highlight-subtree): New option.
1717 (org-agenda-top-headline-filter): Rename from
1718 `org-agenda-top-headline-filter'.
1719 (org-find-top-headline): Rename from `org-find-top-category'.
1720 Add a docstring.
1721 (org-agenda-filtered-by-top-headline): Rename from
1722 `org-agenda-filtered-by-top-category'.
1723 (org-agenda-filter-by-top-headline): Rename from
1724 `org-agenda-filter-by-top-category'. Fix docstring.
1725 (org-agenda-filter-top-headline-apply): Rename from
1726 `org-agenda-filter-top-category-apply'. Fix docstring.
1727 (org-agenda-mode-map): Update binding.
1728 (org-agenda-get-todos): Set `todo-state' earlier so that we can
1729 skip false-positives in time.
1730
1731 * org.el (org-get-todo-state): Add a docstring.
1732 (org-ctrl-o): New command to insert a new row in tables
1733 (like `M-S-<down>' does) and open a line elsewhere.
1734 (org-mode-map): Bind the new command to `C-o'.
1735 (org-set-regexps-and-options): Process tags from an external setup
1736 file.
1737
1738 * org-agenda.el (org-agenda-dim-blocked-tasks): Enhance docstring.
1739 (org-agenda-finalize-entries): Conditionally apply limits so
1740 that we don't manipulate big lists uselessly.
1741 (org-agenda-limit-entries): Limit exclusively. E.g., when
1742 limiting to a maximum of "2 tags", don't limit among tagged
1743 entries only, but limit among all entries.
1744 (org-agenda-limit-interactively): New command.
1745 (org-agenda-mode-map): Bind the new command to "~".
1746 (org-agenda-redo): Small fix: don't use `eval'.
1747
1748 * org.el (org-ctrl-c-ctrl-c): Fix bug wrt updating checkboxes: the
1749 list beginning should be stored using a marker so that updating
1750 [%0] to [%50] will not throw an error.
1751 (org-babel-load-file): Move `org-babel-load-file' from
1752 ob-tangle.el to here so that it is correctly autoloaded by Emacs
1753 before Org is required.
1754
1755 * org-mac-message.el: Delete.
1756
1757 * org.el (org-modules): org-mac-message.el is not a core package
1758 anymore.
1759
1760 * org-table.el (orgtbl-to-generic): Fix bug when exporting the
1761 cells of radio tables with 'hline.
1762
1763 * org.el (org-speed-commands-default): Use ?s for
1764 `org-narrow-to-subtree'.
1765
1766 * org-agenda.el (org-agenda-start-on-weekday): Fix typo.
1767 (org-agenda-start-day): Enhance docstring.
1768
1769 * org-src.el (org-src-native-tab-command-maybe): Check that we are
1770 in a source code block.
1771
1772 * org-mobile.el: Remove useless defvar.
1773
1774 * org.el (org-indent-line): A line just below a line with a list
1775 item is now indented depending on the indentation of this list
1776 item.
1777
1778 * org.el (org-options-keywords): Add #+TARGET.
1779
1780 * org-clock.el (org-resolve-clocks-if-idle): Only try to resolve
1781 last clock if the clock buffer still exists.
1782 (org-clock-out, org-clock-cancel): Set markers to nil.
1783
1784 * ox-org.el (org-org-publish-to-org):
1785 * ox-html.el (org-html-publish-to-html): Use the custom extension.
1786
1787 * org.el (org-cycle-internal-local): Fix invalid search bound when
1788 `org-cycle-include-plain-lists' is set to 'integrate.
1789
1790 * org.el (org-sparse-tree-default-date-type): Add an option for
1791 closed time-stamps.
1792 (org-sparse-tree): Allow to check against closed time-stamps.
1793 (org-re-timestamp): Handle closed time-stamps.
1794 (org-closed-in-range): Delete.
1795
6711a21f
SM
1796 * org-capture.el (org-capture-import-remember-templates):
1797 Take care of adding :jump-to-captured option if needed.
271672fa
BG
1798
1799 * org.el (org-toggle-pretty-entities): Enhance messages.
1800 (org-raise-scripts): Handle scripts like "a_b^c".
1801
1802 * org-capture.el (org-capture-templates): Document new option
1803 :jump-to-captured in the docstring. Offer the complete list of
1804 options when customizing.
1805 (org-capture-finalize): Handle :jump-to-captured.
1806
1807 * org.el (org-agenda-prepare-buffers): Fix bugs: don't let-bind
1808 `org-tag-alist' to nil and don't append duplicate tags to
1809 `org-tag-alist-for-agenda'.
1810 (org-store-link): Storing multiple links in the active region now
1811 requires a triple prefix argument.
1812 (org-store-link, org-link-search): Fix handling of links to #+NAME
1813 and #+TARGET keywords.
1814
1815 * org-compat.el (org-ignore-region): Tiny docstring fix.
1816
1817 * org-capture.el (org-capture): Don't store multiple links over
1818 lines in the active region.
1819
1820 * ox-odt.el (org-odt-special-block): Don't wrap annotations into
1821 <text:p>...</text:p> at all.
1822 (org-odt--fix-annotations): New function.
1823 (org-odt--export-wrap): Use the new function to fix annotations
1824 insertion in content.xml.
1825
1826 * org.el (org-mode-flyspell-verify): Require 'org-element so that
1827 `org-element-affiliated-keywords' is defined.
1828
1829 * ox-odt.el (org-odt-special-block): Don't insert annotations
1830 using style "Text_20_body".
1831
1832 * org.el (org-toggle-tags-groups): Correctly highlight group tags.
1833 (org-tags-expand): Expand tags as words, with characters ?@
1834 and ?_ being considered words constituents.
1835 (org-set-regexps-and-options): Don't read setup files from
1836 read-only buffers.
1837 (org-file-contents): When no-error is non-nil, throw a less
1838 intrusive message.
1839
1840 * org-agenda.el (org-agenda-scheduled-leaders)
1841 (org-agenda-deadline-leaders): Re-align leaders to the left,
1842 back to a 11 characters width.
1843
1844 * org.el (org-refile-cache-check-set): More informative message.
1845
1846 * org-agenda.el (org-tags-view): Set the matcher after preparing
1847 the agenda, as `org-tag-groups-alist-for-agenda' might be needed.
1848 (org-agenda-filter-make-matcher): New parameter `filter' and
1849 `type'. Handle group tags.
1850 (org-agenda-filter-expand-tags): New function.
1851 (org-agenda-filter-apply): Handle group tags.
1852
1853 * org.el (org-blank-before-new-entry): Tiny docstring fix.
1854 (org-tag-alist-for-agenda): Add docstring.
1855 (org-tag-groups-alist-for-agenda): New global variable.
1856 (org-tag-groups-alist): New buffer-local variable.
1857 (org-tag-alist, org-tag-persistent-alist): Handle :grouptags.
1858 (org-group-tags): New option.
1859 (org-toggle-group-tags): New command.
1860 (org-mode-map): Bind `org-toggle-group-tags' to `C-c C-x q'.
1861 (org-set-regexps-and-options-for-tags): New function, factored
1862 out from `org-set-regexps-and-options'.
1863 (org-set-regexps-and-options): Don't handle tags, they are now
1864 handled separately by `org-set-regexps-and-options-for-tags'.
1865 (org-assign-fast-keys): Handle :grouptags.
1866 (org-mode): Use `org-set-regexps-and-options-for-tags' on top
1867 of `org-set-regexps-and-options'.
1868 (org-fontify-meta-lines-and-blocks-1): Fontify group tags.
1869 (org-make-tags-matcher): Expand group tags in the matcher.
1870 (org-tags-expand): New function.
1871 (org-tags-completion-function): Tiny code clean up.
1872 (org-set-current-tags-overlay): Add a docstring.
1873 (org-fast-tag-selection): Highlight group tags.
1874 (org-agenda-prepare-buffers): Set `org-tag-alist-for-agenda'
1875 and `org-tag-groups-alist-for-agenda'. Don't uniquify
1876 `org-tag-alist-for-agenda' as we may need the grouping
1877 information for filtering in the agenda buffer.
1878 (org-uniquify-alist): New function.
1879
6711a21f
SM
1880 * org-pcomplete.el (pcomplete/org-mode/file-option/tags):
1881 Handle :grouptags.
271672fa
BG
1882
1883 * org-faces.el (mode-line): New face for group tags.
1884
1885 * ob-core.el (org-babel-hash-show-time): Tiny docstring
1886 enhancement.
1887
1888 * org-element.el (org-element-paragraph-separate): Use new name
1889 `org-list-allow-alphabetical'.
1890
1891 * org-list.el (org-list-allow-alphabetical): Rename from
1892 `org-alphabetical-lists'.
1893 (org-list-empty-line-terminates-plain-lists): Rename from
1894 `org-empty-line-terminates-plain-lists'.
1895 (org-checkbox-hierarchical-statistics): Rename from
1896 `org-hierarchical-checkbox-statistics'.
1897
1898 * org.el (org-image-actual-width): Update docstring.
1899 (org-display-inline-images): Use the #+attr_html: :width syntax.
1900 (org-modules): Remove deleted libraries, add new ones.
1901
1902 * ox-html.el (org-html-indent): Default to nil, as non-nil can
1903 break indentation of source code blocks.
1904 (org-html-link): Don't insert nil if there is no attributes.
1905 (org-html-link--inline-image): Use the correct syntax for image
1906 attributes. Allow :width :height and :alt as predefined
1907 attributes for inline images.
1908 (org-html-link, org-html-table): Use the standard syntax---
1909 e.g. "#+attr_html: :options ..."--- to get attributes.
1910
1911 * ox.el (org-export-table-cell-alignment): Treat an empty cell as
1912 a number if it follows a number.
1913
1914 * ox.el (org-export-as): Allow user functions in
1915 `org-export-before-parsing-hook' to modify the point.
1916
1917 * org.el (org-entry-add-to-multivalued-property): Add the new
1918 value by appending it at the end of the line.
1919
1920 * org-table.el (orgtbl-to-generic): New parameter `backend' to
1921 export cells content using a specific backend.
1922 (orgtbl-to-latex, orgtbl-to-texinfo): Export cells to LaTeX
1923 and Texinfo before sending the table.
1924
1925 * ox.el (org-export-define-backend)
1926 (org-export-define-derived-backend): Make defuns and update
1927 docstrings.
1928
1929 * ox-texinfo.el (texinfo):
1930 * ox-org.el (org):
1931 * ox-odt.el (odt):
1932 * ox-md.el (md):
1933 * ox-man.el (man):
1934 * ox-latex.el (latex):
1935 * ox-icalendar.el (icalendar):
1936 * ox-html.el (html):
1937 * ox-beamer.el (beamer):
1938 * ox-ascii.el (ascii): Use `org-export-define-backend' and
1939 `org-export-define-derived-backend' as defuns, not macros.
1940
6711a21f
SM
1941 * org.el (org-set-regexps-and-options):
1942 Use `org-table-set-constants'.
271672fa
BG
1943
1944 * org-table.el (org-table-set-constants): New function.
1945 (orgtbl-ctrl-c-ctrl-c): Use it.
1946
1947 * org-pcomplete.el
1948 (pcomplete/org-mode/block-option/clocktable): Add parameters.
1949
1950 * org.el (org-options-keywords): Remove "INFOJS_OPT": it is added
1951 through ox-html.el now.
1952
1953 * org-agenda.el (org-agenda-redo): Set filters after agenda has
1954 been redone.
1955
1956 * org.el (org-store-link): When there is an active region, store
1957 each line as a separate link.
1958 (org-insert-all-links): Use a default description when links
1959 do not have one already.
1960
1961 * org-agenda.el (org-agenda-redo): Fix code typo.
1962
1963 * org.el (org-link-display-format): Fix docstring.
1964
1965 * ox-publish.el (org-publish-org-to)
1966 (org-publish-org-sitemap, org-publish-find-title)
1967 (org-publish-find-date)
6711a21f
SM
1968 (org-publish-cache-file-needs-publishing):
1969 Set `org-inhibit-startup' to t when visiting files for
271672fa
BG
1970 publication.
1971
1972 * ox-org.el (org-org-publish-to-org): Kill buffers not visited at
1973 publication time.
1974
1975 * org.el (org-set-font-lock-defaults): Set font-lock keywords
1976 correctly for plain links.
1977
1978 * ox-texinfo.el (org-texinfo-logfiles-extensions)
1979 (org-texinfo-remove-logfiles): New options.
1980 (org-texinfo-compile): Use the new options to remove files
1981 after compiling a Texinfo file.
1982
1983 * ox-texinfo.el (org-texinfo-coding-system): New option.
1984 (org-texinfo-template): Add @documentlanguage and
1985 @documentencoding.
1986 (org-texinfo-headline): Add a space before tags.
1987 (org-texinfo-export-to-texinfo, org-texinfo-export-to-info):
1988 Use `org-texinfo-coding-system' as the coding system for
1989 exported buffers.
1990 (org-texinfo-publish-to-texinfo): New function.
1991
1992 * ox-texinfo.el (org-texinfo-filename)
1993 (org-texinfo-info-process, org-texinfo-max-toc-depth)
1994 (org-texinfo--sanitize-menu): Docstrings tiny fixes.
1995
1996 * org-agenda.el (org-agenda-dim-blocked-tasks): Only throw a
1997 message when called interactively. Fix docstring position in the
1998 defun.
1999
2000 * ox-html.el (org-html--build-meta-info): Fix setting of
2001 http-equiv="Content-Type".
2002
2003 * org-agenda.el (org-agenda-mode-map): Use ?= for filtering by
2004 regexp and ?| for removing all filters.
2005 (org-agenda-filter-remove-all): New command.
2006 (org-agenda-filter-show-all-re): Rename from
2007 `org-agenda-filter-show-all-regexp'.
6711a21f
SM
2008 (org-agenda-filter-by-regexp):
2009 Call `org-agenda-filter-show-all-re'.
271672fa
BG
2010
2011 * org-list.el (org-insert-item): Don't ask for a definition term
2012 when insert an item in a description list.
2013
2014 * org-agenda.el (org-agenda-Quit): Set `org-agenda-buffer' to nil.
2015 This prevents bugs when calling e.g., `org-diary' after quitting
2016 an agenda window.
2017 (org-agenda-entry-types): Move earlier in the file.
2018 (org-agenda-custom-commands-local-options, org-diary)
2019 (org-agenda-get-day-entries): Don't hardcode the default agenda
2020 entry types, use `org-agenda-entry-types'.
2021 (org-agenda-custom-commands): Fix default setting so that the
2022 customize interface does not complain about a mismatch.
2023
2024 * org.el (org-export-backends): Add new backends.
2025
2026 * ox-html.el (org-html-indent): New option.
2027 (org-html-use-unicode-chars): New option.
2028 (org-html-pretty-output): Delete.
2029 (org-html-final-function): Use the new options.
2030
2031 * ox-html.el (org-html-link): Fix handling of abbreviated links
2032 which include a file: protocol.
2033 (org-html--build-postamble): Default to today's date.
2034 (org-html--build-meta-info): When #+DATE contains a time stamp,
2035 parse it as a RFC 822 time string, otherwise simply insert the
2036 date as a string.
2037
2038 * ox.el (org-export--copy-to-kill-ring-p): New function.
2039 (org-export-copy-to-kill-ring): Use 'if-interactive as the
2040 default.
6711a21f
SM
2041 (org-export-to-buffer, org-export-to-file):
2042 Use `org-export--copy-to-kill-ring-p' and fix docstrings.
271672fa 2043
6711a21f
SM
2044 * ox-odt.el (org-odt-export-as-odf):
2045 Use `org-export--copy-to-kill-ring-p'.
271672fa
BG
2046
2047 * org.el (org-set-font-lock-defaults): Fontify macros.
2048
2049 * org-faces.el (org-macro): New face.
2050
2051 * org.el (org-clone-subtree-with-time-shift): Only prompt for a
2052 time shift when the entry at point has a time stamp and when the
2053 command is called with a universal prefix argument.
2054 (org-execute-file-search-functions): Docstring fix.
2055
2056 * org-compat.el (org-defvaralias): Fix declare form.
2057
2058 * org-clock.el (org-clocktable-defaults): Add :mstart parameter.
2059 (org-clock-special-range): New argument mstart.
2060 (org-dblock-write:clocktable, org-dblock-write:clocktable)
2061 (org-clocktable-write-default, org-clocktable-steps)
2062 (org-clock-get-table-data): Handle the :mstart parameter.
2063
2064 * org.el (org-map-entries): Use `save-window-excursion'.
2065
2066 * org-compat.el (org-defvaralias): New compatibility function.
2067
2068 * org-list.el (org-cycle-include-plain-lists): Also add to the
2069 'org-cycle customization group.
2070 (org-list-allow-alphabetical)
2071 (org-checkbox-hierarchical-statistics)
2072 (org-list-empty-line-terminates-plain-lists)
2073 (org-list-description-max-indent): Rename and add aliases to old
2074 names.
2075
2076 * org-element.el (org-element-context): Prevent an error when
2077 getting the context of a table rule.
2078
2079 * org.el (org-deadline-time-hour-regexp)
2080 (org-scheduled-time-hour-regexp): New buffer local variables.
2081 (org-set-regexps-and-options): Set the new variables.
2082
6711a21f
SM
2083 * org-agenda.el (org-agenda-custom-commands-local-options):
2084 Add :deadline* and :scheduled* to the list of possible agenda entry
271672fa
BG
2085 types.
2086 (org-agenda): Implement a new agenda type agenda* with :scheduled*
2087 and :deadline* replacing :scheduled and :deadline respectively in
2088 agenda entry types. In such agenda, only scheduled and deadline
2089 items with a time specification [h]h:mm will be considered.
2090 (org-agenda-entry-types): Document the new agenda entry types
2091 :scheduled* and :deadline*.
2092 (org-agenda-list): New parameter `with-hour'. Use :scheduled* and
2093 :deadline*.
2094 (org-agenda-get-day-entries): Handle :scheduled* and :deadline*.
6711a21f
SM
2095 (org-agenda-get-deadlines, org-agenda-get-scheduled):
2096 New parameter `with-hour'. Use `org-deadline-time-hour-regexp' or
271672fa
BG
2097 `org-scheduled-time-hour-regexp' as the search string if needed.
2098 (org-agenda-to-appt): Use :scheduled* and :deadline* by default,
2099 as other scheduled and deadline items don't have a time spec and
2100 cannot be turned into appointments. Trim bracket links and use
2101 only the description as the appointment text.
6711a21f
SM
2102 (org-agenda-get-restriction-and-command):
2103 Add default description for the agenda* view.
271672fa
BG
2104 (org-agenda-run-series): Handle agenda* views.
2105
2106 * org-faces.el (org-agenda-filter-tags)
2107 (org-agenda-diary, org-agenda-calendar-event)
2108 (org-agenda-calendar-sexp): Minor code clean up.
2109 (org-agenda-filter-category): Docstring fix.
2110 (org-agenda-filter-category): New face.
2111
6711a21f
SM
2112 * org-agenda.el (org-agenda-local-vars):
2113 Add `org-agenda-re-filter-overlays' and `org-agenda-regexp-filter'.
271672fa
BG
2114 (org-agenda-mode-map): Use "|" for
2115 `org-agenda-filtered-by-regexp'.
2116 (org-agenda-re-filter-overlays): New variable.
6711a21f
SM
2117 (org-agenda-mark-filtered-text):
2118 Use `org-agenda-re-filter-overlays'.
271672fa
BG
2119 (org-agenda-finalize, org-agenda-redo): Allow regexp filtering.
2120 (org-agenda-filter-by-category): Set `org-agenda-category-filter'
2121 here instead of within `org-agenda-apply-filter'.
2122 (org-agenda-regexp-filter): New variable.
2123 (org-agenda-filter-by-regexp): New function to filter agenda
2124 buffers by regexp.
2125 (org-agenda-filter-make-matcher): Make matcher for regexp filters.
2126 (org-agenda-filter-apply): Don't set `org-agenda-tag-filter' and
2127 `org-agenda-category-filter'. Maybe apply regexp filter.
6711a21f
SM
2128 (org-agenda-filter-hide-line): Add docstring.
2129 Hide regexp-filtered lines.
271672fa
BG
2130 (org-agenda-filter-show-all-tag, org-agenda-filter-show-all-cat):
2131 Add docstring.
2132 (org-agenda-filter-show-all-regexp): New function.
2133 (org-agenda-set-mode-name): Add regexp-filter information.
2134 (org-agenda-custom-commands-local-options): Add regexp filter.
2135 (org-agenda-regexp-filter-preset): New variable.
2136 (org-agenda-prepare): Use the new variable.
2137
6711a21f
SM
2138 * ox-odt.el (org-odt-code, org-odt-verbatim):
2139 Use `org-odt--encode-plain-text'.
271672fa
BG
2140
2141 * ox-html.el (org-html-link): Minor code clean-up.
2142
2143 * org.el (org-insert-heading): DTRT when in a narrowed region.
2144
2145 * org-compat.el (org-buffer-narrowed-p): New compatibility
2146 function.
2147
2148 * ox-html.el (org-html-format-inline-image): Fix missing string in
2149 formatting string.
2150
2151 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2152 New allowed value `repeated-after-deadline' which will prevent the
2153 display of scheduled items when repeated after the current
2154 deadline.
2155 (org-agenda-get-scheduled): Handle the new value.
2156
2157 * org.el (org-time-string-to-absolute): Tiny docstring fix.
2158
2159 * ox-html.el (org-html-style-default): New classes `footpara' and
2160 `footdef' for the footnotes paragraphs and definitions.
2161 (org-html-format-footnote-definition): Wrap the footnote
2162 defintions into their own div.
2163 (org-html-paragraph): Don't add extra <br/> after a paragraph in a
2164 footnote.
2165 (org-html-container-element, org-html-divs): Mention that
2166 org-info.js will not work when changing the defaults.
2167
2168 * ox-md.el (md): Export underlined text as verbatim.
2169
2170 * ox-html.el (org-html-style-default): New CSS .underline and
2171 #org-div-home-and-up.
2172 (org-html-text-markup-alist): Don't hardcode the style, use the
2173 new class .underline.
2174 (org-html-home/up-format): Don't hardcode the style, use
2175 #org-div-home-and-up.
2176 (org-html-center-block): Use the .center class.
2177
2178 * ox-md.el (org-md-underline): New function.
2179
2180 * org-agenda.el (org-sorting-choice): Fix default value.
2181
2182 * ox-html.el (org-html-format-footnote-definition)
2183 (org-html-footnote-section): Don't wrap footnote definitions into
2184 tables.
2185 (org-html-paragraph): Add HTML style and class parameter when the
2186 paragraph is in a footnote definition. Also allow to add an extra
2187 string after the paragraph. Further parameters can be added for
2188 paragraphs in other environments.
2189 (org-html-template): Always include the title as <h1
2190 class="title"></h1>, even when there is no title, as org-info.js
2191 needs it.
2192
2193 * org-element.el (org-element-map): Fix tiny typo in docstring.
2194
2195 * org-agenda.el (org-agenda-day-view): Fix parameter's name.
2196
2197 * ox-html.el (org-html-format-inline-image): Don't add superfluous
2198 <p></p> when there is an empty caption.
2199
2200 * org-agenda.el (org-agenda-refile): Enhance docstring. Allow to
2201 clear the refile cache with C-0 or C-u C-u C-u.
2202
2203 * ox-md.el (org-md-export-as-markdown): Tiny docstring fix. Fix a
2204 library keyword in the comment section.
2205
2206 * org.el (org-toggle-item): Convert all normal lines as items when
2207 there is a region, and only convert the first line when called
2208 with a universal prefix argument. This is consistent with the
2209 behavior of `org-toggle-heading'.
2210 (org-toggle-heading): When the region contains only normal lines,
2211 a universal prefix arg will only convert the first line. This is
2212 more consistent with `org-toggle-item'.
2213 (orgstruct-setup): Add `org-ctrl-c-minus' and `org-ctrl-c-star'.
6711a21f
SM
2214 (customize-package-emacs-version-alist):
2215 Update `customize-package-emacs-version-alist'.
271672fa
BG
2216
2217 * ox-texinfo.el (org-export-texinfo)
2218 (org-texinfo-filename, org-texinfo-classes)
2219 (org-texinfo-format-headline-function)
2220 (org-texinfo-node-description-column)
2221 (org-texinfo-active-timestamp-format)
2222 (org-texinfo-link-with-unknown-path-format)
2223 (org-texinfo-tables-verbatim)
2224 (org-texinfo-table-scientific-notation)
2225 (org-texinfo-text-markup-alist)
2226 (org-texinfo-format-drawer-function)
2227 (org-texinfo-format-inlinetask-function)
2228 (org-texinfo-info-process):
2229 * ox-odt.el (org-odt-format-drawer-function)
2230 (org-odt-format-headline-function)
2231 (org-odt-format-inlinetask-function):
2232 * ox-md.el (org-export-md, org-md-headline-style): Fix :version
2233 and :package-version keywords.
2234
2235 * org.el (org-time-clocksum-use-effort-durations): Don't set to t
2236 by default as it will change many clocktables out there. Let the
2237 user decides whether she wants to turn this on.
2238
2239 * org.el (org-agenda-inhibit-startup): Revert to nil as the default.
2240
2241 * org-agenda.el (org-agenda-dim-blocked-tasks): Revert to t as the
2242 default.
2243
2244 * ox-html.el (org-html-style-default): More cosmetic tweaks.
2245 (org-html-head-include-default-style): Minor docstring update.
2246
2247 * ox.el (org-export-snippet-translation-alist)
2248 (org-export-coding-system, org-export-in-background)
2249 (org-export-async-init-file, org-export-invisible-backends)
2250 (org-export-dispatch-use-expert-ui):
2251 * ox-texinfo.el (org-texinfo-filename, org-texinfo-classes)
2252 (org-texinfo-format-headline-function)
2253 (org-texinfo-node-description-column)
2254 (org-texinfo-active-timestamp-format)
2255 (org-texinfo-link-with-unknown-path-format)
2256 (org-texinfo-tables-verbatim)
2257 (org-texinfo-table-scientific-notation)
2258 (org-texinfo-text-markup-alist)
2259 (org-texinfo-format-drawer-function)
2260 (org-texinfo-format-inlinetask-function)
2261 (org-texinfo-info-process):
2262 * ox-man.el (org-man-tables-centered)
2263 (org-man-table-scientific-notation)
2264 (org-man-source-highlight, org-man-source-highlight-langs)
2265 (org-man-pdf-process, org-man-logfiles-extensions):
2266 * ox-html.el (org-html-allow-name-attribute-in-anchors)
2267 (org-html-coding-system, org-html-divs):
2268 * ox-ascii.el (org-ascii-text-width)
2269 (org-ascii-headline-spacing, org-ascii-indented-line-width)
2270 (org-ascii-paragraph-spacing, org-ascii-charset)
2271 (org-ascii-underline, org-ascii-bullets)
2272 (org-ascii-links-to-notes)
2273 (org-ascii-table-keep-all-vertical-lines)
2274 (org-ascii-table-widen-columns)
2275 (org-ascii-table-use-ascii-art)
2276 (org-ascii-format-drawer-function)
2277 (org-ascii-format-inlinetask-function):
2278 * org.el (org-modules, org-export-backends)
2279 (org-highlight-latex-and-related, orgstruct-setup-hook):
2280 * org-attach.el (org-attach-git-annex-cutoff):
2281 * org-archive.el (org-archive-file-header-format):
2282 * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
2283 * ob-python.el (org-babel-python-hline-to)
2284 (org-babel-python-None-to):
2285 * ob-ditaa.el (org-ditaa-eps-jar-path):
2286 * ob-core.el (org-babel-results-keyword): Add :version and
2287 :package-version.
2288
2289 * ox-ascii.el: Use utf-8-emacs as the file coding system.
2290
2291 * org-capture.el (org-capture-templates, org-capture-string)
2292 (org-capture-steal-local-variables)
2293 (org-capture-empty-lines-before)
2294 (org-capture-empty-lines-after)
2295 (org-capture-insert-template-here)
2296 (org-capture-import-remember-templates): Fix or add docstring.
2297
2298 * ox-html.el (org-html-style-default): Cosmetic changes.
2299 (org-html-postamble, org-html-preamble)
2300 (org-html-preamble-format): Update docstring.
2301
2302 * org-agenda.el (org-agenda-format-date-aligned)
2303 (org-agenda-time-of-day-to-ampm-maybe)
2304 (org-scheduled-past-days)
2305 (org-agenda-normalize-custom-commands)
2306 (org-agenda-run-series, org-store-agenda-views): Fix or add
2307 docstring.
2308
2309 * ox-latex.el:
6711a21f
SM
2310 (org-latex-table-scientific-notation, org-latex-verse-block):
2311 Fix typos in docstrings.
271672fa
BG
2312
2313 * ox-html.el (org-html-text-markup-alist)
2314 (org-html-pretty-output, org-html-link-org-files-as-html)
2315 (org-html-postamble, org-html-preamble)
2316 (org-html-format-inline-image, org-html-splice-attributes)
2317 (org-export-splice-style, org-html-htmlize-region-for-paste)
2318 (org-html-fix-class-name)
2319 (org-html-format-footnote-reference)
2320 (org-html-format-footnotes-section)
2321 (org-html-footnote-section, org-html--anchor)
2322 (org-html--todo, org-html--tags, org-html-format-headline)
2323 (org-html-toc, org-html-format-section, org-html-checkbox)
2324 (org-html-format-list-item, org-html-format-latex)
2325 (org-html-encode-plain-text)
2326 (org-html-table-first-row-data-cells)
6711a21f
SM
2327 (org-html-table--table.el-table, org-html-final-function):
2328 Fix or add docstring.
271672fa
BG
2329
2330 * org.el (org-insert-heading): If the current item has a checkbox,
2331 insert the new item with a checkbox.
2332
2333 * org.el (org-insert-heading): Don't delete spaces in empty
2334 headlines.
2335
2336 * ox-odt.el (org-odt-keyword): Fix typo.
2337
2338 * ox-latex.el (org-latex-toc-command): Cosmetic docstring change.
2339
2340 * ox-html.el (org-html-encode-plain-text): Fix typo in docstring.
2341
2342 * org-faces.el (org-column): Update docstring.
2343
2344 * org-colview.el: Update error message.
2345
2346 * org.el (org-modules): Do not include org-mew.el, org-vm.el,
2347 org-w3m.el, org-wl.el as these files are now part of contrib/.
2348
c6c863df 2349 * org-mew.el:
271672fa
BG
2350 * org-vm.el:
2351 * org-w3m.el:
2352 * org-wl.el: Delete (moved to Org's contrib/ directory.)
2353
2354 * org-capture.el (org-mks): Move from org-mks.el.
2355
2356 * org-mks.el: Delete.
2357
2358 * ox-html.el (html): Update HTML options names.
2359
2360 * org.el (org-show-context): Don't try to fix ellipsis when
2361 showing a subtree in agenda.
2362
2363 * ox-html.el (html): Reintroduce #+HTML_HEAD_EXTRA, previously
2364 known as HTML_STYLE_EXTRA.
2365 (org-html-head): Enhance docstring.
2366 (org-html-head-extra): Reintroduce. Was `org-html-style-extra'.
6711a21f
SM
2367 (org-html--build-head): Rename from `org-html--build-head'.
2368 Add information from `org-html-head-extra'.
271672fa
BG
2369 (org-html-template): Use `org-html--build-head'.
2370
2371 * ox-html.el (org-html-display-buffer-mode): Delete.
2372 (org-html-export-as-html): Use `set-auto-mode' instead of
2373 `org-html-display-buffer-mode'.
2374
2375 * org-agenda.el (org-agenda-write): Overwrite file when called
2376 non-interactively.
2377
2378 * org-mobile.el (org-mobile-edit): Workaround a
2379 `org-insert-heading-respect-content' bug which prevents correct
2380 insertion when point is invisible
2381
2382 * org.el (org-previous-line-empty-p): New parameter to allow
2383 checking next line. Add a docstring.
2384 (org-insert-heading): Handle two universal prefix arguments as
da5ecfa9 2385 advertised in the docstring. Don't insert new lines when
271672fa
BG
2386 creating a heading after the first heading in the current
2387 subtree.
2388 (org-insert-heading-respect-content): New optional argument
2389 arg, passed to `org-insert-heading'.
2390
6711a21f
SM
2391 * org.el (org-mode): Remove syntax entries.
2392 Use `org-backward-element' and `org-forward-element' for
271672fa
BG
2393 `beginning-of-defun-function' and `end-of-defun-function': this
2394 allows using C-M-a and C-M-e before the first headline.
2395
2396 * ox-html.el (html): Remove :html-htmlized-css-url :options-alist.
2397
2398 * ox-org.el (org-org-htmlized-css-url): Rename from
2399 `org-html-htmlized-org-css-url' and moved here from ox-html.el.
2400 (org-org-publish-to-org): Handle :htmlized-source in
2401 publishing projects.
2402
2403 * ox-html.el (org-html-style-default): Update docstring.
6711a21f
SM
2404 (org-html-infojs-install-script, org-html--build-style):
2405 Update property names.
271672fa
BG
2406 (org-html-head-include-scripts)
2407 (org-html-head-include-default-style, org-html-head):
2408 Respectively rename from `org-html-style-include-scripts',
2409 `org-html-style-include-default' and `org-html-style', now
2410 obsolete.
2411 (org-html-style-extra): Delete.
2412
2413 * org-clock.el (org-clock-out): Fix bug: if a closing note needs
2414 to be stored in the drawer where clocks are stored, let's
2415 temporarily remove `org-clock-remove-empty-clock-drawer' from
2416 `org-clock-out-hook'.
2417
2418 * ob-tangle.el (org-babel-tangle): Remove unused attempt of
2419 prompting the user of the tangle file name since :tangle is always
2420 set. Don't prompt for a tangle file name when called with two
6711a21f
SM
2421 universal prefix arg outside of a src block.
2422 Use `org-babel-tangle-single-block'.
271672fa
BG
2423 (org-babel-tangle-single-block): New function.
2424 (org-babel-tangle-collect-blocks): Use the new function.
2425
2426 * org-table.el (org-table-convert-region, org-table-export)
2427 (org-table-align, org-table-beginning-of-field)
2428 (org-table-copy-down, org-table-check-inside-data-field)
2429 (org-table-insert-column, org-table-find-dataline)
2430 (org-table-delete-column, org-table-move-column)
2431 (org-table-insert-row, org-table-insert-hline)
2432 (org-table-kill-row, org-table-paste-rectangle)
2433 (org-table-wrap-region, org-table-sum, org-table-get-formula)
2434 (org-table-get-formula, org-table-get-stored-formulas)
2435 (org-table-fix-formulas, org-table-maybe-eval-formula)
2436 (org-table-rotate-recalc-marks, org-table-eval-formula)
2437 (org-table-get-range, org-table-get-descriptor-line)
2438 (org-table-find-row-type, org-table-recalculate)
2439 (org-table-iterate, org-table-iterate-buffer-tables)
2440 (org-table-formula-handle-first/last-rc)
2441 (org-table-edit-formulas, org-table-fedit-shift-reference)
2442 (org-rematch-and-replace, org-table-shift-refpart)
2443 (org-table-fedit-finish, org-table-fedit-lisp-indent)
2444 (org-table-show-reference, org-table-show-reference)
2445 (org-table-show-reference, org-table-show-reference)
2446 (org-table-force-dataline, orgtbl-error, orgtbl-export)
2447 (orgtbl-send-replace-tbl, org-table-to-lisp)
2448 (orgtbl-send-table, orgtbl-send-table, orgtbl-send-table)
2449 (orgtbl-toggle-comment, orgtbl-insert-radio-table)
2450 (orgtbl-to-unicode, org-table-get-remote-range)
2451 (org-table-get-remote-range, org-table-copy-dow)
2452 (org-table-check-inside-data-field, org-table-insert-colum)
2453 (org-table-find-dataline, org-table-delete-colum)
2454 (org-table-move-column, org-table-insert-ro)
2455 (org-table-insert-hline, org-table-kill-ro)
2456 (org-table-paste-rectangle, org-table-wrap-regio)
2457 (org-table-sum, org-table-get-formul)
2458 (org-table-get-stored-formulas, org-table-fix-formula)
2459 (org-table-maybe-eval-formul, org-table-rotate-recalc-marks)
2460 (org-table-eval-formul, org-table-get-range)
2461 (org-table-get-descriptor-lin, org-table-find-row-type)
2462 (org-table-recalculat, org-table-iterate)
2463 (org-table-iterate-buffer-table)
2464 (org-table-formula-handle-first/last-r)
2465 (org-table-edit-formulas, org-table-fedit-shift-referenc)
2466 (org-rematch-and-replace, org-table-shift-refpar)
2467 (org-table-fedit-finish, org-table-fedit-lisp-inden)
2468 (org-table-show-reference, org-table-force-datalin)
2469 (orgtbl-error, orgtbl-export, orgtbl-send-replace-tb)
2470 (org-table-to-lisp, orgtbl-send-tabl, orgtbl-toggle-comment)
2471 (orgtbl-insert-radio-tabl, orgtbl-to-unicode)
2472 (org-table-get-remote-range): Use `user-error' instead of
2473 `error' for user errors.
2474
2475 * ob-core.el (org-babel-load-in-session): Throw a useful error
2476 when there is no code block at point.
2477
2478 * ob-tangle.el (org-babel-tangle): Rename the ONLY-THIS-BLOCK
2479 parameter to ARG. Allow two universal prefix arguments to tangle
2480 by the target file of the block at point.
2481 (org-babel-tangle-collect-blocks): New parameter TANGLE-FILE
2482 to restrict the collection of blocks to those who will be
2483 tangled in TARGET-FILE.
2484
2485 * org-src.el (org-edit-src-auto-save-idle-delay): Use a delay of 0
2486 by default (i.e., deactivate auto-saving.)
2487 (org-edit-src-code): Set `buffer-auto-save-file-name' for
2488 auto-saving with `auto-save-mode'.
2489
2490 * org.el (org-deadline, org-schedule): When called with two
2491 universal prefix arguments, set the warning time or the delay
2492 relatively to the current timestamp, not to today's date.
2493
6711a21f
SM
2494 * org-agenda.el (org-agenda-filter-apply):
2495 Deactive `org-agenda-entry-text-mode' when filtering.
271672fa
BG
2496 (org-agenda-entry-text-mode): Don't allow in filtered views.
2497 Don't show the maximum number of lines when turning off.
2498
2499 * ox-html.el (org-html-headline): Add comment.
2500
2501 * org.el (org-mode): Set `paragraph-start'.
2502
2503 * org-agenda.el (org-agenda-entry-text-leaders): New option.
2504 (org-agenda-entry-text-show-here): Use it.
2505
2506 * ox-html.el (org-html-link--inline-image): Always retrieve
2507 attributes for inline images.
2508 (org-html-link): Fix trailing whitespace at the end of the opening
2509 <a ...> HTML tag.
2510 (org-html-headline): For headlines whose first element is a
2511 headline and not a section, pretend there is an empty section (as
2512 "") for the correct HTML div to be inserted.
2513
2514 * org-agenda.el (org-agenda-collect-markers)
2515 (org-create-marker-find-array): Move to ox-icalendar.el.
2516 (org-agenda-marker-table, org-check-agenda-marker-table):
2517 Delete.
2518
2519 * ox-icalendar.el (org-icalendar-create-uid): New parameter
2520 H-MARKERS to only update some headlines, not the whole file.
2521 (org-icalendar--combine-files): When exporting to an .ics file
2522 only add UID to the headlines shown in the agenda buffer.
2523 (org-agenda-collect-markers, org-create-marker-find-array):
2524 Move here.
2525
2526 * org-agenda.el (org-agenda-write): Ask before overwriting an
2527 existing file.
2528
2529 * org-pcomplete.el (pcomplete/org-mode/file-option/infojs_opt):
2530 Use `org-html-infojs-opts-table'.
2531
2532 * ox-html.el (org-html-infojs-opts-table):
2533 (org-html-use-infojs, org-html-infojs-options)
2534 (org-html-infojs-template): Move from ox-jsinfo.el. Rename using
2535 the org-html- prefix.
c6c863df 2536 (org-html-infojs-install-script): Move from ox-jsinfo.el.
271672fa 2537
c6c863df 2538 * ox-jsinfo.el: Delete.
271672fa
BG
2539
2540 * ox-html.el (org-html-section): Fix indentation.
2541 (org-html-inner-template): Add the document title here, within the
2542 "content" class, as the org-info.js needs it.
2543 (org-html-template): Don't include the document's title here.
2544 (org-html-format-inlinetask-function): Remove wrong example.
2545
2546 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't collect
2547 blocks in commented out headings.
2548
2549 * ox-latex.el (org-latex-logfiles-extensions)
2550 (org-latex-remove-logfiles): Improve docstrings.
2551
2552 * org-capture.el (org-capture): Cosmetic fix.
2553
2554 * org-protocol.el (org-protocol-create-for-org)
2555 (org-protocol-create): Small docstrings enhancements.
2556
2557 * org-protocol.el (org-protocol-capture): Small docstring fix.
2558
2559 * org.el (org-speed-command-activate): Only forbid in src code
2560 blocks.
2561
2562 * org-indent.el
2563 (org-indent-add-properties): Bugfix: prevent negative value for
2564 `added-ind-per-lvl'.
2565
2566 * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
2567 `isearch-mode-end-hook' so that any isearch fixes the problem with
2568 ellipsis on the first line.
2569 (org-fix-ellipsis-at-bol): New defsubst.
2570 (org-show-context, org-isearch-end): Use it.
2571
2572 * org-agenda.el (org-agenda-deadline-leaders): New formatting
2573 string for past deadlines.
2574 (org-agenda-scheduled-leaders): Small change.
2575 (org-agenda-get-deadlines): Use the new formatting string.
2576
2577 * ob-lob.el (org-babel-lob-execute): Rename cache? to cache-p.
2578
2579 * org.el (org-speed-command-activate): Don't activate speed
2580 commands within blocks.
2581
2582 * org.el (org-show-context): Remove useless catch. Make sure the
2583 top of the window is a visible headline.
2584 (org-activate-plain-links): Remove unused catch.
2585
2586 * org-macs.el (org-get-alist-option): Return nil, not (nil), so
2587 that `org-show-context' DTRT.
2588
2589 * org.el (org-imenu-get-tree): Fix bug when matching against empty
2590 headlines.
2591 (org-overview): Stay on current line.
2592 (org-map-entries): Fix docstring.
2593
2594 * org-macs.el (org-unmodified): Update comment. Don't define
2595 `with-silent-modifications' for emacsen that don't have it.
2596
6711a21f
SM
2597 * org-compat.el (org-with-silent-modifications):
2598 New compatibility macro.
271672fa
BG
2599
2600 * org.el (org-refresh-category-properties)
2601 (org-refresh-properties, org-entry-blocked-p)
2602 (org-agenda-prepare-buffers):
2603
2604 * org-indent.el (org-indent-remove-properties)
2605 (org-indent-add-properties):
2606
2607 * org-colview.el (org-columns-display-here)
2608 (org-columns-remove-overlays, org-columns-quit)
2609 (org-columns-edit-value, org-columns-compute-all)
2610 (org-columns-compute, org-agenda-colview-compute):
2611
2612 * org-clock.el (org-clock-sum): Use the compatibility macro
2613 `org-with-silent-modifications' instead of
2614 `with-silent-modifications'.
2615
2616 * org.el (org-sort-remove-invisible): Remove emphasis markers.
2617
2618 * org.el (org-sort-remove-invisible): Use defsust. Do not only
2619 check against invisible links, truly returns the visible part of
2620 the string.
2621 (org-sort-remove-invisible): Add a docstring.
2622 (org-sort-entries): Remove hidden links when comparing entries.
2623
2624 * org-list.el (org-sort-list): Remove hidden links when comparing
2625 list items.
2626
2627 * ox-html.el (org-html-headline): Fix typo.
2628 (org-html-format-headline--wrap): Cosmetic change.
2629
2630 * org.el (org-at-clock-log-p): Delete.
2631
2632 * org-clock.el (org-at-clock-log-p): Move here.
2633
2634 * ox-html.el (org-html-format-headline-function): Fix docstring.
2635
2636 * ob-sql.el (org-babel-execute:sql): Add header row delimiter for
2637 both mysql and postgresql.
2638
2639 * org.el (org-agenda-prepare-buffers): Don't use
2640 `with-silent-modifications' too early.
2641
2642 * org-macs.el: Add a comment on when to use `org-unmodified' and
2643 when to use `with-silent-modifications'.
2644
2645 * org-colview.el (org-columns-display-here)
2646 (org-columns-remove-overlays, org-columns-quit)
2647 (org-columns-edit-value, org-columns-compute-all)
2648 (org-columns-compute, org-agenda-colview-compute):
2649 * org-clock.el (org-clock-sum):
2650 * org.el (org-refresh-category-properties)
2651 (org-refresh-properties, org-entry-blocked-p)
2652 (org-agenda-prepare-buffers): Use `with-silent-modifications'
2653 instead of `org-unmodified'.
2654
2655 * ox-publish.el (org-publish-sitemap-date-format): Small docstring
2656 enhancement.
2657
6711a21f
SM
2658 * ox-latex.el (org-latex-format-headline-default-function):
2659 New option.
271672fa
BG
2660 (org-latex-format-headline-function): Use the new option as
2661 the default value.
2662 (org-latex-toc-command): Don't add vertical space after the table
2663 of contents.
2664
2665 * org.el (org-entry-blocked-p): Use `org-unmodified' instead of
2666 `org-with-buffer-modified-unmodified'.
2667 (org-agenda-prepare-buffers): Fix indentation.
2668
2669 * org-macs.el (org-unmodified): Rename from
2670 `org-with-buffer-modified-unmodified'.
2671 (org-with-buffer-modified-unmodified): Delete.
2672
2673 * ob-python.el (org-babel-python-command): Use a defcustom.
2674 (org-babel-python-mode): Use a defcustom and default to
2675 'python-mode when featured.
2676
2677 * org-agenda.el (org-agenda-start-day): Refer to `org-read-date'
2678 in the docstring.
2679
2680 * ox-org.el (org-org-publish-to-org): Autoload.
2681
2682 * org-protocol.el:
2683 * org-bibtex.el: Remove remember support.
2684
2685 * org-clock.el (org-clock-heading-for-remember): Delete.
2686 (org-clock-in): Do not set the heading for remember.
2687
2688 * org.el (org-move-subtree-down, org-forward-element)
2689 (org-backward-element):
2690
2691 * org-table.el (org-table-previous-field)
2692 (org-table-move-column, org-table-move-row):
2693
2694 * org-list.el (org-move-item-down, org-move-item-up)
2695 (org-cycle-item-indentation): Use `user-error' when moving or
2696 modifying the element at point is not possible.
2697
2698 * ox-html.el (org-html-table-header-tags)
2699 (org-html-table-data-tags, org-html-table-row-tags)
2700 (org-html-table-align-individual-fields): Use the
2701 org-export-html group.
2702 (org-html-inline-src-block, org-html-link): Fix error messages.
2703 (org-html-begin-plain-list): Fix formatting, better FIXME
2704 comment.
2705
2706 * org.el (org-fill-paragraph): Fill using
2707 `org-mode-transpose-word-syntax-table'.
2708
2709 * ox-org.el (org-org-publish-to-org): New defun.
2710
2711 * ox-html.el (org-export-htmlize): Delete group.
2712 (org-html-htmlize-output-type)
2713 (org-html-htmlized-org-css-url)
2714 (org-html-htmlize-region-for-paste): Rename from
2715 org-export-htmlize-*.
6711a21f
SM
2716 (org-html-htmlize-generate-css, org-html-fontify-code):
2717 Use the correct names.
271672fa
BG
2718
2719 * org-compat.el (org-file-equal-p): New compatibility function.
2720
2721 * ox.el (org-export-output-file-name): Use the new function.
2722
2723 * org-clock.el (org-clock-set-current)
2724 (org-clock-delete-current): Delete.
2725 (org-clock-in, org-clock-out): Set and delete
2726 `org-clock-current-task'. Minor code clean-up.
2727
6711a21f
SM
2728 * org-clock.el (org-clock-in, org-clock-in-last):
2729 Tell `org-current-time' to always return a past time.
271672fa
BG
2730
2731 * org.el (org-current-time): New argument `past' to force
2732 returning a past time when rounding.
2733
2734 * org-agenda.el (org-agenda-unmark-clocking-task): New function.
2735 (org-agenda-mark-clocking-task): Use it.
2736 (org-agenda-clock-in): Let the cursor where it is.
2737 (org-agenda-clock-out): Ditto. Also remove the
2738 `org-agenda-clocking' overlay.
2739
2740 * org-agenda.el (org-agenda-set-restriction-lock): Fix restriction
2741 so that it ends at the beginning of the next headline at the same
2742 level.
2743
2744 * org.el (org-set-effort, org-property-next-allowed-value):
2745 When needed, update the current clock effort time.
2746 (org-next-link): New parameter `search-backward'. Fix bug when at
2747 a link with no 'org-link face, e.g., in a DONE headline. Throw a
2748 message instead of an error.
2749 (org-previous-link): Use `org-next-link'.
2750
2751 * org-agenda.el (org-agenda-format-item): Only set the breadcrumbs
2752 when `org-prefix-has-breadcrumbs' is non-nil.
2753
2754 * org.el (org-mode): Don't make characters from
d1389828 2755 `org-emphasis-alist' word constituents.
271672fa
BG
2756 (org-mode-transpose-word-syntax-table): Rename from
2757 `org-syntax-table'.
6711a21f
SM
2758 (org-transpose-words):
2759 Use `org-mode-transpose-word-syntax-table'.
271672fa
BG
2760
2761 * ox.el (org-export--dispatch-ui)
2762 (org-export--dispatch-action): Use integers for control chars.
2763
2764 * org-agenda.el (org-agenda-set-restriction-lock): Put the
2765 overlay until the end of the subtree, not the end of the
2766 headline.
2767
2768 * org.el (org-entry-delete, org-delete-property): New optional
2769 arg delete-empty-drawer, a string, to delete any empty drawer
2770 with that name.
2771 (org-toggle-ordered-property): Delete the drawer "PROPERTIES"
2772 if empty.
2773
2774 * org-src.el (org-src-mode-map, org-edit-src-code)
2775 (org-edit-fixed-width-region, org-edit-src-save): Use C-c C-k
2776 for `org-edit-src-abort'.
2777
2778 * org.el (org-mode): Use org-unmodified during startup
2779 initialization for functions that may be inhibited.
2780
2781 * org-table.el (org-table-align): Only set the window start
2782 when table alignment is performed in the selected window.
2783
2784 * org-src.el (org-edit-src-auto-save-idle-delay): New option.
2785 (org-src-ask-before-returning-to-edit-buffer): Make a defcustom.
2786 (org-edit-src-code-timer): New timer variable.
2787 (org-edit-src-code): Run the timer.
2788 (org-edit-fixed-width-region): Enhance message.
2789 (org-edit-src-exit): Cancel the timer.
2790 (org-edit-src-save): Prevent saving when editing fixed-width
2791 buffer, exiting will save already.
2792 (org-edit-src-exit): Inconditionally kill the src/example
2793 editing buffer.
2794
6711a21f
SM
2795 * org-pcomplete.el (pcomplete/org-mode/file-option):
2796 Require 'org-element. This fixes a bug about unbound variable
271672fa
BG
2797 `org-element-affiliated-keywords' when trying to complete a
2798 keyword before 'org-element was required.
2799
2800 * org-list.el (org-list-bullet-string): Replace match when there
2801 is a match, otherwise just return the bullet.
2802
2803 * org-src.el (org-src-mode-map): New binding C-c k to abort
2804 editing.
2805 (org-edit-src-code): Mention the keybinding to abort editing
2806 and go back to the correct position.
2807 (org-edit-src-abort): New command to abort editing.
2808
2809 * ox-html.el (org-html--build-meta-info): Add a newline before
2810 the title meta information.
2811
2812 * org.el (org-return-follows-link): Mention that this does not
2813 affect the behavior of RET in tables.
2814
2815 * ox-html.el (org-html--build-mathjax-config): Only include
2816 MathJax configuration if the resulting HTML contains LaTeX
2817 fragments.
2818
2819 * org.el (org-syntax-table, org-transpose-words): Delete.
2820 (org-mode): Syntactically Define {} and <> as parentheses.
6711a21f
SM
2821 (org-drag-line-forward, org-drag-line-backward):
2822 New functions.
271672fa
BG
2823 (org-shiftmetaup, org-shiftmetadown): Fall back on the new
2824 functions instead of throwing an error.
2825 (org-make-org-heading-search-string): Don't use statistic or [x/y]
2826 cookies when creating a link.
2827
2828 * ox-html.el (org-html-table): Append #+attr_html attributes.
2829
2830 * org.el (org-emphasis-alist, org-protecting-blocks):
2831 * org-src.el (org-edit-src-find-region-and-lang):
2832 * org-list.el (org-list-forbidden-blocks):
6711a21f
SM
2833 * org-footnote.el (org-footnote-forbidden-blocks):
2834 Remove references to the deleted DocBook exporter.
271672fa
BG
2835
2836 * org.el (org-end-of-line): Don't throw an error outside elements.
2837
2838 * ox-html.el (org-html-link): Don't throw an error if the value
2839 of the :ID: property has not been generated by uuidgen.
2840
2841 * org-pcomplete.el (pcomplete/org-mode/file-option/x):
2842 Resurrect. Use `org-default-options' to initialize completion
2843 fonctions for the most important keywords.
2844
2845 * org-macs.el (org-default-options): Rename and adapt from
2846 `org-get-current-options'.
2847
2848 * org.el (org-options-keywords): Add keywords.
2849
2850 * ox-odt.el (org-odt-convert-read-params): Fix typo in prompt.
2851
2852 * ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring.
2853
2854 * ox-html.el (org-html-display-buffer-mode): New option.
2855 (org-html-export-as-html): Use it.
2856
2857 * ob-core.el (org-babel-insert-result): Fix bug when inserting
2858 an empty string as the result.
2859
2860 * org.el (org-timestamp-change): New optional parameter
2861 `suppress-tmp-delay' to suppress temporary delay like "--2d".
2862 (org-auto-repeat-maybe): Suppress temporary delays.
2863
2864 * org-agenda.el (org-agenda-get-scheduled): When the delay is
2865 of the form "--2d" and there is a repeater, ignore the delay
2866 for further repeated occurrences.
2867
2868 * org-agenda.el (org-agenda-get-deadlines)
2869 (org-agenda-get-scheduled): Minor refactoring.
2870
2871 * org.el (org-time-string-to-absolute): Tiny docstring enhancement.
2872 (org-edit-special): Don't allow to edit when buffer is read only.
2873
2874 * ox-html.el (org-html-format-latex): Don't set `cache-relpath'
2875 and `cache-dir' when `processing-type' is 'mathjax.
2876 (org-html-format-latex): Fix conversion in non-file buffers.
2877
2878 * org.el (org-speed-commands-default): Bind `B' and `F' to
2879 `org-previous-block' and `org-next-block'.
2880 (org-read-date-minibuffer-local-map): Use "!" instead of "?" to
2881 see today's diary as "?" is already bounded by Calendar.
2882 (org-read-date-minibuffer-local-map): Use "." to go to today's
2883 date.
2884
2885 * ob-core.el (org-babel-next-src-block)
2886 (org-babel-previous-src-block): Rewrite using
2887 `org-next-block'.
2888
2889 * org.el (org-next-block, org-previous-block): New navigation
2890 commands.
2891 (org-mode-map): Bind the new commands to C-c C-F and C-c C-B
2892 respectively.
2893
2894 * org-agenda.el (org-agenda-write): Don't copy headlines' subtrees
2895 when writing to an .org file.
2896
2897 * org.el (org-copy-subtree): New parameter `nosubtrees'.
2898
2899 * org-agenda.el (org-agenda-write): Allow writing to an .org file.
2900
2901 * org.el (org-paste-subtree): Fix typo in docstring.
2902
2903 * org-agenda.el (org-agenda-get-todos)
2904 (org-agenda-get-timestamps): Use nil as `ts-date' for diary
2905 sexpressions.
2906 (org-agenda-get-todos): Skip diary sexps when trying to sort by
2907 timestamp.
2908 (org-agenda-max-entries, org-agenda-max-todos)
2909 (org-agenda-max-tags, org-agenda-max-effort): New options.
2910 (org-timeline, org-agenda-list, org-search-view)
2911 (org-todo-list, org-tags-view): Tell `org-agenda-finalize-entries'
2912 what agenda type we are currently finalizing for.
2913 (org-agenda-finalize-entries): Limit the number of entries
2914 depending on the new options.
2915 (org-agenda-limit-entries): New function.
2916
2917 * org.el (org-deadline): Allow a double universal prefix argument
2918 to insert/update a warning cookie.
2919 (org-deadline): Allow a double universal prefix argument to
2920 insert/update a delay cookie.
2921
2922 * org-agenda.el (org-agenda-skip-scheduled-delay-if-deadline):
2923 New option. The structure of the possible values is copied
2924 from `org-agenda-skip-deadline-prewarning-if-scheduled'.
2925 (org-agenda-get-scheduled): Honor the two new option,
2926 `org-scheduled-delay-days' and
2927 `org-agenda-skip-deadline-prewarning-if-scheduled'. I.e. if a
2928 scheduled entry has a delay cookie like "-2d" (similar to the
2929 prewarning cookie for deadline), don't show the entry until
2930 needed.
2931
2932 * org.el (org-deadline-warning-days): Small docstring fix.
2933 (org-scheduled-delay-days): New option (see
2934 `org-deadline-warning-days'.)
2935 (org-get-wdays): Use the new option.
2936
2937 * org-agenda.el (org-agenda-sorting-strategy): Document the
2938 new sorting strategies.
2939 (org-agenda-get-todos, org-agenda-get-timestamps)
2940 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add a
2941 `ts-date' text property with scheduled, deadline or timetamp
2942 date.
2943 (org-cmp-ts): New function to compare timestamps.
2944 (org-em): Add a docstring.
2945 (org-entries-lessp): Use `org-cmp-ts' to compare timestamps.
2946 Implement the following sorting strategies: timestamp-up/down,
2947 scheduled-up/down, deadline-up/down, ts-up/down (for active
2948 timestamps) and tsia-up/down (for inactive timestamps.)
2949
2950 * ob-lilypond.el (ly-process-basic): Bugfix, don't use `pcase'.
2951
2952 * org.el (org-contextualize-validate-key): Check against two new
2953 context predicates [not-]in-buffer.
2954
2955 * org-agenda.el (org-agenda-custom-commands-contexts):
2956 Document the new [not-]in-buffer context predicates.
2957
2958 * ob-core.el (org-ts-regexp): Remove duplicate defconst'ing.
2959 (org-babel-result-regexp): Don't use `org-ts-regexp', use a regexp
2960 string directly.
2961
2962 * ob-lilypond.el (ly-process-basic): Don't use `ly-gen-png' and
2963 friends, rely on the extension of the output file.
2964
2965 * org-archive.el (org-archive-file-header-format): New option.
2966 (org-archive-subtree): Use it.
2967
2968 * ob-lilypond.el (ly-process-basic): Rely on ly-gen-png/pdf/eps to
2969 set the output type.
2970
2971 * org.el (org-read-date-minibuffer-local-map): New variable.
2972 (org-read-date): Use it.
2973 (org-read-date-minibuffer-setup-hook): Mark as obsolete.
2974 (org-read-date): Bind `!' to `diary-view-entries' in order to
2975 check diary entries while setting an Org date.
2976
2977 * org-agenda.el (org-diary): Only keep the descriptions of the
2978 links since Org links are not active in the diary buffer.
2979
2980 * org-faces.el (org-priority): New face.
2981
2982 * org.el (org-font-lock-add-priority-faces): Use the new face.
2983
2984 * org-agenda.el (org-agenda-fontify-priorities): Use the
2985 org-priority face and add specific agenda face on top of it.
2986
2987 * org-agenda.el (org-agenda-show-clocking-issues)
2988 (org-agenda-format-item): Let-bind
2989 `org-time-clocksum-use-effort-durations' to nil.
2990
2991 * org.el (org-ctrl-c-ctrl-c): Only throw a message when using two
2992 universal prefix arguments on a list where all items are already
2993 in a transitory state. Refine the error when the checkbox cannot
2994 be toggled.
2995
2996 * org.el ("org-loaddefs.el"): Load org-loaddefs.el before
2997 requiring any org library. Also use `load', not
2998 `org-load-noerror-mustsuffix'.
2999 (org-effort-durations): Move up to fix a compiler warning.
3000 (org-edit-special): Fix typo in docstring.
3001 (org-time-clocksum-format): Add a version tag and add to the
3002 'org-clock group.
3003 (org-time-clocksum-use-fractional): Ditto.
3004 (org-time-clocksum-use-effort-durations): New option to allow
3005 using `org-effort-durations' when computing clocksum durations.
3006 (org-minutes-to-clocksum-string): Use the new option.
3007
3008 * org-clock.el (org-clocktable-write-default): Let-bind
3009 `org-time-clocksum-use-effort-durations' to a new clocktable
3010 parameter ":effort-durations".
3011
3012 * org-entities.el (org-entities): "neg" should be used in LaTeX
3013 math mode. Add the "neg" entity.
3014
3015 * org-mobile.el (org-mobile-allpriorities): New option.
3016 (org-mobile-create-index-file): Use the new option.
3017
3018 * org-latex.el (org-export-latex-inline-images): New option.
3019
3020 * org.el (org-forward-heading-same-level): Before the first
3021 headline, go to the first headline.
3022 (org-backward-heading-same-level): Before the first headline,
3023 go to the beginning of the buffer, like
3024 `outline-previous-visible-heading' does.
3025
3026 * org-exp.el (org-export-plist-vars): Don't use
3027 `org-export-html-inline-images' to set the :inline-images
3028 property, use distinct properties for the various backends.
3029
3030 * org-publish.el (org-publish-project-alist): Ditto.
3031
3032 * org-latex.el (org-export-latex-links): Use :latex-inline-images
3033 instead of :inline-images.
3034
3035 * org-odt.el (org-compat): Require.
3036
3037 * org.el (org-parse-time-string): Allow strings supported by
3038 tags/properties matcher (eg <now>, <yesterday>, <-7d>).
3039
3040 * org-clock.el (org-clock-rounding-minutes): New option to round
3041 the time by N minutes in the past when clocking in or out.
3042 (org-clock-in, org-clock-in-last, org-clock-out): Use the new
3043 option.
3044
3045 * org.el (org-current-time): New optional parameter
3046 `rounding-minutes' to override the use of
3047 `org-time-stamp-rounding-minutes' for rounding.
3048
3049 * org-clock.el (org-clock-special-range): Small docstring fix.
3050 New parameter 'weekstart to define the week start day.
3051 (org-clock-special-range, org-dblock-write:clocktable)
3052 (org-dblock-write:clocktable, org-clocktable-write-default)
3053 (org-clocktable-steps, org-clock-get-table-data): Use the new
3054 parameter.
3055 (org-clocktable-defaults): Set monday as the starting day of the
3056 week by setting :wstart to 1.
3057
3058 * org.el (org-store-link): Fix the naming of internal links to
3059 lines starting with a keyword.
3060
3061 * org-agenda.el (org-agenda-Quit, org-agenda-quit)
3062 (org-agenda-exit, org-agenda-kill-all-agenda-buffers):
3063 Docstring fixes.
3064
3065 * org.el (org-last-set-property-value): New variable.
3066 (org-read-property-name): Fix dangling parentheses.
3067 (org-set-property-and-value): New command to manually set
3068 both the property and the value. A prefix arg will use the
3069 last property-value pair set without prompting the user.
3070 (org-set-property): Set `org-last-set-property-value'.
3071 (org-mode-map): Bind the new command to `C-c C-x P'.
3072 (org-find-invisible-foreground): Delete.
3073 (org-mode): Use `face-background' instead of
3074 `org-find-invisible-foreground'.
3075 (org-startup-options): New startup keywords.
3076 (org-log-into-drawer): Update docstring to explain how to set this
3077 variable through the startup keyword "logdrawer" and "nologdrawer".
3078 (org-log-states-order-reversed): Document the new startup keywords
3079 "logstatesreversed" and "nologstatesreversed".
3080 (org-mode-map): Use `org-remap' instead of binding `M-t' to
3081 `org-transpose-words' directly.
3082 (org-syntax-table): New variable.
3083 (org-transpose-words): New command, simply wrapping the new
3084 syntax table around `transpose-words'.
3085 (org-mode-map): Bind `org-transpose-words' to `M-t'.
6711a21f
SM
3086 (org-store-link): Use keyword at point as the search string.
3087 Use `delq nil' instead of `delete nil'.
271672fa
BG
3088 (org-make-org-heading-search-string): Rewrite using
3089 org-element.el. Not an interactive function anymore.
3090
3091 * org-pcomplete.el (pcomplete/org-mode/drawer): Ditto.
3092
3093 * org-mobile.el (org-mobile-files-alist): Ditto.
3094
3095 * org.el (org-store-link): When creating a link to a heading with
3096 a bracket link, don't escape this link with curly braces as the
3097 escaped link is not active anyway; use the description instead.
3098 If the headline only consists of a bracket link, add a star to the
3099 description so that the user knows this is an internal link.
3100
3101 * org-w3m.el (org-w3m-store-link): New function.
3102
3103 * org.el (org-store-link): Update the error message when no method
3104 is available for storing a link. Use `user-error' for this.
3105 Remove handling w3m links from this function.
3106 (org-insert-heading, org-insert-todo-heading): A double prefix arg
3107 force the insertion of the subtree at the end of the parent
3108 subtree.
3109 (org-store-link): A double prefix argument now skips module
3110 store-link functions to only use Org's core functions. Also, when
3111 several modular store-link functions match, ask for which one to
3112 use.
3113 (org-cycle, org-cycle-internal-global)
3114 (org-cycle-internal-local, org-display-outline-path): Let-bind
3115 `message-log-max' to nil so that messages don't populate the
3116 *Messages* buffer.
3117
3118 * org-table.el (org-table-eval-formula): Handle localized
3119 time-stamps by internally converting them to english during
3120 formulas evaluation.
3121
3122 * org.el (org-clock-timestamps-up): Fix declarations.
3123
3124 * ob-core.el (org-split-string): Declare function.
3125
3126 * org-html.el (org-html-export-list-line): Add CSS classes to
3127 these list HTML tags: <ul> <dl> and <ol>.
3128
3129 * org-clock.el (org-clock-timestamps-up)
6711a21f
SM
3130 (org-clock-timestamps-down, org-clock-timestamps-change):
3131 Add an optional argument N to change timestamps by several units.
271672fa
BG
3132
3133 * org.el (org-shiftcontrolup, org-shiftcontroldown): Ditto.
3134
3135 * org-exp.el (org-export-copy-to-kill-ring): Add a new choice
3136 'if-interactive and use it as the default.
3137 (org-export-push-to-kill-ring): Use the new choice.
3138
3139 * org.el (org-block-entry-blocking): New variable.
3140 (org-todo): Use it. Also use `user-error' when a TODO state
3141 change is blocked.
6711a21f
SM
3142 (org-block-todo-from-children-or-siblings-or-parent):
3143 Display `org-block-entry-blocking' in the user-error message.
271672fa
BG
3144
3145 * org.el (org-get-cursor-date): New optional argument WITH-TIME to
3146 add the time of the day.
3147
3148 * org-capture.el (org-capture): When capturing from the agenda and
3149 with a non-nil value for `org-capture-use-agenda-date', a `C-1'
3150 prefix will set the capture time to the HH:MM of the current line
3151 or the current HH:MM.
3152
3153 * org-agenda.el (org-agenda-capture): New optional argument
3154 WITH-TIME: when set to 1, the capture time will be set to the
3155 HH:MM time of the current line, or the current HH:MM time.
3156
3157 * org.el (org-latex-preview-ltxpng-directory): Fix docstring
3158 formatting.
3159 (org-deadline-close): Use `org-time-stamp-to-now'.
3160 (org-time-stamp-to-now): Use `org-float-time' instead of the
3161 obsolete `time-to-seconds' function.
3162 (org-format-outline-path): Fix bug: add the separator string after
3163 the prefix.
3164 (org-display-inline-images): Search for #+ATTR within the current
3165 paragraph.
3166 (org-days-to-time): Make obsolete.
3167 (org-time-stamp-to-now): Rename from `org-days-to-time'.
3168 Allow to compare time-stamps based on seconds.
3169
3170 * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
3171 New option to compare time stamps using seconds, not days.
3172 (org-agenda-todo-custom-ignore-p)
3173 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3174 Use the new function's name and the new option.
3175
3176 * org-clock.el (org-clock-sound): Enhance docstring.
3177 (org-notify): Use the parameter `play-sound' as argument for
3178 `org-clock-play-sound'.
3179 (org-clock-play-sound): New optional argument `clock-sound' to
3180 override `org-clock-sound'.
3181
3182 * org-agenda.el (org-agenda-format-item): Fix initialization
3183 of the level text property.
3184
3185 * org.el (org-format-outline-path): Small docstring
3186 enhancement.
3187 (org-display-outline-path): Fix order or arguments.
3188
3189 * org.el (org-activate-plain-links)
3190 (org-activate-bracket-links): Add a new 'htmlize-link text
3191 property, so that htmlize (> version 1.42) can linkify the
3192 links.
3193 (org-display-outline-path): Allow a string value for the
3194 `as-string' parameter. Such a value will replace the "/"
3195 separator in the output. New argument `as-string'.
3196 (org-refile-keep): New variable.
3197 (org-copy): New command to copy notes.
3198 (org-refile): New parameter msg to override the "Refile" string in
3199 the default prompt.
3200 (org-mode-map): Bind "C-c M-w" to `org-copy'.
3201 (org-refile-get-location): Use the current file name as the
3202 default target when there is no refile history.
3203 (org-cycle-hide-inline-tasks): New function to hide inline tasks
3204 when cycling.
3205 (org-cycle-hook): Use the new function.
3206 (org-entry-put): Fix bug when updating the last clock.
3207 (org-use-last-clock-out-time-as-effective-time): New option.
3208 (org-current-effective-time): Use the new option.
3209
6711a21f
SM
3210 * org-clock.el (org-clock-get-last-clock-out-time):
3211 New function.
271672fa
BG
3212
3213 * org.el (org-toggle-inline-images): Only send a message when
3214 called interactively.
3215 (org-scan-tags): Fix the declaration and the use of
3216 `org-agenda-format-item'.
3217
3218 * org-agenda.el (org-agenda-add-time-grid-maybe): Use the
3219 correct number of parameters for `org-agenda-format-item'.
3220 Add a docstring.
3221
3222 * org.el (org-outline-level): Go at the beginning of the
3223 headline first to always return a sensible result.
3224
3225 * org-agenda.el (org-search-view, org-agenda-get-todos)
3226 (org-agenda-get-timestamps, org-agenda-get-sexps)
3227 (org-agenda-get-progress, org-agenda-get-deadlines)
3228 (org-agenda-get-scheduled, org-agenda-get-blocks): Return the
3229 correct level depending on `org-odd-levels-only'.
3230 (org-agenda-prefix-format): A new specifier `%l' allows to insert
3231 X spaces when the item is of level X.
3232 (org-search-view, org-get-entries-from-diary)
3233 (org-agenda-get-todos, org-agenda-get-timestamps)
3234 (org-agenda-get-sexps, org-agenda-get-progress)
3235 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3236 (org-agenda-get-blocks, org-agenda-change-all-lines): Add a
3237 new text property 'level, a string with as many whitespaces as
3238 the level of the item.
6711a21f
SM
3239 (org-agenda-format-item, org-compile-prefix-format):
3240 Handle the new `%l' specifier.
271672fa
BG
3241
3242 * org-colview.el (org-columns-next-allowed-value): Add the
3243 CLOCKSUM property to the list of properties that can be
3244 changed interactively from the column view.
3245
3246 * org.el (org-entry-put): Allow to set the CLOCKSUM property
3247 by updating the most recent clock. This is useful in the
3248 column view when you want to use S-<left/right> to update the
3249 last clock of the entry at point.
3250 (org-image-actual-width): New choice: use #+ATTR* or fall back on
3251 a number.
3252 (org-display-inline-images): Implement the new choice.
3253 (org-image-actual-width): Rename from `org-image-fixed-width'.
3254 Update the docstring. Give more choice.
3255 (org-display-inline-images): Use the option new choices.
3256 (org-image-fixed-width): New option to set a fixed width for
3257 inline images.
3258 (org-display-inline-images): Use the new option.
3259
3260 * org-agenda.el (org-class): Allow to use holiday strings for
3261 the `skip-weeks' arguments.
3262
3263 * org.el (org-mode): Set the syntax of the " character to "string
3264 quote".
3265
3266 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
3267 check whether we are in `org-agenda-mode'.
3268 (org-agenda): Set `org-agenda-buffer-name' correctly with sticky
3269 agendas and non-custom commands.
3270
271672fa
BG
32712013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
3272
3273 * org-src.el (org-edit-src-exit): Let overlay survive after the
3274 buffer has been saved.
3275
3276 * ox-texinfo.el (org-texinfo-export-to-texinfo): Use new style
3277 backquoting.
3278 (org-texinfo-export-to-info): Use new style backquoting.
3279
3280 * ob-latex.el (org-babel-execute:latex): Call `file-name-sans-extension'
3281 instead of `file-base-name'.
3282
3283 * org.el (org-insert-heading): Improve whitespace behavior at
3284 end of subtree.
3285 (org-latex-default-packages-alist): Add the `rotating' package to
3286 the list of default packages. Improve docstring.
3287 (org-insert-property-drawer): Insert only after space in current
3288 line.
3289 (org-forward-paragraph, org-backward-paragraph): Do not deactivate
3290 the mark.
3291 (org-special-ctrl-o): New option.
3292 (org-open-line): Don't do anything special unless `org-special-ctrl-o'
3293 is non-nil.
3294
3295 * org-agenda.el (org-agenda-custom-commands-local-options):
3296 (org-agenda-span, org-agenda-ndays-to-span)
3297 (org-agenda-span-to-ndays, org-agenda-list, org-agenda-later)
6711a21f
SM
3298 (org-agenda-change-time-span, org-agenda-compute-starting-span):
3299 Add support for fortnight view.
271672fa
BG
3300 (org-agenda-menu): Add fortnight view command.
3301 (org-agenda-fortnight-view): New command.
3302
3303 * org-timer.el (org-clock-sound): Silence compiler.
3304
6711a21f
SM
3305 * org.el (org-beginning-of-line, org-end-of-line):
3306 Bind deactivate-mark to avoid that this command deactivates it.
271672fa
BG
3307 (org-make-tags-matcher): Do not interpret / in property value as
3308 starter of TODO match.
3309 (org-overview): Preserve point.
3310 (org-read-date-minibuffer-local-map): Don't replace disputed keys
3311 when defining this keymap.
3312 (org-read-date): Remove unnecessary binding of
3313 `org-replace-disputed-keys'.
3314 (org-insert-heading): Allow to remove blank lines if the user does
3315 not want any.
3316 (org-unlogged-message): Fix typo in dostring.
3317
3318 * ob-ruby.el: New customizations `org-babel-ruby-hline-to' and
3319 `org-babel-ruby-nil-to'
3320 (org-babel-ruby-var-to-ruby): Convert incoming 'hlines.
3321 (org-babel-ruby-table-or-string): Convert outgoing nils.
3322
3323 * org.el (org-file-apps-defaults-gnu): Use `xdg-open' to open
3324 files where available.
3325
3326 * org-table.el (orgtbl-radio-table-templates): Improve docstring.
3327
3328 * org.el (org-unlogged-message): New function.
3329 (org-cycle, org-cycle-internal-global, org-cycle-internal-local)
6711a21f
SM
3330 (org-global-cycle, org-display-outline-path):
3331 Use `org-unlogged-message'.
271672fa 3332
6711a21f
SM
3333 * org-pcomplete.el (org-make-org-heading-search-string):
3334 Fix function declaration.
271672fa
BG
3335 (pcomplete/org-mode/searchhead): Remove incorrect second arguments
3336 to `org-make-org-heading-search-string'.
3337
3338 * org.el (org-read-date): Turn off replacing disputed keys when
3339 defining the minibuffer keys during date selection.
3340 (org-insert-heading): Improve the empty line insertion behavior.
3341 Basically, never remove empty lines, only add them.
3342
3343 * org-attach.el (org-attach-commit): Use vc-git to find the git
3344 repository.
3345
3346 * org-compat.el (org-move-to-column): Turn off invisibility stuff
3347 for moving the cursor to a column.
3348
3349 * org.el (org-modules): Update with the new module org-mac-link.
3350 (org-display-outline-path): Do not log outline path in Message
3351 buffer.
3352 (org-agenda-ignore-drawer-properties): New option.
6711a21f
SM
3353 (org-agenda-prepare-buffers):
3354 Honour `org-agenda-ignore-drawer-properties'.
271672fa
BG
3355
3356 * org-clock.el (org-clock-goto): Recenter to thrd line
3357
3358 * org-table.el (orgtbl-send-replace-tbl): Allow multiple spaces
3359 between keywords in RECEIVE ORGTBL lines.
3360
3361 * org.el (org-bookmark-names-plist): New user option.
3362 (org-set-regexps-and-options-for-tags): Use `org-bookmark-names-plist'.
3363 (org-refile): Use `org-bookmark-names-plist'.
3364
6711a21f
SM
3365 * org-capture.el (org-capture-bookmark-last-stored-position):
3366 Use `org-bookmark-names-plist'.
271672fa
BG
3367
3368 * org.el (org-insert-heading): Rewritten from scratch.
3369 (org-N-empty-lines-before-current): New function
3370 (org-insert-heading-respect-content): Set the correct argument to
3371 force a heading even in lists.
3372
3373 * org-colview.el (org-columns-display-here): Enforce fixed width
3374 font.
3375
3376 * org-faces.el (org-column): Setting font width has been shifted
3377 to org-colview.el.
3378
3379 * org.el (org-mode-flyspell-verify): Check for src block.
3380
3381 * org-table.el (org-table-convert-region): Fix interactive
3382 statement.
3383
3384 * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'.
3385
6711a21f
SM
3386 * org.el (org-beginning-of-line, org-end-of-line):
3387 Set disable-point-adjustment when the command ends next to invisible
271672fa
BG
3388 text.
3389
3390 * ob-lob.el (org-babel-lob-files): Fix custom type.
3391
3392 * org-agenda.el (org-agenda-export-html-style, org-agenda-ndays)
3393 (org-agenda-inactive-leader, org-agenda-day-face-function)
3394 (org-agenda-auto-exclude-function): Fix custom type.
3395
3396 * org-bibtex.el (org-bibtex-prefix): Fix custom type.
3397
3398 * org-clock.el (org-clock-heading-function):
3399 (org-show-notification-handler): Fix custom type.
3400
3401 * org-footnote.el (org-footnote-auto-adjust): Fix custom type.
3402
3403 * org-protocol.el (org-protocol-default-template-key): Fix custom
3404 type.
3405
3406 * org.el (org-make-link-description-function):
3407 (org-link-translation-function):
3408 (org-link-frame-setup):
3409 (org-refile-target-verify-function):
3410 (org-get-priority-function):
3411 (org-use-fast-tag-selection):
3412 (org-columns-modify-value-for-display-function):
3413 (org-sparse-tree-default-date-type):
3414 * ox-html.el (org-html-postamble):
3415 (org-html-postamble-format):
3416 (org-html-preamble-format):
3417 * ox-odt.el (org-odt-content-template-file):
3418 * ox.el (org-export-with-archived-trees):
3419 (org-export-initial-scope): Fix custom type.
3420
3421 * org.el (org-insert-heading): Fix problem with inserting heading.
3422 Check for checkbox at the beginning of the item, not just at the
3423 beginning of the line.
3424 (org-small-year-to-year): Fix docstring typo.
3425 (org-show-siblings): By default, also show siblings from a
3426 bookmark jump.
3427
3428 * org-agenda.el (org-agenda-set-restriction-lock): Highlight only
3429 the headline when agenda is restricted to a subtree. Do not
3430 highlight the entire subtree.
3431
3432 * org-table.el (org-table-eval-formula): Work-around for calc-eval
3433 regression.
3434
3435 * ox.el (org-export-dispatch): Make sure the last position marker
3436 uses the base buffer if there is one.
3437 (org-export-dispatch-last-position): New variable.
3438 (org-export-dispatch): Save position of cursor at the moment when
3439 the export command is called. Restore that position temporarily
3440 when repeating the previous export command.
3441
3442 * org.el (org-insert-heading): Shrink whitespace at end of subtree
3443 when `org-insert-heading-respect-content' is on.
3444
3445 * org-list.el (org-sort-list): Respect sorting-type and
3446 getkey-func when they are specified in the call.
3447
3448 * org.el (org-sort-entries): Respect sorting-type and getkey-func
3449 when they are specified in the call.
3450 (org-format-outline-path): New argument SEPARATOR to specify a
3451 string that is inserted between parts of the outline path.
3452 (org-display-outline-path): New argument SEPARATOR, to specify a
3453 string that is inserted between parts of the outline path.
3454
3455 * org-colview.el (org-dblock-write:columnview): Change the capture
3456 of pos to after inserting the original content
3457
34582013-11-12 Christian Moe <mail@christianmoe.com>
3459
6711a21f
SM
3460 * ox-odt.el (org-odt-line-break, org-odt-plain-text):
3461 Remove newline after line-break tag.
271672fa
BG
3462
34632013-11-12 Christophe Junke <christophe.junke@inria.fr> (tiny change)
3464
3465 * org.el (org-set-font-lock-defaults): Let footnote fontifications
3466 be done before other links' fontification. This allows links
3467 appearing inside footnotes to be both visible and active.
3468
34692013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
3470
3471 * org.el (orgstruct-setup): Major rewrite.
3472 (orgstruct++-mode): Overwrite local non-org vars again.
3473 (orgstruct-mode): Simplify implementation. Emulate outline's
3474 buffer-invisiblity-spec.
3475 (orgstruct-heading-prefix-regexp): Change default value to nil.
3476 (orgstruct-error): Use `user-error' if available.
3477 {pro,de}motion commands if `orgstruct-heading-prefix-regexp' is
3478 non-nil. Always use `org-outline-level'. Bind org-shift*.
3479 (orgstruct-make-binding): Major rewrite.
3480 (org-cycle-global-status, org-cycle-subtree-status): Set state
3481 property.
3482 (org-heading-components): Use `org-heading-regexp' in
3483 orgstruct-mode.
6711a21f
SM
3484 (orgstruct-heading-prefix-regexp, orgstruct-setup-hook):
3485 New options.
271672fa
BG
3486 (orgstruct-initialized): New variable.
3487 (org-get-local-variables): Honour state property.
3488 (org-run-like-in-org-mode): Use `let' instead of `progv'. Do not
3489 override variables with non-default values.
3490 (org-forward-heading-same-level): Do not skip to headlines on
3491 another level. Handle negative prefix argument correctly.
6711a21f
SM
3492 (org-backward-heading-same-level):
3493 Use `org-forward-heading-same-level'.
271672fa
BG
3494
34952013-11-12 Craig Tanis <craig-tanis@utc.edu> (tiny change)
3496
8449dd1f 3497 * ox-latex.el (org-latex-src-block): Change format string to position
271672fa
BG
3498 caption after figure content.
3499
35002013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
3501
3502 * org.el (org-ctrl-c-ctrl-c): `C-c C-c' on a link is usually a
3503 no-op. If that link is in a headline, act as if the `C-c C-c' was
3504 called on the headline, not the link.
3505
3506 * ox-html.el (org-html-doctype-alist): New variable holding an
3507 alist of (X)HTML doctypes
6711a21f
SM
3508 (org-html-xhtml-p, org-html-html5-p, org-html-close-tag):
3509 New function.
271672fa
BG
3510 (org-html-html5-fancy): New export option, determining whether or
3511 not to use HTML5-specific elements.
3512 (org-html-html5-elements): New variable, new HTML5 elements.
3513 (org-html-special-block): Export special blocks to new HTML5
3514 elements.
3515 (org-html-format-inline-image): Use <figure> and <figcaption> for
3516 standalone images.
3517 (org-html-format-inline-image, org-html--build-meta-info)
3518 (org-html--build-head, org-html--build-pre/postable)
3519 (org-html-template, org-html-horizontal-rule)
3520 (org-html-format-list-item, org-html-line-break, org-html-table)
3521 (org-html-verse-block): Changes to allow flavored export.
3522
6711a21f
SM
3523 * ox-latex.el (org-latex--org-table, org-latex-table-row):
3524 Allow use of the "tabu" and "longtabu" table environments. New table
271672fa
BG
3525 attribute :spread handles the width specification syntax of "tabu"
3526 and "longtabu" table environments.
3527
35282013-11-12 Eric Schulte <eric.schulte@gmx.com>
3529
3530 * org-bibtex.el (org-bibtex-read-buffer): Reads all bibtex entries
3531 in a buffer.
3532 (org-bibtex-read-file): Read all bibtex entries in a file.
3533 (org-bibtex-import-from-file): Import all bibtex entries from a
3534 file into the current buffer.
3535
3536 * ob-tangle.el (org-babel-load-file): When called with a prefix
3537 argument the tangled emacs-lisp file will be byte compiled.
3538
3539 * ob-tangle.el (org-babel-tangle): Tangled files should not be
3540 writable.
3541
3542 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Better about
3543 when to fully escape the results or just print them close to
3544 verbatim.
3545
3546 * ob.el (org-babel-result-cond): This function should now be used
3547 by all language backends to handle the processing of raw code
3548 block output into scalar results, table results, or ignored
3549 results depending on the value of result-params.
3550
3551 * ob-C.el (org-babel-C-execute): Use org-babel-result-cond.
3552
3553 * ob-R.el (org-babel-R-evaluate-external-process)
3554 (org-babel-R-evaluate-session):
3555 * ob-awk.el (org-babel-execute:awk):
3556 * ob-clojure.el (org-babel-execute:clojure):
3557 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
3558 * ob-fortran.el (org-babel-execute:fortran):
3559 * ob-io.el (org-babel-io-evaluate):
3560 * ob-java.el (org-babel-execute:java):
3561 * ob-lisp.el (org-babel-execute:lisp):
3562 * ob-maxima.el (org-babel-execute:maxima):
3563 * ob-picolisp.el (org-babel-execute:picolisp):
3564 * ob-python.el (org-babel-python-evaluate-external-process):
3565 (org-babel-python-evaluate-session):
3566 * ob-scala.el (org-babel-scala-evaluate):
3567 * ob-sh.el (org-babel-sh-evaluate):
3568 * ob-shen.el (org-babel-execute:shen):
3569 * ob-sql.el (org-babel-execute:sql):
6711a21f
SM
3570 * ob-sqlite.el (org-babel-execute:sqlite):
3571 Use `org-babel-result-cond'.
271672fa
BG
3572
3573 * ob.el (org-babel-common-header-args-w-values): Add a new "none"
3574 header argument.
3575 (org-babel-execute-src-block): Don't do *any* result processing if
3576 the "none" header argument has been specified.
3577 (org-babel-sha1-hash): Remove the none header argument from header
3578 arg lists when calculating cache sums.
3579 (org-babel-insert-result): Flesh out some documentation.
3580
3581 * ob.el (org-babel-insert-result): Don't escape results in
3582 drawers.
3583
3584 * ob-python.el (org-babel-python-hline-to): Customize hline
3585 conversion to python.
3586 (org-babel-python-None-to): Customize none conversion from python.
3587 (org-babel-python-var-to-python): Use new variable.
3588 (org-babel-python-table-or-string): Use new variable.
3589
3590 * org.el (org-babel-load-languages): Add ob-makefile to
3591 `org-babel-load-languages'.
3592
3593 * ob-makefile.el: New file.
3594
3595 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
3596
3597 * org.el (org-format-latex): Simplify and now make use of the new
3598 `org-create-formula-image' function.
3599 (org-create-formula-image): Provides a simpler interface to the
3600 two backend-specific functions.
3601
3602 * ob-core.el (org-babel-default-header-args): It is likely that
3603 someone meant to set :padlines to "yes", but accidentally set
3604 :padnewlines to "yes". Either way lets just remove this which
3605 shouldn't have any functional effect.
3606
6711a21f
SM
3607 * ob-haskell.el (org-babel-default-header-args:haskell):
3608 Set :padlines to "no" by default.
271672fa
BG
3609
3610 * ob-exp.el (org-babel-exp-non-block-elements): Ignore inline
3611 source block on #+ prefixed lines.
3612
3613 * ob-core.el (org-babel-merge-params): Replace `remove-if' with
3614 `org-remove-if'. More careful to check that the colname- and
3615 rowname-names header arguments exist during merge. When merging
3616 parameters, if a variable is replaced with a new value, then
3617 delete colnames/rownames for the original value of that variable.
3618
3619 * ob-ditaa.el (org-babel-ditaa-java-cmd): Make java executable
3620 configurable for ditaa blocks.
3621
3622 * ob-sh.el (org-babel-sh-var-to-string): Fix bug in ob-sh when
3623 dealing with list variables.
3624
6711a21f
SM
3625 * ob-core.el (org-babel-demarcate-block):
3626 Include `org-src-lang-modes' in block demarcation options.
271672fa
BG
3627
3628 * ob-C.el: Don't modify `org-babel-load-languages' from ob-*
3629 files.
3630
3631 * ob-latex.el (org-babel-latex-htlatex): Set this variable to
3632 "htlatex" (or path to said) to enable svg generation from latex
3633 code blocks.
3634 (org-babel-latex-htlatex-packages): Libraries required for
3635 automatic svg generation.
3636 (org-babel-execute:latex): Generate SVG images directly from latex
3637 code blocks (assumes tikz).
3638
3639 * ob-exp.el (org-babel-exp-non-block-elements): Use lob call name
3640 when exporting.
3641
3642 * ob-scheme.el (org-babel-scheme-get-repl)
3643 (org-babel-scheme-make-session-name)
3644 (org-babel-scheme-execute-with-geiser, org-babel-execute:scheme):
3645 Fix whitespace and indentation.
3646
3647 * ob-core.el (org-babel-set-current-result-hash): Update the
3648 match-string holding the hash data, and correct overlay
3649 maintenance.
3650 (org-babel-find-named-result): Call lines are not results.
3651 (org-babel-where-is-src-block-result): Don't implicitly name the
3652 results of call lines.
3653 (org-babel-exp-non-block-elements): There is now another element
3654 on the call line info list.
3655
3656 * ob-lob.el (org-babel-lob-get-info): Return the name (if any) at
3657 the end of the info list.
3658 (org-babel-lob-execute): Pass the name through to execution.
3659
3660 * ob-core.el (org-babel-execute-src-block): Ensure that the
3661 location is set before anything else is done.
3662
3663 * ob-ref.el (org-babel-ref-parse): Evaluate Emacs Lisp values in
3664 header arguments at the location of the original code block.
3665
3666 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use new header
3667 arguments.
3668
3669 * ob-core.el (org-babel-common-header-args-w-values): Mention new
3670 header arguments.
3671 (org-babel-expand-body:generic): Use new header arguments.
3672 (org-babel-read-result): More robust matching of examplized
3673 ranges.
3674 (org-babel-result-end): More robust matching of examplized ranges.
3675
3676 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Gnuplot, close
3677 output terminal when opened.
3678 (org-babel-gnuplot-prefix): Customization variable prefix gnuplot
3679 code blocks.
3680 (org-babel-expand-body:gnuplot): Customization variable prefix
3681 gnuplot code blocks.
3682
3683 * ob-core.el (org-babel-params-from-properties): Now returns a
3684 list of alists and does *not* call `org-babel-merge-params'.
3685 (org-babel-parse-src-block-match):
3686 (org-babel-parse-inline-src-block-match):
3687 * ob-exp.el (org-babel-exp-src-block):
3688 (org-babel-exp-non-block-elements):
3689 * ob-lob.el (org-babel-lob-execute): Handle new list of lists
3690 output of `org-babel-params-from-properties'.
3691
3692 * ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot
3693 header argument.
3694
6711a21f 3695 * ob-tangle.el (org-babel-tangle): Fix bug in tangle-file.
271672fa
BG
3696 Collect tangle modes, and only apply them to the file after all
3697 tangling has completed, including the post-tangle-hook.
3698
3699 * ob-core.el (org-babel-read): Do not read #-prefix header-arg
3700 value as emacs lisp.
3701
3702 * ob-core.el (org-babel-current-src-block-location):
3703 (org-babel-execute-src-block):
3704 * ob-exp.el (org-babel-exp-results):
6711a21f
SM
3705 * ob-lob.el (org-babel-lob-execute):
3706 Rename `org-babel-current-exec-src-block-head' to
271672fa
BG
3707 `org-babel-current-src-block-location'.
3708
3709 * ob-core.el (org-babel-common-header-args-w-values): Adding the
3710 new :tangle-mode header argument.
3711 (org-babel-read): Read values starting with a "#" character as
3712 emacs lisp.
3713
3714 * ob-tangle.el (org-babel-tangle): Use the new :tangle-mode header
3715 argument.
3716
3717 * org-pcomplete.el (pcomplete/org-mode/block-option/src): Use the
3718 new :tangle-mode header argument.
3719
3720 * ob-exp.el (org-babel-exp-results): Save the code block location
3721 into `org-babel-current-exec-src-block-head' during export.
3722
3723 * ob-comint.el (org-babel-comint-with-output): More robust edebug
3724 spec.
3725
3726 * ob-lob.el (org-babel-lob-execute): Set the
3727 `org-babel-current-exec-src-block-head' variable when executing
3728 inline or lob style code.
3729
6711a21f
SM
3730 * ob-core.el (org-babel-execute-src-block):
3731 The `org-babel-current-exec-src-block-head' variable should point to
271672fa
BG
3732 the outermost code block.
3733
3734 * org.el (org-some): An org-mode version of the cl some function.
3735
3736 * ob-fortran.el (org-babel-fortran-var-to-fortran): More careful
3737 check if values are matrices.
3738
3739 * org.el (org-every): An Org-mode version of the cl every
3740 function.
3741
6711a21f
SM
3742 * ob-tangle.el (org-babel-tangle-jump-to-org):
3743 Use `org-src-switch-to-buffer' to jump from src to org. Use the
271672fa
BG
3744 existing `org-edit-src' functionality to jump back to the correct
3745 point in the code block in the original Org-mode buffer.
3746
3747 * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Only wrap
3748 gnuplot data values in " when necessary. Replace missing values
3749 with blank space in gnuplot.
3750 (org-babel-expand-body:gnuplot):
3751 (org-babel-gnuplot-quote-timestamp-field): Fix indentation.
3752 (org-babel-header-args:gnuplot): Declare the.
3753 (org-babel-expand-body:gnuplot): Params is an alist not a plist.
3754 (org-babel-header-args:gnuplot): Declare gnuplot-specific header
3755 argument.
3756 (*org-babel-gnuplot-missing*): Dynamic variable used to hold the
3757 value of the missing header argument.
3758 (org-babel-gnuplot-process-vars): Wrap in local binding for
3759 missing value.
3760 (org-babel-gnuplot-quote-tsv-field): Replace missing value with
3761 the missing header argument value when present.
3762
3763 * ob-org.el (org-babel-expand-body:org): Allow insertion of
3764 non-strings into Org code blocks.
3765 (org-babel-inline-result-wrap): New option controlling the
3766 wrapping of inline results.
3767 (org-babel-examplize-region): Use the new defcustom.
3768
3769 * ox-beamer.el (org-beamer--format-frame): If contents is nil,
3770 then replace it with an empty string.
3771
3772 * ob-core.el (org-babel-read): More restrictive elisp eval of
3773 header arguments.
3774
3775 * ob-lob.el (org-babel-lob-execute): Include default elisp header
3776 args in call lines.
3777
3778 * ob-core.el (org-babel-result-cond): Don't over-evaluate
3779 result-params in macro.
3780
3781 * ob-ruby.el (org-babel-execute:ruby): Use `org-babel-result-cond'
3782 in Ruby code blocks.
3783 (org-babel-ruby-evaluate): Delay table processing.
3784
3785 * ob-js.el (org-babel-execute:js): Use `org-babel-result-cond' in
3786 JavaScript code blocks.
3787
6711a21f
SM
3788 * ob-scheme.el (org-babel-execute:scheme):
3789 Use `org-babel-result-cond' in scheme code blocks.
271672fa 3790
6711a21f
SM
3791 * ob-ocaml.el (org-babel-execute:ocaml):
3792 Use `org-babel-result-cond' in OCaml code blocks.
271672fa 3793
6711a21f
SM
3794 * ob-haskell.el (org-babel-execute:haskell):
3795 Use `org-babel-result-cond' in Haskell code blocks.
271672fa
BG
3796
3797 * ob-core.el (org-babel-result-cond): The "raw", "org" and
3798 "drawer" :results header argument values preclude table processing
3799 unless the "table" argument is given as well.
3800 (org-babel-execute-src-block): Make sure we process file results
3801 before they are passed to the post-processing code block, and not
3802 afterwards. Tangles these two header arguments in the code, but
3803 makes for more intuitive behavior and enables important use cases.
3804 (org-babel-read): Read code block values with earmuffs as Emacs
3805 Lisp.
3806 (org-babel-common-header-args-w-values): Add :post to the list of
3807 header arguments.
3808 (org-babel-execute-src-block): Post process results when the :post
3809 header argument has been supplied.
3810
3811 * ob-R.el (org-babel-R-initiate-session): Remove unnecessary
3812 save-excursion nested inside a save-window-excursion.
3813
3814 * ob-core.el (org-babel-src-name-w-name-regexp): Update the regexp
3815 used to match code block names.
3816 (org-babel-get-src-block-info): Remove the code used to parse this
3817 alternate variable specification syntax.
3818 (org-babel-insert-result): Cycle tables for :results org and
3819 :results wrap.
3820
6711a21f 3821 * ob-python.el (org-babel-python-initiate-session-by-key): Fix a
271672fa
BG
3822 bug pointed out by Gary Oberbrunner.
3823 (org-babel-python-initiate-session-by-key): Add "-i" to the python
3824 command on windows sessions. Actually setting new session names.
3825 Pass Python buffer names to the new `run-python' command.
3826 (org-babel-python-with-earmufs): Add earmufs to a buffer name.
3827 (org-babel-python-without-earmufs): Remove earmufs from a buffer name.
3828 (org-babel-python-initiate-session-by-key): Set the buffer name in
3829 a way which is understandable by the new python.el
3830 (org-babel-python-buffers): Change the default python buffer name.
3831
3832 * ob-core.el (org-babel-number-p): Don't interpret single "-" as a
3833 number.
3834
3835 * ob-perl.el (org-babel-perl--var-to-perl): Print Perl variables
3836 with a format string.
3837
3838 * ob-core.el (org-babel-where-is-src-block-result): Allow comments
3839 between code blocks and un-named results.
3840
3841 * ob-sqlite.el (org-babel-sqlite-table-or-scalar): Don't read
3842 sqlite output as lisp.
3843
3844 * ob-core.el (org-babel-check-confirm-evaluate): Refactoring.
3845 (org-babel-confirm-evaluate): Fix whitespaces.
3846 (org-babel-execute-src-block): A cond makes it more clear that we
3847 definitely do not execute without user confirmation.
6711a21f 3848 (org-babel-call-process-region-original): Fix line over 80 chars
271672fa
BG
3849 long.
3850
3851 * ob-tangle.el (org-babel-tangle-collect-blocks): Update comment
3852 to reflect changed variable name.
3853
3854 * ob-core.el (org-babel-expand-src-block): Return value of
3855 expanded code block on non-interactive calls.
3856
3857 * ob-perl.el (org-babel-perl-var-wrap): Customizable wrapper for
3858 variables in perl code.
3859 (org-babel-perl-var-to-perl): Use said wrapper.
3860
3861 * ob-sql.el (org-babel-execute:sql): Use the org-babel-eval
3862 command instead of shell-command.
3863
3864 * ob-ocaml.el (org-babel-prep-session:ocaml): Check that
3865 `tuareg-run-caml' is defined before use.
3866 (tuareg-run-ocaml): Declare for compiler.
3867
3868 * ob-core.el (org-babel-result-regexp): Simplify regexp given new
3869 time hash layout.
3870 (org-babel-current-result-hash): New match string.
3871 (org-babel-hide-hash): New match string.
3872 (org-babel-where-is-src-block-result): New match string, and
3873 insert hashes in the new format.
3874
3875 * ob-core.el (org-ts-regexp): Declare.
3876 (org-babel-result-regexp): Now matching time stamp as well.
3877 (org-babel-hash-show-time): New variable controlling the display
3878 of time stamps.
3879 (org-babel-current-result-hash):
3880 (org-babel-hide-all-hashes):
3881 (org-babel-where-is-src-block-result): Use hash time stamps.
3882
3883 * ob-core.el: New file.
3884
3885 * org-macs.el: `org-load-noerror-mustsuffix' requires an autoload.
3886
38872013-11-12 Feng Shu <tumashu@gmail.com>
3888
3889 * ox-odt.el (org-odt--translate-latex-fragments):
3890 * ox-html.el (org-html-latex-environment)
3891 (org-html-latex-fragment): Fix imagemagick support.
3892
6711a21f
SM
3893 * org.el (org-create-formula-image-with-imagemagick):
3894 Generate correct size formula image.
271672fa
BG
3895 (org-format-latex-header): Change pagestyle command position.
3896
3897 * ox-latex.el (org-latex--caption/label-string): Allow to build a
3898 caption string from `:caption' attribute of #+ATTR_LATEX.
3899
3900 * ox.el (org-export-dictionary): Add Simplified Chinese
3901 translations for `org-export-dictionary'.
3902
39032013-11-12 Florian Beck <fb@miszellen.de> (tiny change)
3904
3905 * org.el (org-activate-bracket-links): Remove escapes from the
3906 help string.
3907
39082013-11-12 Francesco Pizzolante <xxx@public.gmane.org> (tiny change)
3909
3910 * ox-html.el (org-html-headline): Normalize the construction of
3911 outline-container DIVs by always using the inner headline ID.
3912
3913 * org.el (org-agenda-prepare-buffers): Protect with
3914 `org-unmodified'.
3915
39162013-11-12 Gregor Kappler <gregor@alcedo.(none)> (tiny change)
3917
3918 * ox.el (org-export-as): Make sure org-export-babel-evaluate is
3919 not nil before calling `org-export-execute-babel-code'.
3920
39212013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
3922
3923 * org.el (org-reftex-citation): Fix contrib package name in the
3924 docstring.
6711a21f
SM
3925 (org-preview-latex-fragment, org-display-inline-images):
3926 Detect whether a graphic display is available before inlining images to
271672fa
BG
3927 prevent an error.
3928 (org-startup-with-latex-preview): New option.
3929 (org-startup-options): New startup keywords for the new option.
3930 (org-mode): Turn on/off LaTeX preview depending on the new option.
3931 (org-reverse-string): Add `org-reverse-string' to reverse a
3932 string.
3933
6711a21f
SM
3934 * org-id.el (org-id-new, org-id-decode):
3935 Replace `org-id-reverse-string' by `org-reverse-string'.
271672fa
BG
3936
3937 * ob-core.el (org-babel-trim): Replace `org-babel-reverse-string'
3938 by `org-reverse-string' and declare it.
3939
39402013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
3941
3942 * org-agenda.el (org-agenda-filter-by-category): Display all
3943 filtered out categories.
3944
39452013-11-12 Ilya Zonov <izonov@gmail.com> (tiny change)
3946
8449dd1f 3947 * org-mouse.el (org-mouse-context-menu): Add a correct newtext
271672fa
BG
3948 parameter for "All Set" and "All Clear" menu items.
3949
39502013-11-12 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
3951
3952 * org.el (org-insert-todo-heading-respect-content): Pass correct
3953 prefix arg to always insert heading.
3954
3955 * org-agenda.el
3956 (org-agenda-propertize-selected-todo-keywords): New function to
3957 highlight the current agenda todo keywords depending on
3958 `org-todo-keyword-faces'.
3959 (org-todo-list): Use the new function.
3960
39612013-11-12 Ippei FURUHASHI <top.tuna+orgmode@gmail.com>
3962
3963 * org-table.el (org-calc-current-TBLFM): New function to
3964 re-calculate the table by applying the #+TBLFM in the line where
3965 the point is. Ensure to remove the currently inserted TBLFM line,
3966 when calling `org-table-recalculate' returns an error and the
3967 processing stops.
3968
3969 * org.el (org-ctrl-c-ctrl-c): Call `org-calc-current-TBLFM' when
3970 point is in the #+TBLFM line.
3971
3972 * org-table.el (org-TBLFM-begin): New function.
3973 (org-TBLFM-begin-regexp): New variable.
3974
3975 * org.el (org-at-TBLFM-p): New function.
3976 (org-TBLFM-regexp): New defconst.
3977
39782013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
3979
3980 * org-clock.el (org-clock-get-table-data): Pass tstart and tend
3981 time strings through `org-matcher-time' to allow relative times
3982 besides absolute ones, convert result to encoded time.
3983
39842013-11-12 Jambunathan K <kjambunathan@gmail.com>
3985
3986 * ox-html.el (org-html-code, org-html-verbatim): Transcode value.
3987 (org-html--tags, org-html-format-headline)
3988 (org-html--format-toc-headline, org-html-checkbox)
3989 (org-html-table-cell, org-html-timestamp)
3990 (org-html-verse-block, org-html-special-string-regexps): Replace
3991 named HTML entities with their numeric counterparts. This keeps
3992 Freemind backend happy.
3993
3994 * org-odt.el (org-export-odt-schema-dir): Modify to accommodate
3995 change in rnc file names.
3996
3997 * org-lparse.el (org-lparse-and-open)
3998 (org-lparse-do-convert): Open exported files with system-specific
3999 application.
4000
4001 * org-odt.el: Don't meddle with `org-file-apps'.
4002
40032013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
4004
4005 * org-table.el (org-define-lookup-function): New macro. Call it
4006 to generate new lookup functions `org-lookup-first',
4007 `org-lookup-last' and `org-lookup-all'.
4008
4009 * org-gnus.el (org-gnus-no-server): New option to start Gnus using
4010 `gnus-no-server'.
4011 (org-gnus-no-new-news): Use the new option.
4012
40132013-11-12 Jonas Hoersch <coroa@online.de> (tiny change)
4014
4015 * org.el (org-cycle-hide-inline-tasks): Re-hide inline tasks when
4016 switching to 'children visibility state.
4017
4018 * org-inlinetask.el (org-inlinetask-toggle-visibility): Don't use
4019 `org-show-entry' as it cannot unfold an inlinetask properly.
4020
40212013-11-12 Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com>
4022
4023 * ox-texinfo.el: New file.
4024
40252013-11-12 Joost Diepenmaat <joost@zeekat.nl> (tiny change)
4026
4027 * org.el (org-indent-region): BEGIN_SRC and END_SRC lines should
4028 not be considered part of the source block for the purposes of
4029 indentation.
4030
40312013-11-12 Justus Piater <justus-dev@piater.name>
4032
4033 * org-agenda.el
4034 (org-agenda-skip-deadline-prewarning-if-scheduled): Add an option
4035 to skip the deadline prewarning if the scheduled date is in the
4036 future.
4037
40382013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
4039
4040 * ox-html.el (org-html-toc): Use <nav> instead of <div> for the
4041 root element when appropriate.
4042 (org-html-paragraph): Wrap "Figure %d:" in <span
4043 class="figure-number">.
4044 (org-html-list-of-tables, org-html-table): Wrap "Table %d:" in
4045 <span class="table-number">.
4046 (org-html-list-of-listings): Wrap "Listing %d:" in
4047 <span class="listing-number">.
4048 (org-html-table): For HTML5, omit :html-table-attributes but not
4049 :id or :attr_html.
4050 (org-html--build-meta-info): Insert no timestamp when
4051 :time-stamp-file is nil.
4052
40532013-11-12 Lawrence Mitchell <wence@gmx.li>
4054
4055 * ox-html.el (org-html-close-tag): Add space before attr.
4056
4057 * ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a
4058 cache before trying to resolve it in the parse tree.
4059
40602013-11-12 Le Wang <le.wang@agworld.com.au>
4061
4062 * org-src.el (org-edit-src-code): Use marker with insertion type t
4063 to track end and remove hack requiring delete from beg to (1-
4064 end).
4065
40662013-11-12 Max Mikhanosha <max@openchat.com>
4067
4068 * org-habit.el (org-habit-get-faces): Add show done days green
4069 option.
4070
4071 * org-agenda.el (org-agenda-format-item): Ensure effort is "" when
4072 unset
4073
40742013-11-12 Michael Brand <michael.ch.brand@gmail.com>
4075
4076 * org-table.el (org-table-eval-formula): Align the arrow pointing
4077 to the error in a Calc formula to the other fomula debugger logs.
4078
4079 * org.el (org-link-escape-chars-browser): Add char double quote.
4080 (org-open-at-point): Use the constant
4081 `org-link-escape-chars-browser'.
4082
4083 * org-table.el (org-table-get-remote-range): Extend regexp to
4084 match "#+NAME: table" additionally to "#+TBLNAME: table".
4085
4086 * org-table.el (org-table-eval-formula): Use `keep-empty' in more
4087 places. Keep empty fields during preprocessing.
4088 (org-table-make-reference): Use nan (not a number) for empty
4089 fields in Calc formulas. A range with only empty fields should
4090 not always return 0 but also empty string, consistent with field
4091 reference of an empty field. Use future design for nan but
4092 replicate current behavior.
4093 (org-table-number-regexp): Extend 0x hex to fixed-point number,
4094 add <radix>#<number>, add Calc infinite numbers uinf, -inf and
4095 inf.
4096
271672fa
BG
40972013-11-12 Muchenxuan Tong <demon386@gmail.com> (tiny change)
4098
4099 * org-mobile.el (org-mobile-push): Add `save-restriction'.
4100
41012013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
4102
4103 * ox-latex.el (org-latex-compile): Remove all numbered temporary
4104 files after compiling.
4105
4106 * org-element.el (org-element-headline-interpreter): Take into
4107 consideration `org-odd-levels-only' when building a headline.
4108
4109 * ox-org.el (org-org-headline): Correctly set transcoded headline
4110 level during subtree export.
4111
4112 * ox-html.el (org-html--format-toc-headline): TOC entries are
4113 closer to regular headline formatting.
4114
4115 * org-element.el (org-element-context): Fix error when parsing
4116 affiliated keywords, e.g. "caption".
4117
4118 * org.el (org-do-emphasis-faces): Look for verbatim status at
4119 correct location.
4120 (org-open-at-point): Check if link is non-nil before matching it.
4121 (org-export-insert-default-template): Make sure strings are
4122 properly quoted when inserting a template. Specifically, default
4123 value for drawers should be d:(not "LOGBOOK"), not d:(not
4124 LOGBOOK).
4125 (org-insert-heading): Do not error out when inserting is to be
4126 done at one of the buffer's boundaries.
4127
4128 * ox-latex.el (org-latex-listings-options): Use correct number of
4129 backslash characters in the example.
4130
4131 * org-element.el (org-element-latex-or-entity-successor)
4132 (org-element-latex-fragment-parser): Use `org-latex-regexps'
4133 instead of `org-format-latex-options'.
4134
4135 * ox-ascii.el:
4136 * ox-beamer.el:
4137 * ox-html.el:
4138 * ox-icalendar.el:
4139 * ox-md.el: Remove comments at the beginning of the file since
4140 the library is documented in Org manual.
4141
6711a21f
SM
4142 * org-element.el (org-element--list-struct):
4143 Use `org-match-string-no-properties'. Fix block parsing in lists.
271672fa
BG
4144
4145 * ox-publish.el (org-publish-all): Fix compilation problem.
4146
6711a21f
SM
4147 * org-element.el (org-element-timestamp-interpreter):
4148 Correctly interpret timestamps with delays.
271672fa
BG
4149 (org-element-timestamp-parser)
4150 (org-element-timestamp-interpreter): Parse warning delays.
4151
4152 * ox-beamer.el (org-beamer--format-section): Fix regression which
4153 prevents frames from being propely exported.
4154
4155 * ox.el (org-export-with-backend): Ensure function will use
4156 provided back-end.
4157
4158 * org-list.el (org-list-allow-alphabetical): Remove reference to
4159 unused VALUE.
4160
4161 * ox-beamer.el (org-beamer--format-section): Protect fragile
4162 commands in sections.
4163
4164 * org.el (org-ctrl-c-ctrl-c): When using C-c C-c at an item with
4165 point on a link, make sure checkbox, if any, is toggled.
4166
4167 * ox-beamer.el (org-beamer--format-block): Return an error message
4168 when using a special environment as a block type. Also check for
4169 incomplete environment definitions.
4170
4171 * org-element.el (org-element-at-point): If point is at the end of
4172 the buffer, and that buffer ends with a list, and there's no final
4173 newline, return last element in last item instead of plain list.
4174 Fix infloop when called on a blank line at the end of the buffer
4175 after a headline.
4176
6711a21f
SM
4177 * org.el (org-forward-paragraph, org-backward-paragraph):
4178 New functions.
271672fa
BG
4179
4180 * org.el (org-meta-return): Allow M-RET to insert items within
4181 drawers. Rewrite function.
4182
6711a21f
SM
4183 * org-element.el (org-element-footnote-definition-parser):
4184 Fix value for :contents-begin when first line of footnote definition
271672fa
BG
4185 is empty besides the label.
4186 (org-element-at-point): Return correct element when point is on a
4187 blank line just below a headline.
6711a21f
SM
4188 (org-element-paragraph-parser):
4189 Use `org-match-string-no-properties'. Small fixes to paragraph
271672fa
BG
4190 parsing.
4191
4192 * org.el (org-adaptive-fill-function): Do not handle
da5ecfa9 4193 `adaptive-fill-regexp' in comments as the behavior is not
271672fa
BG
4194 satisfying.
4195
4196 * org-list.el (org-list-struct-apply-struct): Do not move item's
4197 contents within a child above when repairing indentation.
4198
4199 * ox-html.el (org-html--build-meta-info): Fix output of meta tags
4200 when properties are present.
4201
4202 * ox.el (org-export-collect-headlines): Do not build TOC for
4203 headlines below H value.
4204
4205 * org-element.el (org-element-context): Modify misleading
4206 comment.
4207 (org-element-text-markup-successor)
4208 (org-element-latex-or-entity-successor)
4209 (org-element-export-snippet-successor)
4210 (org-element-footnote-reference-successor)
4211 (org-element-inline-babel-call-successor)
4212 (org-element-inline-src-block-successor)
4213 (org-element-line-break-successor, org-element-link-successor)
4214 (org-element-plain-link-successor, org-element-macro-successor)
4215 (org-element-radio-target-successor)
4216 (org-element-statistics-cookie-successor)
4217 (org-element-sub/superscript-successor)
4218 (org-element-table-cell-successor, org-element-target-successor)
4219 (org-element-timestamp-successor): Remove LIMIT argument.
4220 (org-element--parse-objects, org-element--get-next-object-candidates):
4221 Apply signature change to successors.
4222 (org-element-context): Narrow buffer around object containers so
4223 parsing of objects when using this function is done under the same
4224 restrictions as in buffer parsing.
4225
4226 * ox.el (org-export-table-cell-alignment): Ensure required
4227 variables are available. Use correct :test.
4228 (org-export-table-cell-width): Modify key (now an element) and
4229 value structure (now a vector) of cache so it can use `eq' as
c295fc18 4230 test. Elements are circular lists so `equal' cannot apply on them.
271672fa
BG
4231
4232 * ox-publish.el (project-plist): Remove variable.
4233
6711a21f
SM
4234 * ox.el (org-export-to-buffer, org-export-to-file):
4235 Fix docstrings.
271672fa
BG
4236
4237 * ox-org.el (org-export-as-org): Add missing BODY-ONLY argument,
4238 which is always nil in this back-end.
4239
4240 * org.el (org-adaptive-fill-function): Look for a fill prefix at
4241 the beginning of the paragraph and subsquently on its second line
4242 instead of the current line.
4243
4244 * ob-core.el (org-babel-get-src-block-info): Look for indentation
4245 value at the correct location.
4246
4247 * ox.el (org-export-data-with-backend): Set temporary back-end as
4248 the new back-end in local communication channel.
4249 (org-export-filter-apply-functions): Handle corner case where
4250 back-end is nil. Only provide back-end name (a symbol) as second
4251 argument of filters, not the full back-end (a vector).
4252
4253 * ox-publish.el (org-publish-find-title): Fix title when no
4254 #+TITLE property is provided.
4255
4256 * ox.el (org-export-store-default-title): Remove-function.
4257 (org-export--default-title): Remove variable.
4258 (org-export-options-alist): Do not use a default value.
4259 (org-export--get-buffer-attributes): Store a default title.
4260 (org-export-as): Apply function removal.
4261 (org-export--get-global-options): Do not set a property with an
d1389828 4262 explicitly nil value.
271672fa
BG
4263
4264 * ox-publish.el (org-publish-sitemap-sort-files)
4265 (org-publish-sitemap-sort-folders)
4266 (org-publish-sitemap-ignore-case, org-publish-sitemap-requested)
4267 (org-publish-sitemap-date-format)
4268 (org-publish-sitemap-file-entry-format): Set prefix to
4269 "org-publish-sitemap" instead of "org-sitemap".
4270 (org-publish-compare-directory-files)
4271 (org-publish-get-base-files-1, org-publish-projects)
4272 (org-publish-format-file-entry): Use new prefix.
4273
4274 * org-clock.el (org-clock-total-time-cell-format)
4275 (org-clock-file-time-cell-format): Use correct type.
4276
4277 * ob-haskell.el:
4278 * ox-ascii.el (org-ascii-export-as-ascii)
4279 (org-ascii-export-to-ascii):
4280 * ox-beamer.el (org-beamer-export-as-latex)
4281 (org-beamer-export-to-latex, org-beamer-export-to-pdf):
4282 * ox-html.el (org-html-export-as-html, org-html-export-to-html):
4283 * ox-icalendar.el (org-icalendar-export-to-ics):
4284 * ox-latex.el (org-latex-export-as-latex)
4285 (org-latex-export-to-pdf):
4286 * ox-man.el (org-man-export-to-man, org-man-export-to-pdf):
4287 * ox-md.el (org-md-export-as-markdown, org-md-export-to-markdown):
4288 * ox-odt.el (org-odt-export-to-odt):
4289 * ox-org.el (org-org-export-as-org, org-org-export-to-org):
4290 * ox-publish.el (org-publish-org-to):
4291 * ox-texinfo.el (org-texinfo-export-to-texinfo)
4292 (org-texinfo-export-to-info):
4293 * ox.el (org-export-to-buffer): Add two arguments: one to trigger
4294 asynchronous export and the other to do extra processing from
4295 within the buffer.
4296 (org-export-to-file): Add two arguments: one to trigger
4297 asynchronous export and the other to do extra processing on the
4298 output file.
4299 (org-export-async-start): Small clean up.
4300
4301 * ox.el (org-export-as): Use new back-end structure.
4302 (org-export-current-backend): New variable.
4303 (org-export-as): Use new variable.
4304
4305 * ox-ascii.el (org-ascii-table): Remove spurious new line between
4306 a table and the caption below.
4307
4308 * ox.el (org-export-to-file): Preserve coding system when writing
4309 output.
4310 (org-export-stack-mode-map): Fix compilation error with Emacs <
4311 24.
4312 (org-export--dispatch-action): Maintain compatibility with Emacs
4313 23.
4314
6711a21f
SM
4315 * org.el (org-adaptive-fill-function, org-fill-paragraph):
4316 Add support for `adaptive-fill-regexp' in paragraphs and comments.
271672fa
BG
4317 (org-indent-line): Fix indentation after a list.
4318
4319 * ox.el (org-export--get-inbuffer-options): Multiple options can
4320 now be set through the same buffer keyword.
4321
4322 * org-element.el (org-element-plain-list-parser): Fix infloop when
4323 parsing a list at the end of buffer, if buffer doesn't end at a
4324 line beginning.
4325 (org-element-link-parser): Do not url-decode parsed links.
4326
4327 * org-pcomplete.el (pcomplete/org-mode/file-option): Remove
4328 spurious white spaces, excepted for source blocks' opening string.
4329 Small refactoring.
4330 (pcomplete/org-mode/file-option): Remove spurious colons from
4331 block boundaries.
4332
4333 * ox-publish.el (org-publish-find-date): Also return date for
4334 directories.
4335 (org-publish-get-base-files-1): Fix :recursive parameter ignoring
4336 extension restriction.
4337
4338 * ox-beamer.el: Remove strange indentation in default header.
4339 (org-beamer-template): Fix missing newlines in header.
4340
4341 * ox-latex.el (org-latex-template): Fix missing newlines in
4342 header.
4343
6711a21f
SM
4344 * ox.el (org-export-insert-default-template):
4345 Fix "wrong-type-argument" error in template insertion.
271672fa
BG
4346
4347 * org.el (org-fill-paragraph): Use empty commented lines as
da5ecfa9 4348 separators when filling comments. This mimics default behavior
271672fa
BG
4349 from "newcomment.el", which is not used in Org.
4350
4351 * ox-html.el (org-html-link): Add image attributes to "img" tag,
4352 not to the "a" container. Also fix spacing for attributes.
4353
4354 * org.el (org-fill-paragraph): Do not mix consecutive comments
4355 when filling any of them.
4356
4357 * ox-html.el (org-html-format-headline--wrap): Fix number of
4358 arguments when setting `org-html-format-headline-function'.
4359
4360 * org-element.el (org-element-item-interpreter): This patch fixes
4361 "(wrong-type-argument arrayp nil)" error when trying to interpret
4362 empty items. Correctly interpret back plain lists with "*" items.
4363 This fixes "This is not a list" error returned in this case.
4364
4365 * ox-latex.el (org-latex-listings): Update docstring.
4366
6711a21f
SM
4367 * org-pcomplete.el (pcomplete/org-mode/file-option/options):
4368 Apply changes to export back-end definiton.
271672fa
BG
4369
4370 * org.el (org-get-export-keywords): Apply changes to export
4371 back-end definiton.
4372
4373 * ox-html.el (org-html--format-toc-headline): Make use of
4374 anonymous back-ends.
4375
4376 * ox-odt.el (org-odt-footnote-reference): Make use of anonymous
4377 back-ends.
4378 (org-odt-format-label, org-odt-toc)
4379 (org-odt-format-headline--wrap): Use `org-export-with-backend'
4380 instead of `org-export-with-translations'.
4381
6711a21f 4382 * ox.el (org-export--registered-backends): Rename from
271672fa 4383 `org-export-registered-backends'.
6711a21f 4384 (org-export-invisible-backends): Remove variable.
271672fa 4385 (org-export-get-backend, org-export-get-all-transcoders
6711a21f
SM
4386 org-export-get-all-options, org-export-get-all-filters):
4387 New functions. It replaces `org-export-backend-translate-table'.
271672fa
BG
4388 (org-export-barf-if-invalid-backend, org-export-derived-backend-p,
4389 org-export-define-backend, org-export-define-derived-backend):
4390 Rewrite functions using new representation.
4391 (org-export-backend-translate-table): Remove function.
4392 (org-export-get-environment): Use new function.
4393 (org-export--get-subtree-options, org-export--parse-option-keyword,
4394 org-export--get-inbuffer-options, org-export--get-global-options,
4395 org-export-to-buffer org-export-to-file, org-export-string-as
4396 org-export-replace-region-by): Update docstring.
6711a21f
SM
4397 (org-export-data-with-translations): Remove function.
4398 Use `org-export-data-with-backend' with a temporary back-end instead.
271672fa
BG
4399 (org-export-data-with-backend, org-export-as): Reflect new definition
4400 for back-ends.
4401 (org-export--dispatch-action, org-export--dispatch-ui): Reflect new
4402 definition for back-ends and variable removal. Refactoring.
4403 (org-export-filter-apply-functions): Call functions with
4404 current back-end's name, not full back-end.
4405
4406 * org.el (org-export-backends, org-create-formula--latex-header):
4407 Use new structure and variables.
4408
4409 * ox-html.el (org-html-inline-images): Change default value and
4410 remove `maybe'.
4411 (org-html-format-inline-image): Remove functions.
4412 (org-html--wrap-image, org-html--format-image)
4413 (org-html-inline-image-p): New functions.
4414 (org-html-latex-environment, org-html-latex-fragment): Use new
4415 functions.
4416 (org-html-standalone-image-p): Use new functions. Also remove an
4417 unused optional argument.
4418 (org-html-link, org-html-paragraph): Correctly export hyperlinked
4419 images.
4420
4421 * ox.el (org-export-dictionary): Update some translations.
4422
4423 * ox-odt.el (org-odt-label-styles, org-odt-category-map-alist):
4424 Fix docstring.
4425 (org-odt-format-label): Add docstring. Internationalize prefix.
4426
4427 * ox.el (org-export-dictionary): Add entry for colons.
4428
4429 * ox-odt.el (org-odt--suppress-some-translators): Remove function.
4430
4431 * ox-html.el (org-html-link): Remove left-over binding.
4432
4433 * ox-beamer.el (org-beamer-environments-extra): Allow to add raw
4434 title in environment definition.
4435 (org-beamer--format-block): Handle new placeholders.
4436
4437 * ox-html.el (org-html-link): Small refactoring.
4438
6711a21f
SM
4439 * org-element.el (org-element--current-element):
4440 Fix org-meta-return error at the end of buffer.
271672fa
BG
4441
4442 * ox-odt.el (org-odt-category-map-alist): Fix internationalization
4443 of "Table" and "Listing".
4444
4445 * ox.el (org-export-dictionary): Remove useless dictionary
4446 entries.
4447
4448 * ox-ascii.el (org-ascii--build-caption): Apply removal.
4449
4450 * ox.el (org-export-dictionary): Add spanish and german
4451 translations.
4452
4453 * ox-odt.el (org-odt-link): Fuzzy links to an headline with a
4454 description always use that description, even if the description
4455 is the same as the headline title.
4456 (org-odt-plain-text): Allow to turn smart quotes off.
4457
4458 * ox-latex.el (org-latex--get-footnote-counter): Remove function.
4459
4460 * org.el (org-setup-filling): Set `paragraph-start' and
4461 `paragraph-separate'.
4462 (org-fill-paragraph-separate-nobreak-p): Remove function.
4463 (org-mode): Do not set `paragraph-start'.
4464
4465 * ox-html.el (html): Replace "HTML_HTML5_FANCY",
4466 "HTML_INCLUDE_STYLE" and "HTML_INCLUDE_SCRIPTS" with,
4467 respectively, ":html5-fancy", "html-style" and "html-scripts"
4468 options.
4469 (org-html-html5-fancy): Reformat docstring.
4470 (org-html-template): Fix typo preventing insertion of link up/link
4471 home anchors.
4472
4473 * org.el (org-create-formula--latex-header): Replace AUTO with
4474 appropriate language when previewing snippets.
4475
4476 * ox-latex.el (org-latex-item): Allow hyperref and footnotemark in
4477 items description tags. Also remove a unnecessary hack allowing
4478 footnotemark with an optional argument in the tag.
4479
4480 * ox.el (org-export-resolve-fuzzy-link): Fix link resolution when
4481 link lives before the first headline.
4482
4483 * org-element.el (org-element-special-block-parser): Fix typo in
4484 regexp matching block type. Also quote the type so it can contain
4485 special characters.
4486
4487 * ox-latex.el (org-latex-pdf-process): This argument can cause
4488 problem with links with a relative path, since compilation happens
4489 in a different directory.
4490
4491 * org.el (org-latex-default-packages-alist): Load "ulem" package
4492 by default. Use "[normalem]" option to preserve \emph definition.
4493
4494 * ox-latex.el (org-latex-text-markup-alist): Use "\uline" and
4495 "\sout" commands from "ulem" package.
4496
4497 * org.el (org-latex-default-packages-alist): Document need for
4498 "soul" package.
4499
4500 * ox-latex.el (org-latex-text-markup-alist): Use \ul (from "soul"
4501 package) instead of \underline for underline text.
4502
4503 * ox.el (org-export-read-attribute): Fix "Wrong argument type"
4504 error when attributes start with :key "".
4505
4506 * org.el (org-fill-paragraph-separate-nobreak-p)
4507 (org-fill-line-break-nobreak-p)
4508 (org-fill-paragraph-with-timestamp-nobreak-p): Fix docstrings.
4509
4510 * org-element.el (org-element--list-struct): Fix failing
4511 "plain-list-parser" test.
4512
c295fc18
JB
4513 * ox-latex.el (org-latex-src-block): Handle :float attribute.
4514 Its value can be set to "t", "multicolumn" or "nil". Also remove
271672fa
BG
4515 :long-listing attribute, which is now replaced with :float nil.
4516 (org-latex--org-table): Replace :float table with :float t.
4517 (org-latex--inline-image): Replace :float figure with :float t.
4518 (org-latex-long-listings): Remove variable.
4519
4520 * org-element.el (org-element--list-struct): New function.
6711a21f
SM
4521 (org-element-plain-list-parser, org-element--current-element):
4522 Use new function.
271672fa
BG
4523
4524 * ox-man.el (org-man-compile):
4525 * ox-texinfo.el (org-texinfo-compile): Use appropriate argument.
4526
4527 * ox-latex.el (org-latex-compile):
4528 * ox-man.el (org-man-compile):
4529 * ox-texinfo.el (org-texinfo-compile): Properly set working
4530 directory.
4531
4532 * ox-latex.el (org-latex-compile):
4533 * ox-texinfo.el (org-texinfo-compile): Make sure generated file
4534 can be found by `file-exists-p'.
4535
4536 * ox-md.el (md): Delegate underscore transcoding to HTML back-end.
4537
6711a21f
SM
4538 * org-element.el (org-element--remove-indentation):
4539 Small optimization.
271672fa
BG
4540 (org-element--remove-indentation): New function.
4541 (org-element-example-block-parser, org-element-src-block-parser):
4542 Use new function.
4543 (org-element-src-block-interpreter): Update function according to
4544 change.
4545
4546 * ox.el (org-export-unravel-code): Do not remove any indentation
4547 since it now happens at the parser level.
4548 (org-export-table-cell-width): Be sure to use cache even when
4549 stored value is nil.
4550 (org-export--default-title): Fix "Symbol's value as variable is
4551 void: org-export--default-title".
4552
4553 * ox-ascii.el (org-ascii--table-cell-width): Cache results of this
4554 internal function since it is called at each cell, though its
4555 value only change column wise.
4556
4557 * ox.el (org-export-resolve-fuzzy-link): Change property name
4558 holding cache.
4559 (org-export-table-has-header-p, org-export-table-row-group)
4560 (org-export-table-cell-width, org-export-table-cell-alignment):
4561 Cache results.
4562 (org-export-table-cell-address): Refactor.
4563 (org-export-get-parent): Inline function.
4564 (org-export-options-alist): Change default value for :title
4565 property.
4566 (org-export--default-title): New dynamically scoped variable.
4567 (org-export-store-default-title): New function.
4568 (org-export--get-buffer-attributes): Remove title handling.
4569 (org-export--get-global-options): Revert "ox: Fix default title".
4570 Refactor code.
4571
4572 * ox-html.el (org-html-format-latex): Provide a prefix for
4573 temporary file when using dvipng, even if the current buffer isn't
4574 associated to a file.
4575
4576 * ox.el (org-export-resolve-radio-link): Ignore whitespace
4577 differences when resolving a radio link.
4578 (org-export-resolve-radio-link): Fix radio target resolution.
4579
4580 * org-element.el (org-element--current-element): Be stricter when
4581 matching arguments in LaTeX environments. In particular, do not
4582 allow anything else than options and arguments in the opening
4583 line.
4584
4585 * ox-html.el (org-html-inner-template): Remove code relative to
4586 bibliography.
4587 (org-html-bibliography): Remove function.
4588
4589 * ox-latex.el (org-latex-plain-text): Protect ^ char with \^{},
4590 not only \^, so it doesn't become a diacritic.
4591
4592 * ox-html.el (org-html--build-meta-info): Fix code typo.
4593
4594 * ox.el (org-export-expand-include-keyword): Avoid using `read' to
4595 determine file name.
4596 (org-export--get-global-options): Properly set default title,
4597 i.e. when to TITLE keyword is provided.
4598
4599 * org-element.el (org-element--parse-elements): Also parse visible
4600 headlines within an otherwise compacted headline.
4601
4602 * ox.el (org-export-expand-include-keyword): Tolerate included
4603 file names without double quotes.
4604 (org-export-resolve-fuzzy-link): Fix caching process.
4605
4606 * ox-publish.el (org-publish-find-date): Fix "Invalid time
4607 specification" error with timestamps in DATE.
4608
4609 * org-element.el (org-element--current-element): Allow the opening
4610 string of a LaTeX environment to contain additional arguments.
4611
4612 * org.el (org-insert-heading): Refactor to use `org-in-item-p'
4613 only once.
4614
4615 * ox.el (org-export-expand): Optionally add affiliated keywords to
4616 results.
4617
4618 * ox-org.el (org-org-identity): Use new argument for
4619 `org-export-expand'.
4620
4621 * org.el (org-fill-paragraph): Move to table beginning before
4622 aligning the table when M-q is called from an affiliated keyword.
4623
4624 * org-list.el (org-list-allow-alphabetical): Properly update
4625 `org-list-allow-alphabetical' when changed after org.el has been
4626 loaded.
4627
6711a21f
SM
4628 * org-element.el (org-element-fixed-width-interpreter):
4629 Fix interpretation of fixed-width elements with a nil or empty string
271672fa
BG
4630 value.
4631
4632 * ox-html.el (org-html-link): Don't skip the link description when
4633 it matches the name of the headline it targets.
4634
4635 * ox-html.el (org-html-link): Don't skip the link description when
4636 it matches the name of the headline it targets.
4637
4638 * ox-ascii.el (ascii): Remove inexistant function.
4639
4640 * ox-icalendar.el (icalendar): Ignore footnotes.
4641 (org-icalendar--combine-files): Small refactoring.
4642
6711a21f
SM
4643 * ox.el (org-export--skip-p, org-export--interpret-p):
4644 When `org-export-with-footnotes' is nil, ignore completely footnotes
271672fa
BG
4645 references and definitions instead of exporting them verbatim.
4646
4647 * ox-beamer.el (org-beamer--frame-level): Small refactoring.
4648 (org-beamer--format-block, org-beamer-headline): Do not systematically
4649 downcase environment names as some require upper case in their
4650 names (e.g. noteNH and CJK).
4651
4652 * ox.el (org-export-with-timestamps): Only applies to isolated
4653 timestamps, i.e. timestamps in a paragraph containing only
4654 timestamps and empty strings.
da5ecfa9 4655 (org-export--skip-p): Skip timestamps according to new behavior.
271672fa
BG
4656
4657 * ox-latex.el (org-latex--script-size): Handle consecutive
4658 alterning sub and superscript.
4659
4660 * ox-org.el (org-org-identity): Fix docstring. Tiny refactoring.
4661 (org-org-headline, org-org-keyword): Fix docstring.
4662
4663 * ox-latex.el (org-latex--script-size): Use \text command for
4664 subscript and superscript. This is far superior to \mathrm, but
4665 it requires "amstext" package. In particular, accented characters
4666 are now allowed within sub/superscript.
4667
4668 * org.el (org-latex-default-packages-alist): Add "amstext"
4669 package.
4670
4671 * ox-latex.el (org-latex--script-size): Fix error when using
4672 sub/superscript within sub/superscript.
4673
4674 * ox-latex.el (org-latex--script-size): New function.
4675 (org-latex-subscript, org-latex-superscript): Use new function.
4676 Remove instructions since everything is documented in Org manual.
4677
4678 * ox.el (org-export-with-smart-quotes): Use LATEX instead of LaTeX
4679 for keywords, the latter being hard to type, somewhat difficult to
4680 read, and overall just pedantic.
4681
4682 * ox-latex.el (org-latex-classes): Be more explicit about
4683 LATEX_HEADER_EXTRA.
4684
4685 * ox-html.el (org-html--build-meta-info): Fix invalid characters
4686 in html attributes.
4687
4688 * ox.el (org-export-filters-alist): Remove macro filter.
4689 (org-export-filter-macro-functions): Remove variable.
4690
4691 * ox-beamer.el (beamer): Install a default class set-up when
4692 loading library.
4693
4694 * ox-latex.el (org-latex-classes): Update docstring.
4695
4696 * ox-latex.el (org-latex--inline-image): Remove specific default
4697 image width for floats. If no width nor height is provided, it
4698 should default to `org-latex-image-default-width' value.
4699
4700 * org.el (org-extract-attributes-from-string)
4701 (org-attributes-to-string): Remove functions.
4702
4703 * ox-html.el (html): Rename :html-table-tag property into
4704 :org-table-attributes.
4705 (org-html-table-default-attributes): New variable.
6711a21f 4706 (org-html-table-tag): Remove variable.
271672fa
BG
4707 (org-html--make-attribute-string): New function.
4708 (org-html-link--inline-image, org-html-table): Use new function.
6711a21f
SM
4709 (org-html-splice-attributes, org-export-splice-style):
4710 Remove functions.
271672fa
BG
4711 (org-html-inline-image-rules): Remove out of context part of the
4712 docstring.
4713
4714 * ox.el (org-export-read-attribute): Allow to use empty strings in
4715 attributes.
4716
4717 * ox-html.el (org-html-metadata-timestamp-format): New variable,
4718 renamed from `org-html--timestamp-format'.
4719 (org-html--build-meta-info, org-html-format-spec,
4720 org-html--build-pre/postamble): Use new variable.
4721
4722 * ox.el (org-export-table-row-number): New function.
4723 (org-export-table-cell-address): Use new function.
4724
4725 * org-element.el (org-element-table-cell-successor): Parse table
4726 cells with missing ending space.
4727
4728 * ox-latex.el (org-latex--math-table): Fix inline-math table
4729 environment.
4730
4731 * ox-html.el (org-html-doctype): Make value fit on a single line
4732 so `org-export-insert-default-template' can handle it.
4733 (org-html-creator-string): Change default value.
4734
4735 * ox.el (org-export-creator-string): Change default value.
4736
4737 * ox-html.el (org-html-postamble-format)
4738 (org-html-preamble-format): Allow last modification time of source
4739 in template. Fix docstrings.
4740 (org-html-format-spec): Produce last modification time when the source
4741 is a file.
4742
4743 * ox.el (org-export-with-archived-trees, org-export-with-author)
4744 (org-export-with-clocks, org-export-with-date)
4745 (org-export-creator-string, org-export-with-drawers)
4746 (org-export-with-email, org-export-with-emphasize)
4747 (org-export-exclude-tags, org-export-with-fixed-width)
4748 (org-export-with-footnotes, org-export-with-latex)
4749 (org-export-headline-levels, org-export-default-language)
4750 (org-export-preserve-breaks, org-export-with-entities)
4751 (org-export-with-inlinetasks, org-export-with-planning)
4752 (org-export-with-priority, org-export-with-section-numbers)
4753 (org-export-select-tags, org-export-with-smart-quotes)
4754 (org-export-with-special-strings)
4755 (org-export-with-statistics-cookies)
4756 (org-export-with-sub-superscripts, org-export-with-toc)
4757 (org-export-with-tables, org-export-with-tags)
4758 (org-export-with-tasks, org-export-time-stamp-file)
6711a21f
SM
4759 (org-export-with-timestamps, org-export-with-todo-keywords):
4760 Fix docstrings.
271672fa
BG
4761
4762 * ox-html.el (org-html-postamble-format): Slightly change default
4763 value so "Generated by" string doesn't get duplicated.
4764 (org-html-creator-string): Fix docstring.
4765
4766 * ox.el (org-export--get-inbuffer-options)
4767 (org-export--list-bound-variables)
4768 (org-export--generate-copy-script, org-export-string-as)
4769 (org-export-expand-include-keyword)
4770 (org-export--prepare-file-contents): Inhibit startup process when
4771 calling `org-mode'.
4772
4773 * ox-publish.el (org-publish-find-date): Fix "bad timestamp" error
4774 with some DATE values: :date property in communication channel is
4775 no longer a string.
4776
4777 * ox.el (org-export-insert-default-template): New function.
4778 (org-export--dispatch-ui, org-export--dispatch-action): Access to
4779 the function through the dispatcher.
4780
6711a21f
SM
4781 * ox-icalendar.el (org-icalendar-convert-timestamp):
4782 Update docstring.
271672fa
BG
4783 (org-icalendar-dtstamp): New function.
4784 (org-icalendar--vevent, org-icalendar--vtodo): Use new function.
4785
4786 * ox-ascii.el (org-ascii-link):
4787 * ox-html.el (org-html-keyword):
4788 * ox-latex.el (org-latex-keyword, org-latex-link):
4789 * ox-man.el (org-man-keyword):
4790 * ox-md.el (org-md-link):
4791 * ox-odt.el (org-odt-keyword):
4792 * org.el (org-store-link, org-link-search, org-options-keywords):
4793 Remove reference to TARGET keyword.
4794
4795 * ox.el (org-export-resolve-fuzzy-link, org-export-get-ordinal):
4796 Do not use TARGET as a destination for links anymore.
4797
4798 * ox-org.el (org): Add a menu entry for the back-end.
4799 (org-org-export-as-org, org-org-export-to-org): New functions.
4800
4801 * org.el (org-export-backends): Accept `org' as a loadable
4802 back-end.
4803
4804 * ox-ascii.el (org-ascii-template--document-title): Use new function.
4805
4806 * ox-beamer.el (org-beamer-template): Use new function.
4807
4808 * ox-html.el (org-html-format-spec): Use new function.
4809
4810 * ox-latex.el (org-latex-template): Use new function.
4811 (org-latex-date-timestamp-format): Remove variable.
4812
4813 * ox.el (org-export-date-timestamp-format): New variable.
4814 (org-export-get-date): New function.
4815
4816 * ox-odt.el (org-odt--format-paragraph): New function.
4817 (org-odt-paragraph): Use new function to limit code duplication.
4818 (org-odt-footnote-reference): Change default style for paragraphs
4819 when transcoding a footnote definition.
4820
4821 * org-macro.el (org-macro--collect-macros): Fix a bug where
4822 reading a macro in a setup file would remove other macros read so
4823 far from template. Change function signature.
4824 (org-macro-initialize-templates): Apply signature change from function
4825 above.
4826
6711a21f 4827 * ox.el (org-export--list-bound-variables): Rename from
271672fa
BG
4828 `org-export--install-letbind-maybe'. Though, only return list of
4829 bound variables instead of installing them as buffer-local
4830 variables.
4831 (org-export-get-environment): Use new function. Take care of the
4832 installation of bound variables.
4833 (org-export--generate-copy-script): Make sure non-Org variables are
4834 also installed in buffer copy.
4835
4836 * ox.el (org-export-get-environment): Update comment.
4837 (org-export--install-letbind-maybe): Go into SETUPFILE files and
4838 handle BIND keywords there.
4839
4840 * ox-latex.el (org-latex-link): Do not prefix relative paths with
4841 "file://".
4842
4843 * org.el (org-link-search): Preserve priority of #+TARGET over
4844 #+NAME when resolving a link.
4845
4846 * ox-latex.el (org-latex-long-listings): New variable.
4847 (org-latex-src-block): Use new variable.
4848
4849 * ox.el (org-export-data): White spaces after export snippets are
4850 never ignored.
4851
4852 * org-element.el (org-element-macro-parser): Allow to escape
4853 escaping character before a comma. Also do not trim spaces at
4854 argument boundaries.
4855
4856 * ox.el (org-export-async-start): Use correct coding system so
4857 unibyte characters do not appear in the resulting buffer or file.
4858 (org-export--copy-to-kill-ring-p): Move function elsewhere in the
4859 file.
4860
4861 * ox-latex.el (org-latex--inline-image): Fix error when no default
4862 width, height and option are provided and no attribute is set for
4863 the inline image.
4864
4865 * org.el (org-comment-or-uncomment-region): Fix commenting lines
4866 beginning with a link.
4867 (org-delete-char): Fix "Invalid use of `\\' in replacement text"
4868 when deleting a character in a cell which contains "\"
4869 (org-export-backends): Remove duplicates. Reorder alphabetically.
4870
4871 * ox-texinfo.el (org-texinfo-plain-list): Use `member' instead of
4872 `memq' when matching strings.
4873
4874 * ox.el (org-export-read-attribute): Do not use `read' to read
4875 attributes. Instead, extract keywords and values from it, which
4876 means each value will be a string when non-nil.
4877
4878 * ox-beamer.el (org-beamer-plain-list): Use new attribute syntax.
4879
4880 * ox-html.el (org-html--textarea-block): Use new attribute syntax.
4881
4882 * ox-latex.el (org-latex--inline-image, org-latex--org-table)
4883 (org-latex--math-table): Use new attribute syntax.
4884
4885 * ox-man.el (org-man-table--org-table): Use new attribute syntax.
4886 Small refactoring.
4887
6711a21f
SM
4888 * ox-odt.el (org-odt-link--inline-image, org-odt-table-cell):
4889 Use new attribute syntax.
271672fa
BG
4890
4891 * ox.el (org-export-async-start): Remove code evaluation queries
4892 from asynchronous export.
4893
4894 * ox-latex.el (latex): Activate smart quotes by default.
4895 (org-latex--inline-image): Don't insert a default width when
4896 height is provided in a figure environment.
4897 (org-latex--inline-image): Do not use default width
4898 (resp. height) when an user height (resp. width) is provided.
4899 Also, default height is only used when image is not wrapped within
4900 a figure or wrapfigure environment, in order to preserve ratio.
4901 (org-latex-image-default-width, org-latex-image-default-height):
4902 Update docstring.
4903
4904 * ox-icalendar.el (org-icalendar-create-uid): Fix error when
4905 `org-icalendar-store-UID' is non-nil.
4906
4907 * ox-latex.el (latex): Introduce new buffer keyword.
4908 (org-latex-template): Use new keyword.
4909
4910 * ox-beamer.el (org-beamer-template): Use new keyword.
4911
4912 * org.el (org-create-formula--latex-header): Use new keyword.
4913
4914 * ox-beamer.el (org-beamer-column-view-format, org-beamer-theme)
4915 (org-beamer-environments-extra): Add :version and
4916 :package-version.
4917
4918 * ox-html.el (org-html-with-latex, org-html-inline-image-rules):
4919 Add :version and :package-version.
4920
4921 * ox-latex.el (org-latex-inline-image-rules)
4922 (org-latex-default-table-environment)
4923 (org-latex-default-table-mode, org-latex-tables-booktabs)
6711a21f
SM
4924 (org-latex-table-scientific-notation, org-latex-known-errors):
4925 Add :version and :package-version.
271672fa
BG
4926
4927 * ox-md.el (org-md-headline-style): Add :version and
4928 :package-version.
4929
4930 * ox-odt.el (org-odt-with-latex): Add :version
4931 and :package-version.
4932
4933 * ox.el (org-export-with-drawers, org-export-with-latex)
4934 (org-export-with-inlinetasks, org-export-with-planning)
4935 (org-export-with-smart-quotes, org-export-with-statistics-cookies)
6711a21f
SM
4936 (org-export-allow-bind-keywords, org-export-async-init-file):
4937 Add :version and :package-version.
271672fa
BG
4938
4939 * ox-icalendar.el (org-icalendar-export-to-ics): Change back-end
4940 name from `e-ascii' to `ascii'.
4941
4942 * ox.el (org-export--generate-copy-script): Call `org-mode' when
4943 duplicating a buffer. It will properly set every variable, like
4944 `comment-start'.
4945 (org-export-async-start): Do not call `org-mode' since this is done
4946 already in the previous function.
4947
4948 * ox-beamer.el (org-beamer-keyword): Remove frame arount toc when
4949 generated from a TOC keyword.
4950
4951 * org.el (org-export-backends): Do not reset list of loaded
4952 back-ends to variable's value after a reload.
4953
4954 * ox-latex.el (org-latex-src-block): Do not overwrite provided
4955 numbering options in minted and listings.
4956 (org-latex-headline): Don't add optional title on unnumbered
4957 headlines.
4958
4959 * ox-html.el (html): Fix "HTML_HEAD" and "HTML_HEAD_EXTRA"
4960 keywords. Allow multiple #+LATEX_HEAD and #+LATEX_HEAD_EXTRA
4961 again.
4962
4963 * org.el (org-fill-paragraph): Small refactoring to
4964 `org-fill-paragraph'. Do not look for table cells in a paragraph.
4965
6711a21f
SM
4966 * org-element.el (org-element-object-restrictions):
4967 Simplify restrictions within secondary strings and objects.
271672fa
BG
4968
4969 * org-list.el (org-list-send-list): Do not rely on
4970 `org-list-parse-list'.
6711a21f
SM
4971 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
4972 Use appropriate export back-end instead of using
271672fa
BG
4973 `org-list-to-generic'.
4974
4975 * ox-html.el (org-html-inner-template): Remove contents div and
4976 title.
4977 (org-html-template): Add contents div and title.
4978 (org-html-infojs-install-script): Can't activate jsinfo script
4979 during a body-only export.
4980
4981 * ox.el (org-export-as): Store export options in :export-options
4982 porperty within communication channel.
4983
da5ecfa9 4984 * ox-latex.el (org-latex-item): Fix wrong behavior when a counter
271672fa
BG
4985 is set in an ordered list while its parent is not ordered.
4986
4987 * ox.el (org-export-format-code-default): Handle empty source
4988 blocks more gracefully.
4989
4990 * ox-ascii.el (org-ascii-src-block): Handle empty blocks more
4991 gracefully.
4992
4993 * org.el (org-export-backends): Update variable. `infojs' was
4994 merged into ox-html and `freemind' was added.
4995
4996 * ox.el (org-export--selected-trees): Also mark inlinetasks with a
4997 select tag.
4998 (org-export--skip-p): Skip inlinetasks with a :noexport: tag.
4999
5000 * ob-tangle.el (org-babel-spec-to-string): Use dedicated function
5001 for unescaping code.
5002
5003 * ox-html.el (org-html-link): Silence byte-compiler.
5004 (html): Add infojs installation script in options filter.
5005 (org-html-infojs-install-script): Remove check for back-end as we
5006 can safely assume the function will be called from `html' back-end
5007 or one of its derivative.
5008
5009 * ox-icalendar.el (org-agenda-collect-markers)
5010 (org-create-marker-find-array): Remove functions.
5011 (org-icalendar-export-current-agenda): Integrate previous
5012 functions.
5013
6711a21f
SM
5014 * ox-latex.el (org-latex-format-headline-default-function):
5015 Use declarative shape to nest makup for TODO keywords.
5016 Previous syntax generated errors during export.
271672fa
BG
5017
5018 * ox.el (org-export-async-start): Ignore `org-mode-hook' and
5019 `kill-emacs-hook'. The first one has been run in the original
5020 buffer. The second is not necessary and can pollute output to a
5021 temporary buffer (e.g. with `org-clock-persistence-insinuate').
5022
5023 * ox-html.el (org-html-inner-template): Remove title.
5024 (org-html-template): Add title.
5025
5026 * ox.el (org-export--get-min-level): Ignore footnote section when
5027 computing minimal headline level.
5028
5029 * org.el (org-do-latex-and-related): Fix infloop when user
6711a21f
SM
5030 provides a wrong value for `org-highlight-latex-and-related'.
5031 In this case, `org-latex-and-related-regexp' is the empty string and
271672fa
BG
5032 generates an infloop since matching it doesn't move point.
5033
6711a21f
SM
5034 * org-element.el (org-element-headline-parser):
5035 Rename :optional-title into :alt-title.
271672fa 5036
6711a21f 5037 * ox.el (org-export-get-alt-title): Rename from
271672fa
BG
5038 `org-export-get-optional-title'.
5039
5040 * ox-ascii.el (org-ascii--build-title):
5041 * ox-html.el (org-html--format-toc-headline):
5042 * ox-latex.el (org-latex-headline):
5043 * ox-texinfo.el (org-texinfo--get-node)
5044 (org-texinfo--generate-menu-items): Apply name change.
5045
5046 * ox.el (org-export--get-inbuffer-options): Remove an optional
5047 argument. Rewrite function. Properties read from a setupfile do
5048 not overwrite anymore previously computed properties.
5049 (org-export-get-environment): Apply changes to previous function.
5050
5051 * org.el (org-create-formula--latex-header): Apply arity change
5052 from `org-export--get-inbuffer-options'.
5053
5054 * ox-latex.el (org-latex-compile): Add an optional argument for
5055 latex snippet previewing.
5056
6711a21f
SM
5057 * org.el (org-create-formula-image-with-imagemagick):
5058 Use `org-latex-compile' instead of rewriting it.
271672fa
BG
5059
5060 * ox-html.el (org-html-fontify-code): Do not use [^\000] in
5061 regexps that may match large strings.
5062
5063 * org.el (org-create-formula--latex-header): New function.
5064 (org-create-formula-image-with-dvipng)
5065 (org-create-formula-image-with-imagemagick): Use new function.
5066
5067 * ox.el (org-export-get-previous-element): Change order of retured
5068 elements in `org-export-get-previous-element'.
5069
5070 * org-element.el (org-element-all-successors): Add `plain-link'
5071 successor.
5072 (org-element-object-restrictions): Remove `link' within `link'.
5073 Allow `plain-link' instead.
5074 (org-element-plain-link-successor): New function.
5075
5076 * org.el (org-match-substring-regexp)
6711a21f
SM
5077 (org-match-substring-with-braces-regexp): Update regexp.
5078 A sub/superscript cannot start anymore at the beginning of the line
271672fa
BG
5079 or after a space.
5080
5081 * org-element.el (org-element--get-next-object-candidates):
5082 Rewrite function to simplify algorithm.
5083 (org-element-context, org-element--parse-elements): Apply changes.
5084
5085 * org.el (org-fill-paragraph): Apply changes.
5086
5087 * ox-html.el (org-html-link, org-html-link--inline-image):
5088 Attributes specified to a paragraph only apply to first link
5089 within.
5090
5091 * ox-latex.el (org-latex-headline): Do not add optional section
5092 name when section is unnumbered.
5093
5094 * org.el (org-in-verbatim-emphasis): Fix false positive when point
5095 is just after the closing emphasis marker.
5096 (org-fill-paragraph): Do not move point when filling a table.
5097
5098 * ox-ascii.el (ascii): Add new filter.
5099 (org-ascii-filter-comment-spacing): New function.
5100 (org-latex-keyword): Remove "figures" value.
5101
5102 * ox-ascii.el (org-ascii--list-tables): Fix docstring.
5103
5104 * ox-html.el (org-html--format-toc-headline): Fix function name.
5105 (org-html-toc, org-html--toc-text): Change to docstring.
6711a21f
SM
5106 (org-html-list-of-listings, org-html-list-of-tables):
5107 New functions.
271672fa
BG
5108 (org-html-keyword): Use new functions.
5109 (org-html-src-block): Add an ID attribute when a name is given.
5110
6711a21f
SM
5111 * org-element.el (org-element-footnote-definition-parser):
5112 Require 2 blank lines to separate footnote definition.
271672fa
BG
5113
5114 * org-footnote.el (org-footnote-at-definition-p): Require 2 blank
5115 lines to separate footnote definition.
5116
5117 * ox.el (org-export-stack): Rewrite.
5118 (org-export-stack-refresh): Refactor.
5119 (org-export-stack-remove, org-export-stack-view): Apply renaming.
5120 (org-export-stack-mode-map): Use tabulated list map as a basis.
6711a21f
SM
5121 (org-export-stack--generate, org-export-stack--num-predicate):
5122 New function.
271672fa
BG
5123 (org-export-get-optional-title): Return regular title when no
5124 optional title is found.
5125
5126 * ox-ascii.el (org-ascii--build-title): Apply change to
5127 `org-export-get-optional-title'.
5128
5129 * ox-html.el (org-html--format-toc-headline): Apply change to
5130 `org-export-get-optional-title'.
5131
5132 * ox-latex.el (org-latex-headline): Apply change to
5133 `org-export-get-optional-title'.
5134
6711a21f
SM
5135 * ox-ascii.el (org-ascii--build-title): Add an argument.
5136 Use optional title when building a toc line.
271672fa
BG
5137 (org-ascii--build-toc): Call `org-ascii--build-title' with
5138 appropriate arguments.
5139
5140 * ox-latex.el (org-latex-headline): Use optional title for table
5141 of contents.
5142
6711a21f 5143 * ox-html.el (org-html--toc-text): Rename from
271672fa 5144 `org-html-toc-text'. Add docstring.
6711a21f 5145 (org-html--format-toc-headline): Rename from
271672fa
BG
5146 `org-html-format-toc-headline'. Add docstring. Use optional
5147 title if possible.
5148 (org-html-toc): Add docstring.
5149
5150 * org-element.el (org-element-headline-parser): Node property
5151 :OPTIONAL_TITLE: in a headline will be parsed and stored under
5152 :optional-title property.
5153
5154 * ox.el (org-export-get-optional-title): New function.
5155
6711a21f
SM
5156 * ox-latex.el (org-latex-format-headline-default-function):
5157 Make the variable a function.
271672fa 5158
6711a21f
SM
5159 * ox-publish.el (org-publish-resolve-external-fuzzy-link):
5160 No error when resolving external fuzzy links outside publishing.
271672fa
BG
5161 Though search option for these links will not be resolved.
5162
5163 * ox-latex.el (org-latex-guess-inputenc): Set inputenc option
5164 according to `org-export-coding-system'.
5165
6711a21f
SM
5166 * ox.el (org-export--generate-copy-script):
5167 Clone `buffer-file-coding-system' when creating a buffer copy.
271672fa
BG
5168
5169 * ox-html.el (org-html-link): Resolve external links with search
5170 options like [[file.org::#custom-id]] or
5171 [[file.org::*headline-search]].
5172
5173 * ox-publish.el (org-publish-collect-numbering)
5174 (org-publish-resolve-external-fuzzy-link): New functions.
5175 (org-publish-org-to): Add new collecting function to final output
5176 filter. Move index collecting function to the same filter.
5177 (org-publish-collect-index): Called from final output filter.
5178
5179 * ox-html.el (org-html-format-headline--wrap, org-html-headline):
5180 Use :CUSTOM_ID, not :custom-id.
5181
5182 * org-element.el (org-element-latex-environment-parser): Fix wrong
5183 value for :post-affiliated property when parsing a latex
5184 environment.
5185
5186 * ox-latex.el (org-latex-property-drawer): Remove function.
5187
6711a21f
SM
5188 * ox-ascii.el (org-ascii-filter-paragraph-spacing):
5189 Remove reference to now renamed `e-ascii' back-end.
271672fa
BG
5190
5191 * ox-beamer.el (org-beamer-template): Allow to span documentclass
5192 options accross multiple lines in template.
5193
5194 * ox-latex.el (org-latex-template): Allow to span documentclass
5195 options accross multiple lines in template.
5196
5197 * ox-texinfo.el (org-texinfo--get-node): Upcase property name.
5198 (org-texinfo--get-node): New function.
5199 (org-texinfo-headline, org-texinfo-link): Use new function.
5200
5201 * ox-ascii.el (org-ascii-quote-block): Do not fill quote block
5202 contents. Just indent them.
5203
5204 * ox-publish.el (org-publish-index-generate-theindex): Do not
5205 create an "* Index" headline in "theindex.inc". Though, create an
5206 "Index" title in fallback "theindex.org".
5207
5208 * ox-publish.el (org-publish-projects): Publish "theindex.org"
5209 last, so that "theindex.inc" can be completed.
5210
5211 * ox-publish.el (org-publish-project-alist): Fix docstring.
5212 (org-publish-collect-index): Fix typo.
5213
5214 * ox.el (org-export--dispatch-ui): Prevent invisible cursor from
5215 highlighting brackets in UI
5216
5217 * org-element.el (org-element-headline-parser)
5218 (org-element-inlinetask-parser): Fix docstring.
5219
5220 * org.el (org-export-backends): Add new back-end in customize
5221 interface.
5222
5223 * ox-beamer.el (org-beamer--get-label, org-beamer--frame-level)
5224 (org-beamer--format-section, org-beamer--format-frame)
5225 (org-beamer--format-block, org-beamer-headline): Apply changes to
5226 properties.
5227
5228 * ox-html.el (org-html-headline, org-html-link, org-html-section):
5229 Apply changes to properties.
5230
5231 * ox-icalendar.el (org-icalendar-create-uid)
5232 (org-icalendar-blocked-headline-p, org-icalendar-entry)
5233 (org-icalendar--valarm): Apply changes to properties.
5234
5235 * ox-odt.el (org-odt-headline): Apply changes
5236
5237 * ox-publish.el (org-publish-collect-index): Apply changes to
5238 properties.
5239
5240 * ox-texinfo.el (org-texinfo--generate-menu-list)
5241 (org-texinfo--generate-menu-items, org-texinfo-template)
5242 (org-texinfo-headline, org-texinfo-link): Apply changes to
5243 properties.
5244
5245 * ox.el (org-export-resolve-id-link, org-export-get-category):
5246 Apply changes to properties.
5247 (org-export-get-node-property): Update docstring.
5248
5249 * org-element.el (org-element-headline-parser)
5250 (org-element-inlinetask-parser): Upcase properties. This is done
5251 to avoid confusion between properties from parser (e.g. `:end')
5252 and properties from the property drawer (e.g. :END:).
5253
5254 * ox-publish.el (org-publish-index-generate-theindex): Preserve
5255 order in file. Fix error when two index entries were identical.
5256 Create again theindex.inc.
5257
5258 * org-element.el (org-element-map): Allow to map over any list.
5259 Do not restrict mapping to object types.
5260
6711a21f 5261 * org-faces.el (org-latex-and-related): Rename from
271672fa
BG
5262 `org-latex-and-export-specials', which wasn't appropriate anymore.
5263
5264 * org.el (org-highlight-latex-and-related)
5265 (org-latex-and-related-regexp): New variables.
6711a21f
SM
5266 (org-compute-latex-and-related-regexp, org-do-latex-and-related):
5267 New function, revived from a previous commit.
271672fa
BG
5268 (org-set-regexps-and-options, org-set-font-lock-defaults): Use new
5269 functions.
5270 (org-set-regexps-and-options): Remove reference to LATEX_CLASS and
5271 beamer back-end.
5272
5273 * ox-publish.el (org-publish-org-to): Small refactoring.
5274
5275 * ox.el (org-export-install-filters): Properly install filters
5276 send through ext-plist mechanism.
5277
5278 * ox-publish.el (org-publish-org-to): Small refactoring.
5279
5280 * ox-html.el (org-html-keyword): Remove INDEX keyword handling.
5281 ox-publish.el takes care of it already.
5282
5283 * org-macro.el: New file.
5284
5285 * org.el: Remove macro code.
5286
5287 * ox.el: Require new library
5288
5289 * ox.el (org-export-resolve-fuzzy-link): Ignore statistics cookies
5290 when matching an headline.
5291 (org-export--dispatch-ui): Display a help message in header line
5292 for scrolling dispatcher's buffer
5293 (org-export-resolve-radio-link): Radio targets are
5294 case-insensitive.
5295
5296 * ox-icalendar.el (org-export-icalendar): Fix docstring.
5297
5298 * ox.el (org-export-dispatch): Fix docstring.
5299 (org-export--dispatch-action): Small improvement to line by line
5300 scrolling.
5301 (org-export-resolve-fuzzy-link): Refactor. Whitespaces are not
5302 significant when matching a fuzzy link.
5303
5304 * org-element.el (org-element-link-parser): Do not remove newlines
5305 characters in paths anymore, since this is not required.
5306
6711a21f 5307 * ox.el (org-export--dispatch-ui): Rename from
271672fa 5308 `org-export-dispatch-ui'. Handle scrolling.
6711a21f 5309 (org-export--dispatch-action): Rename from
271672fa
BG
5310 `org-export-dispatch-action'. Implement scrolling.
5311 (org-export-dispatch): Apply renaming.
5312
5313 * org.el (org-ctrl-c-ctrl-c): Do nothing when at a blank line,
5314 but still run `org-ctrl-c-ctrl-c-final-hook'.
5315 (org-end-of-line): Remove `ignore-error'.
5316
5317 * org-element.el (org-element-at-point): Return nil when in the
5318 first empty lines of the buffer. Return headline when in empty
5319 lines just after the headline.
5320
5321 * ox.el (org-export-output-file-name): Add a protection when
5322 output file name is the same as the original org.
5323
5324 * ox-beamer.el (org-beamer-template): Add missing `class' argument
5325 for `format-string'.
5326
5327 * ox-latex.el (org-latex-template): Add missing `class' argument
5328 for `format-string'.
5329
5330 * ox.el (org-export-stack-mode): Fix docstring.
5331
6711a21f
SM
5332 * org-pcomplete.el (pcomplete/org-mode/file-option):
5333 Allow completion for ATTR_ prefixed keywords.
271672fa
BG
5334
5335 * org.el (org-options-keywords): Add missing colons.
5336
6711a21f 5337 * org-macs.el (org-default-options): Remove function.
271672fa
BG
5338
5339 * org-pcomplete.el (org-command-at-point): Fix bug with some file
5340 options.
6711a21f 5341 (pcomplete/org-mode/file-option/x): Remove macro.
271672fa
BG
5342 (pcomplete/org-mode/file-option): Refactor code.
5343 (pcomplete/org-mode/file-option/author)
5344 (pcomplete/org-mode/file-option/date)
5345 (pcomplete/org-mode/file-option/title)
5346 (pcomplete/org-mode/file-option/tags)
5347 (pcomplete/org-mode/file-option/select_tags)
5348 (pcomplete/org-mode/file-option/priorities)
5349 (pcomplete/org-mode/file-option/language)
5350 (pcomplete/org-mode/file-option/filetags)
5351 (pcomplete/org-mode/file-option/exclude_tags)
5352 (pcomplete/org-mode/file-option/email): New functions.
5353
5354 * ox.el (org-export--collect-headline-numbering): Remove footnote
5355 section from TOC.
5356 (org-export-collect-headlines): Do not count footnote section when
5357 numbering a headline.
5358
5359 * ox-beamer.el (org-beamer-plain-list): Also read #+attr_latex
5360 attributes in order to determine list's options.
5361
5362 * ox-ascii.el (org-ascii-inner-template): New function.
5363 (org-ascii-template): Use new function.
6711a21f
SM
5364 (org-ascii-export-as-ascii, org-ascii-export-to-ascii):
5365 Update docstring.
271672fa
BG
5366
5367 * org-element.el (org-element-link-parser): Take into
5368 consideration links filled and indented.
5369
5370 * org-element.el (org-element-link-parser): Remove all newline
5371 characters in path property.
5372
5373 * ox.el (org-export-as): Call `inner-template' function, if
5374 available.
5375
5376 * ox-html.el (org-html-inner-template): New function.
5377 (org-html-template): Move all parts that should be inserted even
5378 in a body-only export into `org-html-inner-template'.
5379
5380 * org.el (org-forward-element, org-backward-element): When no
5381 headline is found at the same level, still move forward or
5382 backward.
5383
5384 * org-element.el (org-element--current-element): Add a limit
5385 argument.
5386 (org-element--collect-affiliated-keywords): Fix parsing of orphaned
5387 keyword at the end of an element.
5388
5389 * ox-texinfo.el (org-texinfo-src-block): Remove spurious newline
5390 character as `org-export-format-code-default' already makes sure
5391 the string returned will end with a single one.
5392
5393 * ox-latex.el (org-latex-headline): When a function returns a
d1389828 5394 sectioning command, only one placeholder should be required.
271672fa
BG
5395
5396 * org-element.el (org-element-nested-p): Do not inline function.
5397
5398 * ox.el (org-export-copy-buffer, org-export-with-buffer-copy)
6711a21f 5399 (org-export--generate-copy-script): Move earlier in the file.
271672fa
BG
5400
5401 * ox-texinfo.el (org-texinfo-link): Do not transform path part of
5402 internal links.
5403
5404 * org.el (org-org-menu): Small refactoring.
5405
5406 * ox-beamer.el (require):
5407 * ox-icalendar.el (require):
5408 * ox-jsinfo.el (require):
5409 * ox-md.el (require): Require cl when compiling.
5410
5411 * org.el (org-export-backends):
5412 * ox.el (org-export-dispatch): Fix docstring.
5413
5414 * ox.el (org-export-dispatch-ui): Widen UI by 2 characters.
5415
5416 * ox-latex.el (org-latex-special-block): Add :options attribute to
5417 special blocks to specify options.
5418
5419 * ox-beamer.el (org-beamer-template): Add BEAMER_HEADER keywords
5420 below LATEX_HEADER.
5421
5422 * ox-latex.el (org-latex-format-headline-function): Fix missing
5423 parens in the docstring.
5424
5425 * org.el (org-export-backends): Remove `:initialize' function.
5426
5427 * org.el (org-reload): Also reload export back-ends in use.
5428
5429 * ox-latex.el (org-latex-example-block, org-latex-src-block):
5430 Ignore element if it's empty. This fixes error "apply: Wrong
5431 number of arguments: max, 0".
5432
5433 * ox-beamer.el (org-beamer-template): Provide an error when LaTeX
5434 class is invalid.
5435
5436 * ox-latex.el (org-latex-template): Provide an error when LaTeX
5437 class is invalid.
5438
5439 * org.el (org-modules): Remove export back-ends from the list.
5440 Update docstring.
5441 (org-export-backends): New variable.
5442
5443 * ox.el (org-export-async-start): Make sure export framework is
5444 required in the external process.
5445
5446 * org.el (org-format-latex-header-extra, org-export-have-math):
6711a21f
SM
5447 Remove variables.
5448 (org-latex-default-packages-alist): Rename from
271672fa 5449 `org-export-latex-default-packages-alist'.
6711a21f 5450 (org-latex-packages-alist): Rename from
271672fa
BG
5451 `org-export-latex-packages-alist'.
5452 (org-try-cdlatex-tab, org-cdlatex-underscore-caret,
5453 org-cdlatex-math-modify): Reorder in file.
5454 (org-format-latex): Remove `org-format-latex-header-extra'.
5455 (org-create-formula-image-with-dvipng,
5456 org-create-formula-image-with-imagemagick): Apply variables renaming
5457 and removal.
5458
5459 * org-entities.el (org-entities-user): Update docstring.
5460
6711a21f
SM
5461 * ox-latex.el (org-latex-classes, org-latex-listings):
5462 Update docstring.
5463 (org-latex-guess-inputenc): Rename from `org-latex--guess-inputenc'.
5464 (org-latex-guess-babel-language): Rename from
271672fa
BG
5465 `org-latex--guess-babel-language'.
5466 (org-latex-template): Apply renaming.
5467
5468 * ox-beamer.el (org-beamer-template): Apply renaming.
5469
5470 * ob-latex.el (org-babel-execute:latex): Apply variable renaming
5471 and removal.
5472 (org-babel-latex-tex-to-pdf): Call `org-latex-compile' instead of
5473 copying it.
5474
5475 * org-macs.el (org-if-unprotected, org-if-unprotected-1)
6711a21f
SM
5476 (org-if-unprotected-at): Remove macros.
5477 (org-re-search-forward-unprotected): Remove function.
271672fa
BG
5478
5479 * org.el (org-format-latex):
5480 * org-list.el (org-list-struct):
5481 * org-footnote.el (org-footnote-at-reference-p):
5482 * org-capture.el (org-capture-fill-template): Remove reference to
5483 `org-protected'.
5484
6711a21f 5485 * ob-exp.el (org-babel-exp-process-buffer): Rename from
271672fa
BG
5486 `org-export-blocks-preprocess'.
5487
5488 * ox.el (org-export-execute-babel-code): Apply previous renaming.
5489
5490 * org-pcomplete.el (pcomplete/org-mode/file-option): Collect valid
5491 keywords for completion without requiring the whole export
5492 framework.
5493 (pcomplete/org-mode/file-option/options): Rewrite using new export
5494 framework. Only complete up to the colon.
6711a21f 5495 (pcomplete/org-mode/file-option/x): Remove macro.
271672fa
BG
5496 (pcomplete/org-mode/file-option/title)
5497 (pcomplete/org-mode/file-option/author)
5498 (pcomplete/org-mode/file-option/email)
6711a21f 5499 (pcomplete/org-mode/file-option/date): Remove functions.
271672fa
BG
5500 (pcomplete/org-mode/file-option/infojs_opt): New function.
5501
5502 * org-clock.el (org-clocktable-defaults)
5503 (org-clocktable-write-default): Avoid requiring the whole export
5504 framework just to check one variable.
5505
5506 * org-footnote.el (org-footnote-section): Update docstring.
5507 (org-footnote-normalize): Remove all export related part from the
5508 function.
5509
5510 * org-inlinetask.el (org-inlinetask-export)
6711a21f
SM
5511 (org-inlinetask-export-templates): Remove variables.
5512 (org-inlinetask-export-handler): Remove function.
271672fa
BG
5513
5514 * org-plot.el: Remove dependency on `org-exp' library.
5515
5516 * org.el (org-additional-option-like-keywords): Remove variable.
5517 (org-get-export-keywords): New function.
5518 (org-options-keywords): Update default list of keywords.
5519 (org-remove-flyspell-overlays-in): Apply changes to keywords
5520 compilation.
5521 (org-highlight-latex-fragments-and-specials)
5522 (org-latex-and-specials-regexp)
5523 (org-export-html-special-string-regexps): Remove variables.
5524 (org-compute-latex-and-specials-regexp)
5525 (org-do-latex-and-special-faces, org-remove-file-link-modifiers):
5526 Remove functions.
5527 (org-set-regexps-and-options, org-set-font-lock-defaults): Apply all
5528 removals.
5529 (org-use-sub-superscripts): Fix docstring. Remove unused group.
5530 (org-match-sexp-depth): Make it a defconst instead of a defcustom
5531 in order to remove `org-export-translation' group completely.
5532
5533 * ob-haskell.el (org-babel-haskell-export-to-lhs): Use new
5534 exporter.
5535
5536 * ob-latex.el (org-babel-execute:latex): Use new exporter.
5537
5538 * ob-org.el (org-babel-execute:org): Use new exporter.
5539
5540 * org-agenda.el (org-agenda-menu, org-agenda-write): Use new
5541 iCalendar export back-end.
5542
6711a21f
SM
5543 * org-table.el (org-table-export, orgtbl-export):
5544 Remove dependency on `org-exp' library.
271672fa
BG
5545 (org-table-clean-before-export): New function.
5546 (org-table-colgroup-info): New variable.
5547 (orgtbl-to-html): Use to new HTML export back-end.
5548
5549 * org.el (org-modules): Remove modules relative to obsolete export
5550 framework and add those relative to the new one.
5551 (org-create-formula-image-with-dvipng, org-format-latex
5552 org-create-formula-image-with-imagemagick): Use new exporter.
5553 (org-indent-line): INCLUDE keywords are indented like regular
5554 keywords.
5555 (org-mode-map): Bind C-c C-e to new export dispatcher.
5556 (org-menu): Install new exporter in menu.
5557
5558 * org-ascii.el:
5559 * org-beamer.el:
5560 * org-docbook.el:
5561 * org-exp-blocks.el:
5562 * org-exp.el:
5563 * org-freemind.el:
5564 * org-html.el:
5565 * org-icalendar.el:
5566 * org-jsinfo.el:
5567 * org-latex.el:
5568 * org-lparse.el:
5569 * org-odt.el:
5570 * org-publish.el:
5571 * org-special-blocks.el:
5572 * org-taskjuggler.el:
5573 * org-xoxo.el: Remove
5574
5575 * ox-ascii.el:
5576 * ox-beamer.el:
5577 * ox-html.el:
5578 * ox-icalendar.el:
5579 * ox-jsinfo.el:
5580 * ox-latex.el:
5581 * ox-man.el:
5582 * ox-md.el:
5583 * ox-odt.el:
5584 * ox-publish.el:
5585 * ox-texinfo.el:
5586 * ox.el: New file.
5587
5588 * ob-exp.el (org-export-blocks-preprocess): Do not use
5589 `indent-code-rigidly' as it doesn't indent contents of strings.
5590
5591 * org-element.el (org-element-map): Change to function
5592 indentation. Also complete docstring.
5593
5594 * org.el (org-ctrl-c-ctrl-c): Major rewrite function using
5595 Elements.
5596
5597 * org-element.el (org-element-at-point): When point is before any
6711a21f
SM
5598 element, in the first blank lines of the buffer, return nil.
5599 When point is within blank lines just after a headline, return that
271672fa
BG
5600 headline.
5601 (org-element-context): Return nil when point is within the blank at
5602 the beginning of the buffer.
5603
5604 * org.el (org-edit-special): Fix regression.
5605 (org-timestamp-has-time-p, org-timestamp-format)
6711a21f
SM
5606 (org-timestamp-split-range, org-timestamp-translate):
5607 New functions.
271672fa 5608
6711a21f
SM
5609 * org-element.el (org-element-timestamp-interpreter):
5610 Interpret timestamps ranges with repeaters.
271672fa
BG
5611
5612 * org.el (org-edit-special): Rewrite `org-edit-special' using Org
da5ecfa9 5613 Elements tools. Behavior should be unchanged.
271672fa
BG
5614
5615 * org-element.el (org-element-context): Add an optional argument
5616 so that (org-element-context) and (org-element-context
5617 (org-element-at-point)) are equivalent.
5618
5619 * ob.el: Only use the :wrap argument up to the first space when
5620 creating the #+END_ directive.
5621
5622 * org-element.el (org-element-object-variables): New variable.
5623 (org-element-parse-secondary-string): Copy some buffer-local
5624 variables to the temporary buffer created to parse the string so
5625 links can still be properly expanded.
5626 (org-element-link-parser): Link expansion and translation are applied
5627 transparently for the parser.
5628
5629 * org-element.el (org-element-line-break-parser): Line break
5630 includes the newline character following the backslashes.
5631 (org-element-line-break-interpreter): Apply changes to line break
5632 parsing.
5633
5634 * org.el (org-all-targets): Fix radio targets detection when
5635 object is directly followed by a non-whitespace character.
5636
6711a21f
SM
5637 * ob.el (org-babel-use-quick-and-dirty-noweb-expansion):
5638 Rename from `org-babel-use-quick-and-dirty-noweb-expansion'.
271672fa
BG
5639 (org-babel-expand-noweb-references): Use new variable name.
5640
6711a21f
SM
5641 * org-element.el (org-element-timestamp-interpreter):
5642 Fix timestamp interpreter when raw value isn't available.
271672fa
BG
5643
5644 * ob-exp.el (org-babel-exp-non-block-elements): Make sure to parse
5645 inline babel call or inline src block instead of the following
5646 object.
5647
5648 * org-element.el (org-element-timestamp-parser): Timestamp with
5649 time range has active/inactive-range type.
5650 (org-element-block-name-alist): Do not reset
5651 `org-element-block-name-alist' at each reload.
5652 (org-element-object-restrictions): Allow timestamps in parsed
5653 keywords (i.e. DATE).
5654
5655 * org-agenda.el (org-agenda-show-clocking-issues)
5656 (org-agenda-format-item): Silence byte compiler.
5657
271672fa
BG
5658 * org-colview.el (org-agenda-columns): Silence byte compiler.
5659
5660 * org.el (org-properties-postprocess-alist): Silence byte
5661 compiler.
5662
5663 * org-element.el (org-element-timestamp-parser): Return nil for
5664 unspecified :hour-end and :minute-end properties.
5665 (org-element-object-restrictions): Add footnote references objects
5666 in table cells.
5667 (org-element-interpret-data): Clear text properties when
5668 interpreting a string .
5669
5670 * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
5671 Fix docstring.
5672
5673 * org.el (org-adaptive-fill-function): Items do not have
c295fc18 5674 a :post-affiliated property. Use :begin property instead.
271672fa
BG
5675
5676 * org-element.el (org-element-headline-parser)
5677 (org-element-inlinetask-parser): Remove :clockedp property.
5678
5679 * org.el (org-adaptive-fill-function): All elements do not have a
5680 :post-affiliated property.
5681 (org-macro-replace-all): Signal an error when a circular macro
5682 expansion happens.
5683 (org-macro-initialize-templates): Fix docstring.
5684
5685 * org-element.el (org-element-map): Fix docstring.
5686 (org-element-contents, org-element-set-contents)
5687 (org-element-adopt-elements): Fix accessors and setters wrt
5688 secondary strings.
5689 (org-element-headline-parser)
5690 (org-element-inlinetask-parser): Fix void-function
5691 `org-clocking-buffer' error.
5692 (org-element-context): Fix org-element-context on parsed keywords.
5693 (org-element-context): Find objects in document and parsable
5694 affiliated keywords.
5695 (org-element-center-block-parser)
5696 (org-element-drawer-parser, org-element-dynamic-block-parser)
5697 (org-element-footnote-definition-parser)
5698 (org-element-plain-list-parser)
5699 (org-element-property-drawer-parser)
5700 (org-element-quote-block-parser, org-element-special-block-parser)
5701 (org-element-babel-call-parser, org-element-comment-parser)
5702 (org-element-comment-block-parser, org-element-diary-sexp-parser)
5703 (org-element-example-block-parser)
5704 (org-element-export-block-parser, org-element-fixed-width-parser)
5705 (org-element-horizontal-rule-parser, org-element-keyword-parser)
5706 (org-element-latex-environment-parser)
5707 (org-element-paragraph-parser, org-element-src-block-parser)
6711a21f
SM
5708 (org-element-table-parser, org-element-verse-block-parser):
5709 Add `:post-affiliated' property to elements.
271672fa
BG
5710 (org-element-inlinetask-parser): Remove affilated keywords.
5711
5712 * org.el (org-adaptive-fill-function): Use new property.
5713
5714 * org-element.el (org-element--collect-affiliated-keywords):
5715 Allow duals keywords with only secondary value.
5716 (org-element-timestamp-parser): Modify timestamp objects
5717 properties.
5718 (org-element-headline-parser, org-element-inlinetask-parser): Remove
5719 `:timestamp' and `:clock' property. Add `:clockedp' property. Also,
5720 set `:closed', `:deadline' and `:scheduled' values to timestamp
5721 objects, not strings. Small refactoring.
5722 (org-element-clock-parser): Rename `:time' property into `:duration'.
5723 Also, set `:value' value as a timestamp object, not a string.
5724 (org-element-planning-parser): Set `:closed', `:deadline' and
5725 `:scheduled' values to timestamp objects, not strings.
5726 (org-element-clock-interpreter, org-element-planning-interpreter)
5727 (org-element-timestamp-interpreter): Update interpreters.
5728 (org-element--current-element): Tiny refactoring.
5729
5730 * ob.el (org-babel-where-is-src-block-result): Insert new results
6711a21f
SM
5731 keyword in current narrowed part of buffer, if necessary.
5732 Small refactoring.
271672fa
BG
5733 (org-babel-insert-result): Do not widen buffer when new results have
5734 to be inserted. Therefore, results inserted after the last block of
5735 a narrowed buffer still belong to the narrowed part of the buffer.
5736
5737 * org-agenda.el (org-agenda-get-deadlines): Tiny stylistic change.
5738
5739 * org-element.el (org-element-paragraph-separate): Diary-sexp
5740 elements can separate paragraphs.
5741 (org-element-all-elements): Install new `diary-sexp' type.
5742 (org-element--current-element): Recognize new `diary-sexp' elements.
5743 (org-element-diary-sexp-parser)
5744 (org-element-diary-sexp-interpreter): New functions.
5745 (org-element-horizontal-rule-parser)
6711a21f
SM
5746 (org-element-keyword-parser, org-element--current-element):
5747 Small refactoring.
271672fa
BG
5748 (org-element-property): Access to text properties when argument is
5749 a string.
5750 (org-element-put-property): Correctly set property when target is
5751 a string.
5752 (org-element-adopt-elements): Also put :parent properties on
5753 strings.
5754
5755 * ob-exp.el (org-babel-exp-code): Escape code when re-creating a
5756 src blocks.
5757 (org-export-blocks-preprocess): Pos can sometimes be set to a
5758 value greater than start, because of indentation, and lead to a
5759 search bound error.
5760 (org-babel-exp-code): Remove comma-escaping special rule for Org
5761 blocks.
5762 (org-export-blocks-preprocess): Results of an evaluated code block
5763 can be inserted within the blank lines after the block. Hence, if
5764 the block has to be removed, delete everything down to the first
5765 non-blank line after the end of block closing string, instead of
5766 removing everything down to the very end of the block.
5767
5768 * org.el (org-all-targets): Make sure the regexp really matched a
5769 radio target.
6711a21f
SM
5770 (org-macro-expand, org-macro-replace-all): Change signature.
5771 The function now accepts an alist of templates so it doesn't have to
271672fa
BG
5772 rely only on `org-macro-templates'.
5773 (org-macro-initialize-templates): {{{date}}} is not anymore an
5774 alias for {{{time}}}. During export, it will provide the value
5775 stored in DATE keyword instead.
5776
5777 * org-element.el (org-element-object-restrictions): Allow links in
c295fc18 5778 caption. Also allow inline-src-blocks and inline-babel-calls.
271672fa
BG
5779 (org-element-map): Change signature.
5780 (org-element-parsed-keywords): Remove document properties from the
5781 value.
5782 (org-element-dual-keywords): Fix docstring.
5783 (org-element-document-properties): New variable
5784 (org-element-all-elements): Add `node-property' as a new element
5785 type.
5786 (org-element-greater-elements): Add property-drawer element to
5787 greater elements since they now contain node-property elements.
5788 (org-element-drawer-parser): Small refactoring.
5789 (org-element-property-drawer-parser): Move into Greater Elements
5790 file section.
5791 (org-element-node-property-parser,
5792 org-element-node-property-interpreter): New functions.
5793 (org-element--current-element, org-element-at-point)
5794 (org-element--parse-elements): Handle new element type.
5795 (org-element--collect-affiliated-keywords): Fix return value.
5796 (org-element-center-block-parser)
5797 (org-element-drawer-parser, org-element-dynamic-block-parser)
5798 (org-element-footnote-definition-parser)
5799 (org-element-plain-list-parser, org-element-quote-block-parser)
5800 (org-element-special-block-parser, org-element-babel-call-parser)
5801 (org-element-comment-parser, org-element-comment-block-parser)
5802 (org-element-example-block-parser)
5803 (org-element-export-block-parser, org-element-fixed-width-parser)
5804 (org-element-horizontal-rule-parser, org-element-keyword-parser)
5805 (org-element-latex-environment-parser)
5806 (org-element-paragraph-parser, org-element-property-drawer-parser)
5807 (org-element-src-block-parser, org-element-table-parser)
c295fc18 5808 (org-element-verse-block-parser): Change signature. Now use an
271672fa
BG
5809 additional argument: affiliated.
5810 (org-element--current-element): Skip affiliated keywords and pass
5811 them as an argument to parsers. It prevents to walk through these
5812 keywords twice: the first time to get to the first line of the
5813 element, and a second time to collect the affiliated keywords.
5814
5815 * ob-exp.el (org-babel-exp-non-block-elements): More accurate
5816 white space handling when evaluating inline-src-block, babel-call
5817 and inline-babel-call elements or objects. Also removed use of
5818 `org-babel-examplize-region' since it would never be called
5819 anyway; return value from `org-babel-exp-do-export' is never nil.
5820 (org-export-blocks-preprocess): Preserve affiliated keywords when
5821 replacing a code block.
5822
5823 * org-element.el (org-element-multiple-keywords): Allow multiple
5824 caption keywords.
5825
5826 * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation
5827 when results are before the block.
5828 (org-export-blocks-preprocess): Improve blank lines handling in
c295fc18
JB
5829 function. Add comments. Remove `org-export-blocks-postblock-hook'
5830 since it's defined nowhere now (and doesn't need to, there's
5831 `org-export-before-parsing-hook' already).
271672fa
BG
5832
5833 * org-exp-blocks.el: Delete.
5834
5835 * ob-exp.el (org-export-blocks-preprocess):
6711a21f 5836 * ob-ditaa.el (org-ditaa-jar-path): Move from
271672fa
BG
5837 "org-export-blocks.el".
5838
5839 * ob-exp.el (org-babel-exp-src-block): Remove unused argument.
5840 (org-babel-exp-non-block-elements): Rewrite function using Org
5841 Element.
5842
6711a21f
SM
5843 * org-exp-blocks.el (org-export-blocks-preprocess):
5844 Rewrite function using Org Element.
271672fa
BG
5845
5846 * org-element.el (org-element-recursive-objects)
5847 (org-element-object-restrictions): Remove `macro' from recursive
5848 object types.
5849
5850 * org.el (org-macro-initialize-templates): Small refactoring.
5851 (org-mode): Initialize macros templates.
5852 (org-macro-templates): New variable.
5853 (org-macro-expand, org-macro-replace-all)
5854 (org-macro-initialize-templates): New functions.
5855
5856 * org-element.el (org-element-link-type-is-file): New variable.
5857 (org-element-link-parser): Extract search option and application
5858 in "file"-type links.
5859
5860 * org.el (org-mode): Set back comment-start-skip so comment-dwin
5861 can tell a keyword from a comment.
5862
58632013-11-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5864
5865 * org.el (org-time-stamp): When INACTIVE is non-nil, insert an
5866 inactive timestamp also with double universal argument.
5867 (org-set-regexps-and-options): Don't set font-lock defaults here.
5868 (org-mode): Set font-lock defaults here.
5869 (org-insert-link): Call `org-link-try-special-completion' from the
5870 original buffer.
5871
58722013-11-12 Oleh <oleh.krehel@gmail.com>
5873
5874 * org.el (org-open-at-point): The new code is being run in the
5875 same spot as `org-open-link-functions'. In case they failed,
5876 check if link matches "^id:" and if so, load the id interface and
5877 follwo the link.
5878
58792013-11-12 Rasmus <rasmus@gmx.us> (tiny change)
5880
5881 * ox-latex.el (org-latex--inline-image): The pgf format is
5882 associated to an inline image and treated like tikz files.
5883
58842013-11-12 Richard Lawrence <richard.lawrence@berkeley.edu> (tiny change)
5885
5886 * org-agenda.el (org-cmp-ts): Avoid error when trying to
5887 `string-match' against nil.
5888
58892013-11-12 Rick Frankel <rick@rickster.com>
5890
5891 * ox-html.el (org-html-doctype): New function.
5892 (org-html-template): Use `org-html-doctype' instead of inline
5893 code.
5894 (org-html-headline): Use the new
5895 `org-html--container' function to set container element.
5896 (org-html--container): Returns appropriate element for headline
5897 container.
5898 (org-html-divs): Extra character in doc string.
5899 (org-babel-execute:sql): Unquote cmdline argument in
c295fc18
JB
5900 format string, dbish requires three separate arguments. Add dbi
5901 to the list of engines with automatically added header separator.
271672fa
BG
5902 (org-html--build-pre/postamble): Add css class to wrapper div
5903 (defaults to `org-pre/postamble-class'). Move spec building to
5904 separate function (`org-html-format-spec').
5905 (org-html-format-spec): New function.
5906 (org-pre/postamble-class): New variable.
5907 (org-html--timestamp-format): New variable used in the metadata
5908 and the pre/postamble.
5909 (org-html-style-default): Make the preamble and postamble use the
5910 same style. Make all anchors font-size %100. Remove margin from
5911 the content section.
5912 (org-html-container-element): Fix docstring.
6711a21f
SM
5913 (org-html-postamble-format, org-html-preamble-format):
5914 Update docstrings.
271672fa
BG
5915 (org-html-template): Use `org-html--build-pre/postamble'.
5916 (org-html--build-pre/postamble): New function, combining the
5917 pre/postamble generator. Merge lists of formatters from the
5918 preamble and postamble. Fix bug, using :time-stamp-file instead
5919 of :with-date for auto display of date: this brings usage in-line
5920 with the latex and beamer exporter.
5921 (org-html--build-postamble, org-html--build-postamble): Delete.
5922 (define-backend): Add :html-doctype and :html-container
5923 parameters.
5924 (org-html-doctype): New option for doctype declaration.
5925 (org-html-container-elemnt): New option for specifying the wrapper
5926 container element.
5927 (org-html-divs): Change to alist of three entries each containing
5928 a key ('preamble, 'content, 'postamble), an HTML element type and
5929 an id to allow setting container elements.
6711a21f 5930 (org-html--build-preamble, org-html--build-postamble): Modify to
271672fa 5931 use `org-html-divs'.
6711a21f 5932 (org-html-template): Modify to use doctype and container-element
271672fa
BG
5933 settings.
5934 (org-export-define-backend): Add css url option.
5935 (org-export-htmlized-org-css-url): Modify docstring and options.
5936 (org-html--build-style): Include css-url if specified.
5937
59382013-11-12 Roberto Huelga Díaz <rhuelga@gmail.com> (tiny change)
5939
5940 * org-timer.el (org-timer-set-timer): Use the variable
5941 `org-clock-sound' when calling `org-notify'.
5942
59432013-11-12 Ryo TAKAISHI <ryo.takaishi.0@gmail.com>
5944
5945 * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
5946 New function.
5947 (org-capture-expand-embedded-elisp): Use the new function.
5948
5949 * ob-tangle.el (org-babel-tangle-collect-blocks): Change argument
5950 name collid `org-babel-map-src-blocks' variable 'lang'.
5951
6711a21f
SM
5952 * org-protocol.el (org-protocol-convert-query-to-plist):
5953 New function.
271672fa
BG
5954 (org-protocol-do-capture): Use new function.
5955 (org-protocol-data-separator): Change default separator.
5956
59572013-11-12 Rémi Vanicat <vanicat@debian.org> (tiny change)
5958
5959 * org-table.el (orgtbl-format-line): Fix bug when formatting line.
5960
59612013-11-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5962
5963 * ox-latex.el (org-latex-listings): Don't quote const value.
5964
5965 * ob-C.el (org-babel-C-var-to-C): Add list support
5966 (org-babel-C-val-to-C-list-type, org-babel-C-val-to-C-type)
5967 (org-babel-C-format-val): New functions.
5968 (org-babel-C-ensure-main-wrap, org-babel-execute:C)
5969 (org-babel-execute:C++, rg-babel-execute:cpp)
5970 (org-babel-C++-compiler, org-babel-C-compiler): Improve docstring.
5971
5972 * org-entities.el (org-entities): Add support for hbar.
5973
59742013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
5975
5976 * org.el (org-read-date-get-relative): Handle positive and
5977 negative weekday specifications so that they don't return today.
5978 If today is Friday, "fri" should mean next Friday. This changes
5979 the previous behavior, which required you to specify "+2fri" in
5980 order to mean next Friday if today was Friday. If you want to
5981 schedule something for today, you can use ".".
5982
59832013-11-12 Samuel Loury <konubinix@gmail.com> (tiny change)
5984
5985 * org.el (org-open-at-point): Open a plain link even if the cursor
5986 is before it, which is consistent with the behavior with respect
5987 to bracket and angle links.
5988
59892013-11-12 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
5990
5991 * ob.el (org-babel-expand-noweb-references): Capture current noweb
5992 start and end patterns then use them to set buffer locals in a
5993 (with-temp-buffer ...) form.
5994
59952013-11-12 Sebastien Vauban <xxx@public.gmane.org>
5996
5997 * ox-latex.el (org-latex-listings-langs): Update custom variable.
5998
5999 * ob-core.el (org-babel-parse-src-block-match): Fix order of list
6000 of header arguments.
6001
6002 * org-clock.el (org-clock-goto-before-context): New option.
6003 (org-clock-goto): Use the new option.
6004 (org-clocktable-write-default): Insert the summary as a standard
6005 #+CAPTION keyword for the (clock) table.
6006
60072013-11-12 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6008
6009 * org-agenda.el (org-agenda-prefix-format): Small docstring
6010 enhancement.
6011
60122013-11-12 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
6013
6014 * ob-core.el (org-babel-temp-file): For remote hosts, modify the
6015 prefix and leave `temporary-file-directory' unchanged.
6016
60172013-11-12 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
6018
6019 * org.el (org-speed-commands-default): Change default binding for
6020 org-mark-subtree from "." to "@" to be more consistent with "C-c
6021 @".
6022
60232013-11-12 Tim Burt <tcburt@rochester.rr.com> (tiny change)
6024
6025 * org-datetree.el (org-datetree-find-year-create): Also match
6026 headlines with tags.
6027
60282013-11-12 Toby S. Cubitt <tsc25@cantab.net>
6029
6030 * org.el (org-time-clocksum-format)
6031 (org-time-clocksum-fractional-format): In addition to a single
6032 format string, the clocksum formats can now be plists specifying
6033 separate formats for different time units.
6034 (org-minutes-to-clocksum-string): New function to replace
6035 `org-minutes-to-hh:mm-string', which converts a number of minutes
6036 to a string according to the customization options.
6037
6038 * org-colview.el (org-columns-number-to-string): Use the new
6039 `org-minutes-to-clocksum-string' function to format clocksum
6040 durations.
6041
6042 * org-clock.el: Always call new `org-minutes-to-clocksum-string'
6043 function when formatting time durations, instead of calling
6044 `org-minutes-to-hh:mm-string' or passing
6045 `org-time-clocksum-format' directly to format.
6046
60472013-11-12 Tokuya Kameshima <kametoku@gmail.com>
6048
6049 * org-mew.el (org-mew-inbox-folder, org-mew-use-id-db)
6050 (org-mew-subject-alist, org-mew-capture-inbox-folders)
6051 (org-mew-capture-guess-alist): New options.
6052 (org-mew-store-link, org-mew-open): Rewrite.
6053 (org-mew-folder-name, org-mew-follow-link)
6054 (org-mew-folder-eixsts-p, org-mew-get-msgnum)
6055 (org-mew-open-by-message-id, org-mew-search, org-mew-capture)
6056 (org-mew-capture-guess-selection-keys): New functions.
6057
60582013-11-12 Trevor Murphy <trevor.m.murphy@gmail.com> (tiny change)
6059
6060 * org.el (org-get-compact-tod): Always pad minutes to two places.
6061
60622013-11-12 Viktor Rosenfeld <listuser36@gmail.com> (tiny change)
6063
6064 * org.el (org-agenda-prepare-buffers): Add tags defined in
6065 `org-tag-persistent-alist' to `org-tag-alist-for-agenda'.
6066
60672013-11-12 Vitalie Spinu <spinuvit@gmail.com>
6068
6711a21f
SM
6069 * ob-tangle.el (org-babel-find-file-noselect-refresh):
6070 Call `find-file-noselect' with 'nowarn argument to surpress
271672fa
BG
6071 `yes-or-no-p' reversion message.
6072
6711a21f
SM
6073 * ob-core.el (org-babel-where-is-src-block-head):
6074 Return `point-marker' instead of `point'.
271672fa 6075
271672fa
BG
60762013-11-12 Yann Hodique <yann.hodique@gmail.com>
6077
6078 * org-publish.el (org-publish-org-to-taskjuggler): New function to
6079 publish taskjuggler projects.
6080
271672fa
BG
60812013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
6082
6083 * org-clock.el (org-clock-x11idle-program-name): New option.
6084 (org-x11idle-exists-p, org-x11-idle-seconds): Use it.
6085
60862013-11-12 Yoshinari Nomura <nom@quickhack.net>
6087
6088 * ox-html.el (org-html--has-caption-p): New function.
6089 (org-html-link--inline-image, org-html-table): Prepend ordinal
6090 number to caption.
6091 (org-html-link): Make numbered link by counting captioned figures
6092 and tables.
6093
6094 * ox.el (org-export-dictionary): Add Japanese translations for
6095 figures and tables. Add "Figure %d:" entry in the same manner
6096 with "Table %d:".
6097
60982013-11-12 Nicolas Richard <nrichard@ulb.ac.be>
6099
6100 * ob.el (org-babel-edit-distance): When insertion or deletion are
6101 needed, make sure the distance is incremented. In addition, the
6102 now obsolete mmin function was removed.
6103
c295fc18 61042013-11-12 Oleh Krehel <wave@mail.ua>
271672fa
BG
6105
6106 * org-capture.el (org-capture-expand-embedded-elisp): Throw error
6107 if result is not a string and not nil. If the result is nil,
6108 treat it as if it was the empty string.
6109
6711a21f
SM
6110 * org-clock.el (org-clock-notify-once-if-expired):
6111 Honor `org-clock-sound'.
271672fa 6112
666ffc7e 61132013-11-12 Rasmus Pank <rasmus.pank@gmail.com>
271672fa
BG
6114
6115 * org.el (org-format-latex-header): Remove eucal and amsmath.
6116 (org-latex-default-packages-alist): Remove amstext and add
6117 amsmath.
6118
6119 * ox-latex.el (org-latex-item): Use square as unchecked symbol.
6120
6121 * org.el (org-latex-default-packages-alist): Remove latexsym.
6122
6123 * org-entities.el (org-entities): Add support for ell, imath,
6124 jmath, varphi, varpi, aleph, gimel, beth, dalet, cdots, S (§),
6125 dag, ddag, colon, therefore, because, triangleq, leq, geq,
d1389828
PE
6126 lessgtr, lesseqgtr, ll, lll, gg, ggg, prec, preceq, preccurlyeq,
6127 succ, succeq, succurlyeq, setminus, nexist(s), mho, check, frown,
271672fa
BG
6128 diamond. Changes loz, vert, checkmark, smile and tilde.
6129
6130 * ob-C.el: Added C++ to `org-babel-load-languages' automatically
6131 after loading C.
6132
6711a21f 6133 * org-src.el (org-src-lang-modes): Add association between
271672fa
BG
6134 language C++ and `c++-mode'.
6135
6711a21f 6136 * ox.el (org-export-smart-quotes-alist): Add ("da" "no" "nb"
271672fa 6137 "nn" "sv").
6711a21f 6138 (org-export-dictionary): Add some entries ("da" "no" "nb" "nn"
271672fa
BG
6139 "sv").
6140 (org-export-default-language): Mention other variables affected by
6141 language.
6142
6711a21f 6143 * ox-latex.el (org-latex-babel-language-alist): Add 'nb', 'nn',
271672fa
BG
6144 and 'no' for Norwegian. Removed 'no-no'.
6145 (org-latex-pdf-process): let `latexmk' be a preconfigured choice
6146 and change the wording of the docstring.
6147 (org-latex-guess-babel-language): Replace AUTO with language if
6148 AUTO is the option of the LaTeX package Babel.
6711a21f 6149 (org-latex-classes): Update documentation with respect
271672fa
BG
6150 to `org-latex-guess-babel-language'.
6151
61522013-11-12 Дядов Васил Стоянов <vdyadov@elvees.com> (tiny change)
6153
6154 * org-docview.el (org-docview-export): New function to export
6155 docview links.
6156
d36ed1c8
SM
61572013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * org-agenda.el (org-agenda-mode):
6160 * org-indent.el (org-indent-mode): Use the `local' arg of
6161 add-hook/remove-hook.
6162
f186a0b5
BG
61632013-03-08 Bastien Guerry <bzg@gnu.org>
6164
6165 * org-exp.el (org-export-normalize-links): Fix critical bug: do
6166 not rely on `org-context' to guess where to prevent links
6167 normalization.
6168
8a28a5b8
BG
61692013-02-28 Achim Gratz <Stromeko@Stromeko.DE>
6170
6171 * org.el (org-org-menu): Use correct key "C-u C-c C-x !" to do
6172 org-reload uncompiled in the menu.
6173
61742013-02-28 Bastien Guerry <bzg@gnu.org>
6175
929aeac6
GM
6176 * org-indent.el (org-indent-add-properties): Bugfix: prevent
6177 negative value for `added-ind-per-lvl'.
8a28a5b8
BG
6178
6179 * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
6180 `isearch-mode-end-hook' so that any isearch fixes the problem with
6181 ellipsis on the first line.
6182 (org-fix-ellipsis-at-bol): New defsubst.
6183 (org-show-context, org-isearch-end): Use it.
6184
929aeac6
GM
6185 * org.el (org-show-context): Remove useless catch.
6186 Make sure the top of the window is a visible headline.
8a28a5b8
BG
6187 (org-activate-plain-links): Remove unused catch.
6188
929aeac6
GM
6189 * org-macs.el (org-get-alist-option): Return nil, not (nil),
6190 so that `org-show-context' DTRT.
8a28a5b8
BG
6191
6192 * org.el (org-imenu-get-tree): Fix bug when matching against empty
6193 headlines.
6194
6195 * org.el (org-overview): Stay on current line.
6196 (org-map-entries): Fix docstring.
6197 (org-at-clock-log-p): Delete.
8a28a5b8
BG
6198 * org-clock.el (org-at-clock-log-p): Move here.
6199
6200 * org.el (org-tsr-regexp-both): Don't activate dates in links.
6201 (org-activate-dates): Change match boundaries according to the new
6202 value of `org-tsr-regexp-both'.
6203
6204 * org-agenda.el (org-agenda-to-appt): Fix typos.
6205
6206 * org-agenda.el (org-agenda-local-vars): Don't include
6207 `org-agenda-show-window' as it needs to be checked outside of the
6208 agenda window.
6209
6210 * org.el (org-set-tags-command): Fix bug when setting tags for
6211 multiple headlines in an active region.
6212
6213 * org-mobile.el (org-mobile-edit): DTRT when inserting a heading
6214 in an invisible region.
6215
929aeac6
GM
6216 * org.el (org-insert-heading-respect-content): Add docstring.
6217 New `invisible-ok' parameter.
8a28a5b8
BG
6218 (org-insert-todo-heading-respect-content): Add docstring.
6219
929aeac6
GM
6220 * ob-tangle.el (org-babel-tangle-collect-blocks):
6221 Bugfix: remove code references from blocks.
8a28a5b8
BG
6222
6223 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6224 Cosmetic changes.
6225 (org-agenda-show-new-time): Fix bug when displaying a temporary
6226 overlay with the scheduled/deadline information.
6227
929aeac6 6228 * org.el (org-fill-paragraph-with-timestamp-nobreak-p): New function.
8a28a5b8
BG
6229 (org-setup-filling): Use it to prevent breaking a timestamp when
6230 filling a paragraph.
6231
929aeac6 6232 * org-id.el (org-id-get-with-outline-path-completion): Fix docstring.
8a28a5b8
BG
6233
62342013-02-28 Tim Burt <tcburt@rochester.rr.com> (tiny change)
6235
929aeac6
GM
6236 * org-datetree.el (org-datetree-find-year-create):
6237 Match headlines with tags.
8a28a5b8 6238
d3517077
BG
62392013-02-07 Bastien Guerry <bzg@gnu.org>
6240
6241 * org-agenda.el (org-agenda-get-deadlines)
6242 (org-agenda-get-scheduled): Fix bug: use text properties for the
6243 headline text since we rely on properties to get e.g. the effort.
6244
6245 * org-exp.el (org-export-normalize-links): Don't match links
6246 within tags.
6247
6248 * org-html.el (org-export-html-preamble-format)
6249 (org-export-html-postamble-format): Mention that
6250 org-export-html-preamble/postamble need to be `t' in order for
6251 these variables to have any effect.
6252
6253 * org-html.el (org-html-handle-links): When the link description
6254 is an image and the attribute is "width", pass the attribute to
6255 the <img ...> tag.
6256
6257 * org.el (org-mode): Always honor `org-startup-indented', even
6258 when `org-inhibit-startup' is non-nil.
6259
6260 * org-indent.el (org-indent-mode): Don't check
6261 `org-inhibit-startup'.
6262
6263 * org.el (org-fontify-meta-lines-and-blocks-1): Don't try to add
6264 text properties outside of the buffer.
6265
6266 * org.el (org-agenda-inhibit-startup): Rename from
6267 `org-agenda-inhibit-startup-visibility-cycling'.
6268 (org-agenda-prepare-buffers): Bind `org-inhibit-startup' to
6269 `org-agenda-inhibit-startup'.
6270
6271 * org.el (org-mode): Don't initialize `org-beamer-mode' when
6272 `org-inhibit-startup' is non-nil.
6273
6274 * org-footnote.el (org-footnote-create-definition): Prevent
6275 `electric-indent-mode' from inserting the definition at the wrong
6276 place.
6277
6278 * org-agenda.el (org-agenda-no-heading-message): Delete.
6279 (org-agenda-get-timestamps, org-agenda-get-progress)
6280 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6281 (org-agenda-get-blocks): Don't use
6282 `org-agenda-no-heading-message', skip the entry.
6283
d36ed1c8
SM
6284 * org.el (org-agenda-inhibit-startup-visibility-cycling):
6285 New option.
d3517077
BG
6286 (org-agenda-prepare-buffers): Use it to speed up the agenda
6287 generation.
6288
6289 * org-agenda.el (org-agenda-skip): Fix bug by correctly skipping
6290 commented scheduled/deadline lines.
6291
6292 * org-clock.el (org-clock-in): Fix bug when fetching the effort
6293 value.
6294
6295 * ob-python.el (org-babel-python-command): Fix docstring.
6296 (org-babel-python-initiate-session-by-key): Fix bug: `run-python'
6297 from Emacs >24.1 requires a python command as an argument.
6298
6299 * org-element.el (org-element-at-point): Fix typo in docstring.
6300
6301 * org-agenda.el (org-agenda-get-deadlines): Fix bug: use
6302 `org-agenda-show-inherited-tags'.
6303
6304 * org-agenda.el (org-agenda-skip): Correctly handle commented out
6305 scheduled/deadline lines. Refactor.
6306
6307 * org-install.el: Do not warn users.
6308
6309 * org.el (org-adaptive-fill-function): In message-mode, don't
6310 lines in the message header, nor table lines in the body.
6311 Correctly fill lines starting with `org-outline-regexp' in the
6312 body.
6313
6314 * org-agenda.el (org-agenda-open-link): Fix bug with opening all
6315 links.
6316
63172013-02-07 Francesco Pizzolante <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org> (tiny change)
6318
6319 * org-clock.el (org-clock-sum): Protect with `org-unmodified'.
6320
6321 * org-macs.el (org-unmodified): Inhibit modification hooks.
6322
63232013-02-07 John K. Luebs <jkluebs@luebsphoto.com> (tiny change)
6324
6325 * org.el (org-get-wdays): Handle matching a lead time specified in
6326 hours.
6327
63282013-02-07 Muchenxuan Tong <demon386@gmail.com> (tiny change)
6329
6330 * org-agenda.el (org-agenda-quit): Delete indirect buffer's window
6331 only when it exists.
6332
63332013-02-07 Nicolas Goaziou <n.goaziou@gmail.com>
6334
6335 * org-element.el (org-element-macro-parser): Fix error when last
6336 argument ends with a protected comma.
6337
6338 * org-element.el (org-element-parse-buffer, org-element-map)
6339 (org-element-at-point, org-element-context): Be more verbose in
6340 docstrings. Also fix typos.
6341
6342 * org-list.el (org-list-struct-fix-box): When a checkbox has to be
6343 resetted because of a non-nil ORDERED property value, make sure it
6344 had a checkbox already.
6345
63462013-02-07 Tokuya Kameshima <kametoku@gmail.com> (tiny change)
6347
6348 * org-agenda.el (org-search-view): Fix checking
6349 `org-agenda-show-inherited-tags'.
6350
63512013-02-07 racin <racin@free.fr> (tiny change)
6352
6353 * org-bibtex.el (org-bibtex-search): Don't throw an error when
6354 `org-bibtex-prefix' is nil.
6355
a89c8ef0
BG
63562013-01-13 Bastien Guerry <bzg@gnu.org>
6357
6358 * org-compat.el (org-condition-case-unless-debug): Delete.
6359
d36ed1c8
SM
6360 * org-odt.el (org-odt-cleanup-xml-buffers):
6361 Use `condition-case' instead of `org-condition-case-unless-debug',
a89c8ef0
BG
6362 which is now deleted.
6363
6364 * org-capture.el (org-capture-templates-contexts):
6365 * org-agenda.el (org-agenda-custom-commands-contexts):
6366 Docstring fix.
6367
6368 * org.el (org-get-tags-at): Remove duplicate inherited tags.
6369
6370 * org-agenda.el (org-agenda-show-inherited-tags): Allow to be set
6371 to 'always or to a list of agenda types.
6372 (org-agenda-finalize): Rework conditions under which inherited
6373 tags should be made available even when not displayed.
6374 (org-search-view, org-agenda-get-todos)
6375 (org-agenda-get-timestamps, org-agenda-get-sexps)
6376 (org-agenda-get-progress, org-agenda-get-scheduled)
6377 (org-agenda-get-blocks): Use new possible values of
6378 `org-agenda-show-inherited-tags'.
6d3e4c80 6379
a89c8ef0 6380 * org.el (org-open-at-point): Fix opening all links at point.
6d3e4c80 6381
a89c8ef0
BG
6382 * org-agenda.el (org-get-entries-from-diary): Turn off
6383 `diary-file-name-prefix' instead of
6384 `diary-file-name-prefix-function', the former is checked before
6385 the latter.
6386
6387 * org.el (org-edit-special): Check for table.el before checking
6388 for Org tables.
6389
63902013-01-13 Michael Albinus <michael.albinus@gmx.de>
6391
d36ed1c8
SM
6392 * ob-eval.el (org-babel-shell-command-on-region):
6393 Use `executable-find' for local `shell-file-name'.
a89c8ef0 6394
c0511b57 63952013-01-09 Achim Gratz <Stromeko@Stromeko.de>
6d3e4c80
BG
6396
6397 * org-faces.el: Define face alias mode-line for XEmacs (it's
6398 called modeline there).
6399
6d3e4c80
BG
6400 * org-compat.el (org-no-popups): New wrapper macro which let-binds
6401 the correct variables to suppress popup windows depending on the
6402 Emacs version in use. This is a compile-time decision when
6403 byte-compiling.
6404
6405 * org.el (org-get-location, org-switch-to-buffer-other-window):
fb9f7146 6406 Use the wrapper `org-no-popups' to let-bind the correct variables
6d3e4c80
BG
6407 for suppression of popup windows.
6408
fb9f7146 6409 * org-compat.el (user-error): Defalias to `error' for Emacsen that
6d3e4c80
BG
6410 don't have it.
6411
6412 * org-agenda.el (org-agenda-write): Use org-called-interactively-p
6413 instead of called-interactively-p.
6414
6415 * org.el (org-find-invisible-foreground): Do not use the value of
fb9f7146
GM
6416 variables `default-frame-alist', `initial-frame-alist' and
6417 `window-system-default-frame-alist' when their symbol is not bound.
6d3e4c80 6418
fb9f7146 64192013-01-09 Bastien Guerry <bzg@gnu.org>
6d3e4c80
BG
6420
6421 * org-src.el (org-edit-src-code): Fix bug when trying to edit a
6422 table.el table.
6423
2e3c2398
BG
6424 * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
6425 whole function.
6d3e4c80
BG
6426
6427 * org.el (org-entry-get): Speed up by let-binding some variables
fb9f7146 6428 only if needed. Also fix a bug: consider an empty drawer as no drawer.
6d3e4c80
BG
6429
6430 * org-agenda.el (org-search-view, org-agenda-get-todos)
6431 (org-agenda-get-timestamps, org-agenda-get-sexps)
6432 (org-agenda-get-progress, org-agenda-get-deadlines)
6433 (org-agenda-get-scheduled, org-agenda-get-blocks)
6434 (org-agenda-change-all-lines): Get local tags only.
6435 (org-agenda-use-tag-inheritance): New option.
6436 (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
6437 is non-nil, possibly reset tags in the agenda buffer.
6438 (org-agenda-check-type): Enhance docstring.
6439
6440 * org.el (org-use-tag-inheritance): Fix typo in docstring.
6441
6442 * org-agenda.el (org-float): Don't alias `org-float'.
6443
6444 * org.el (org-scan-tags): The skipper already checks for archived
6445 entries.
6446
6447 * org.el (org-refresh-properties): Rename from
6448 `org-refresh-effort-properties' and use two new parameters.
6449 (org-agenda-prepare-buffers): Use `org-refresh-properties'.
6450 Also refresh the 'org-appt-warntime text property.
6451
6452 * org-clock.el (org-clock-in): Use the renamed defun.
6453
fb9f7146
GM
6454 * org-icalendar.el (org-icalendar-print-entries):
6455 Refresh the 'org-appt-warntime property.
04c285b2 6456 (org-icalendar-print-entries):
6d3e4c80
BG
6457 * org-agenda.el (org-agenda-get-timestamps)
6458 (org-agenda-get-sexps, org-agenda-get-deadlines)
04c285b2
BG
6459 (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
6460 "APPT_WARNTIME" property value.
6d3e4c80 6461
2e3c2398 6462 * org.el (org-id-link-to-org-use-id): Fix compiler warning.
6d3e4c80
BG
6463
6464 * org-agenda.el (org-agenda-format-item): Do not use
2e3c2398 6465 `org-get-effort' to get the effort text property.
fb9f7146 6466 (org-agenda-get-sexps): Use `org-back-to-heading' when setting tags.
6d3e4c80
BG
6467
6468 * org-clock.el (org-clock-in): Refresh effort properties.
6469
6470 * org.el (org-refresh-effort-properties): New defun.
6471 (org-get-effort): Delete.
04c285b2 6472 (org-set-effort):
fb9f7146 6473 (org-property-next-allowed-value): Set the 'org-effort text property.
6d3e4c80
BG
6474 (org-agenda-prepare-buffers): Refresh effort properties.
6475
6476 * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
fb9f7146 6477 nil so that the mouse doesn't jump when the option is set to t globally.
6d3e4c80
BG
6478
6479 * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
6480 (org-agenda-dim-blocked-tasks): Make interactive and allow an
6481 optional parameter 'invisible to hide blocked tasks instead of
6482 just dimming them.
fb9f7146 6483 (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to "#".
6d3e4c80
BG
6484
6485 * org-agenda.el (org-agenda-finalize): Don't try to align tags
6486 when there are no tags. Only try to draw the habit consistency
6487 graph when there is a habit in the buffer. Only mark clocking
6488 task when there is one.
6489
6490 * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
6491
6492 * org.el (org-get-priority): Save match data even when using
6493 `org-get-priority-function'.
6494
fb9f7146
GM
6495 * org-mobile.el (org-mobile-create-index-file):
6496 Possibly normalize `org-todo-keywords'.
6d3e4c80 6497
fb9f7146 6498 * org-mobile.el (org-mobile-push): Use the correct agenda buffer names.
6d3e4c80
BG
6499
6500 * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
6501 of the obsolete variable name.
6502
fb9f7146
GM
6503 * org.el (org-fontify-meta-lines-and-blocks-1):
6504 Fix bug when fontifying keywords with no value.
6d3e4c80
BG
6505
6506 * org.el (org-goto-auto-isearch): Enhance docstring.
6507 (org-goto-map): Make a defun, so that the customized value of
6508 org-goto-auto-isearch is correctly initialized.
6509 (org-goto): Initialize the keymap with `org-goto-map'.
6510 (org-get-location): Use *Org Help* as a temporary buffer.
6511 Tell whether auto-isearch is on or off.
6512
6513 * org-exp.el (org-export-as-org): Remove useless argument.
6514
6515 * org-docbook.el (org-export-as-docbook-batch)
fb9f7146
GM
6516 (org-export-region-as-docbook, org-export-as-docbook-pdf):
6517 Fix the number of arguments.
6d3e4c80
BG
6518 (org-export-as-docbook): Remove useless argument.
6519
6520 * org.el (org-speed-commands-default): Use ":" instead of ";" for
6521 `org-set-tags-command', which is consistent with ":" in agenda
6522 view. Use "=" for `org-columns".
6523
6524 * org.el (org-sparse-tree): Fix redundant information in prompt.
6525
6526 * org-exp.el (org-export-string): Fix number of arguments passed
6527 to the org-export-as-* functions.
6528
6529 * org-latex.el (org-export-as-latex): Fix typo in docstring.
6530
fb9f7146 6531 * org-list.el (org-cycle-include-plain-lists): Docstring enhancement.
6d3e4c80
BG
6532
6533 * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
6534 bug when fontifying a keyword with no associated value.
6535 (org-cycle-internal-local): Don't run hooks when cycling a plain
6536 list before first headline.
6537 (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
6538 blocked checkbox.
6539 (org-indent-line): Fix table formulas indenting.
6540
6541 * org-agenda.el (org-agenda-open-link): Fix bug when no link is
6542 matched. Return a message instead of an error.
2e3c2398
BG
6543 (org-agenda-priority): Remove useless parameter and fix showing
6544 priority in agenda buffers.
6d3e4c80
BG
6545
6546 * org-macs.el (org-with-buffer-modified-unmodified): New macro.
6547
6548 * org.el (org-entry-blocked-p): Use the new macro.
6549
6550 * org-src.el (org-edit-src-exit): Don't comma-escape the content
6551 of a fixed width region.
6552
6553 * org.el (org-blocker-hook): Update the docstring to mention that
6554 functions in this hook should not modify the buffer.
6555 (org-trigger-hook): Small docstring fix.
6556 (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
6557 so that the function never modifies the buffer.
6558
6559 * org-agenda.el (org-agenda-open-link): Allow to open an internal
6560 link by using the new `org-offer-links-in-entry' function.
6561
6562 * org.el (org-offer-links-in-entry): Do not open the link directly
6563 through `org-open-link-from-string', only offer to select a link
fb9f7146 6564 and return a cons with the link (as a string) and the end of entry.
6d3e4c80
BG
6565 (org-open-at-point): Use `org-offer-links-in-entry' correctly.
6566
fb9f7146
GM
6567 * org.el (org-cycle-internal-local):
6568 Fix bug: allow headings with leading blank characters.
6d3e4c80 6569
fb9f7146
GM
6570 * org-clock.el (org-clock-persist):
6571 Docstring fix: document the 'history value.
6d3e4c80
BG
6572
6573 * org.el (org-insert-link): Fix bug when inserting links to
6574 headlines containing the ">" character.
6575
6576 * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
6577
6578 * org-compat.el (org-delete-directory): New compatibility function
6579 for Emacs 22, where `delete-directory' does not support recursive
6580 deletion.
6581
fb9f7146
GM
6582 * org-odt.el (org-odt-cleanup-xml-buffers):
6583 Use the new compatibility function.
6d3e4c80
BG
6584
6585 * org.el (org-table-map-tables): Fix allowed blocks.
6d3e4c80 6586
04c285b2
BG
6587 * org.el (org-edit-special):
6588 * org-src.el (org-edit-src-code): Fix regression: allow editing
6589 HTML and LaTeX source blocks again.
6d3e4c80
BG
6590
6591 * org.el (org-nonsticky-props): Add `htmlize-link'.
2e3c2398 6592 (org-nonsticky-props): Add `htmlize-link'.
6d3e4c80 6593
04c285b2
BG
6594 * org.el (org-edit-special):
6595 * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
6d3e4c80
BG
6596
6597 * org-table.el (org-table-fedit-lisp-indent)
6598 (orgtbl-self-insert-command): Use `org-delete-backward-char'
6599 instead of `backward-delete-char'.
6600
6d3e4c80
BG
6601 * org-src.el (org-edit-src-code): Fix another bug about editing
6602 special blocks "example" and "verbatim".
6603
6604 * org.el (org-structure-template-alist): Add verbatim.
6605 (org-edit-special): Fix bug about editing special blocks
6606 "example" and "verbatim".
6607
fb9f7146
GM
6608 * org.el (org-delete-backward-char, org-delete-char):
6609 Save match data, `delete-backward-char' and `delete-char' don't.
6d3e4c80 6610
04c285b2
BG
6611 * org.el (org-enable-table-editor, org-insert-heading)
6612 (org-remove-timestamp-with-keyword, org-self-insert-command):
6d3e4c80 6613 * org-table.el (org-table-fedit-lisp-indent)
04c285b2
BG
6614 (orgtbl-self-insert-command):
6615 * org-latex.el (org-export-latex-subcontent):
6616 * org-clock.el (org-clocktable-write-default):
fb9f7146
GM
6617 * org-ascii.el (org-export-ascii-preprocess):
6618 Use `delete-backward-char' instead of `backward-delete-char'.
6d3e4c80
BG
6619
6620 * org.el (org-todo): Ignore the comment string when changing the
6621 TODO state of a headline.
2e3c2398 6622 (org-edit-special): Fix docstring.
6d3e4c80
BG
6623 (org-in-src-block-p): Small enhancement.
6624
6625 * org-publish.el (org-publish-org-to): Call `org-export-as-*'
6626 functions with the correct list of arguments.
6627
6628 * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
6629 (org-export-as-html-and-open, org-export-as-html-batch)
6630 (org-export-region-as-html): Don't use obsolete arg.
6631
fb9f7146 6632 * org-ascii.el (org-export-as-ascii): Delete obsolete arg `hidden'.
6d3e4c80
BG
6633 (org-export-as-ascii-to-buffer): Don't use obsolete arg.
6634
6635 * org.el (org-in-fixed-width-region-p): Save match data.
6636 (org-in-src-block-p): Use case-folding for searching the block
6637 boundaries.
6638 (org-activate-plain-links, org-activate-angle-links)
6639 (org-activate-bracket-links): Prevent link activation in
6640 source code blocks.
6641
6642 * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
6643 setting the correct buffer before marking it unmodified to
6644 silently kill him.
6645
6646 * org.el (org-set-font-lock-defaults): Don't activate links in
6647 source code blocks and fixed-width regions.
6648
6649 * org-agenda.el (org-agenda-finalize): Fix links activation.
6650
6651 * org.el (org-open-at-point): Throw the correct error on
6652 non-links. Use `user-error' instead of `error'.
6653
6654 * org.el (org-in-fixed-width-region-p): Define before use.
6655
6656 * org-src.el (org-in-src-block-p): Declare function.
6657
6658 * org-compat.el: Fix bug: don't use `eval-when-compile' when
6659 aliasing `user-error'.
6660
6661 * org-agenda.el (org-agenda-skip): Only check if point is
6662 inside a code block, not at a code block.
6663
fb9f7146
GM
6664 * org.el (org-in-fixed-width-region-p):
6665 Rewrite using org-element.el.
6d3e4c80 6666
fb9f7146 6667 * org.el (org-fill-paragraph): Fill correctly in source code block.
6d3e4c80
BG
6668
6669 * org.el (org-in-fixed-width-region-p): New function.
6670 (org-edit-special): Fix bug: make sure to DTRT in every
6671 special environment. Also use the new function to check
6672 against fixed-width environment.
6673
6674 * org-src.el (org-edit-src-code): Check if we are in a source code
6675 block with `org-in-src-block-p'. Slightly reformat the docstring.
6676
6677 * org.el (org-in-src-block-p): Return t when point is at the
6678 #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
6679 'inside is set to t.
6680
6681 * ob-exp.el (obe-marker): Delete useless var.
6682
6683 * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
6684 (copy-marker nil) on Emacs <24.1.
6685
fb9f7146 66862013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
6d3e4c80 6687
04c285b2
BG
6688 * org-agenda.el (org-agenda-get-restriction-and-command):
6689 * org-capture.el (org-capture-place-template):
6690 * org-colview.el (org-dblock-write:columnview):
6691 * org-mobile.el (org-mobile-locate-entry):
6692 * org-table.el (org-table-convert-region):
6693 * org.el (org-update-statistics-cookies): Use `point-marker'.
6d3e4c80 6694
fb9f7146 66952013-01-09 Eric Schulte <eric.schulte@gmx.com>
6d3e4c80
BG
6696
6697 * org-exp.el (org-export-string): Pass the dir option on through
6698 to any subsequent export functions.
6699
fb9f7146 67002013-01-09 Henning Weiss <hdweiss@gmail.com> (tiny change)
6d3e4c80
BG
6701
6702 * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
6703 description from block agendas when they have a title.
6704
fb9f7146 67052013-01-09 Jambunathan K <kjambunathan@gmail.com>
6d3e4c80
BG
6706
6707 * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
6708 Fix Emacs Bug#13254.
6709
6710 * org-odt.el (org-odt-format-org-link): Add check for presence of
6711 description in headline links.
6712
fb9f7146 67132013-01-09 Michael Gauland <mike_gauland@stanfordalumni.org> (tiny change)
6d3e4c80
BG
6714
6715 * org-src.el: Create a marker to pass to copy-marker.
6716
fb9f7146 67172013-01-09 Nicolas Goaziou <n.goaziou@gmail.com>
6d3e4c80 6718
2e3c2398
BG
6719 * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
6720 nil because `org-adaptive-fill-function' already determines which
6721 lines should be filled.
6d3e4c80
BG
6722
6723 * org.el (org-fill-paragraph): Small refactoring.
6724
6725 * org-element.el (org-element--parse-elements)
fb9f7146
GM
6726 (org-element-at-point): Fix parsing of a list in a block in a list.
6727
67282013-01-09 Sebastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
6d3e4c80 6729
fb9f7146
GM
6730 * org.el (org-copy-subtree, org-paste-subtree):
6731 Fix whitespace handling when copying/pasting a subtree.
6d3e4c80 6732
006faa41
MA
67332012-12-20 Michael Albinus <michael.albinus@gmx.de>
6734
6735 * ob.el (org-babel-temp-file): Fix setting of
6736 `temporary-file-directory' on remote hosts.
6737
d36ed1c8
SM
6738 * ob-eval.el (org-babel-shell-command-on-region):
6739 Use `process-file' instead of `call-process-region'. The latter one
006faa41
MA
6740 does not work on remote hosts.
6741
727f9739 67422012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
6743
6744 * org-latex.el (org-export-latex-links): Escape raw path when
6745 exporting links to files.
6746
6747 * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
6748 S-TAB key should not trigger a native TAB command.
6749
6750 * org.el (org-open-at-point): Allow to open any link within
6751 footnotes definition, not only bracket links.
6752
6753 * org.el (org-sort-entries): Bugfix: keep track of the clock
6754 marker when sorting entries. Enhance the docstring.
6755
6756 * org-clock.el (org-clock-out): Use `user-error' when the user
6757 tries to clock out while there is no running clock.
6758
6759 * org-table.el (org-table-sort-lines): Ensure coordinates are
6760 correctly displayed when sorting.
6761
6762 * org.el (org-do-sort): Enhance prompt.
6763
6764 * org-agenda.el (org-agenda-finalize): Also activate plain links.
6765
6766 * org-timer.el (org-timer-stop): Add message.
6767
727f9739
GM
6768 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6769 Fix redundant messages.
63aa0982
BG
6770
6771 * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
6772
6773 * org.el (org-additional-option-like-keywords): Add "INDEX:".
6774
6775 * org-install.el: Enhance warning.
6776
727f9739 67772012-12-13 Erik Hetzner <egh@e6h.org> (tiny change)
63aa0982
BG
6778
6779 * org.el (org-log-into-drawer): Honor the nil value for the
6780 :LOG_INTO_DRAWER: property.
6781
727f9739 67822012-12-13 Le Wang <l26wang@gmail.com> (tiny change)
63aa0982
BG
6783
6784 * org-src.el (org-edit-src-exit): Fix editing source section with
6785 blank lines.
6786
727f9739 67872012-12-13 Le Wang <le.wang@agworld.com.au>
63aa0982
BG
6788
6789 * org-src.el (org-edit-src-code): Use marker with insertion type
6790 t to track end and remove hack requiring delete from beg to (1- end).
6791
727f9739 67922012-12-13 Nicolas Goaziou <n.goaziou@gmail.com>
63aa0982
BG
6793
6794 * org-element.el (org-element-context): When point is between two
6795 objects, be sure to return the second one.
6796
d36ed1c8
SM
6797 * org-list.el (org-list-separating-blank-lines-number):
6798 When computing number of blank lines separating items, also count those
63aa0982
BG
6799 in unparsed blocks, like example blocks.
6800
6801 * org.el (org-end-of-line): When visual line mode is on, really
6802 move by visual lines. Small refactoring.
6803
6804 * org.el (org-end-of-line): On a hidden block make sure to
6805 delegate motion to `end-of-line' instead of `move-end-of-line' in
6806 order to stay on the current line.
6807
727f9739 68082012-12-13 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
63aa0982
BG
6809
6810 * org-bibtex.el: In the documentation section of the file, fix the
6811 broken URL to Andrew Roberts' document on BibTeX entries.
6812
6813 * org-remember.el (org-remember-handler): Correctly strip the
6814 comment lines in the temporary buffer *Remember* when handling a
6815 remember note.
6816
6817 * org-remember.el (org-remember-apply-template): Start the
6818 commented lines in the Remember temporary buffer with the
6819 appropriate characters.
6820
727f9739 68212012-12-13 Toby S. Cubitt <tsc25@cantab.net>
63aa0982
BG
6822
6823 * org.el (org-beginning-of-line): Check `visual-line-mode' instead
727f9739 6824 of `line-visual-mode' to determine whether to move by visual lines.
63aa0982
BG
6825
6826 * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
6827
770de7cf
CY
68282012-12-04 Chong Yidong <cyd@gnu.org>
6829
6830 * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
6831 longlines-mode.
6832
bdebdb64
BG
68332012-10-26 Achim Gratz <stromeko@stromeko.de>
6834
6835 * ob-ditaa.el: Needs to (require 'org-compat) for
6836 org-find-library-dir.
6837
6838 * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
6839 work when loaded from compressed files.
6840
6841 * org-compat.el: Make sure that file-name-directory is getting a
6842 stringp. This avoids a possible " (wrong-type-argument stringp
6843 nil)" error when the library in question does not exist.
6844
6845 * org-odt.el: Replace arc-mode.el by arc-mode.
6846
6847 * org.el: Replace org-macs.el by org-macs.
6848
6849 * org-install.el: Provide an empty file that prints a warning
6850 about an outdated configuration.
6851
68522012-10-26 Bastien Guerry <bzg@gnu.org>
6853
6854 * org-latex.el (org-export-as-latex): Remove obsolete argument
6855 `hidden'. Also fix the docstring: using 'string as the value
6856 for `to-buffer' outputs a string with no LaTeX header.
6857 (org-export-as-latex-batch)
6858 (org-export-as-latex-to-buffer, org-export-region-as-latex)
6859 (org-export-as-pdf): Don't use the obsoleted argument.
6860
6861 * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
6862 argument `hidden'.
6863
04c285b2
BG
6864 * org.el (org-refile): Run within `with-demoted-errors' so that a
6865 corrupted bookmark file does not stop the refile process.
bdebdb64
BG
6866
6867 * org-capture.el (org-capture-bookmark-last-stored-position):
6868 Ditto for the capture process.
6869
6870 * org-src.el (org-edit-src-exit): Fix bug when saving an empty
6871 source buffer.
6872
6873 * org-lparse.el (org-lparse): Fix bug by returning the output
6874 of `org-do-lparse'.
6875
6876 * org.el (org-refile-check-position): Throw an error when the
6877 refile target is the current buffer and is not a file.
6878 (org-agenda-file-to-front, org-remove-file): Throw an error
6879 when the current buffer is not a file.
6880 (org-check-agenda-file): Enhance the message.
6881 (org-element-type): Autoload.
d36ed1c8
SM
6882 (org-element-context, org-element-paragraph-parser):
6883 Don't declare as these two functions are not used in org.el.
bdebdb64
BG
6884
6885 * org-lparse.el (browse-url-file-url): Declare.
6886
6887 * org.el (org-refile-check-position): Fix typo in docstring.
6888
6889 * org-clock.el (org-clock-modeline-total): Make obsolete.
6890 (org-clock-mode-line-total): Rename from
6891 `org-clock-modeline-total'.
6892 (org-clock-get-sum-start): Fix references to
6893 `org-clock-modeline-total'.
6894
6895 * org-faces.el (org-agenda-filter-tags)
6896 (org-agenda-filter-category, mode-line): Use the 'mode-line
6897 face instead of the obsolete 'modeline.
6898
6899 * org-odt.el (org-odt-styles-dir): Try more directories.
6900 Don't throw an error, just send a message.
6901
6902 * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
6903 (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
6904 (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
6905 correct directories without requiring other variables.
6906
bdebdb64
BG
6907 * org-loaddefs.el: New file.
6908
6909 * org.el ("org-loaddefs.el"): Don't throw an error if the file
6910 cannot be fund.
6911 (org-version): Use org-loaddefs.el instead of org-install.el.
6912
6913 * org.el: Don't dynamically autoload already autoloaded
6914 functions.
6915 (org-clock-update-time-maybe): Move to org-clock.el.
6916
d36ed1c8
SM
6917 * org-exp.el (org-insert-export-options-template):
6918 Remove autoload cookie.
bdebdb64
BG
6919
6920 * org-clock.el (org-resolve-clocks, org-clock-in)
6921 (org-clock-out, org-clock-cancel, org-clock-goto)
6922 (org-clock-sum, org-clock-display, org-clock-report)
6923 (org-dblock-write:clocktable): Add autoload cookie.
d36ed1c8 6924 (org-clock-update-time-maybe): Move from org.el.
bdebdb64
BG
6925
6926 * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
6927
6928 * org-ascii.el (org-export-ascii-preprocess): Ditto.
6929
6930 * org-archive.el (org-archive-subtree)
d36ed1c8
SM
6931 (org-archive-to-archive-sibling, org-toggle-archive-tag):
6932 Add autoload cookie.
bdebdb64
BG
6933
6934 * org-colview.el (org-columns, org-dblock-write:columnview)
6935 (org-insert-columns-dblock, org-agenda-columns): Ditto.
6936
6937 * org-table.el (org-table-create-with-table.el)
6938 (org-table-create-or-convert-from-region, org-table-create)
6939 (org-table-convert-region, org-table-import)
6940 (org-table-export, org-table-align)
6941 (org-table-justify-field-maybe, org-table-next-field)
6942 (org-table-previous-field, org-table-next-row)
6943 (org-table-copy-down, org-table-field-info)
6944 (org-table-current-dline, org-table-goto-column)
6945 (org-table-insert-column, org-table-delete-column)
6946 (org-table-move-column-right, org-table-move-column-left)
6947 (org-table-move-column, org-table-move-row-down)
6948 (org-table-move-row-up, org-table-move-row)
6949 (org-table-insert-row, org-table-insert-hline)
6950 (org-table-hline-and-move, org-table-kill-row)
6951 (org-table-sort-lines, org-table-cut-region)
6952 (org-table-copy-region, org-table-paste-rectangle)
6953 (org-table-convert, org-table-wrap-region)
6954 (org-table-edit-field, org-table-sum)
6955 (org-table-get-stored-formulas)
6956 (org-table-maybe-eval-formula)
6957 (org-table-rotate-recalc-marks)
6958 (org-table-maybe-recalculate-line, org-table-eval-formula)
6959 (org-table-recalculate, org-table-iterate)
6960 (org-table-edit-formulas)
6961 (org-table-toggle-coordinate-overlays)
6962 (org-table-toggle-formula-debugger, orgtbl-to-generic)
6963 (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
6964 (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
6965
d36ed1c8
SM
6966 * org.el (turn-on-orgtbl): Move here from org-table.el.
6967 (org-clock-persistence-insinuate): Move here from org-clock.el.
bdebdb64
BG
6968 (org-update-all-dblocks, org-map-entries)
6969 (org-require-autoloaded-modules, org-forward-element)
6970 (org-backward-element, org-up-element)
6971 (org-element-greater-elements, org-drag-element-backward)
6972 (org-drag-element-forward, org-mark-element)
6973 (org-narrow-to-element, org-transpose-element)
6974 (org-unindent-buffer): Don't autoload.
6975
6976 * org-clock.el (org-clock-get-clocktable): Rename from
6977 `org-get-clocktable'.
6978 (org-clock-persistence-insinuate): Move to org.el.
6979
6980 * org-capture.el: Do no set `generated-autoload-file' locally.
6981 Minor code clean up.
6982
d36ed1c8
SM
6983 * org-agenda.el (org-agenda-list):
6984 Use `org-clock-get-clocktable'. Do no set
bdebdb64
BG
6985 `generated-autoload-file' locally.
6986
d36ed1c8
SM
6987 * org-table.el (org-table-iterate-buffer-tables):
6988 Minor reformatting.
bdebdb64
BG
6989 (turn-on-orgtbl): Move to org.el.
6990
6991 * org-html.el (org-export-htmlize-generate-css): Don't autoload.
6992
6993 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
6994 Ditto.
6995
6996 * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
6997
6998 * ob-lob.el (org-babel-lob-ingest): Ditto.
6999
7000 * org-id.el (org-id-copy)
7001 (org-id-get-with-outline-path-completion)
7002 (org-id-get-with-outline-drilling): Ditto.
7003
7004 * org-lparse.el (org-lparse-and-open, org-lparse-batch)
7005 (org-lparse-to-buffer, org-replace-region-by)
7006 (org-lparse-region): Ditto.
7007
7008 * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
7009
7010 * org.el (org-cycle): Fix misplaced autoload cookie.
7011
7012 * org-agenda.el (org-agenda-get-timestamps): Check if the item
7013 is an habit when formatting it with `org-agenda-format-item'.
7014 (org-agenda-get-blocks): Fix bug: don't assume the item is an
7015 habit when formatting with `org-agenda-format-item'.
7016
7017 * org.el (org-calendar-agenda-action-key): Delete an option.
7018 (org-mode-map): Delete its keybinding.
7019 (org-agenda-action-marker, org-mark-entry-for-agenda-action):
7020 Delete.
7021
7022 * org-agenda.el (org-agenda-diary-entry): Don't prevent from
7023 being used outside of Org agendas, as it can be used in
7024 calendar buffers too.
7025
70262012-10-26 Caio Tiago Oliveira <asrail@gmail.com> (tiny change)
7027
7028 * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
7029 block enclosing the submitted code.
7030
70312012-10-26 Myles English <mylesenglish@gmail.com> (tiny change)
7032
d36ed1c8 7033 * org-clock.el (org-clock-in): Move the call to
bdebdb64
BG
7034 org-clock-in-prepare-hook until the task's properties
7035 can be accessed.
7036
70372012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
7038
7039 * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
7040 mode is nil when pre-computed `fill-prefix' is the empty string.
7041 Otherwise filling functions from fill.el think it has to be computed
7042 again and overwrite it.
7043
7044 * org.el: Make `org-closest-date' aware of hours repeaters.
7045
7046 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
da5ecfa9 7047 moving to the end of line. Also improve behavior on elements that
bdebdb64
BG
7048 can be hidden.
7049
7050 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
7051 with an argument.
7052
d36ed1c8
SM
7053 * org-element.el (org-element--get-next-object-candidates):
7054 Fix parsing of objects of the same type in a single paragraph.
bdebdb64 7055
d36ed1c8
SM
7056 * org-element.el (org-element-sub/superscript-successor):
7057 Fix parsing of sub/superscript at beginning of item.
bdebdb64
BG
7058 (org-element-latex-or-entity-successor): Fix parsing of latex
7059 fragments at beginning of item.
7060
7061 * org-agenda.el (org-agenda-later): Fix function when span is
7062 a number and an argument was provided. Also fix typo in docstring.
7063
7064 * org.el (org-read-date-analyze): Fix analyzing for dates like
7065 "29.03 16:40".
7066
7067 * org-element.el (org-element-center-block-parser)
3fcfc4ee 7068 (org-element-drawer-parser, org-element-footnote-definition-parser)
bdebdb64
BG
7069 (org-element-inlinetask-parser, org-element-plain-list-parser)
7070 (org-element-quote-block-parser, org-element-special-block-parser)
7071 (org-element-babel-call-parser, org-element-clock-parser)
7072 (org-element-comment-parser, org-element-comment-block-parser)
7073 (org-element-example-block-parser, org-element-export-block-parser)
7074 (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
7075 (org-element-keyword-parser, org-element-latex-environment-parser)
7076 (org-element-paragraph-parser, org-element-planning-parser)
7077 (org-element-property-drawer-parser, org-element-src-block-parser)
7078 (org-element-table-parser)
7079 (org-element-verse-block-parserorg-element-dynamic-block-parser):
7080 Make sure element never ends at the end of a blank non-empty line.
7081
7082 * org-element.el (org-element-context)
7083 (org-element--get-next-object-candidates): Fix `org-element-context'.
7084 In particular, the restrictions for an object may be different from
7085 those of its container (i.e. table rows and table cells).
7086
7087 * org-element.el (org-element-example-block-parser)
7088 (org-element-src-block-parser): Store value of example-blocks and
7089 src-blocks unescaped.
7090 (org-element-example-block-interpreter)
7091 (org-element-src-block-interpreter): Escape value again when storing
7092 it.
7093
7094 * org-src.el (org-escape-code-in-string)
7095 (org-unescape-code-in-string, org-escape-code-in-region)
7096 (org-unescape-code-in-region): New functions.
7097 (org-edit-src-code, org-edit-src-exit): Use new functions.
7098
d36ed1c8 7099 * org.el (org-strip-protective-commas): Remove function.
bdebdb64
BG
7100
7101 * org-exp.el (org-export-select-backend-specific-text): Use new
7102 function.
7103
7104 * ob.el (org-babel-parse-src-block-match)
7105 (org-babel-parse-inline-src-block-match, org-babel-insert-result):
7106 Always escape produced blocks, independently on the language of the
7107 block, if any. Use new functions.
7108
7109 * org-element.el (org-element-paragraph-parser): Fix regexp
7110 starting a block.
7111
7112 * org-element.el (org-element-center-block-parser):
7113 (org-element-drawer-parser, org-element-dynamic-block-parser)
7114 (org-element-example-block-parser, org-element-export-block-parser)
7115 (org-element-latex-environment-parser, org-element-paragraph-parser)
7116 (org-element-property-drawer-parser, org-element-src-block-parser)
7117 (org-element-verse-block-parser): Use stricter regexps for boundaries
7118 of elements.
7119
71202012-10-26 Toby S. Cubitt <tsc25@cantab.net>
7121
7122 * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
7123 beginning of re-search-forward loop, otherwise next iteration picks up
7124 `extra' value from previous entry.
7125
8223b1d2
BG
71262012-09-30 Abdó Roig-Maranges <abdo.roig@gmail.com>
7127
7128 * org-html.el (org-export-html-preprocess)
d36ed1c8
SM
7129 (org-export-html-format-image):
7130 Use `org-latex-preview-ltxpng-directory'.
8223b1d2
BG
7131
7132 * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
7133 Ditto.
7134
7135 * org.el (org-latex-preview-ltxpng-directory): New option.
7136 (org-preview-latex-fragment): Store LaTeX preview images in
7137 `org-latex-preview-ltxpng-directory'.
7138
71392012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
7140
7141 * ob-R.el (org-babel-R-initiate-session): Protect against use of
4f405069 7142 unbound variable `ess-ask-for-ess-directory´. The default for this
8223b1d2
BG
7143 variable is true, so act accordingly if it is found unbound.
7144
7145 * ob-R.el: Remove initialization with `nil´ from
d36ed1c8
SM
7146 `ess-ask-for-ess-directory´ and `ess-local-process-name´.
7147 Remove second declaration for `ess-local-process-name´.
8223b1d2 7148
8223b1d2
BG
7149 * org-gnus.el: Add a missing require for gnus-util.
7150
7151 * org-compat.el: Rename utils to make throughout.
7152
7153 * org.el: Move check for outline-mode-keymap after (require
7154 'outline).
7155
7156 * org-element.el: New file. Do not (require 'org).
7157
7158 * org-agenda.el: Remove duplicate requires.
7159
7160 * org.el (org-mode-map): Add keybindings to
7161 `org-element-transpose' and `org-narrow-to-element'.
7162 (org-metaup): Fall back on `org-element-drag-backward'.
d36ed1c8
SM
7163 (org-metadown): Fall back on `org-element-drag-forward'.
7164 Also move chunks of declarations and require statements to get rid of
8223b1d2
BG
7165 compiler warnings.
7166
7167 * org-exp-blocks.el (org): Don't require org. Add declarations.
7168
7169 * org-clock.el (org): Don't require org.
7170
7171 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
7172
7173 * ob.el (org-babel-exeext): New defconst to hold extension for
7174 executables or nil if none. Should be ".exe" for both Windows and
7175 Cygwin.
7176
7177 * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
7178 constructing the target file name for the compiled executable.
7179
7180 * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
7181 when constructing the target file name for the compiled
7182 executable.
7183
7184 * org-version.el: New file.
7185
7186 * org-compat.el (org-check-version): New macro. Check if
4f405069 7187 org-version.el exists and provide autoloads to that. Otherwise
8223b1d2
BG
7188 check if org-fixup.el exists and use it to provide definitions.
7189 Finally if nothing worked, complain about a botched installation
7190 and provide fallback definitions.
7191
7192 * org.el: Use org-check-version.
7193
7194 * org.el: Fix a subtle error resulting in version functions
d36ed1c8
SM
7195 sometimes not being defined and byte-compiling failing.
7196 Always compile in fallback definitions into org.elc -- org-fixup either
8223b1d2
BG
7197 provides re-definitions at compile-time or checks org-version.el
7198 and then the git work tree when run uncompiled. So the fallback
7199 definitions will only come into effect when org-fixup is not
7200 available.
7201
7202 * org.el (org-version): Make org-version more robust, e.g. when
7203 byte-compiling single files with 'make compile-dirty'.
7204
7205 * org.el (org-reload): Revert an undesirable change in org-reload.
7206 Do not prepend org-dir to babel-files, which prevents the files
7207 from being found in load-path.
7208
7209 * org.el (org-version): Add optional parameters 'full and 'message
7210 to optionally return the full version string and echo to message
7211 area in non-interactive calls.
7212
7213 * org.el (org-submit-bug-report): Add optional parameter 'full to
7214 call of (org-version) so that the bug report has all version
7215 information.
7216
7217 * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
7218 exist anymore). Keep org-*.el at the end of the files list.
d1389828 7219 Explicitly load org-version.el (since it doesn't provide feature
8223b1d2
BG
7220 'org-version) at the very end, but ignore errors when it doesn't
7221 exist. Add parameters 'full and 'message to the call of
7222 (org-version) so that after reload the full version information is
7223 displayed in the message area again.
7224
7225 * org-agenda.el: Replace with-no-warnings with org-no-warnings
7226 (defined in org-macs.el).
7227
7228 * org-bbdb.el: Replace with-no-warnings with org-no-warnings
7229 (defined in org-macs.el).
7230
7231 * org-clock.el: Replace with-no-warnings with org-no-warnings
7232 (defined in org-macs.el).
7233
7234 * org.el: Replace with-no-warnings with org-no-warnings (defined
7235 in org-macs.el).
7236
7237 * org.el: Add with-not-warnings around call of (org-fixup).
7238
d36ed1c8
SM
7239 * org-compat.el (org-find-library-dir):
7240 Rename org-find-library-name (misleading) and implement with a function
8223b1d2
BG
7241 that exists identically in Emacs/XEmacs.
7242
7243 * org-exp-blocks.el: Change calls to org-find-library-dir.
7244
7245 * org.el: change calls to org-find-library-dir. Make require for
7246 noutline fail silently because it is missing from XEmacs.
7247
7248 * org.el (org-version): Use functions instead of global variables
7249 to get the version strings and remove the defvaralias to
7250 org-version. Warn when encountering a mixed installation (org and
7251 org-install.el should be found in the same directory).
7252
7253 * org.el: Add with-no-warning to defvar for two unprefixed global
7254 variables from calendar.el (there's nothing else we can do inside
7255 org until it is fixed in calendar.el).
7256
7257 * org.el: Require find-func and remove declare-function for
7258 find-library-name, otherwise autoloaded org-version doesn't show
7259 all info correctly.
7260
7261 * org.el (org-version): Show the full path to org-install.el in
7262 the version string to avoid confusion if multiple installations
7263 exist or a previously loaded org-install.el has already defined a
7264 version string that is now out of date.
7265
7266 * org.el (org-version): Remove determination of version
7267 information, show "N/A" if the information is not provided via
7268 org-install.el.
7269
7270 * org.el (org-git-version): Placeholder for recording the Git
7271 version of org during install
7272
7273 * org.el (org-version): Initialize local git-version with
7274 placeholder and fall through using it when org is not installed in
7275 a Git repository
7276
72772012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
7278
7279 * org-html.el: Add hyperlink to http://orgmode.org/ from export
7280 footer.
7281
7282 * org-clock.el (org-clock-modify-effort-estimate): Display a
7283 message when no clock is currently active.
7284
72852012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
7286
7287 * org-archive.el (org-archive-subtree): Allow archiving to a
7288 datetree.
7289
7290 * org.el (org-archive-location): Ditto.
7291
72922012-09-30 Bastien Guerry <bzg@gnu.org>
7293
7294 * ob-io.el: New file.
7295
7296 * ob-scala.el: New file.
7297
7298 * org.el (org-url-hexify-p, org-doi-server-url)
7299 (org-latex-preview-ltxpng-directory, org-custom-properties)
7300 (org-sparse-tree-default-date-type): Add :version "24.3".
7301
7302 * org-agenda.el (org-agenda-sticky)
7303 (org-agenda-custom-commands-contexts): Ditto.
7304
7305 * org-capture.el (org-capture-bookmark)
7306 (org-capture-templates-contexts) (org-capture-use-agenda-date):
7307 Ditto.
7308
7309 * org-latex.el (org-export-latex-hyperref-options-format)
7310 (org-export-latex-link-with-unknown-path-format): Ditto.
7311
7312 * org-id.el (org-id-link-to-org-use-id): Ditto.
7313
7314 * org-datetree.el (org-datetree-add-timestamp): Ditto.
7315
7316 * org.el (org-make-link-description-function): Enhance docstring.
7317 (org-insert-link): Fall back on interactive prompt when
7318 `org-make-link-description-function' fails.
7319
7320 * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
7321 `org-agenda-sticky' is non-nil.
7322
7323 * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
7324 (org-agenda-pre-follow-window-conf): New variable.
7325 (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
7326 window when there an indirect buffer is already displayed.
7327
7328 * org-agenda.el (org-agenda-manipulate-query)
7329 (org-agenda-goto-date, org-agenda-goto-today)
7330 (org-agenda-find-same-or-today-or-agenda, )
7331 (org-agenda-later, org-agenda-change-time-span)
7332 (org-agenda-change-all-lines)
7333 (org-agenda-execute-calendar-command)
7334 (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
7335 get a property from (1- (point-max)), not (point-max)).
7336
7337 * ob-dot.el (org-babel-execute:dot): Throw an error when there is
7338 no :file parameter.
7339
7340 * org-table.el (org-table-eval-formula): Convert time-stamps to
7341 inactive time-stamp so that Calc can handle them correctly.
7342
7343 * org-table.el (org-table-fix-formulas): Warn with a message when
7344 formulas have been updated.
7345
7346 * org-publish.el (org-publish-cache-ctime-of-src): Delete the
7347 base-dir argument and use (file-name-directory file) to get the
7348 file's directory.
7349 (org-publish-update-timestamp)
d36ed1c8
SM
7350 (org-publish-cache-file-needs-publishing):
7351 Call `org-publish-cache-ctime-of-src' with only one argument.
8223b1d2
BG
7352
7353 * org.el (org-follow-timestamp-link): Fix bug when using sticky
7354 agenda. Add a docstring.
7355
7356 * org-agenda.el (org-agenda-sticky): Don't use a function to set.
7357 Add a :version string.
7358
7359 * org.el (org-priority): Use a new argument to show priority
7360 instead of setting it.
7361 (org-show-priority): New function to show priority both in normal
7362 Org buffers and in Org Agenda buffers.
7363 (org-speed-commands-default): Use "," as a speed command for
7364 setting priority.
7365
7366 * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
7367 to `C-c ,' as it was before.
7368 (org-agenda-show-priority): Delete.
7369 (org-agenda-priority): Use a new argument to show priority instead
7370 of setting it.
7371
7372 * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
7373 docstring.
7374 (org-display-inline-remove-overlay): Rename from
7375 `org-display-inline-modification-hook'.
7376 (org-speed-command-activate): Rename from
7377 `org-speed-command-default-hook'.
7378 (org-babel-speed-command-hook): Rename from
7379 `org-babel-speed-command-activate'.
7380
7381 * org-agenda.el (org-agenda-update-agenda-type): Rename from
7382 `org-agenda-post-command-hook'.
7383 (org-agenda-mode): Use the new name.
7384 (org-agenda-post-command-hook): Define as obsolete function.
7385
7386 * org-lparse.el (org-lparse): Temporarily activate the hooks
7387 needed for the ODT conversion.
7388 (org-lparse-preprocess-after-blockquote): Rename from
7389 `org-lparse-preprocess-after-blockquote-hook'.
7390 (org-lparse-strip-experimental-blocks-maybe): Rename from
7391 `org-lparse-strip-experimental-blocks-maybe'.
7392 (org-lparse-preprocess-after-blockquote-hook)
7393 (org-lparse-strip-experimental-blocks-maybe-hook): Define as
7394 obsolete functions.
7395
7396 * ob.el (org-babel-insert-result): Comma-escape results inserted
7397 with ":results org".
7398
7399 * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
7400 saving the source editing window with the default value for
7401 `org-src-window-setup' (i.e. 'reorganize-frame).
7402
7403 * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
7404 fontify the last character.
7405
7406 * org.el (org-open-at-point): Don't follow timestamp within
7407 bracket links.
7408
7409 * org-capture.el (org-capture-templates): Fix typo in docstring.
7410
7411 * org-agenda.el (org-agenda-skip): Skip information retrieved from
7412 a source block.
7413
7414 * ob.el (org-babel-common-header-args-w-values)
7415 (org-babel-insert-result): Reintroduce ":results org" but using
7416 "#+BEGIN_SRC org", not "#+BEGIN_ORG".
7417
7418 * ob.el (org-babel-common-header-args-w-values): Remove "org" the
7419 list of predefined values for the ":results" parameter.
7420
7421 * ob.el (org-babel-insert-result): Remove support for ":results
7422 org".
7423
7424 * ob.el (org-babel-common-header-args-w-values)
7425 (org-babel-insert-result): Deprecate ":results wrap" in favor of
7426 ":results drawer".
7427
7428 * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
7429 happens before the first headline.
7430
7431 * org-capture.el (org-at-encrypted-entry-p)
7432 (org-encrypt-entry, org-decrypt-entry): Declare.
7433 (org-capture-set-target-location): Check whether `org-crypt' has
7434 been loaded.
7435
7436 * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
7437 docstring.
7438
7439 * org-capture.el (org-capture-finalize): Maybe re-encrypt the
7440 target headline if it was decrypted.
7441 (org-capture-set-target-location): Maybe decrypt the target
7442 headline.
7443
7444 * org-crypt.el (org-at-encrypted-entry-p): New function.
7445
7446 * org.el (org-options-keywords): Add "STYLE:".
7447
7448 * org-agenda.el (org-agenda-ndays): Don't make an alias, as
7449 `org-agenda-span' is defined separately.
7450
7451 * org.el (org-in-subtree-not-table-p): New utility function for
7452 building the menu.
7453 (org-org-menu): Add an item for refiling. Check more contexts
7454 when activating items.
7455 (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
7456
7457 * org-agenda.el (org-agenda-tree-to-indirect-buffer)
7458 (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
7459
7460 * org-capture.el (org-capture-set-target-location): Set a correct
7461 time value when storing a note in a datetree and prompting the
7462 user for a date.
7463
7464 * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
7465 hook twice.
7466
7467 * org-agenda.el (org-agenda-menu-two-column)
d36ed1c8
SM
7468 (org-finalize-agenda-hook, org-agenda-ndays):
7469 Use `define-obsolete-variable-alias' instead of
8223b1d2
BG
7470 `make-obsolete-variable'.
7471
7472 * org.el (org-link-to-org-use-id): Move to org-id.el.
7473
7474 * org-id.el (org-id-link-to-org-use-id): Rename from
7475 `org-link-to-org-use-id'. Use `nil' as the default value.
7476 (org-link-to-org-use-id): Alias and define as obsolete.
7477
7478 * org-agenda.el (org-search-view, org-agenda-get-todos)
7479 (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
7480 parameter of `org-agenda-format-item' so that 'time-up and
7481 'time-down agenda sorting strategies are handled correctly.
7482
7483 * org-capture.el (org-capture-fill-template): Fix checking of
7484 protected template entries.
7485
7486 * org.el (org-cycle-global-at-bob): Fix typo in docstring.
7487
7488 * org.el (org-insert-drawer): Deactivate the mark before trying to
7489 indent the :END: of the drawer.
7490
7491 * org-agenda.el (org-agenda-export-html-style): Default to nil as
7492 any string value will replace the htmlize style.
7493
7494 * org.el (org-cycle-hook): Fix tiny typo in docstring.
7495
7496 * org.el (org-time-string-to-time)
7497 (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
7498
7499 * org-freemind.el (org-freemind-write-node): Enhance links
7500 conversion in nodes.
7501
7502 * org-freemind.el (org-freemind-write-node): Convert links in
7503 nodes.
7504
7505 * org.el (org-link-to-org-use-id, org-directory)
7506 (org-default-notes-file, org-reverse-note-order)
7507 (org-extend-today-until, org-finish-function)
7508 (org-store-link-functions): Use "capture" instead of "remember" in
7509 docstrings. Also use the `org-capture' group when it makes sense.
7510
7511 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
7512 correct agenda buffer. Don't split the agenda window when the
7513 indirect buffer is displayed in another frame.
7514
7515 * org.el (org-mode): Try to set the org-hide face correctly.
7516
7517 * org-exp.el (org-export): Set the mark correctly when exporting a
7518 subtree.
7519
7520 * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
7521 display of the number of commands for block agendas.
7522
7523 * org-agenda.el (org-agenda-before-write-hook)
7524 (org-agenda-add-entry-text-maxlines): Enhance phrasing.
7525 (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
7526 buffer is writable when the hook is called.
7527 (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
7528 the buffer.
7529
7530 * org-agenda.el (org-habit-show-all-today): Only use defvar to
7531 silent the byte-compiler.
7532 (org-agenda-get-scheduled): Check whether some org-habit.el
7533 options have been defined.
7534
7535 * org-capture.el (org-capture-entry): New variable.
7536 (org-capture-string, org-capture): Use it to possibly skip the
7537 interactive prompt for a capture template.
7538
7539 * org.el (org-activate-plain-links): Don't try to check if we are
7540 in a bracket link already.
7541
7542 * org.el (org-read-date-analyze): Fix bug introduced in commit
7543 cc5f9f: adding a time should not prevent relative answers to be
7544 parsed correctly.
7545
7546 * org-agenda.el (org-agenda-bulk-action): Always read the date
7547 through `org-read-date'. When possible, use the date at point as
7548 the default date.
7549
7550 * org-agenda.el (org-agenda-bulk-action): Fix bug when
7551 bulk-shifting timestamps.
7552
7553 * org.el (org-version): New constant.
7554
7555 * org-compat.el (org-random): New compatibility function.
7556
7557 * org-id.el (org-id-uuid): Use it.
7558
7559 * org-capture.el (org-capture-use-agenda-date): New option.
7560 (org-capture): Use it.
7561
7562 * org-agenda.el (org-agenda-capture): New command.
7563 (org-agenda-mode-map): Bind it to `k'.
7564 (org-agenda-menu): Add it to the menu.
7565
7566 * org-capture.el (org-capture): Update docstring.
7567
7568 * org-capture.el (org-capture): When called from an agenda buffer,
7569 use the cursor date at the default date.
7570
7571 * org-agenda.el (org-agenda-bulk-action): Use the let-bound
7572 `entries' instead the variable.
7573
7574 * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
7575 persistent marks too early.
7576
7577 * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
7578 point to reset the scheduled or deadline cookie. On date headers,
7579 use it without prompting the user. On an item, use the item's
7580 date as the default prompt for `org-read-date'.
7581
7582 * org.el (org-read-date): Docstring fix.
7583
7584 * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
7585 in the message.
7586
7587 * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
7588 (org-agenda-mode-map): Delete related keys.
7589
7590 * org-agenda.el (org-agenda-menu): Fix a keybinding.
7591
7592 * org-colview.el (org-columns-goto-top-level): Correctly move the
7593 marker `org-columns-top-level-marker'.
7594 (org-agenda-columns): Don't set
7595 `org-agenda-overriding-columns-format' as a buffer variable, as we
7596 only need it dynamically.
7597 (org-agenda-colview-summarize): Fix a bug in returning the match
7598 string.
7599
7600 * org-agenda.el (org-agenda-span-to-ndays): Make the second
7601 argument `starting-day' optional.
7602 (org-agenda-goto-date): Keep parameters of custom agendas.
7603
7604 * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
7605 name through a temporary variable.
7606 (org-agenda-buffer-tmp-name): New variable to temporary store the
7607 agenda buffer name.
7608
7609 * org-agenda.el (org-agenda-goto-date): Fix behavior when using
7610 sticky agendas.
7611
7612 * org-agenda.el (org-diary): Don't check whether there is an
7613 agenda buffer when trying to compile the prefix format.
7614 (org-compile-prefix-format): Check if there is an agenda buffer.
7615 If not, use the current buffer.
7616
7617 * org-agenda.el (org-agenda-get-day-entries): Set the agenda
7618 buffer inconditionnally.
7619
7620 * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
7621 more general regexp.
7622
7623 * ob.el (org-babel-where-is-src-block-head): Find a src block head
7624 correctly when #+header(s) is before #+name.
7625
7626 * org-agenda.el (org-agenda-finalize-hook)
7627 (org-agenda-finalize, org-agenda-finalize-entries): Rename from
7628 org-finalize-agenda-*.
7629 (org-agenda-run-series, org-agenda-finalize, org-timeline)
7630 (org-agenda-list, org-search-view, org-todo-list)
7631 (org-tags-view, org-diary, org-agenda-finalize-entries)
7632 (org-agenda-change-all-lines): Use the new names.
7633
d36ed1c8
SM
7634 * org-agenda.el (org-agenda-local-vars):
7635 Remove ̀org-agenda-last-arguments' from the list of local variables.
8223b1d2
BG
7636 (org-agenda-mode-map): `g' does the same than `r' in buffers with
7637 only one agenda view, but its behavior differs when there are
7638 several views. In manually appended agendas (with `A'), `g'
7639 displays only the agenda under the point. With multiple agenda
7640 blocks, `g' reinitializes the view by discarding any temporary
7641 changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
7642 changes for the agenda view under the point.
7643 (org-agenda-run-series, org-agenda-redo): Implement the above
7644 changes.
7645 (org-agenda-mark-header-line): Don't set useless properties.
7646 (org-agenda-list, org-todo-only, org-search-view)
7647 (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
7648 (org-agenda-manipulate-query, org-agenda-goto-today)
7649 (org-agenda-later, org-agenda-change-time-span): Use text
7650 properties for storing the last command and the last arguments for
7651 each agenda block.
7652 (org-unhighlight-once): Delete.
7653
7654 * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
7655 buffer.
7656
7657 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
7658 check whether we are in org-agenda-mode.
7659
7660 * org-agenda.el (org-agenda-pre-window-conf): Rename from
7661 `org-pre-agenda-window-conf'.
7662 (org-agenda-local-vars, org-agenda-prepare-window)
7663 (org-agenda-Quit, org-agenda-quit): Use the new name.
7664
7665 * org-agenda.el (org-keys, org-match): New variable, dynamically
7666 scoped in `org-agenda'.
7667 (org-agenda, org-agenda-list, org-search-view, org-todo-list)
7668 (org-tags-view): Use the new variables.
7669 (org-batch-store-agenda-views): Let-bind `match'.
7670
7671 * org-agenda.el (org-search-view, org-todo-list)
7672 (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
7673 these functions programmatically. Also use the sticky agenda
7674 function correctly.
7675
7676 * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
7677 correctly with sticky agendas and non-custom commands.
7678
7679 * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
7680 `org-fit-agenda-window'.
7681 (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
7682 (org-search-view, org-todo-list, org-tags-view): Use the new name.
7683
7684 * org-agenda.el (org-agenda-prepare): Let `throw' display an
7685 error.
7686
7687 * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
7688 when called from programs as (org-agenda-list).
7689
7690 * org-agenda.el (org-todo-list): Make arg optional.
7691
7692 * org.el (org-agenda-prepare-buffers): Rename from
7693 `org-prepare-agenda-buffers'.
7694 (org-match-sparse-tree, org-map-entries): Use the new names.
7695
7696 * org-agenda.el (org-agenda-prepare-window): Rename from
7697 `org-prepare-agenda-window'.
7698 (org-agenda-prepare): Rename from `org-prepare-agenda'.
7699 (org-agenda-run-series, org-agenda-prepare, org-timeline)
7700 (org-agenda-list, org-search-view, org-todo-list)
7701 (org-tags-view, org-agenda-list-stuck-projects, org-diary)
7702 (org-agenda-to-appt): Use the new names.
7703
7704 * org-mobile.el (org-mobile-create-index-file): Ditto.
7705
7706 * org-icalendar.el (org-export-icalendar): Ditto.
7707
7708 * org-clock.el (org-dblock-write:clocktable)
7709 (org-dblock-write:clocktable): Ditto.
7710
8223b1d2
BG
7711 * org-agenda.el (org-agenda): In sticky agendas, use the current
7712 command's match to set the buffer name. This gives more
7713 information to the user and allows to distinguish various agendas
7714 triggered by the same key.
7715 (org-batch-store-agenda-views): Handle the new sticky agenda
7716 buffer name.
7717
7718 * org-agenda.el (org-agenda)
7719 (org-agenda-get-restriction-and-command): Use `S' as a key for
7720 searching words in TODO-only entries.
7721
7722 * org-agenda.el (org-prepare-agenda): Fit agenda window when
7723 displaying a sticky agenda.
7724
7725 * org-table.el (org-table-number-regexp): Allow the user to set it
7726 to a new regexp, which allows commas as decimal mark. The default
7727 is to not use this setting, but the one before commit 7ff8c1,
7728 which has ben reverted.
7729
7730 * org-agenda.el (org-agenda-overriding-cmd)
7731 (org-agenda-multi-current-cmd)
7732 (org-agenda-multi-overriding-arguments): New variables.
7733 (org-agenda-run-series): `org-agenda-overriding-arguments'
7734 defaults to the last agenda block arguments, so don't use it
7735 globally.
7736 (org-agenda-mark-header-line): Add properties needed so that
7737 `org-agenda-overriding-arguments', `org-agenda-current-span' and
7738 `org-agenda-last-arguments' can be set to their correct contextual
7739 value.
7740 (org-agenda-multi-back-to-pos): New variable.
7741 (org-agenda-later): Retrieve `org-agenda-current-span' and
d36ed1c8
SM
7742 `org-agenda-overriding-arguments' from text properties.
7743 Also handle numeric span.
7744 (org-agenda-later, org-agenda-change-time-span):
7745 Set `org-agenda-overriding-cmd' so that we to take overriding
8223b1d2
BG
7746 arguments into account for this command only.
7747
d36ed1c8
SM
7748 * org-agenda.el (org-agenda-kill, org-agenda-archive-with):
7749 Fix bug when called with a non-nil value of `org-agenda-stick'.
8223b1d2
BG
7750
7751 * org-agenda.el (org-agenda-refile): Fix bug when refiling an
7752 entry from a sticky agenda.
7753
d36ed1c8
SM
7754 * org-agenda.el (org-prepare-agenda-window):
7755 Use `org-pre-agenda-window-conf' if already set.
8223b1d2
BG
7756 (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
7757 quitting.
7758 (org-agenda-quit): Ditto.
7759
7760 * org-capture.el (org-capture-fill-template): Protect the text
7761 used for replacement from being further replaced.
7762
7763 * org.el (org-contextualize-validate-key): Fix the check against a
7764 function.
7765
7766 * org.el (org-contextualize-keys): Rename from
7767 `org-contextualize-agenda-or-capture'. Fix normalization to
7768 handle empty key replacement string.
7769 (org-contextualize-validate-key): Rename from
7770 `org-contexts-validate'. Allow checking against a custom
7771 function.
7772
7773 * org-agenda.el (org-agenda-custom-commands-contexts): Update.
7774 (org-agenda): Use `org-contextualize-keys'.
7775
7776 * org-capture.el (org-capture-templates-contexts): Ditto.
7777
d36ed1c8
SM
7778 * org.el (org-contextualize-agenda-or-capture):
7779 Normalize contexts.
8223b1d2
BG
7780
7781 * org.el (org-contextualize-agenda-or-capture): Handle key
7782 replacement depending on the contexts.
7783
7784 * org-capture.el (org-capture-templates-contexts): Allow to use
7785 the context as a way to replace one capture template by another
7786 one.
7787
7788 * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
7789 use the context as a way to replace one agenda custom command by
7790 another one.
7791
7792 * org.el (org-contextualize-agenda-or-capture)
7793 (org-rule-validate): New functions, implement context filtering
7794 for agenda commands and capture templates.
7795
7796 * org-agenda.el (org-agenda-custom-commands-contexts): New option.
7797 (org-agenda): Use it.
7798
7799 * org-capture.el (org-capture-templates-contexts): New option.
7800 (org-capture-select-template): Use it.
7801
7802 * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
7803 (org-mode): Set `beginning-of-defun-function' and
7804 `end-of-defun-function' directly.
7805
7806 * org.el (org-insert-link): Fix bug: include links abbreviations
7807 when completing.
7808
7809 * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
7810 `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
7811 items should not be ignored.
7812
d36ed1c8
SM
7813 * org.el (org-ds-keyword-length, org-make-tags-matcher):
7814 Docstring clean-up.
8223b1d2
BG
7815
7816 * org-freemind.el (org-freemind-convert-links-from-org): Replace
7817 literally to prevent errors when replacing with string containing
7818 backslashes.
7819
7820 * org-pcomplete.el (org-thing-at-point): Allow to match (and then
7821 complete) a "thing" containing dashes.
7822
d36ed1c8
SM
7823 * org-table.el (org-table-toggle-coordinate-overlays):
7824 Better message when interactively toggling.
8223b1d2
BG
7825
7826 * org-table.el (org-table-number-regexp): Update the docstring to
7827 show an example of a decimal number using the comma as a
7828 separation mark.
7829
7830 * org-agenda.el (org-prepare-agenda): Minor code clean-up.
7831 (org-agenda-filter-by-category): Filtering must be turned off only
7832 when a category filter has been set and this filter is not empty.
7833
7834 * org-agenda.el (org-search-view, org-agenda-get-todos)
7835 (org-agenda-get-timestamps, org-agenda-get-sexps)
7836 (org-agenda-get-progress, org-agenda-get-deadlines)
d36ed1c8
SM
7837 (org-agenda-get-scheduled, org-agenda-get-blocks):
7838 Use `category-pos' instead of `org-category-pos'.
8223b1d2
BG
7839
7840 * ob-fortran.el (org-babel-fortran-transform-list): Rename from
7841 `ob-fortran-transform-list'.
7842 (org-babel-fortran-var-to-fortran): Use the new function's name.
7843
7844 * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
7845 `ob-calc-maybe-resolve-var'.
7846 (org-babel-execute:calc): Use the new function's name.
7847
7848 * org-jsinfo.el (org-infojs-template): Add a license.
7849 (org-infojs-handle-options): Replace all template elements.
7850
7851 * org-html.el (org-export-html-scripts): Add a license.
7852 (org-export-html-mathjax-config): Replace all template elements.
7853 (org-export-html-mathjax-template): Add a license.
7854 (org-export-as-html): Minor code clean-up.
7855
7856 * org.el (org-options-keywords): Add "#+MATHJAX" and
7857 "#+INFOJS_OPT" to the list of keywords for completion.
7858
7859 * org.el (org-src-prevent-auto-filling): Remove unused and useless
7860 option.
7861
7862 * org.el (org-element-at-point): Autoload.
7863 (org-element-up): Remove useless declaration.
7864 (org-fill-context-prefix, org-fill-paragraph)
7865 (org-mark-element, org-narrow-to-element)
7866 (org-transpose-element, org-unindent-buffer): Do not require
7867 org-element.
7868
7869 * org.el (org-fill-paragraph): Require org-element.
7870
7871 * org-agenda.el (org-agenda-persistent-marks): Minor docstring
7872 enhancement.
7873
7874 * org.el (org-create-math-formula): Use the compatibility function
7875 `org-region-active-p'.
7876
7877 * org-odt.el (org-export-as-odf): Ditto.
7878
7879 * ob.el (org-babel-demarcate-block): Ditto.
7880
7881 * org.el (org-mark-subtree): Maybe call `org-mark-element'
7882 interactively.
7883 (org-mark-element): Only mark further elements when called
7884 interactively.
7885
7886 * org.el (org-mark-element, org-narrow-to-element)
7887 (org-transpose-element): Require org-element.
7888
7889 * org-agenda.el (org-agenda-get-timestamps)
7890 (org-agenda-get-sexps, org-agenda-get-deadlines)
7891 (org-agenda-get-scheduled): Add the 'warntime as a text property,
7892 getting its value from the APPT_WARNTIME property.
7893 (org-agenda-to-appt): Use the 'warntime text property.
7894
7895 * org-capture.el (org-capture-place-table-line): Fix bug.
7896
7897 * org.el (org-activate-plain-links): Don't activate a plain link
7898 when it is part of a bracketed link, unless bracketed links are
7899 not enlisted in `org-activate-links'.
7900 (org-open-at-point): Don't consider the text immediately after a
7901 bracketed link is part of a plain link.
7902
7903 * org.el (org-compute-latex-and-specials-regexp)
7904 (org-paste-subtree, org-sort-entries, org-store-link)
7905 (org-open-at-point, org-file-remote-p, org-add-log-setup)
7906 (org-set-tags-to, org-fast-tag-selection)
7907 (org-diary-sexp-entry): Ditto.
7908
7909 * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
7910 (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
7911 (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
7912 end of (cond ...) constructs.
7913
7914 * org-mobile.el (org-mobile-create-index-file): Ditto.
7915
7916 * org-lparse.el (org-lparse-format-table-row): Ditto.
7917
7918 * org-list.el (org-sort-list): Ditto.
7919
7920 * org-id.el (org-id-get): Ditto.
7921
7922 * org-html.el (org-export-html-preprocess): Ditto.
7923
7924 * org-exp.el (org-default-export-plist)
7925 (org-table-clean-before-export): Ditto.
7926
7927 * org.el (org-options-keywords): Add "TODO".
7928 (org-make-options-regexp): Make the hashtag mandatory for options
7929 and don't allow whitespaces between the hashtag and the plus sign.
7930
7931 * org.el (org-refresh-category-properties)
d36ed1c8
SM
7932 (org-find-dblock, org-dblock-start-re, org-dblock-end-re):
7933 Allow lowercase "#+category" and "#+begin:" dynamic blocks.
8223b1d2
BG
7934
7935 * org.el (org-context): Use case-folding when trying to match
7936 clocktables and source blocks contexts.
7937
7938 * org-clock.el (org-clock-put-overlay): Put the overlay on the
7939 whole headline, not only on the last character. This fixes a bug
7940 with overlays on headlines ending with a bracketed link.
7941
7942 * org-html.el (org-export-as-html): Make sure we always process a
7943 string.
7944
7945 * org-exp.el (org-export-cleanup-toc-line): Always return a
7946 string.
7947
7948 * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
7949 metalines with #+results[...]:.
7950
7951 * org-exp.el (org-export-handle-metalines): Rename from
7952 `org-export-handle-table-metalines'. Now also handle source block
7953 metalines.
7954 (org-export-res/src-name-cleanup): Delete.
7955 (org-export-preprocess-string): Use `org-export-handle-metalines'.
7956 Don't use `org-export-res/src-name-cleanup' anymore.
7957
7958 * org-html.el (org-format-org-table-html): Don't include the
7959 caption tag for empty captions in HTML export. Keep it in the
7960 DocBook export so that it produces valid DocBook XML.
7961
7962 * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
7963 8am" to be parsed correctly with respect to possible values of
7964 `org-read-date-prefer-future'.
7965 (org-read-date-prefer-future): Update docstring to remove the
7966 restriction about inserting only the time. The user can now
7967 insert the time and the day.
7968
7969 * org-icalendar.el (org-icalendar-print-entries): Rename from
7970 `org-print-icalendar-entries'.
7971 (org-icalendar-start-file): Rename from
7972 `org-start-icalendar-file'.
7973 (org-icalendar-finish-file): Rename from
7974 `org-finish-icalendar-file'.
7975 (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
7976 (org-export-icalendar): Use the correct functions.
7977
7978 * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
7979 commit e85479.
7980
7981 * org.el (org-fill-context-prefix): Require org-element.
7982 (org-timestamp-change): Fix bug by saving excursion when adjusting
7983 another clock.
7984
7985 * org.el (org-read-date-prefer-future): Fix docstring formatting.
7986 (org-read-date-analyze): Fix the interpretation of
7987 `org-read-date-prefer-future'.
7988
7989 * org-agenda.el (org-agenda-menu-two-column): Rename to
7990 `org-agenda-menu-two-columns'.
7991
d36ed1c8
SM
7992 * ob.el (org-babel-sha1-hash, org-babel-noweb-p):
7993 Replace `org-labels' by `let*'.
8223b1d2
BG
7994
7995 * org-bibtex.el (org-bibtex-headline): Ditto.
7996
7997 * org-compat.el: Delete `org-labels'.
7998
7999 * ob.el (org-babel-get-src-block-info)
8000 (org-babel-check-src-block, org-babel-current-result-hash)
8001 (org-babel-parse-src-block-match, org-babel-read-link)
d36ed1c8
SM
8002 (org-babel-insert-result, org-babel-clean-text-properties):
8003 Use ̀org-no-properties' instead of `org-babel-clean-text-properties'.
8223b1d2
BG
8004 (org-babel-clean-text-properties): Delete redundant function
8005 `org-babel-clean-text-properties'.
8006
8007 * ob-tangle.el (org-babel-tangle-collect-blocks)
8008 (org-babel-tangle-comment-links): Ditto.
8009
8010 * ob-table.el (sbe): Ditto.
8011
8012 * ob-lob.el (org-babel-lob-get-info)
8013 (org-babel-lob-execute): Ditto.
8014
8015 * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
8016
8017 * org-macs.el (org-no-properties): Allow a new parameter
8018 `restricted' to restrict the properties removal to those in
8019 `org-rm-props'. The default is now to remove all properties.
8020
8021 * org-compat.el (org-substring-no-properties): Remove unused
8022 defun.
8023
8024 * org-remember.el (org-remember-apply-template): Remove redundant
8025 removal of text properties.
8026 (org-remember-apply-template): Use `org-no-properties'.
8027
8028 * org-capture.el (org-capture-fill-template): Remove redundant
8029 removal of text properties.
8030 (org-capture-fill-template): Use `org-no-properties'.
8031
d36ed1c8
SM
8032 * org-gnus.el (org-gnus-open, org-gnus-follow-link):
8033 Use `org-no-properties'.
8223b1d2
BG
8034
8035 * org-colview.el (org-columns-display-here): Ditto.
8036
8037 * org-table.el (org-table-eval-formula): Ditto.
8038
8039 * org.el (org-entry-properties): Ditto.
8040
8041 * org-icalendar.el (org-print-icalendar-entries): Fix bug about
8042 handling `alarm-time'.
8043
8044 * ob-R.el (org-babel-edit-prep:R): Don't set the session.
8045
8046 * org.el (org-store-log-note): Only skip comments starting with "#
8047 " when storing a note.
8048
8049 * org.el (org-custom-properties): New option.
8050 (org-custom-properties-overlays): New variable.
8051 (org-toggle-custom-properties-visibility): New command to toggle
8052 the visibility of custom properties.
8053 (org-check-before-invisible-edit): Also prevent errors when trying
8054 to edit invisible properties.
8055
8056 * org-datetree.el (org-datetree-add-timestamp): New option.
8057 (org-datetree-insert-line): Use it.
8058
8059 * org.el (org-fill-template): Fix bug when filling template for a
8060 key associated to the nil value.
8061
8062 * org-agenda.el (org-diary): Fix tiny typo.
8063
8064 * org.el (message-in-body-p): Move declaration up to fix compiler
8065 warning.
8066
8067 * org.el (org-fill-context-prefix): Fix auto-filling in
8068 `message-mode'.
8069
8070 * org.el (org-fill-paragraph): Correctly fill paragraph in
8071 message-mode.
8072 (org-indent-line): Correctly indent according to mode when
8073 `orgstruct++-mode' is on.
8074 (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
8075 stored in `org-fb-vars'.
8076
8077 * org.el (org-fill-paragraph): Make a command. Fix bug about
8078 filling message headers and citations.
8079
8080 * org.el (org-redisplay-inline-images): New command.
8081 (org-mode-map): Bind it to C-c C-x C-M-v.
8082
8083 * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
8084 (org-columns-get-format): Fix compiler warning.
8085
8086 * org-feed.el: Add declarations.
8087
8088 * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
8089 allow tag inheritance.
8090
8091 * org-capture.el (org-capture): Fix bug introduced by commit
8092 1737d3.
8093
8094 * org-publish.el (org-publish-needed-p)
8095 (org-publish-update-timestamp, org-publish-file)
8096 (org-publish-cache-file-needs-publishing): New argument
8097 `base-dir'.
8098 (org-publish-cache-ctime-of-src): Use the new argument to make
8099 sure we find the file according to :base-directory.
8100
8101 * org-capture.el (org-capture-string): New command to prompt for
8102 the interactive text interactively. This can also be used in
8103 Elisp programs to use ̀org-capture' with some initial text.
8104 (org-capture-initial): New variable to store the initial text.
8105 (org-capture): Use `org-capture-initial'.
8106
8107 * org.el (org-emph-re): Tiny docstring formatting fix.
8108
8109 * org-compat.el (org-labels): Remove.
8110
8111 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
8112
8113 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
8114
8115 * org.el (org-emph-re): Tiny formatting fix.
8116
8117 * org.el (orgstruct-setup): Require `org-element'.
8118
8119 * org.el (org-store-link, org-open-at-point): New link type
8120 "help".
8121
8122 * org-compat.el (org-flet): Remove alias.
8123
8124 * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
8125 (org-babel-get-rownames, org-babel-insert-result)
8126 (org-babel-merge-params)
d36ed1c8
SM
8127 (org-babel-expand-noweb-references): Don't use `org-flet'.
8128 Also indent some functions correctly.
8223b1d2
BG
8129
8130 * ob.el (org-babel-execute-src-block)
8131 (org-babel-join-splits-near-ch, org-babel-format-result)
8132 (org-babel-examplize-region): Don't use `org-flet'.
8133 (org-babel-tramp-handle-call-process-region): Fix typo.
8134
8135 * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
8136
8137 * ob-sh.el (org-babel-sh-var-to-string): Ditto.
8138
d36ed1c8
SM
8139 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string):
8140 Don't use `org-flet'.
8223b1d2
BG
8141
8142 * org-pcomplete.el (org-compat): Require.
8143
8144 * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
8145
8146 * org-bibtex.el (org-bibtex-write): Use let*.
8147
8148 * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
8149
8150 * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
8151 (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
8152
8153 * org-clock.el (org-clock-cancel): Use `org-looking-back'.
8154
8155 * org-pcomplete.el (org-thing-at-point): Ditto.
8156
8157 * org.el (org-timestamp-change): Ditto.
8158
8159 * org-mouse.el (org-mouse-timestamp-today)
8160 (org-mouse-set-priority, org-mouse-popup-global-menu)
8161 (org-mouse-context-menu): Don't use ̀org-flet'.
8162
8163 * org.el (org-priority): Fix docstring.
8164
8165 * org-publish.el (org-publish-write-cache-file)
8166 (org-publish-initialize-cache)
8167 (org-publish-cache-file-needs-publishing)
8168 (org-publish-cache-get): Small code clean-up.
8169
8170 * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
8171
8172 * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
8173 agenda entries created from sexps.
8174
8175 * org-capture.el (org-capture-templates): Docstring clean up.
8176 (org-capture-place-entry, org-capture-place-item)
8177 (org-capture-place-plain-text, org-capture-place-table-line):
8178 Ensure to always position the point according to %?.
8179
8180 * org-table.el (org-table-convert-refs-to-rc): Fix bug when
8181 converting remote table references.
8182
8183 * org-agenda.el (org-agenda-switch-to): Run hooks in
8184 ̀org-agenda-after-show-hook'.
8185
8186 * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
8187 variable `length' to `lgth'.
8188
8189 * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
8190 ̀org-flet'.
8191
8192 * org-exp.el (org-export-format-source-code-or-example): Ditto.
8193
8194 * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
8195
8196 * ob.el (org-babel-view-src-block-info)
8197 (org-babel-execute-src-block, org-babel-edit-distance)
8198 (org-babel-switch-to-session-with-code)
8199 (org-babel-balanced-split, org-babel-insert-result): Ditto.
8200
8201 * ob-ref.el (org-babel-ref-index-list): Ditto.
8202
8203 * ob-python.el (org-babel-python-evaluate-session): Ditto.
8204
8205 * ob-lob.el (org-babel-lob-get-info): Ditto.
8206
8207 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
8208
8209 * ob-exp.el (org-babel-exp-do-export): Ditto.
8210
8211 * org-table.el (orgtbl-to-generic): Fix docstring.
8212
8213 * org-clock.el (org-clock-in): Call `org-clock-out' with the new
8214 argument `switch-to-state' set to nil. Fix docstring.
8215 (org-clock-in-last): Prompt for a todo state to switch to when
8216 called with three universal prefix arguments. Don't display a
8217 message when the clock is already running. Update docstring.
8218 (org-clock-out): New argument `switch-to-state'. When this
8219 argument is non-nil, prompt for a state to switch the clocked out
8220 task to, overriding `org-clock-out-switch-to-state'.
8221
8222 * org.el (org-entry-get): Don't use `org-flet'.
8223
8224 * org.el (org-forward-heading-same-level): Rename from
8225 `org-forward-same-level'.
8226 (org-backward-heading-same-level): Rename from
8227 `org-backward-same-level'.
8228
8229 * org.el (org-forward-element): Rename from `org-element-forward'.
8230 (org-backward-element): Rename from `org-element-backward'.
8231 (org-up-element): Rename from `org-element-up'.
8232 (org-down-element): Rename from `org-element-down'.
8233 (org-drag-element-backward): Rename from
8234 `org-element-drag-backward'.
8235 (org-drag-element-forward): Rename from
8236 `org-element-drag-forward'.
8237 (org-mark-element): Rename from `org-element-mark-element'.
8238 (org-transpose-element): Rename from `org-element-transpose'.
8239 (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
8240 (org-mode-map): Update the names of a commands. Remove useless
8241 declarations.
8242
8243 * org-element.el (org-element-forward, org-element-backward)
8244 (org-element-up, org-element-down)
8245 (org-element-drag-backward, org-element-drag-forward)
8246 (org-element-mark-element, org-narrow-to-element)
8247 (org-element-transpose, org-element-unindent-buffer): Move to
8248 org.el.
8249
8250 * org.el (org-forward-same-level): Fix typo in docstring.
8251
d36ed1c8
SM
8252 * org-agenda.el (org-agenda-mode-map):
8253 Bind `org-agenda-show-priority' to `C-c,' instead of `P'.
8223b1d2
BG
8254 (org-agenda-next-item, org-agenda-previous-item): New commands to
8255 move by one item down/up in the agenda.
8256 (org-agenda-mode-map): Bind `org-agenda-next-item' and
8257 `org-agenda-previous-item' to `N' and `P' respectively.
8258
8259 * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
8260 Toggle headers when necessary.
8261
8262 * org-element.el (org-narrow-to-element): Autoload.
8263
8264 * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
8265 (org-mark-subtree): Allow a numeric prefix argument to move up
8266 into the hierarchy of headlines.
8267
8268 * org-element.el (org-element-up, org-element-down): Autoload.
8269
8270 * org.el: Declare functions and don't require org-element.
8271
8272 * org-element.el (org-element-at-point, org-element-forward)
8273 (org-element-backward, org-element-drag-backward)
8274 (org-element-drag-forward, org-element-mark-element)
8275 (org-element-transpose, org-element-unindent-buffer): Autoload.
8276 Require 'org and remove all declarations.
8277
d36ed1c8
SM
8278 * org.el (org-outline-regexp-bol, org-heading-regexp):
8279 Use variables instead of constants.
8223b1d2
BG
8280
8281 * org-archive.el (org-datetree-find-date-create): Declare.
8282
8283 * org.el (org-open-at-point): Only set
8284 `clean-buffer-list-kill-buffer-names' when the feature 'midnight
8285 has been loaded.
8286
d36ed1c8
SM
8287 * org-icalendar.el (org-print-icalendar-entries):
8288 Let APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
8223b1d2
BG
8289
8290 * org.el (org-special-properties): New special property
8291 CLOCKSUM_T.
8292 (org-entry-properties): Handle the new special property.
8293
8294 * org-colview.el (org-columns): Handle a new special property
8295 CLOCKSUM_T.
8296 (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
8297
8298 * org-clock.el (org-clock-sum-today): New function.
8299 (org-clock-sum): New argument PROPNAME to set a custom text
8300 property instead of :org-clock-minutes.
8301
8302 * org-agenda.el (org-agenda-check-type): Throw a more appropriate
8303 error message when no agenda is currently being displayed.
8304
8305 * org.el (org-get-property-block): Find blocks before the first
8306 headline.
8307 (org-entry-properties): Minor code cleanup.
8308 (org-entry-get, org-entry-get-with-inheritance): Get property
8309 before the first headline.
8310
8311 * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
8312
8313 * org.el (org-make-link): Delete.
8314 (org-store-link, org-insert-link)
8315 (org-file-complete-link): Don't use `org-make-link'.
8316
8317 * org-wl.el (org-wl-store-link-folder)
8318 (org-wl-store-link-message): Ditto.
8319
8320 * org-vm.el (org-vm-store-link): Ditto.
8321
8322 * org-rmail.el (org-rmail-store-link): Ditto.
8323
8324 * org-mhe.el (org-mhe-store-link): Ditto.
8325
8326 * org-mew.el (org-mew-store-link): Ditto.
8327
8328 * org-irc.el (org-irc-erc-store-link): Ditto.
8329
8330 * org-info.el (org-info-store-link): Ditto.
8331
8332 * org-id.el (org-id-store-link): Ditto.
8333
8334 * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
8335
8336 * org-eshell.el (org-eshell-store-link): Ditto.
8337
8338 * org-bbdb.el (org-bbdb-store-link): Ditto.
8339
8340 * org.el (org-url-hexify-p): New option. When non-nil (the
8341 default), hexify URLs when creating a link.
8342
8343 * org.el (org-insert-link): Make sure point is at the beginning of
8344 the buffer.
8345
8346 * org.el (clean-buffer-list-kill-buffer-names): Declare.
8347 (org-open-at-point): Allow opening multiple shell links by
8348 creating a new output buffer for each shell process. The new
8349 buffer is added to `clean-buffer-list-kill-buffer-names'.
8350
d36ed1c8
SM
8351 * org-mobile.el (org-mobile-create-index-file):
8352 Use `org-global-tags-completion-table' instead of
8223b1d2
BG
8353 `org-tag-alist-for-agenda' to get the tags for the index file.
8354
8355 * org.el (org-global-tags-completion-table): Fix typo in
8356 docstring.
8357
8358 * org.el (org-link-to-org-use-id): Use `org-capture' instead of
8359 `org-remember' in the docstring.
8360 (org-link-fontify-links-to-this-file): New function to fontify
8361 links to the current buffer in `org-stored-links'.
8362 (org-store-link): Small code simplification.
8363 (org-link-prettify): Enclose literal links into <...> instead of
8364 [[...]].
8365 (org-insert-link): Use `org-link-fontify-links-to-this-file'.
8366 Also allow completion over links' descriptions, as well as links
8367 destinations. When the user uses the description for completion,
8368 don't prompt again for a description.
8369
8370 * org-capture.el (org-capture-templates): Fix docstring by adding
8371 Gnus to the list of mail clients.
8372
8373 * org.el (org-log-repeat): Enhance docstring.
8374
8375 * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
8376 `org-element-backward/forward' as these functions stops when there
8377 is no element of the same type before/after point. It is useful
8378 to navigate with `forward/backward-paragraph' with no stop in most
8379 cases.
8380
8381 * org-capture.el (org-capture-templates): New template %l to
8382 insert the literal link pointing at the current buffer.
8383
8384 * org.el (org-todo-keywords): Ditto.
8385
8386 * org.el (org-fill-paragraph): Falls back on
8387 `message-fill-paragraph' if required in `message-mode'.
8388
8389 * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
8390 (pcomplete/org-mode/file-option/options)
8391 (pcomplete/org-mode/file-option/title)
8392 (pcomplete/org-mode/file-option/author)
8393 (pcomplete/org-mode/file-option/email)
8394 (pcomplete/org-mode/file-option/date): Use the new macro to offer
8395 completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
8396 #+EMAIL and #+DATE.
8397
8398 * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
8399 an external file while `org-agenda-sticky' is non-nil.
8400
8401 * org.el (org-speed-commands-default): New speedy command to
8402 quickly add the :APPT_WARNTIME: property.
8403
8404 * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
8405 property to override `appt-message-warning-time' when adding an
8406 appointment from an entry.
8407
8408 * org.el (org-version): Improve docstring.
8409 (org-self-insert-cluster-for-undo): The default value should be
8410 nil for Emacs >=24.1. See bug#11774.
8411
8412 * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
8413 commit.
8414
8415 * org.el (org-options-keywords): New constant.
8416 (org-additional-option-like-keywords): Remove duplicates with
8417 keywords in the new constant.
8418 (org-additional-option-like-keywords-for-flyspell): Use the new
8419 constant.
8420 (org-mode-flyspell-verify): Exclude keywords from the new
8421 constant.
8422
d36ed1c8
SM
8423 * org-pcomplete.el (pcomplete/org-mode/file-option):
8424 Use `org-options-keywords'.
8223b1d2
BG
8425
8426 * org.el (org-toggle-heading): Bugfix: use
8427 `org-element-mark-element' instead of `org-mark-list'.
8428
8429 * org-list.el (org-mark-list): Delete.
8430
8431 * org.el: Update a few keybindings.
8432
8433 * org-element.el (org-element-down): Throw an error when the
8434 element has no content.
8435
8436 * org-table.el (orgtbl-radio-table-templates): Add a template for
8437 org-mode.
8438 (orgtbl-to-orgtbl): Complete and align the table created with
8439 orgtbl-to-orgtbl, in case the user use the function for radio
8440 tables.
8441 (orgtbl-to-table.el): New function to export a table to another
8442 one using the table.el format.
8443 (orgtbl-to-unicode): New function to export a table using unicode
8444 characters.
8445
8446 * org-exp.el (org-export-language-setup): Use "Sommaire" for the
8447 french translation of "Table of contents", to avoid a possible bug
8448 when exporting to ODT.
8449
8450 * org.el (org-additional-option-like-keywords): Add keywords.
8451 (org-additional-option-like-keywords-for-flyspell): New constant
8452 to use with flyspell.
8453 (org-mode-flyspell-verify): Use the dedicated constant and don't
8454 check `org-startup-options'.
8455
8456 * org-agenda.el (org-batch-store-agenda-views): Use the sticky
8457 agenda buffer name, if required.
8458 (org-agenda-write): New parameter `agenda-bufname' to allow
8459 setting the agenda buffer name.
8460
8461 * org.el (org-mode-map): Add keybindings for
8462 `org-element-forward', `org-element-backward', `org-element-up'
8463 and `org-element-down'.
8464
8465 * org.el (org-auto-fill-function): Don't call `do-auto-fill'
8466 within (org-let org-fb-vars ...) as `do-auto-fill' should do the
8467 right thing whether orgstruct++-mode is turned on or off.
8468
8469 * org.el (org-sparse-tree-default-date-type): New option.
8470 (org-ts-type): New variable.
8471 (org-sparse-tree): New argument `type'. Use the new option
8472 `org-sparse-tree-default-date-type' as the default value for
8473 `type'. Fix docstring.
8474 (org-re-timestamp): New function.
8475 (org-check-before-date, org-check-after-date)
8476 (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
8477 to tell compute the date regexp.
8478
8479 * org.el (orgstruct++-mode, org-get-local-variables): Also set
8480 `normal-auto-fill-function' when turning on/off orgstruct++-mode.
8481
8482 * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
8483 customization types.
8484
8485 * org-faces.el (org-document-title): Use the normal height.
8486
8487 * org-clock.el (org-x11idle-exists-p): New variable.
8488 (org-user-idle-seconds): Use it.
8489
8490 * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
8491 C-M-l'.
8492
8493 * org.el (org-insert-all-links): New command.
8494 (org-insert-link): `org-keep-stored-link-after-insertion' is now
8495 checked when the link to insert has been defined, regardless on
8496 how it has been defined. Also don't read the description
8497 interactively when the `default-description' parameter was given.
8498 (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
8499
8500 * org.el (org-inc-effort): New command to increment the effort
8501 property.
8502 (org-set-effort): Use it.
8503 (org-mode-map): Bind it to `C-c C-x E'.
8504 (org-speed-commands-default): Use `E' as a speed command for it.
8505
8506 * org.el (org-re-property-keyword): New function.
8507 (org-entry-put): Use it to fix a bug with respect to setting the
8508 value of a property when a property line with no value already
8509 exists.
8510
8511 * org.el (org-timestamp-change): Adjust clock in other org files
8512 correctly.
8513
8514 * org-clock.el (org-user-idle-seconds): Simplify.
8515
8516 * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
8517 C-z'.
8518
8519 * org.el (org-mode-map): Add keybindings to
8520 `org-element-transpose' and `org-narrow-to-element'.
8521 (org-metaup): Fall back on `org-element-drag-backward'.
d36ed1c8
SM
8522 (org-metadown): Fall back on `org-element-drag-forward'.
8523 Also move chunks of declarations and require statements to get rid of
8223b1d2
BG
8524 compiler warnings.
8525
8526 * org-exp-blocks.el (org): Don't require org. Add declarations.
8527
8528 * org-clock.el (org): Don't require org.
8529
8530 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
8531
8532 * org.el (org-timestamp-change): Don't use the `position'.
8533
d36ed1c8
SM
8534 * org.el (org-clock-history, org-clock-adjust-closest):
8535 New variables.
8223b1d2
BG
8536 (org-timestamp-change): Maybe adjust the next or previous clock in
8537 `org-clock-history'.
8538 (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
8539 timestamp at point and adjust the next or previous clock in
8540 `org-clock-history', when possible.
8541
8542 * org-clock.el (org-clock-in): Set the marker for
8543 `org-clock-history' at a safer position.
8544
8545 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
8546 Autoload.
8547
8548 * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
8549
8550 * org.el (org-indent-line): Fix indentation of a property line
8551 starting at the beginning of a line.
8552
8553 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
8554
8555 * org-compat.el: Alias `org-condition-case-unless-debug' to
8556 `condition-case-unless-debug' or `condition-case-no-debug'.
8557
8558 * org.el (org-todo-keywords): Ditto.
8559
8560 * org.el (org-use-fast-todo-selection): Reformat docstring.
8561
8562 * org.el (org-flag-drawer): Add a docstring.
8563 (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
8564 `org-clock-in-last' to "C-cC-xC-x". This fixes a bug in the
8565 previous keybinding for `org-clock-in-last', which would override
8566 the one for `org-clock-in'.
8567
8568 * org-clock.el (org-clock-in-last): Prevent errors when there is
8569 no clocking history.
8570 (org-clock-cancel): Fix bug when checking against a clock log in a
8571 folded drawer.
8572
8573 * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
8574 new specifier. Update the docstring.
8575
8576 * org.el (org-startup-options): Fix docstring formatting.
8577
8578 * org.el (org-use-sub-superscripts): Fix typo in docstring.
8579
8580 * org.el (org-refile): Fix bug: prevent looping when calling
8581 `org-set-tags' internally.
8582
8583 * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
8584 `org-clock-in-last'.
8585
8586 * org-clock.el (org-clock-continuously): New option.
8587 (org-clock-in): Three universal prefix arguments set
8588 `org-clock-continuously' to `t' temporarily.
8589 (org-clock-in-last): Fix call to `org-clock-select-task' and
8590 support continuous clocking.
8591 (org-clock-out-time): New variable.
8592 (org-clock-out): Set `org-clock-out-time' when clocking out.
8593 Small docstring rewriting.
8594 (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
8595 bug when trying to delete empty logbook drawer.
8596 (org-clock-cancel): If the clock log is gone, send a warning
8597 instead of deleting the region that is supposed to contain it.
8598
8599 * org.el (org-move-line-down, org-move-line-up): Remove.
8600 (org-metaup, org-metadown): When the region is active, move it
8601 up/down by one line, with no regard to the context.
8602
8603 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
8604
8605 * org-compat.el: Alias `org-condition-case-unless-debug' to
8606 `condition-case-unless-debug' or `condition-case-no-debug'.
8607
8608 * org-pcomplete.el (org-thing-at-point): Ignore trailing
8609 whitespaces while looking-back at properties.
8610
8611 * org.el (org-mode): Set `indent-region-function'.
8612 (org-indent-region): New function.
8613 (org-fill-paragraph): When in a src block, use `indent-region' to
8614 indent the whole source code instead of falling back on
8615 `fill-paragraph', as this function messes up the code.
8616
8617 * org-src.el (org-edit-src-code): Fix docstring formatting.
8618
8619 * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
8620
8621 * org.el (org-mode, org-add-log-setup)
8622 (org-get-property-block, org-entry-put)
8623 (org-property-next-allowed-value, org-return)
8624 (org-indent-line): Rename `org-indent-line-function' to
8625 `org-indent-line'.
8626
8627 * org-timer.el (org-timer-item): Ditto.
8628
8629 * org-table.el (org-table-store-formulas): Ditto.
8630
8631 * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
8632
8633 * org-src.el (org-src-font-lock-fontify-block)
8634 (org-src-strip-leading-and-trailing-blank-lines)
8635 (org-src-ask-before-returning-to-edit-buffer)
8636 (org-edit-src-code, org-edit-src-continue)
8637 (org-edit-fixed-width-region)
8638 (org-src-do-key-sequence-at-code-block)
d36ed1c8
SM
8639 (org-src-font-lock-fontify-block, org-src-fontify-buffer):
8640 Fix typos in docstrings.
8223b1d2
BG
8641
8642 * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
8643 use "format string" instead of "formatting string".
8644
8645 * org-latex.el (org-export-latex-emphasis-alist)
8646 (org-export-latex-title-command, org-export-latex-tables): Ditto.
8647
8648 * org-html.el (org-export-html-postamble): Ditto.
8649
d36ed1c8
SM
8650 * org-latex.el (org-export-latex-hyperref-options-format):
8651 New option.
8223b1d2
BG
8652 (org-export-latex-make-header): Use it.
8653
8654 * ob.el (org-babel-confirm-evaluate): Prevent errors when
8655 `org-current-export-file' is void.
8656
8657 * org-table.el (org-table-export): Use the file name extension to
8658 suggest the right conversion format. Also amend the docstring.
8659
8660 * org.el (org-speed-commands-default): Two new speed commands.
8661 Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
8662
8663 * org.el (org-time-stamp): With two universal arguments, insert an
8664 active timestamp with the current time without prompting the user.
8665
8666 * org-clock.el (org-clock-in-last): New command.
8667
8668 * org-clock.el (org-clock-in): Fix typo in docstring.
8669
8670 * org-mobile.el (org-mobile-edit): Fix reference to a free
8671 variable.
8672
8673 * org.el (org-doi-server-url): Update :group.
8674
8675 * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
8676 variable.
8677
8678 * org.el (org-doi-server-url): New option.
8679 (org-open-at-point): Use it.
8680
8681 * org.el (org-at-comment-p): New function.
8682 (org-toggle-heading): Use `org-at-comment-p' to skip comments.
8683
8684 * org-html.el (org-export-as-html): Add links to the Org mode and
8685 GNU Emacs websites When :html-postamble is set to 't.
8686
8687 * org-export.el (org-export-creator-string): Add links to the Org
8688 mode and GNU Emacs websites.
8689
8690 * org-special-blocks.el
8691 (org-special-blocks-convert-html-special-cookies): Prevent errors
8692 by first checking `org-line' is not nil.
8693
8694 * org-clock.el (org-clock-string-limit)
8695 (org-clock-modeline-total, org-clock-task-overrun-text)
8696 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
8697
8698 * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
8699 point is right after the timestamp. `org-at-timestamp-p' still
8700 returns `t' in this case, as this is more practical.
8701 (org-return): Check against ̀org-ts-what' to verify that point is
8702 really within the timestamp (if any).
8703
8704 * org.el (org-return): Follow time-stamp links when point is an a
8705 time-stamp.
8706
8707 * org-capture.el (org-capture-bookmark): New option.
8708 (org-capture-finalize): Use it.
8709
d36ed1c8
SM
8710 * org-publish.el (org-publish-cache-file-needs-publishing):
8711 Make the column mandatory after #+include:.
8223b1d2
BG
8712
8713 * org-exp.el (org-export-handle-include-files): Ditto.
8714
8715 * org-bibtex.el (org-bibtex-entries): Rename from
8716 (org-bibtex-read, org-bibtex-write): Use the new name.
8717
8718 * org-exp.el (org-export-handle-include-files): Allow to use
8719 #+include with no column.
8720
d36ed1c8
SM
8721 * org-publish.el (org-publish-cache-file-needs-publishing):
8722 Make quotes mandatory around the file name and allow spaces in it.
8223b1d2
BG
8723
8724 * org-html.el (org-export-as-html): Add link to Org's and Emacs's
8725 websites.
8726
8727 * org-latex.el
8728 (org-export-latex-link-with-unknown-path-format): New option.
8729 (org-export-latex-links): Use it.
8730
8731 * org-agenda.el (org-agenda-get-timestamps): Remove any active
8732 timestamp from the headline text, not only those for the current
8733 date.
8734
8735 * org.el (org-set-tags): Allow setting tags for headlines in the
8736 region when `org-loop-over-headlines-in-active-region' is non-nil.
8737
8738 * org.el (org-allow-promoting-top-level-subtree): New option to
8739 allow promoting a top-level subtree.
8740 (org-called-with-limited-levels): New variable, dynamically bound
8741 within the `org-with-limited-levels' macro.
8742 (org-promote): Use the new option to allow promoting a top-level
8743 subtree.
8744
8745 * org-macs.el (org-with-limited-levels): Let-bind
8746 `org-called-interactively-p' to t.
8747
8748 * org.el (org-create-formula-image-with-dvipng)
8749 (org-create-formula-image-with-imagemagick): Make sure a file
8750 exists before trying to delete it.
8751
8752 * org.el (org-scan-tags): Correctly match TODO keywords.
8753
8754 * org-agenda.el (org-agenda-bulk-action): Fix bug: use
8755 `org-agenda-bulk-unmark-all'.
8756
8757 * org.el (orgstruct++-mode): Fix docstring.
8758 (org-fill-paragraph): Use the 'justify parameter when falling back
8759 on `fill-paragraph'.
8760
8761 * org.el (org-indent-line-function): Use `org-let' instead of
8762 `orgstruct++-ignore-org-filling'.
8763 (org-fill-paragraph, org-auto-fill-function): Ditto.
8764
8765 * org-macs.el (orgstruct++-ignore-org-filling): Delete.
8766
8767 * org-table.el (org-table-time-string-to-seconds): Return the
8768 empty string if provided.
8769 (org-table-eval-formula): When assigning a duration string, handle
8770 it correctly -- i.e. don't make any computation on it, except the
8771 one to insert it using the correct duration format.
8772
8773 * org.el (org-indent-line-function): Fix bug.
8774
8775 * org-clock.el (org-frame-title-format-backup): New variable to
8776 store the value of `frame-title-format' before `org-clock' might
8777 replace it by `org-clock-frame-title-format'.
8778 (org-clock-frame-title-format): New option.
8779 (org-frame-title-string): Delete.
8780 (org-clock-update-mode-line): Minor code reformatting.
d36ed1c8
SM
8781 (org-clock-in, org-clock-out, org-clock-cancel):
8782 Use `org-clock-frame-title-format'.
8223b1d2
BG
8783
8784 * org-clock.el (org-clock-get-clock-string): Add a space.
8785
8786 * org-list.el (org-mark-list): Return an error when there is no
8787 list at point.
8788
8789 * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
8790 at point before converting items to headings. With a simple
8791 universal-argument, set `current-prefix-arg' to 1, otherwise keep
8792 the numeric value.
8793
8794 * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
8795 more readable.
8796
8797 * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
8798 all entries for bulk action.
8799 (org-agenda-menu): New menu item for marking all entries.
8800 (org-agenda-bulk-mark-all): New function to mark all entries.
8801 (org-agenda-bulk-mark-regexp): Minor docstring fix.
8802 (org-agenda-bulk-unmark): With a prefix argument, unmark all.
8803 Also send a better message.
8804 (org-agenda-bulk-remove-all-marks): Rename to
8805 `org-agenda-bulk-unmark-all'. Check against
8806 `org-agenda-bulk-marked-entries' before trying to unmark entries.
8807 Minor docstring fix.
d36ed1c8 8808 (org-agenda-bulk-unmark-all): Rename from
8223b1d2
BG
8809 ̀org-agenda-bulk-remove-all-marks'.
8810
8811 * org-agenda.el (org-agenda-bulk-mark-char): New option.
8812 (org-agenda-bulk-mark): Use the new option.
8813
8814 * org.el (org-src-prevent-auto-filling): New option to prevent
8815 auto-filling in src blocks. This defaults to nil to avoid people
8816 being surprised that no auto-fill occurs in Org buffers where they
8817 use `auto-fill-mode'.
8818 (org-auto-fill-function): Use the new option.
8819
8820 * org.el (org-properties-postprocess-alist): Better customization
8821 type.
8822 (org-set-property): Fix the check against
8823 `org-properties-postprocess-alist'.
8824
d36ed1c8
SM
8825 * org-macs.el (orgstruct++-ignore-org-filling):
8826 Set `def-edebug-spec' correctly.
8223b1d2
BG
8827
8828 * org-colview.el (org-columns-string-to-number): When computing
8829 the values for the colview, match durations and convert them to
8830 HH:MM values.
8831
8832 * org.el (org-duration-string-to-minutes): Match non-round
8833 numbers. Add a new optional parameter to allow returning the
8834 output as a string.
8835
8836 * org.el (org-auto-fill-fallback-function)
8837 (org-indent-line-fallback-function)
8838 (org-fill-paragraph-fallback-function)
8839 (org-auto-fill-fallback-function)
8840 (org-indent-line-fallback-function)
8841 (org-fill-paragraph-fallback-function): Remove.
8842 (org-fb-vars): New buffer-local variable.
8843 (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
8844 store, use and restore variables if needed.
8845 (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
8846 when needed.
8847 (org-auto-fill-function, org-indent-line-function): Ditto.
8848
8849 * org-macs.el (orgstruct++-ignore-org-filling): New macro.
8850
c6c863df 8851 * org-exp-blocks.el: Use `org-find-library-name' instead of
8223b1d2
BG
8852 `find-library-name'.
8853
8854 * org-compat.el (org-find-library-name): Convert into a macro to
8855 avoid compilation of a function from XEmacs in Emacs and vice
8856 versa.
8857
8858 * org-table.el (org-table-store-formulas): Fix typo.
8859 (org-table-maybe-eval-formula): Fix the regexp to only match
8860 formulas, which never end with the `=' character. If the field
8861 only contain this character, don't eval either.
8862
8863 * org.el (org-set-property): Perform the correct check against
8864 `org-properties-postprocess-alist'.
8865
8866 * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
8867 customization type.
8868 (name): Suppress (defvar 'name) as name is not eval'ed when
8869 setting `org-bbdb-anniversary-format-alist'.
8870
8871 * org.el (org-version): When called non-interactively, insert the
8872 short version string, otherwise send a message with the complete
8873 version string.
8874
8875 * org-odt.el (org-odt-update-meta-file): Use (org-version) and
8876 delegate checking whether `org-version' is known as a variable
8877 there.
8878
8879 * org-html.el (org-export-as-html): Use (org-version).
8880
8881 * org-docbook.el (org-export-as-docbook): Ditto.
8882
8883 * org-latex.el (org-export-latex-make-header): Ditto.
8884
8885 * org-clock.el (org-clocktable-write-default): Temporarily disable
8886 `delete-active-region' so that we don't accidently delete an
8887 active region when exporting a subtree/region.
8888
8889 * org-clock.el (org-program-exists): Remove.
d36ed1c8
SM
8890 (org-show-notification, org-clock-play-sound):
8891 Use `executable-find' instead of `org-program-exists'.
8223b1d2
BG
8892
8893 * org-agenda.el (org-diary): Prevent failure from
8894 `org-compile-prefix-format' when there is no agenda buffer.
8895
8896 * org-agenda.el (org-agenda-mode): Replace obsolete variable
8897 `buffer-substring-filters'.
8898
8899 * org-indent.el (org-indent-mode): Ditto.
8900
8901 * org-compat.el (org-find-library-name): Silent the byte-compiler
8902 about a warning related to XEmacs support.
8903
8904 * org-special-blocks.el
8905 (org-special-blocks-convert-html-special-cookies): Use `org-line'
8906 instead of `line'.
8907
8908 * org-html.el (org-html-handle-links, org-export-as-html)
8909 (org-format-org-table-html, org-format-table-table-html)
8910 (org-html-export-list-line): Use `org-line' instead of `line' as
8911 the free variable name.
8912
8913 * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
8914
8915 * org-faces.el (org-list-dt): New face.
8916
8917 * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
8918 face for definition terms in definition lists.
8919
8920 * org.el (org-fill-paragraph): Pass the `justify' argument to
8921 `org-fill-paragraph-fallback-function'.
8922
8923 * org.el (org-eval-in-calendar): Fix docstring to mention the
8924 KEEPDATE parameter.
8925
8926 * org.el (org-refresh-category-properties): Let-bind
8927 `inhibit-read-only' to t.
8928
8929 * org.el (org-auto-fill-fallback-function)
8930 (org-indent-line-fallback-function)
8931 (org-fill-paragraph-fallback-function): New variables to store
8932 some fall-back functions when turning `orgstruct++-mode' on.
8933 (orgstruct++-mode): Set the new variables.
8934 (org-indent-line-function, org-fill-paragraph)
8935 (org-auto-fill-function): Use them.
8936
8937 * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
8938 the 'keepdate parameter set to t when setting the cursor type.
8939
8940 * org-agenda.el (org-agenda-persistent-marks): New option to keep
8941 marks after a bulk action. The option defaults to nil.
8942 (org-agenda-bulk-action): Use the new option.
8943
8944 * org-capture.el (org-capture-fill-template): Use %\n instead of
8945 %n as a template element to be replaced with the nth prompted
8946 string.
8947 (org-capture-templates): Update docstring.
8948
8949 * org.el (org-goto): Fix docstring and document what C-u does.
8950
d36ed1c8
SM
8951 * org-publish.el (org-publish-cache-file-needs-publishing):
8952 Use (case-fold-search t) when looking for #+INCLUDE:.
8223b1d2
BG
8953
8954 * org.el: Use (case-fold-search t).
8955 (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
8956
8957 * org-table.el:
8958 (org-table-store-formulas, org-table-get-stored-formulas)
8959 (org-table-fix-formulas, org-table-edit-formulas)
8960 (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
8961 (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
8962
8963 * org-footnote.el:
8964 (org-footnote-goto-local-insertion-point): Ditto.
8965
8966 * org-exp.el: Ditto.
8967
8968 * org-colview.el:
8969 (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
8970
8971 * org-clock.el (org-clocktable-write-default): Ditto.
8972
8973 * org-capture.el (org-capture-place-table-line): Ditto.
8974
8975 * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
8976 (org-babel-src-block-names)
8977 (org-babel-where-is-src-block-result, org-babel-result-end)
8978 (org-babel-where-is-src-block-head)
8979 (org-babel-find-named-result, org-babel-result-names): Ditto.
8980
8981 * org-table.el (orgtbl-send-table): Escape special characters.
8982 Introduce a new parameter :no-escape to prevent escaping.
8983
8984 * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
8985 when called interactively.
d36ed1c8
SM
8986 (org-agenda-get-restriction-and-command):
8987 Call `org-toggle-sticky-agenda' interactively.
8223b1d2
BG
8988
8989 * org-agenda.el (org-agenda-top-category-filter): New variable for
8990 storing the current top-category filter.
8991 (org-agenda-redo): Apply a top-category filter, if any.
8992 (org-agenda-filter-by-top-category)
d36ed1c8
SM
8993 (org-agenda-filter-top-category-apply):
8994 Set `org-agenda-top-category-filter' to the right value.
8223b1d2
BG
8995
8996 * org-clock.el (org-clock-out, org-clock-cancel)
8997 (org-clock-in): Don't modify `frame-title-format' if it is a
8998 string.
8999
9000 * org-latex.el (org-export-latex-special-chars): Fix bug when
9001 escaping special characters in a table.
9002
9003 * org.el (org-read-date): Set cursor-type to nil in the calendar.
9004
d36ed1c8 9005 * org-faces.el (org-date-selected): Use inverse video.
d1389828 9006 Don't explicitly set bold to nil as it causes `customize-face' to show
8223b1d2
BG
9007 the weight property and thus encourage the user to change it.
9008 Warn in the docstring that using bold might cause problems when
9009 displaying the calendar.
9010
9011 * org-id.el (org-id-update-id-locations): New parameter to silent
9012 `org-id-find'.
9013 (org-id-find): Use the new parameter.
9014
9015 * org.el (org-show-hierarchy-above, org-cycle)
9016 (org-global-cycle, org-files-list, org-store-link)
9017 (org-link-search, org-open-file, org-display-outline-path)
9018 (org-refile-get-location, org-update-all-dblocks)
9019 (org-change-tag-in-region, org-entry-properties)
9020 (org-save-all-org-buffers, org-revert-all-org-buffers)
9021 (org-buffer-list, org-cdlatex-mode)
9022 (org-install-agenda-files-menu, org-end-of-subtree)
9023 (org-speedbar-set-agenda-restriction): Use (derived-mode-p
9024 'org-mode) instead of (eq major-mode 'org-mode).
9025
9026 * org-timer.el (org-timer-set-timer): Ditto.
9027
9028 * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
9029
9030 * org-src.el (org-edit-src-exit, org-edit-src-code)
9031 (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
9032
9033 * org-remember.el (org-remember-handler): Ditto.
9034
9035 * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
9036
9037 * org-macs.el (org-get-limited-outline-regexp): Ditto.
9038
9039 * org-lparse.el (org-replace-region-by): Ditto.
9040
9041 * org-latex.el (org-latex-to-pdf-process)
9042 (org-replace-region-by-latex): Ditto.
9043
9044 * org-indent.el (org-indent-indent-buffer): Ditto.
9045
9046 * org-id.el (org-id-store-link, org-id-update-id-locations)
9047 (org-id-store-link): Ditto.
9048
9049 * org-html.el (org-export-html-preprocess)
9050 (org-replace-region-by-html): Ditto.
9051
9052 * org-footnote.el (org-footnote-normalize)
9053 (org-footnote-goto-definition)
9054 (org-footnote-create-definition, org-footnote-normalize): Ditto.
9055
9056 * org-docbook.el (org-replace-region-by-docbook): Ditto.
9057
9058 * org-ctags.el (find-tag): Ditto.
9059
9060 * org-colview.el (org-columns-redo)
9061 (org-columns-display-here, org-columns-edit-value)
9062 (org-columns-redo): Ditto.
9063
9064 * org-capture.el (org-capture-insert-template-here)
9065 (org-capture, org-capture-finalize)
9066 (org-capture-set-target-location)
9067 (org-capture-insert-template-here): Ditto.
9068
9069 * org-ascii.el (org-replace-region-by-ascii): Ditto.
9070
9071 * org-archive.el (org-archive-subtree): Ditto.
9072
9073 * org-agenda.el (org-agenda)
9074 (org-agenda-get-restriction-and-command)
9075 (org-agenda-get-some-entry-text, org-search-view)
9076 (org-tags-view, org-agenda-get-day-entries)
9077 (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
9078 (org-agenda-archive-with, org-agenda-switch-to): Ditto.
9079
9080 * org.el (org-repeat-re)
9081 (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
9082 (org-deadline, org-schedule, org-matcher-time)
9083 (org-time-stamp, org-read-date, org-read-date-get-relative)
9084 (org-display-custom-time, org-get-wdays)
9085 (org-time-string-to-absolute, org-closest-date)
d36ed1c8
SM
9086 (org-timestamp-change): Allow to set hourly repeat cookie.
9087 Send an error when an hourly repeat cookie is set and no hour is
8223b1d2
BG
9088 specified in the timestamp.
9089
9090 * org-icalendar.el (org-print-icalendar-entries): Handle hourly
9091 repeat cookies.
9092
9093 * org-clock.el (org-program-exists): Fix docstring.
9094
9095 * org-clock.el (org-clock-file-time-cell-format): New option.
9096 (org-clocktable-write-default): Use it.
9097
9098 * org-faces.el (org-date-selected): New face.
9099
9100 * org.el (org-date-ovl): Use `org-date-selected'.
9101
9102 * org.el (org-mode): Don't use `buffer-face-mode' by default.
9103
9104 * org-agenda.el (org-agenda-mode-map): Bind `^' to
9105 `org-agenda-filter-by-top-category'.
9106
9107 * org-ascii.el (org-export-ascii-underline): Change the default
d36ed1c8
SM
9108 underlining characters for headlines of level 1 and 2.
9109 Also introduce \. as the underline character for headlines of level 5.
8223b1d2
BG
9110
9111 * org-table.el (org-table-recalculate-buffer-tables)
9112 (org-table-iterate-buffer-tables): Add autoload cookie.
9113
9114 * org.el (org-table-map-tables): Exclude tables in src and example
9115 blocks.
9116
9117 * org.el (org-fill-paragraph): Leave scheduled/deadline lines
9118 untouched when filling an adjacent paragraph.
9119
9120 * org-html.el (org-export-html-preamble-format)
9121 (org-export-html-postamble-format): Improve the docstring.
9122
9123 * org.el (org-todo): Fix regression: rename `state' to
9124 `org-state'.
9125
9126 * org-clock.el (org-show-notification): Use `fboundp' instead of
9127 `featurep' and the additional `require'.
9128
9129 * org-clock.el (org-clock-in-prepare-hook): New option to format
9130 the total time cells.
9131 (org-clocktable-write-default): Use the new option.
9132
9133 * org.el (org-open-at-point): Allow to open the agenda from an
9134 active or inactive timestamp in a headline.
9135
9136 * org-html.el (org-export-html-date-format-string): Make a
9137 defcustom.
9138
9139 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
9140
91412012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
9142
9143 * org-table.el (org-table-expand-lhs-ranges): Allow hline
9144 references to be expanded correctly in LHS of formulas.
9145
9146 * org-beamer.el (org-beamer-inherited-properties): New option.
9147 (org-beamer-after-initial-vars): Use new option to look for
9148 inherited properties.
9149
9150 * org.el (org-ts-regexp0): Allow time stamps without name of day.
9151
9152 * org-agenda.el (org-toggle-sticky-agenda):
9153 (org-agenda-sticky): Improve :set property.
9154
9155 * org-agenda.el (org-agenda-local-vars): Clean up the variable
9156 list.
9157 (org-agenda-get-restriction-and-command): Add a key for toggling
9158 sticky agenda views.
9159
9160 * org-agenda.el (org-agenda-local-vars): Final decisions about
9161 global/local
9162
9163 * org-agenda.el (org-agenda-force-single-file): Variable removed.
9164 (org-prepare-agenda-window): Store pre-agenda window config
9165 locally.
9166 (org-timeline): Introduce a scoped version of
9167 `org-agenda-show-log'.
9168 (org-agenda-list): Introduce a scoped version of
9169 `org-agenda-show-log'.
9170 (org-agenda-get-progress): Use the scoped version of
9171 `org-agenda-show-log'.
9172 (org-agenda-local-vars): Write the analysis result as a comment -
9173 to be cleaned up in the next iteration.
9174
9175 * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
9176 buffers when toggling sticky-agendas.
9177 (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
9178 to explicitly kill all agenda buffers.
9179 (org-agenda-run-series): Remove any old agenda markers in the
9180 buffer that is going to take the new block agenda.
9181 (org-prepare-agenda): Reset markers before erasing the buffer anc
07f44fdb 9182 running `org-agenda-mode', because after that the local variable
8223b1d2
BG
9183 `org-agenda-markers' will have gone away.
9184 (org-agenda-Quit):
9185 (org-finalize-agenda): Install the marker resetter into the
9186 `kill-buffer-hook'.
9187 (org-agenda-save-markers-for-cut-and-paste): Look for markers in
9188 all agenda buffers.
9189 (org-agenda-kill-all-agenda-buffers): New function.
9190
91912012-09-30 Chris Gray <chrismgray@gmail.com>
9192
9193 * org-html.el (org-export-as-html): Remove the check for body-only
9194 in the code for generating tables of contents.
9195
91962012-09-30 Christoph Dittmann <github@christoph-d.de> (tiny change)
9197
d36ed1c8
SM
9198 * org-beamer.el (org-beamer-auto-fragile-frames):
9199 Make [fragile] work with overlay specifications.
8223b1d2
BG
9200
92012012-09-30 Christophe Junke <christophe.junke@inria.fr> (tiny change)
9202
9203 * org-agenda.el (org-agenda-list): Ensures that the list returned
9204 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
735135f9 9205 checking if the latter is empty.
8223b1d2
BG
9206
92072012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
9208
9209 * org-latex.el (org-export-latex-tables): Support setting the
9210 :hfmt parameter from #+ATTR_LaTeX.
9211
92122012-09-30 Daniel Dehennin <daniel.dehennin@baby-gnu.org> (tiny change)
9213
9214 * org-exp.el (org-export-handle-include-files)
9215 (org-get-file-contents): Handle new parameter :addlevel.
9216
92172012-09-30 Dave Abrahams <dave@boostpro.com> (tiny change)
9218
9219 * org.el (org-link-prettify): New function to prettify links while
9220 displaying them with `org-insert-link'.
9221 (org-insert-link): Use the new function.
9222
92232012-09-30 David Maus <dmaus@ictsoc.de>
9224
9225 * org-exp.el (org-export-language-setup): Use numeric character
9226 entities for proper rendering of non-UTF8 documents.
9227
9228 * org-exp.el (org-export-language-setup): Add japanese
9229 translation.
9230
92312012-09-30 Eric Schulte <eric.schulte@gmx.com>
9232
9233 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
9234
9235 * ob.el (org-babel-insert-result): Replace key sequence with
9236 function call. Use a more informative flag to the local function.
9237 (org-add-protective-commas): Declare a new external function.
9238
9239 * org-src.el (org-add-protective-commas): This should be its own
9240 function.
9241 (org-edit-src-exit): Use the new function.
9242
9243 * org-compat.el (org-labels): Remove.
9244
9245 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
9246
9247 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
9248
9249 * ob.el (org-babel-string-read): Don't automatically evaluate code
9250 block results which look like elisp.
9251 (org-babel-import-elisp-from-file): Raise a warning message when
9252 the process of reading code block results raises an error.
9253
9254 * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
9255 macro argument multiple times.
9256
9257 * org.el (org-compat): Require org-compat before we first use one
9258 of its functions (a macro actually).
9259
9260 * ob-comint.el (org-babel-comint-with-output): Don't name the
9261 filter function, but rather pass through the anonymous lambda
9262 directly.
9263
9264 * org.el (org-babel-load-languages): Common lisp should be
9265 mentioned as a supported babel language.
9266
9267 * org-clock.el (org-clock-special-range): "concat 'string" ->
9268 "concat"
9269 (org-clocktable-shift): "concat 'string" -> "concat"
9270
9271 * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
9272 org-labels.
9273
9274 * ob-calc.el (org-babel-execute:calc): Strip single quotes from
9275 calc internal representations.
9276
9277 * org-clock.el (org-clock-special-range): Replacing cl concatenate
9278 with concat.
9279 (org-clocktable-shift): Replacing cl concatenate with concat.
9280
9281 * ob.el (org-babel-edit-distance): Remove use of map at runtime.
9282
9283 * org-compat.el (org-flet): Compatibility function now that flet
9284 has been removed from cl-macs.
9285 (org-labels): Compatibility function now that labels has been
9286 removed from cl-macs.
9287
9288 * ob-R.el (org-compat): Require org-compat.
9289
9290 * ob-comint.el: Require org-compat.
9291
9292 * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
9293 function.
9294
9295 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
9296 compatibility function.
9297
9298 * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
9299 function.
9300 (org-babel-lob-execute): Switch to compatibility function.
9301
9302 * ob-python.el (org-babel-python-evaluate-session): Switch to
9303 compatibility function.
9304
9305 * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
9306 function.
9307
9308 * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
9309 function.
9310
9311 * ob-tangle.el (org-babel-load-file): Switch to compatibility
9312 function.
9313 (org-babel-tangle): Switch to compatibility function.
9314 (org-babel-spec-to-string): Switch to compatibility function.
9315
9316 * ob.el (org-babel-view-src-block-info): Switch to compatibility
9317 function.
9318 (org-babel-execute-src-block): Switch to compatibility function.
9319 (org-babel-edit-distance): Switch to compatibility function.
9320 (org-babel-switch-to-session-with-code): Switch to compatibility
9321 function.
9322 (org-babel-sha1-hash): Switch to compatibility function.
9323 (org-babel-balanced-split): Switch to compatibility function.
9324 (org-babel-join-splits-near-ch): Switch to compatibility function.
9325 (org-babel-get-rownames): Switch to compatibility function.
9326 (org-babel-format-result): Switch to compatibility function.
9327 (org-babel-insert-result): Switch to compatibility function.
9328 (org-babel-examplize-region): Switch to compatibility function.
9329 (org-babel-merge-params): Switch to compatibility function.
9330 (org-babel-noweb-p): Switch to compatibility function.
9331 (org-babel-expand-noweb-references): Switch to compatibility
9332 function.
9333
9334 * org-bibtex.el (org-bibtex-headline): Switch to compatibility
9335 function.
9336 (org-bibtex-fleshout): Switch to compatibility function.
9337 (org-bibtex-read): Switch to compatibility function.
9338 (org-bibtex-write): Switch to compatibility function.
9339
9340 * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
9341 compatibility function.
9342
9343 * org-exp.el (org-export-format-source-code-or-example): Switch to
9344 compatibility function.
9345
9346 * org-macs.el (org-called-interactively-p): Indentation fix.
9347
9348 * org-mouse.el (org-mouse-timestamp-today): Switch to
9349 compatibility function.
9350 (org-mouse-set-priority): Switch to compatibility function.
9351 (org-mouse-popup-global-menu): Switch to compatibility function.
9352 (org-mouse-context-menu): Switch to compatibility function.
9353
9354 * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
9355 compatibility function.
9356 (org-plot/gnuplot-script): Switch to compatibility function.
9357
9358 * org.el (org-entry-get): Switch to compatibility function.
9359 (org-fill-paragraph): Switch to compatibility function.
9360 (org-auto-fill-function): Switch to compatibility function.
9361
9362 * ob-lob.el (org-babel-lob-execute): Only try to insert extant
9363 hashes.
9364
9365 * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
9366
9367 * ob.el (org-babel-set-current-result-hash): Change the hash of
9368 the results for the current code block.
9369 (org-babel-current-result-hash): Fix documentation.
9370
9371 * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
9372 function if the current call line hash matches that in its
9373 results.
9374
9375 * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
9376 a table is a sequence.
9377
9378 * ob-R.el (org-babel-R-assign-elisp): Clean up the code
9379 implementing reads of irregular data into R.
9380
9381 * ob.el (org-babel-header-arg-expand): In new buffers
9382 (char-before) may return nil so use equal rather than =.
9383
9384 * ob-R.el (org-babel-header-args:R): Adding values.
9385
9386 * ob-clojure.el (org-babel-header-args:clojure): Adding values.
9387
9388 * ob-lisp.el (org-babel-header-args:lisp): Adding values.
9389
9390 * ob-sql.el (org-babel-header-args:sql): Adding values.
9391
9392 * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
9393
9394 * ob.el (org-babel-combine-header-arg-lists): Combine lists of
9395 arguments and values.
9396 (org-babel-insert-header-arg): Use new combined header argument
9397 lists.
9398 (org-babel-header-arg-expand): Add support for completing-read
9399 insertion of header arguments after ":"
9400 (org-babel-enter-header-arg-w-completion): Completing read
9401 insertion of header arguments
9402 (org-tab-first-hook): Adding header argument completion.
9403 (org-babel-params-from-properties): Combining header argument
9404 lists.
9405
9406 * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
9407 used on export.
9408
9409 * ob.el (org-babel-result-to-file): New optional description
9410 argument.
d36ed1c8 9411 (org-babel-insert-result): Move description logic to another
8223b1d2
BG
9412 function.
9413
9414 * ob.el (org-babel-insert-result): Change name of filelinkdescr to
9415 file-desc.
9416 (org-babel-common-header-args-w-values): Change name of
9417 filelinkdescr to file-desc.
9418
9419 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
9420 files on windows.
9421
9422 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
9423 Org-mode blocks.
9424
9425 * ob.el (org-babel-parse-src-block-match): Make use of the new
9426 language argument to org-babel-strip-protective-commas.
9427 (org-babel-parse-inline-src-block-match): Make use of the new
9428 language argument to org-babel-strip-protective-commas.
9429 (org-babel-strip-protective-commas): Now accepts a language
9430 argument.
9431
94322012-09-30 Fabrice Niessen <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org> (tiny change)
9433
9434 * org-agenda.el (org-agenda-write-buffer-name): Remove the test
9435 for the presence of <style> tag.
9436
94372012-09-30 Feng Shu <tumashu@gmail.com>
9438
d36ed1c8
SM
9439 * org.el (org-create-formula-image-with-imagemagick):
9440 Use 'call-process to launch latex so that no shell output buffer will
8223b1d2
BG
9441 be shown when previewing formulas.
9442
9443 * org.el (org-create-formula-image-with-imagemagick): Fix typo.
9444
9445 * org.el (org-latex-create-formula-image-program): New option to
9446 use either dvipng or imagemagick to convert and preview LaTeX
9447 fragments.
9448 (org-preview-latex-fragment, org-format-latex): Handle the new
9449 option.
9450 (org-create-formula-image-with-dvipng): Rename from
9451 `org-create-formula-image'.
9452 (org-create-formula-image-with-imagemagick): New defun to handle
9453 LaTeX preview with imagemagick.
9454 (org-latex-color, org-latex-color-format): New defuns to handle
9455 color conversions.
9456
9457 * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
9458 Allow to use imagemagick to convert LaTeX fragments.
9459
9460 * org-html.el (org-export-html-preprocess): Ditto.
9461
9462 * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
9463
94642012-09-30 George Kettleborough <g.kettleborough@member.fsf.org>
9465
9466 * org-clock.el: New option `org-clock-clocked-in-display' to
9467 control whether the current clock is displayed in the mode line
9468 and/or frame title.
9469
9470 * org-timer.el: New option `org-timer-display' to control whether
9471 the current timer is displayed in the mode line and/or frame
9472 title.
9473
94742012-09-30 Hans-Peter Deifel <hpdeifel@gmx.de> (tiny change)
9475
9476 * ob.el (org-babel-execute-src-block): Allow the :dir header
9477 argument to take relative file names.
9478
94792012-09-30 Harri Kiiskinen <harri@pp-kaitue.(none)> (tiny change)
9480
9481 * org-protocol.el: New option.
9482 (org-protocol-store-link, org-protocol-do-capture): Use it.
9483
94842012-09-30 Henning Weiss <hdweiss@gmail.com>
9485
d36ed1c8 9486 * org-mobile.el (org-mobile-edit): Add handling of addheading,
8223b1d2
BG
9487 refile, archive, archive-sibling and delete edit nodes.
9488 (org-mobile-locate-entry): Olp links containing only a file are
9489 now be located correctly.
9490 (org-mobile-apply): Instead of finding the location of all target
9491 headings for edit nodes in a separate loop, they will be found
9492 immediately before applying edits.
9493
9494 * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
9495 title.
9496
94972012-09-30 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
9498
9499 * org.el (org-parse-time-string): Allow strings supported by
9500 tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
9501 starts with < and ends with >. This means that e.g. in the
9502 clocktable parameters you can specify :tstart "<-1w>" :tend
9503 "<now>".
9504
95052012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
9506
9507 * org-colview.el (org-columns): New argument `columns-fmt-string'.
9508
d36ed1c8
SM
9509 * org-colview.el (org-columns-get-format-end-top-level):
9510 Split into `org-columns-get-format' and `org-columns-goto-top-level'.
8223b1d2
BG
9511
9512 * org-colview.el (org-dblock-write:columnview): Add a new
9513 parameter :format which specifies the column view format for the
9514 output of the columnview dynamic block.
9515
95162012-09-30 Jambunathan K <kjambunathan@gmail.com>
9517
9518 * org-lparse.el (org-lparse-and-open)
9519 (org-lparse-do-convert): Open exported files with system-specific
9520 application.
9521
9522 * org-odt.el: Don't meddle with `org-file-apps'.
9523
9524 * org-compat.el (org-condition-case-unless-debug): Alias to
9525 `condition-case' when both `condition-case-no-debug' and
9526 `condition-case-unless-debug' is unavailable.
9527
9528 * org-odt.el (org-odt-do-image-size): Replace `flet' with
9529 equivalent construct.
9530
d36ed1c8
SM
9531 * org-odt.el (org-odt-cleanup-xml-buffers):
9532 Use `condition-case-no-debug' instead of
8223b1d2
BG
9533 `condition-case-unless-debug'. This ensures backward
9534 compatibility with Emacs versions < 24.1.
9535
9536 * org-odt.el (org-odt-zip-dir)
9537 (org-odt-cleanup-xml-buffers): New.
9538 (org-export-as-odt-and-open, org-export-as-odt)
9539 (org-odt-init-outfile, org-odt-save-as-outfile)
d36ed1c8
SM
9540 (org-export-as-odf, org-export-as-odf-and-open):
9541 Use `org-odt-cleanup-xml-buffers'.
8223b1d2 9542
d36ed1c8
SM
9543 * org-odt.el (org-export-odt-default-org-styles-alist):
9544 Add default character style.
8223b1d2 9545
d36ed1c8
SM
9546 * org-odt.el (org-export-odt-default-org-styles-alist):
9547 Add default character style.
8223b1d2
BG
9548
9549 * org-lparse.el (org-do-lparse): Remove stray call to
9550 `org-export-html-after-blockquotes-hook'.
9551
9552 * org-bbdb.el (org-bbdb-export): Add support for ODT format.
9553
9554 * org-odt.el (org-odt-update-meta-file): Check for `org-version'
9555 is bound before accessing it.
9556
9557 * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
9558 moved away from $(git-root)/contrib/odt/etc/schema/ to
9559 $(git-root)/etc/schema/.
9560
9561 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
9562 internal links destined for headlines provide a description or
9563 not. In fact, the `org-store-link' and `org-insert-link' create
9564 internal links which do have a description.
9565
9566 * org-lparse.el (org-lparse-insert-org-table): Consider short
9567 caption as plain text and not as org text.
9568
9569 * org-odt.el (org-export-odt-format-formula)
9570 (org-export-odt-format-image): Ditto.
9571
9572 * org-odt.el (org-odt-begin-table)
9573 (org-export-odt-format-formula, org-export-odt-format-image)
9574 (org-odt-format-entity): Handle short caption.
9575
9576 * org-lparse.el (org-lparse-insert-org-table)
9577 (org-lparse-insert-list-table, org-lparse-insert-table-table):
9578 Ditto.
9579
95802012-09-30 Jay McCarthy <jay.mccarthy@gmail.com> (tiny change)
9581
9582 * org-colview.el (org-columns-new-overlay): Make sure to add a
9583 face to a string that has no face.
9584
95852012-09-30 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
9586
9587 * org-latex.el: Ensure a final newline is appended to the export
9588 buffer.
9589
95902012-09-30 Levin Du <zslevin@gmail.com> (tiny change)
9591
9592 * org-clock.el (org-clock-in): Fix bug in setting the clock
9593 heading.
9594
95952012-09-30 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
9596
9597 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
9598 advertised by the function.
9599
96002012-09-30 Mark E. Shoulson <mark@kli.org> (tiny change)
9601
9602 * org.el (org-fontify-entities): Hide {} when prettifying
9603 entities.
9604
96052012-09-30 Mark Shoulson <mark@kli.org> (tiny change)
9606
9607 * org-entities.el (org-entities): Add new entities for characters
9608 which could cause formatting changes if typed directly.
9609
d36ed1c8 9610 * org-entities.el (org-entities): Add \asciicirc entity for ^;
8223b1d2
BG
9611 also fixed \circ expansion in latex.
9612
9613 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
9614 and \there4 were not "prettified" when org-pretty-entities was
9615 enabled.
9616
96172012-09-30 Mats Lidell <matsl@xemacs.org> (tiny change)
9618
d36ed1c8
SM
9619 * org-element.el (org-element-paragraph-separate):
9620 Remove redundant and misplaced t clause in case.
8223b1d2
BG
9621
96222012-09-30 Matt Lundin <mdl@imapmail.org>
9623
9624 * org-datetree.el: Fix regexp to allow datetree to find headings
9625 with trailing whitespace. This fixes a bug in which an existing
9626 datetree heading (e.g., "* 2012 ") would not be found by
d36ed1c8
SM
9627 org-datetree-find-year-create if it had trailing whitespace.
9628 This can cause problems, for instance, if one is using column view on
8223b1d2
BG
9629 the date tree, since editing subheadings with column view adds
9630 whitespace at the end of the top heading.
9631
9632 * org-footnote.el (org-footnote-new): Don't call
9633 org-footnote-unique-label if org-footnote-auto-label is set to
9634 random.
9635
4f405069 9636 * org-gnus.el (org-gnus-follow-link): Fix argument to
8223b1d2
BG
9637 gnus-group-read-group so that following a link does not result in
9638 unread article being selected.
9639
9640 * org-bbdb.el (org-bbdb-anniv-extract-date)
9641 (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
9642 to accommodate BBDB 3.x. There are two major changes in BBDB 3.x
9643 that need to be taken into account. The first is that
d36ed1c8
SM
9644 `bbdb-split' reverses the order of its parameters in 3.x.
9645 The second is that `bbdb-record-getprop' is replaced by
8223b1d2
BG
9646 bbdb-record-note in 3.x.
9647
96482012-09-30 Max Mikhanosha <max@openchat.com>
9649
9650 * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
9651 a single line of agenda by narrowing the agenda buffer to just
9652 that line before calling `org-agenda-finalize'.
9653
9654 * org.el (org-mode): Don't set org-hide's foreground to
9655 "invisible-bg".
9656 (org-find-invisible-foreground): New function.
9657
9658 * org-agenda.el (defvar org-habit-show-all-today): New variable
9659 (org-agenda-get-scheduled): Show all habits if user wants it
9660
9661 * org-habit.el (defcustom org-habit-show-all-today): New variable
9662
9663 * org-agenda.el (org-agenda-quit): Copy the code for optionally
9664 restoring window configuration after burying the sticky agenda
9665 buffer.
9666
9667 * org-agenda.el (org-agenda-new-marker): Check for NIL
9668 org-agenda-buffer
9669 (org-agenda-to-appt): Bind org-agenda-buffer to NIL
9670
9671 * org-agenda.el (org-agenda-change-all-lines): Move accessing of
9672 'extra text property outside of with-current-buffer for original
9673 buffer
9674
9675 * org-agenda.el (defvar org-habit-show-habits-only-for-today):
9676 initialize to nil
9677
96782012-09-30 Michael Brand <michael.ch.brand@gmail.com>
9679
9680 * org-id.el (org-id-link-to-org-use-id): Align the doc string to
9681 the changed default.
9682
9683 * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
9684 when heading has no text.
9685
d36ed1c8
SM
9686 * org-capture.el (org-capture-inside-embedded-elisp-p):
9687 Improve parsing.
8223b1d2
BG
9688
9689 * org-feed.el (org-feed-format-entry): Require `org-capture'.
9690 Expand Elisp %(...) templates.
9691 (org-feed-default-template): Update docstring.
9692
d36ed1c8
SM
9693 * org-capture.el (org-capture-expand-embedded-elisp):
9694 New function.
8223b1d2
BG
9695 (org-capture-fill-template): Use it.
9696 (org-capture-inside-embedded-elisp-p): New function to tell if we
9697 are within an Elisp %(...) template.
9698
9699 * org-list.el (org-at-item-description-p)
9700 (org-list-item-body-column): Make the inline regexp more
9701 consistent with `org-list-full-item-re', the inline regexp
9702 "Description list items" from `org-set-font-lock-defaults and
9703 others'.
9704
97052012-09-30 Mike Sperber <sperber@deinprogramm.de>
9706
9707 * org.el (org-fill-paragraph): Pass optional argument to
9708 `fill-paragraph' to fix compatibility with XEmacs.
9709
d36ed1c8
SM
9710 * org.el (org-self-insert-cluster-for-undo):
9711 Default `org-self-insert-cluster-for-undo' also on XEmacs.
8223b1d2
BG
9712
9713 * org.el (org-kill-line): Access `visual-line-mode' only if it's
9714 bound.
9715
97162012-09-30 Muchenxuan Tong <demon386@gmail.com> (tiny change)
9717
d36ed1c8
SM
9718 * org-timer.el (org-timer-set-mode-line):
9719 Check `org-timer-display' when value is 'off.
8223b1d2
BG
9720
97212012-09-30 Nicolas Calderon Asselin <nicolas.calderon.asselin@gmail.com> (tiny change)
9722
9723 * org-clock.el (org-clock-idle-time): Org-mode assumed that
9724 x11idle was an available command, and returned an idle time of 0
9725 if it was not
6711a21f 9726 (never idle): Add checks so that org-idle-time will come from
8223b1d2
BG
9727 emacs' own current-idle-time if x11idle cannot be found or if it
9728 cannot retrieve the idle time from X11
9729
97302012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
9731
9732 * org-element.el: Properly remove COMMENT and QUOTE keywords from
9733 title in parser.
9734
9735 * org-element.el (org-element-headline-parser): Fix parsing for
9736 headlines with a single COMMENT or QUOTE keyword.
9737
9738 * ob-org.el (org-babel-default-header-args:org): By default,
9739 export code from Org src blocks.
9740
d36ed1c8
SM
9741 * org-element.el (org-element-inline-src-block-successor):
9742 Fix inline-src-block parsing at the beginning of an item.
8223b1d2 9743
d36ed1c8
SM
9744 * org-element.el (org-element--collect-affiliated-keywords):
9745 Fix caption parsing.
8223b1d2
BG
9746
9747 * org-element.el (org-element--current-element): At the very
9748 beginning of a footnote definition or an item, next element is
9749 always a paragraph.
9750
9751 * org-element.el (org-element-headline-parser): Handle nil titles.
d36ed1c8
SM
9752 (org-element-inlinetask-parser): Add :raw-value property.
9753 Also handle nil titles.
8223b1d2
BG
9754
9755 * org.el (org-set-regexps-and-options): Don't consider tags as a
9756 replacement for a missing title in an headline.
9757
9758 * org.el (org-setup-filling): Remove duplicate code.
9759
9760 * org.el (org-adaptive-fill-function): Make sure fill prefix is
9761 computed from beginning of line.
9762
9763 * org-element.el (org-element-section-parser): Make sure section
9764 cannot contain an headline.
9765 (org-element--current-element): Fix bug requiring to parse a quote
9766 section even when point is at an headline.
9767
9768 * org.el (org-adaptive-fill-function): Remove occasional spurious
9769 space character when auto-filling.
9770
9771 * org.el (org-mode): Call external initalizers. Now both filling
9772 code and comments code have their own independant part in org.el.
d36ed1c8 9773 (org-setup-filling): Rename from `org-set-autofill-regexps'.
8223b1d2
BG
9774 (org-setup-comments-handling): New function.
9775
9776 * org.el (org-fill-paragraph): Refine filling in comments and in
9777 paragraphs. Allow commented blank lines. Take into consideration
9778 the indentation of the second line of the paragraph being filled.
9779 (org-comment-or-uncomment-region): Rewrite function. Now comment
9780 region at a fixed column: the minimal indentation of the region.
9781 (org-fill-context-prefix): Rename function into
4f405069 9782 `org-adaptive-fill-function'. Also, In a paragraph, choose the
8223b1d2
BG
9783 same prefix as the current line.
9784
9785 * org-exp.el (org-export-handle-comments): Also remove comments at
9786 column 0.
9787
9788 * org-exp.el (org-export-handle-comments): Handle inline comments
9789 with new syntax.
9790
9791 * org.el (org-structure-template-alist): Add missing colon to
9792 #+INCLUDE.
9793
9794 * org.el (org-backward-element): When called at the beginning of
9795 first element in section, the function shouldn't return an error
9796 but move point to headline or point-min instead.
9797
9798 * org-element.el (org-element-paragraph-parser): Tiny refactoring.
9799
9800 * org-element.el (org-element-paragraph-parser): Remove trailing
9801 code comments.
9802
9803 * org.el (org-fill-context-prefix): Fix incorrect output when
9804 called at the beginning of a plain list with an affiliated
9805 keyword.
9806 (org-fill-paragraph): Remove useless variable.
9807
9808 * org-element.el (org-element-paragraph-parser): Fix parsing of
9809 paragraph at the beginning of an item.
9810
735135f9 9811 * org.el (org-mode): Set back comment-start-skip so comment-dwim
8223b1d2
BG
9812 can tell a keyword from a comment.
9813
9814 * org.el (org-set-autofill-regexps): Install new comment line
9815 break function.
9816 (org-comment-line-break-function): New function.
9817 (org-mode): Remove unnecessary line.
9818
9819 * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
9820 fill verse blocks contents. Verse blocks can be used to format
9821 free-form poetry, so filling has to be done manually.
9822
9823 * org.el (org-fill-paragraph-separate-nobreak-p): New function.
9824 (org-set-autofill-regexps): Introduce new predicate.
9825 (org-fill-item-nobreak-p): Remove function.
9826
9827 * org-element.el (org-element-paragraph-separate): Since this
9828 variable is meant to be searched forward, \end{...} shouldn't
9829 trigger the end of a paragraph before checking if it is the end of
9830 a complete environment.
9831 (org-element-latex-environment-parser): Slight change to the
9832 regexp matching the beginning of a latex environment.
9833 (org-element-paragraph-parser): Paragraphs don't end at incomplete
9834 latex environments.
9835 (org-element-latex-or-entity-successor): Remove paragraph
9836 environments from latex fragment search.
9837
9838 * org-table.el (org-table-number-regexp): By default, accept comma
9839 as a decimal mark to represent numbers.
9840
9841 * org-element.el (org-element-map): Fix comment typo.
9842
9843 * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
9844 returning funny results.
9845
9846 * org.el (org-fill-paragraph): Try not to include message header
9847 and citation lines in a paragraph when filling it.
9848
9849 * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
9850 (org-fill-context-prefix): Fill prefix doesn't depend on current
9851 narrowing.
9852
9853 * org.el (org-mode): Line with a single hash sign on it is a
9854 comment.
9855
9856 * org.el (org-set-font-lock-defaults): Fix comment fontification.
9857
9858 * org-element.el (org-element-item-parser): Do not remove tag from
9859 body if list isn't descriptive.
9860
9861 * org-list.el (org-insert-item): Only ask about a term for
9862 descriptive lists.
9863 (org-list-struct, org-list-insert-item): Do not recognize a tag in
9864 an ordered list.
9865
9866 * org-element.el (org-element-set-element): Rewrite function.
9867 (org-element-adopt-elements): New function.
d36ed1c8 9868 (org-element-adopt-element): Remove function.
8223b1d2
BG
9869 (org-element--parse-elements, org-element--parse-objects): Use new
9870 function.
9871
9872 * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
9873 which is now hard-coded.
9874 (org-cycle-list-bullet): Hard code `bullet' rule.
9875 (org-list-get-list-type): Make sure a list with numbered bullets
9876 cannot have `descriptive' type.
9877
9878 * org-element.el (org-element-paragraph-parser): Fix previous
9879 patch.
9880
9881 * org.el (org-fill-paragraph): No need to use
9882 `org-element-paragraph-separate' in a verse block since blank
9883 lines only can end a "paragraph".
9884
9885 * org-element.el (org-element-paragraph-separate): Apply changes
9886 to comments.
9887 (org-element-paragraph-parser): Correctly find end of paragraphs.
9888 (org-element--current-element): Require colons for Babel calls.
9889 (org-element-center-block-parser)
9890 (org-element-dynamic-block-parser, org-element-quote-block-parser)
9891 (org-element-special-block-parser)
9892 (org-element-comment-block-parser)
9893 (org-element-example-block-parser)
9894 (org-element-export-block-parser, org-element-src-block-parser)
9895 (org-element-verse-block-parser): Fall-back to paragraph parsing
9896 when incomplete or ill-formed.
9897
9898 * org-element.el (org-element-swap-A-B): Small refactoring.
9899
9900 * org-element.el (org-element-text-markup-successor): Fix typo in
9901 docstring.
9902
9903 * org-element.el (org-element-at-point): Return consistent value
9904 when function is called on a blank line within a plain list.
9905
9906 * org-element.el (org-element-paragraph-separate): Fix comments in
9907 paragraph separator regexp. Optimize it.
9908
9909 * org-element.el: Update code commets.
9910
9911 * org.el (org-mark-subtree): Fix bug when marking subtree with
9912 point on an inlinetask. Refactor code.
9913
9914 * org.el (org-mark-subtree): Do not make a special case for
4f405069 9915 inlinetasks when marking a subtree. These are handled by
8223b1d2
BG
9916 `org-element-mark-element'.
9917
9918 * org-element.el (org-element-comment-parser): Consider first "+"
9919 as a comment when parsing an ill-defined keyword.
9920
9921 * org-element.el (org-element-item-interpreter): Simplify bullet
9922 creation.
9923 (org-element-plain-list-interpreter): Fix wrong bullets, if
9924 needed.
9925
9926 * org-element.el (org-element-comment-parser): Fix parsing when a
9927 keyword follows the commented line.
9928
9929 * org.el (org-fill-context-prefix): Auto-fill first paragraph in
9930 footnote definitions.
9931
9932 * org.el (org-mode): Define new comment syntax.
9933 (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
9934 (org-fill-context-prefix, org-insert-comment)
9935 (org-comment-or-uncomment-region): Use new comment syntax.
9936
9937 * org-element.el (org-element-comment-parser)
9938 (org-element-comment-interpreter, org-element--current-element):
9939 Use new comment syntax.
9940
9941 * org.el (org-fill-paragraph): When at an item or a footnote
9942 definition, fill first paragraph instead.
9943
9944 * org.el (org-fill-paragraph): Fix filling when point is at the
9945 very end of a paragraph.
9946
9947 * org.el (org-mode): Set comments related variables.
d36ed1c8
SM
9948 (org-insert-comment, org-comment-or-uncomment-region):
9949 New functions.
8223b1d2
BG
9950
9951 * org.el (org-fill-context-prefix): Small refactoring.
9952 (org-fill-paragraph): Add code comments.
9953
9954 * org-element.el (org-element-at-point): Add :parent property to
9955 output.
d36ed1c8
SM
9956 (org-element-context): Add :parent property to output.
9957 Also return a single element or object instead of a list of parents.
8223b1d2
BG
9958 (org-element-forward, org-element-up): Apply changes.
9959
9960 * org.el (org-fill-context-prefix): New function.
9961 (org-fill-paragraph, org-auto-fill-function): Use new function.
9962 Also handle comments.
9963 (org-adaptive-fill-function): Remove function.
9964 (org-get-local-variables, orgstruct++-mode): Don't store now
9965 unused adaptive-fill* functions.
9966
9967 * org-element.el (org-element-at-point): Fix function when buffer
9968 starts with an inlinetask. Also fix it when called on the last
9969 element in a greater element or the buffer.
9970
9971 * org-element.el (org-element-center-block-parser)
9972 (org-element-dynamic-block-parser)
9973 (org-element-footnote-definition-parser)
9974 (org-element-headline-parser, org-element-inlinetask-parser)
9975 (org-element-quote-block-parser, org-element-special-block-parser)
9976 (org-element-plain-list-parser): Refactor code.
9977 (org-element-drawer-parser): Fall-back to paragraph parser when
9978 drawer is incomplete.
9979
9980 * org-macs.el (org-with-limited-levels): Fix typo.
9981
9982 * org-element.el (org-element-paragraph-separate): Refactor.
9983 (org-element-paragraph-parser): Fix paragraph parsing.
9984
9985 * org.el (org-fill-paragraph): Rewrite function using
9986 `org-element-at-point'.
9987
9988 * org-element.el (org-element-fill-paragraph): Remove function.
9989
9990 * org.el (org-planning-or-clock-line-re): Make it a defconst.
9991 It's no use to make it a buffer-local variable since variables on
9992 which it depends are not buffer-local anyway.
9993
9994 * org.el (org-drawer-regexp): Provide default value for
9995 `org-drawer-regexp' in non-Org buffers.
9996
9997 * org-entities.el (org-entities-create-table): Function chokes
9998 when CAR of `org-entities' is a string.
9999
10000 * org-list.el (org-list-automatic-rules): Allow check-boxes in
10001 description lists.
10002 (org-list-struct-apply-struct, org-insert-item): Remove rule
10003 check.
10004
10005 * org-footnote.el (org-footnote-normalize): Fix positionning in
10006 HTML export without a footnote section.
10007
d36ed1c8
SM
10008 * org-list.el (org-list-struct-indent):
10009 Follow `org-list-demote-modify-bullet' specifications for ordered
8223b1d2
BG
10010 bullets.
10011 (org-list-indent-item-generic, org-indent-item-tree)
10012 (org-outdent-item-tree): Fix bug when operating on a region.
10013 (org-outdent-item, org-indent-item): Allow to operate on a region.
10014
10015 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
10016 on a region.
10017
10018 * org-footnote.el (org-footnote-delete-definitions): Remove blank
10019 lines before the footnote definition instead of removing those
10020 after it.
10021
10022 * org-footnote.el (org-footnote-at-definition-p): Don't grab
10023 trailing blank lines in a footnote definition.
10024 (org-footnote-delete-definitions): Remove both footnote definition
10025 and trailing blank lines.
10026
100272012-09-30 Rick Frankel <rick@rickster.com>
10028
10029 * ob-sql.el: Add dbi engine type and pre/post processing.
10030
100312012-09-30 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
10032
10033 * ob.el (org-babel-expand-noweb-references): Capture current noweb
10034 start and end patterns then use to set buffer locals in
10035 (with-temp-buffer) form.
10036
100372012-09-30 Sebastien Vauban <sva@mygooglest.com> (tiny change)
10038
10039 * org.el (org-update-all-dblocks): Autoload function.
10040
100412012-09-30 Simon Thum <simon.thum@gmx.de> (tiny change)
10042
10043 * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
10044 return a string.
10045
100462012-09-30 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10047
10048 * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
10049 meaning.
10050
100512012-09-30 Stuart Hickinbottom <stuart@hickinbottom.com> (tiny change)
10052
10053 * org-clock.el (org-x11idle-exists-p): Only shell out when running
10054 on X.
10055
100562012-09-30 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
10057
10058 * org-html.el (org-export-as-html): If possible, use the
10059 :CUSTOM_ID: property to assign unique ids to footnotes.
10060
100612012-09-30 T.F. Torrey <tftorrey@tftorrey.com> (tiny change)
10062
d36ed1c8
SM
10063 * org-exp.el (org-export-remember-html-container-classes):
10064 Allow exporting a single subtree with HTML_CONTAINER_CLASS property.
8223b1d2
BG
10065
10066 * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
10067 of `widen' and don't toggle header as `rmail-widen' already takes
10068 care of this.
10069
100702012-09-30 Tim Howe <vsync@quadium.net> (tiny change)
10071
10072 * org-clock.el (org-clocktable-defaults): Revert extra layer of
10073 quoting.
10074
100752012-09-30 Toby S. Cubitt <tsc25@cantab.net>
10076
10077 * org-capture.el (org-capture-fill-template): Expand %<num> escape
10078 sequences into text entered for <num>'th %^{PROMPT} escape.
735135f9 10079
d36ed1c8 10080 * org-capture.el (org-capture-fill-template): Fix regexp for
8223b1d2 10081 %<n> expandos to match any positive integer.
d36ed1c8 10082 (org-capture-templates): Update docstring accordingly.
8223b1d2
BG
10083
10084 * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
10085 Skip timestamp items in agenda view if item is already shown as a
10086 deadline item.
d1389828 10087 (org-agenda-skip-deadline-if-done): Pass deadline results to
8223b1d2
BG
10088 org-agenda-get-timestamps.
10089 (org-agenda-get-timestamps): Optionally take list of deadline
10090 results, so that timestamp results can be skipped if already
10091 included in deadline results.
10092
10093 * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
10094 deadline/scheduling information to be displayed in diary sexp
10095 agenda items.
10096 (org-agenda-get-sexps): Extract deadline/scheduling information
10097 from diary sexp entries.
10098
10099 * org-capture.el (org-capture-place-entry): Place captured entry
10100 immediately after last subheading of target, instead of just
10101 before next heading at same level as target.
10102
10103 * org-capture.el (org-capture-templates): Document new capture
10104 template properties.
10105
10106 * org-capture.el (org-capture-place-entry)
10107 (org-capture-empty-lines-before): Make new :empty-lines-before
10108 property override :empty-lines when inserting empty lines before
10109 captured captured entry.
10110
10111 * org-capture.el (org-capture-finalize)
10112 (org-capture-empty-lines-after): Make new :empty-lines-after
10113 property override :empty-lines when inserting empty lines after
10114 captured captured entry.
10115
d36ed1c8
SM
10116 * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo):
10117 Add new todo-unblocked and nottodo-unblocked skip conditions.
10118 These match as for todo and nottodo, but only for unblocked todo items.
8223b1d2
BG
10119
101202012-09-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
10121
10122 * org.el (org-read-date-display): Fix bug when displaying the
10123 overlay.
10124
101252012-09-30 Niels Giesen <niels.giesen@gmail.com>
10126
10127 * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
d36ed1c8
SM
10128 When present, the :hline following the head will be skipped.
10129 This is necessary to avoid doubling of horizontal rules in LaTeX
8223b1d2
BG
10130 longtable environments and consequent width problems.
10131
10132 * org-latex.el (org-export-latex-tables-tstart)
10133 (org-export-latex-tables-hline)
10134 (org-export-latex-tables-tend): New options.
10135 (org-export-latex-tables): Use the new options.
10136
a04689de 101372012-09-30 Feng Shu <tumashu@gmail.com> (tiny change)
8223b1d2
BG
10138
10139 * org-exp.el (org-export-language-setup): Add simplified chinese
10140 translation.
10141
0e23ef9d
PE
101422012-09-01 Paul Eggert <eggert@cs.ucla.edu>
10143
10144 Better seed support for (random).
10145 * org-id.el (org-id-uuid):
10146 Change (random t) to (random), now that the latter is more random.
10147
b46a6a83
PE
101482012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10149
10150 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
10151 * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
10152 (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
10153 (ly-w32-midi-path): Rename from ly-win32-midi-path.
10154 (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
10155 Check for "windows-nt", not "win32", in system-type.
10156
37269466
CY
101572012-06-02 Chong Yidong <cyd@gnu.org>
10158
10159 * org-clock.el (org-clock-string-limit)
10160 (org-clock-modeline-total, org-clock-task-overrun-text)
10161 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
10162
ed9265fc 101632012-05-27 Mark Shoulson <mark@kli.org> (tiny change)
9893229f 10164
33017faf
GM
10165 * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
10166 \there4 were not "prettified" when org-pretty-entities was enabled.
9893229f 10167
33017faf 101682012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
9893229f 10169
33017faf
GM
10170 * org.el (org-font-lock-add-priority-faces):
10171 Restrict priorities fontification to headlines and inlinetasks.
9893229f 10172
33017faf 101732012-05-27 Jambunathan K <kjambunathan@gmail.com>
2a88ee23
BG
10174
10175 * org-odt.el (org-odt-init-outfile)
33017faf
GM
10176 (org-odt-write-manifest-file):
10177 Disable `nxml-auto-insert-xml-declaration-flag'.
2a88ee23 10178
33017faf 10179 * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
ed7bebbb 10180
33017faf 101812012-05-27 Bastien Guerry <bzg@gnu.org>
2a88ee23 10182
33017faf 10183 * org.el (org-scan-tags): Fix bug when building the scanner regexp.
2a88ee23 10184
33017faf 101852012-05-27 Eric Schulte <eric.schulte@gmx.com>
2a88ee23 10186
33017faf
GM
10187 * ob.el (org-babel-capitalize-examplize-region-markers):
10188 Controls the capitalization of begin and end example blocks.
10189 (org-babel-examplize-region):
10190 Optionally capitalize example block delimiters.
2a88ee23 10191
33017faf
GM
10192 * ob-plantuml.el (org-babel-execute:plantuml):
10193 Add a :java header argument to plantuml.
2a88ee23 10194
33017faf
GM
10195 * org-exp-blocks.el (org-export-blocks-preprocess):
10196 Even when the body of a block is not indented the boundary markers
10197 should be indented to their original positions so things like list
2a88ee23
BG
10198 indentation still work.
10199
33017faf
GM
10200 * ob.el (org-babel-parse-src-block-match):
10201 Save match data during indentation check.
eb2adf0a 10202
33017faf 102032012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
10204
10205 * org.el (org-scan-tags): Correctly match TODO keywords.
10206
33017faf 102072012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
8c8b834f
BG
10208
10209 * org-list.el (org-list-struct): Fix white spaces.
33017faf 10210 (org-list-swap-items, org-list-send-item): Fix visibility preservation.
8c8b834f 10211
33017faf
GM
10212 * org-list.el (org-list-swap-items, org-list-send-item):
10213 Preserve visibility when moving items.
8c8b834f 10214
33017faf 102152012-05-27 Mark E. Shoulson <mark@kli.org> (tiny change)
8c8b834f 10216
33017faf 10217 * org.el (org-fontify-entities): Hide {} when prettifying entities.
8c8b834f 10218
33017faf 102192012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
10220
10221 * org.el (org-cycle-internal-global): Prevent the display of
10222 messages when cycling from with a Gnus article buffer.
10223
33017faf
GM
10224 * org-table.el (org-table-time-seconds-to-string):
10225 Fix bug about handling a negative duration value.
8c8b834f 10226
33017faf 102272012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
8c8b834f
BG
10228
10229 * org.el (org-link-expand-abbrev): Fix docstring.
10230
8c8b834f
BG
10231 * org.el (org-translate-link): Fix bug.
10232
33017faf 102332012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f 10234
33017faf
GM
10235 * org-agenda.el (org-agenda-bulk-mark-regexp):
10236 Fix bug when setting the number of marked entries.
8c8b834f 10237
33017faf 10238 * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
8c8b834f
BG
10239 (org-set-calc-mode, org-table-eval-formula): Use it.
10240
33017faf 102412012-05-27 Eric Schulte <eric.schulte@gmx.com>
8c8b834f 10242
33017faf
GM
10243 * ob.el (org-babel-find-named-result):
10244 Fix bug finding empty named results.
8c8b834f 10245
33017faf 102462012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
8c8b834f 10247
33017faf
GM
10248 * org.el (org-set-regexps-and-options):
10249 Fix `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
8c8b834f 10250 match since time keywords must end with colons, which are not word
33017faf
GM
10251 constituents.
10252
102532012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f 10254
33017faf
GM
10255 * org-ctags.el (org-ctags-new-topic-template):
10256 Fix the option default value back again.
8c8b834f 10257
33017faf 102582012-05-27 Eric Schulte <eric.schulte@gmx.com>
8c8b834f 10259
33017faf
GM
10260 * org-bibtex.el (org-bibtex-export-to-kill-ring):
10261 Don't rely on kill-new to return a string.
8c8b834f 10262
33017faf
GM
10263 * org-bibtex.el (org-bibtex-headline):
10264 Remove call to bibtex-reformat which often hangs.
8c8b834f 10265
0cd38783
GM
102662012-04-27 Glenn Morris <rgm@gnu.org>
10267
10268 * org-ctags.el (org-ctags-new-topic-template):
10269 Revert 2012-04-09 removal of * from defcustom value, not doc.
10270
a8e7d6d7 102712012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
2f885dca
BG
10272
10273 * org-table.el (org-table-number-fraction): Fix typo.
10274
a8e7d6d7 102752012-04-27 Eric Schulte <eric.schulte@gmx.com>
2f885dca
BG
10276
10277 * ob-python.el (org-babel-execute:python): Ensure newline precedes
10278 automatically-added returns.
10279
a8e7d6d7 102802012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
2f885dca
BG
10281
10282 * org-mouse.el (org-mode-hook): Do not move point when clicking on
10283 a footnote reference.
10284
a8e7d6d7 102852012-04-27 Bastien Guerry <bzg@gnu.org>
2f885dca
BG
10286
10287 * org-faces.el (org-date-selected): Fix docstring.
10288
a8e7d6d7 102892012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
2f885dca 10290
d36ed1c8
SM
10291 * org-list.el (org-list-struct-indent):
10292 Follow `org-list-demote-modify-bullet' specifications for ordered
2f885dca
BG
10293 bullets.
10294 (org-list-indent-item-generic, org-indent-item-tree)
10295 (org-outdent-item-tree): Fix bug when operating on a region.
10296 (org-outdent-item, org-indent-item): Allow to operate on a region.
10297
10298 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
10299 on a region.
10300
a8e7d6d7 103012012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
2f885dca 10302
cdb45185 10303 * org-footnote.el (org-footnote-normalize): Fix positioning in
2f885dca
BG
10304 HTML export without a footnote section.
10305
a8e7d6d7 103062012-04-27 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
2f885dca
BG
10307
10308 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
10309 advertised by the function.
10310
a8e7d6d7 103112012-04-27 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
2f885dca
BG
10312
10313 * org.el (org-read-date-display): Fix bug when displaying the
10314 overlay.
10315
a8e7d6d7 103162012-04-27 Bastien Guerry <bzg@gnu.org>
2f885dca
BG
10317
10318 * org.el (org-mode): Don't use `buffer-face-mode' by default.
10319
a8e7d6d7 103202012-04-27 Bastien Guerry <bzg@gnu.org>
2f885dca
BG
10321
10322 * org-faces.el (org-date-selected): New face.
10323
a8e7d6d7 103242012-04-27 Jambunathan K <kjambunathan@gmail.com>
2f885dca
BG
10325
10326 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
10327 internal links destined for headlines provide a description or
10328 not. In fact, the `org-store-link' and `org-insert-link' create
10329 internal links which do have a description.
10330
a8e7d6d7 103312012-04-27 Bastien Guerry <bzg@gnu.org>
2f885dca
BG
10332
10333 * org-clock.el (org-program-exists): Fix docstring.
10334
35dc09a1 103352012-04-14 Bastien Guerry <bzg@gnu.org>
801a68c8
BG
10336
10337 * org.el (org-point-at-end-of-empty-headline): Only try to match
35dc09a1 10338 `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
801a68c8
BG
10339 modes.
10340 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
10341 to fontify beyond (point-max).
10342
10343 * org-clock.el (org-clock-task-overrun-text)
10344 (org-task-overrun, org-clock-get-clock-string)
10345 (org-clock-update-mode-line)
10346 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
10347 and `org-task-overrun-text' to `org-clock-task-overrun' and
10348 `org-clock-task-overrun-text' respectively.
10349 (org-task-overrun-text): New alias.
10350
10351 * org-table.el (org-table-eval-formula): Fix bug about handling
10352 remote references as durations.
10353 (org-table-get-range): Fix bug: make sure references to $0 are
10354 correctly handled.
10355
35dc09a1
GM
10356 * org-pcomplete.el (pcomplete/org-mode/file-option):
10357 Fix bug in `pcomplete/org-mode/file-option'.
801a68c8
BG
10358 (org-thing-at-point): Also match line options like LATEX_CLASS
10359 when pcompleting from LATEX_.
10360
10361 * org-agenda.el (org-agenda-filter-make-matcher)
10362 (org-agenda-filter-apply): Allow filtering entries out by
10363 category. Using `C-u <' from the agenda view will redisplay
35dc09a1 10364 the agenda without entries from categories of the current line.
801a68c8 10365
35dc09a1 103662012-04-14 Eric Schulte <eric.schulte@gmx.com>
801a68c8 10367
35dc09a1
GM
10368 * ob-C.el (org-babel-C-ensure-main-wrap):
10369 Add an explicit return to automatically generated main methods.
801a68c8 10370
35dc09a1 103712012-04-14 Matt Lundin <mdl@imapmail.org>
801a68c8 10372
35dc09a1
GM
10373 * org.el (org-after-todo-state-change-hook):
10374 Fix docstring to reflect name change of state to `org-state'.
801a68c8 10375
35dc09a1 103762012-04-14 Mike Sperber <sperber@deinprogramm.de> (tiny change)
801a68c8 10377
35dc09a1
GM
10378 * org-footnote.el (org-footnote-normalize):
10379 Correctly pass keyword arguments to `org-export-preprocess-string'.
801a68c8 10380
5c7ac472
BG
103812012-04-03 Bastien Guerry <bzg@gnu.org>
10382
10383 * org.el (org-todo): Fix regression: rename `state' to
10384 `org-state'.
10385 (org-use-effective-time): Fix group and type.
10386
23f6720e
BG
103872012-04-02 Bastien Guerry <bzg@gnu.org>
10388
10389 * org-clock.el (org-clock-out-if-current): Fix regression: rename
10390 `org-clock-state' to `org-state' to match the name of the
10391 dynamically-scoped variable in `org-todo'.
10392
10393 * org-agenda.el (entry, org-diary, org-class): Fix regression:
10394 rename `org-entry' to `entry'.
10395
126b903e
BG
103962012-04-01 Bastien Guerry <bzg@gnu.org>
10397
23f6720e 10398 * org.el (org-todo): Fix regression in `org-todo'.
126b903e 10399
153ae947
BG
104002012-04-01 Eric Schulte <eric.schulte@gmx.com>
10401
10402 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
10403 C files on windows.
10404
104052012-04-01 Eric Schulte <eric.schulte@gmx.com>
10406
10407 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
10408 Org-mode blocks.
10409
10410 * ob.el (org-babel-parse-src-block-match): Make use of the new
10411 language argument to org-babel-strip-protective-commas.
10412 (org-babel-parse-inline-src-block-match): Make use of the new
10413 language argument to org-babel-strip-protective-commas.
10414 (org-babel-strip-protective-commas): Now accepts a language
10415 argument.
10416
104172012-04-01 Bastien Guerry <bzg@gnu.org>
10418
10419 * org.el (org-fast-tag-selection): Fix an bug when listing tags
10420 for completion.
10421
104222012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10423
d36ed1c8 10424 * org.el (org-delete-property-globally): Fix a bug that left
153ae947
BG
10425 blank line in place of the property, instead of removing the line.
10426
104272012-04-01 Bastien Guerry <bzg@gnu.org>
10428
10429 * ob-maxima.el (org-babel-maxima-command): Add group information
10430 to the defcustom.
10431
104322012-04-01 Bastien Guerry <bzg@gnu.org>
10433
10434 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
10435 face to 'org-default.
10436
104372012-04-01 Bastien Guerry <bzg@gnu.org>
10438
10439 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
10440 in links.
10441
104422012-04-01 Bastien Guerry <bzg@gnu.org>
10443
10444 * org.el: Prevent a bug while defining the menu by requiring
10445 `org-beamer' when necessary.
10446
104472012-04-01 Bastien Guerry <bzg@gnu.org>
10448
d36ed1c8
SM
10449 * org-table.el (orgtbl-self-insert-command):
10450 Use `backward-delete-char' instead of `delete-backward-char' as this
153ae947
BG
10451 last command gets caught by the compiler which says to not use it
10452 in programs. `backward-delete-char' is just an alias for
10453 `delete-backward-char' which is internally remapped to
10454 `org-delete-backward-char' for optimization purpose.
10455
104562012-04-01 Bastien Guerry <bzg@gnu.org>
10457
10458 * org-latex.el (org-export-latex-subcontent): Bugfix: when
10459 `org-export-latex-low-levels' is nil, do not export low levels.
10460
104612012-04-01 Eric Schulte <eric.schulte@gmx.com>
10462
10463 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
10464 results insertion.
10465
104662012-04-01 Bastien Guerry <bzg@gnu.org>
10467
10468 * org.el (org-set-tags): Include `org-tag-alist' in the list of
10469 possible completions, even when there are tags defined in the
10470 buffer.
10471
153ae947
BG
104722012-04-01 Bastien Guerry <bzg@gnu.org>
10473
10474 * org.el (org-set-tags): Don't add a column when there is only one
10475 tag offered for completion.
10476
104772012-04-01 Bastien Guerry <bzg@gnu.org>
10478
10479 * org.el (org-fast-tag-selection): Include tags from
10480 `org-tag-alist' when completing with the TAB key.
10481
104822012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
10483
10484 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
10485
104862012-04-01 Bastien Guerry <bzg@gnu.org>
10487
10488 * org-latex.el (org-export-latex-subcontent): Don't insert a
10489 linebreak when itemizing a subtree that is just a headline.
10490
104912012-04-01 Eric Schulte <eric.schulte@gmx.com>
10492
d36ed1c8 10493 * ob-lob.el (org-babel-lob-get-info): Remove extra []s when
153ae947
BG
10494 parsing inline call_foo lines.
10495
104962012-04-01 Eric Schulte <eric.schulte@gmx.com>
10497
10498 * ob-maxima.el (org-babel-maxima-command): The maxima command used
10499 should be configurable (defaults to maxima-command if defined).
10500 (org-babel-execute:maxima): The maxima command used should be
10501 configurable (defaults to maxima-command if defined).
10502
105032012-04-01 Eric Schulte <eric.schulte@gmx.com>
10504
10505 * ob-C.el (org-babel-C-execute): Add the local directory to the
10506 library search path for C/C++ block compilation.
10507
105082012-04-01 Eric Schulte <eric.schulte@gmx.com>
10509
10510 * ob.el (org-babel-where-is-src-block-result): Don't truncate
10511 results name on call line execution.
10512
105132012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10514
10515 * org-colview.el (org-columns-cleanup-item): Handle case of empty
ed9265fc 10516 headline.
153ae947
BG
10517
105182012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10519
10520 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
10521 export error when a src block produces fake footnotes.
10522
105232012-04-01 Bastien Guerry <bzg@gnu.org>
10524
10525 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
10526 `parse-time-months' in the docstring.
10527
105282012-04-01 Bastien Guerry <bzg@gnu.org>
10529
10530 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
10531 binding.
10532
105332012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10534
10535 * org-colview.el (org-columns-compute): Also consider inline tasks
10536 when computing the sum.
10537
105382012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
10539
d36ed1c8
SM
10540 * org-habit.el (org-habit-insert-consistency-graphs):
10541 Fix alignment of consistency graph in filtered agenda view.
153ae947
BG
10542
105432012-04-01 Bastien Guerry <bzg@gnu.org>
10544
10545 * org-latex.el (org-export-as-latex): Fix bug in setting the
10546 export directory according to the LaTeX options.
10547
105482012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
10549
10550 * org.el (org-show-subtree): Make interactive.
10551
105522012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
10553
ed9265fc 10554 * org-clock.el (org-clock-get-table-data): Make sure todo-only
153ae947
BG
10555 does not leak when it is set by make-org-tags-macher.
10556
105572012-04-01 Bastien Guerry <bzg@gnu.org>
10558
10559 * org.el (org-cycle-internal-local): Don't try to hide drawers
10560 within subtrees in this function, it slows cycling down.
10561
105622012-04-01 Bastien Guerry <bzg@gnu.org>
10563
d36ed1c8
SM
10564 * org-agenda.el (org-agenda-custom-commands-local-options):
10565 Fix incorrect custom option definition.
153ae947
BG
10566
105672012-04-01 Bastien Guerry <bzg@gnu.org>
10568
10569 * org-colview.el (org-columns-display-here): Bugfix: use the date
10570 as the value for the ITEM column when displaying a summary.
10571
105722012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10573
10574 * ob-lilypond.el: Re-direct homepage to Worg.
10575
105762012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10577
10578 * ob-lilypond.el: Leave versioning to Org.
10579
105802012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10581
10582 * ob-lilypond.el: Fix compiler warning.
10583
105842012-04-01 Jambunathan K <kjambunathan@gmail.com>
10585
10586 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
10587 that have either a caption or a label.
10588 (org-odt-label-styles, org-odt-category-map-alist): Add a
10589 separator between sequence number and caption. Introduced two
10590 new label styles for handling of math formula and math label.
10591 (org-odt-format-label-definition)
10592 (org-export-odt-format-formula): Propagate above changes.
10593
105942012-04-01 Bastien Guerry <bzg@gnu.org>
10595
10596 * org.el (org-enforce-todo-dependencies): Fix docstring.
10597
105982012-04-01 Jambunathan K <kjambunathan@gmail.com>
10599
10600 * org-odt.el (org-export-odt-category-strings): New custom
10601 variable.
d36ed1c8
SM
10602 (org-odt-category-map-alist): Modify interpretation.
10603 Don't use the same field to double up as both a OpenDocument
153ae947
BG
10604 variable and a category string. Entries in this list now
10605 specify only the OpenDocument variable. Category strings are
10606 obtained through an indirect lookup of
10607 `org-export-odt-category-strings'. Use same OpenDocument
d36ed1c8
SM
10608 variables as what LibreOffice uses for various entities.
10609 Fix docstring.
153ae947
BG
10610 (org-odt-add-label-definition)
10611 (org-odt-format-label-definition)
10612 (org-odt-format-label-reference): Propagate above changes.
10613
106142012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10615
10616 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
10617
106182012-04-01 Jambunathan K <kjambunathan@gmail.com>
10619
10620 * org-odt.el (org-odt-category-map-alist): Update docstring.
10621 (org-export-odt-user-categories)
10622 (org-export-odt-get-category-from-label)
10623 (org-odt-get-label-category-and-style): Remove.
10624 (org-odt-add-label-definition): Propagate above changes.
10625
106262012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10627
10628 * org.el (org-refile): Don't allow creation of parents when using
10629 the refile command to go to a headline.
10630
106312012-04-01 Jambunathan K <kjambunathan@gmail.com>
10632
10633 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
10634 as section numbers only if section numbering is on.
10635
106362012-04-01 Bastien Guerry <bzg@gnu.org>
10637
10638 * org.el (format-spec): Require 'format-spec.
10639
106402012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10641
10642 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
10643
106442012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10645
10646 * org.el (org-imenu-get-tree): Check that looking-at succeeds
10647 before using match results.
10648
106492012-04-01 Bastien Guerry <bzg@gnu.org>
10650
10651 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
10652
106532012-04-01 Jambunathan K <kjambunathan@gmail.com>
10654
10655 * org-lparse.el (org-do-lparse): Make effective setting of
d36ed1c8
SM
10656 `org-export-headline-levels' available to the ODT exporter.
10657 Also remove some stale comments.
153ae947
BG
10658
106592012-04-01 Jambunathan K <kjambunathan@gmail.com>
10660
10661 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
10662 per-language string for "Table Of Contents".
10663
106642012-04-01 Bastien Guerry <bzg@gnu.org>
10665
10666 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
10667
106682012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
10669
10670 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
10671 the libary name.
10672
106732012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
10674
10675 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
10676 case-fold-search is bound to nil globally, the
10677 (case-fold-search t) doesn't work until we get to the body.
10678
106792012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10680
10681 * org-latex.el (org-export-latex-tables): Allow to use
10682 sidewaystable.
10683
106842012-04-01 Eric Schulte <eric.schulte@gmx.com>
10685
10686 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
10687 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
10688
106892012-04-01 David Maus <dmaus@ictsoc.de>
10690
10691 * org.el (org-scan-tags): Require one or more spaces (+) between
10692 keyword and headline.
10693
106942012-04-01 David Maus <dmaus@ictsoc.de>
10695
10696 * org-agenda.el (org-prepare-agenda): Don't reset
10697 `org-done-keywords-for-agenda' when `org-agenda-multi'.
10698
106992012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
10700
10701 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
10702 while inserting habit graph in the agenda buffer.
10703
107042012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10705
10706 * org-src.el (org-src-edit-buffer-p): New function.
10707
107082012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10709
10710 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
10711 being checked. Also enhance the docstring a bit.
10712
107132012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10714
10715 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
10716 display of indirect agenda window.
10717
107182012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
10719
10720 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
10721 compatibility bug.
10722
107232012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
10724
10725 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
10726 to tags-list and org-trust-scanner-tags to t while evaluating the
10727 matcher, since the matcher is always evaluated at the current
10728 entry.
10729
107302012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10731
10732 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
10733 evaluating the matcher, since the matcher is always evaluated at
10734 the current entry.
10735
107362012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
10737
d36ed1c8 10738 * ob-lilypond.el (ly-compile-lilyfile): Fix misplaced comma in a
153ae947
BG
10739 quoting expression.
10740
107412012-04-01 Eric Schulte <eric.schulte@gmx.com>
10742
10743 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
10744 argument.
10745 (org-babel-noweb-p): The "eval" argument only expands during
10746 evaluation.
10747
107482012-04-01 Eric Schulte <eric.schulte@gmx.com>
10749
10750 * ob.el (org-strip-protective-commas): Declared.
10751
10752 * org-agenda.el (org-agenda-filtered-by-category): Declared.
10753 (org-agenda-filter-apply): Capture free variable.
10754
10755 * org-footnote.el (org-skip-whitespace): Declared.
10756
10757 * org-mobile.el (org-agenda-filter): Declared.
10758
10759 * org-src.el (org-strip-protective-commas): Declared.
10760
107612012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
10762
10763 * org.el (org-version): Add autoload cookie.
10764
107652012-04-01 David Maus <dmaus@ictsoc.de>
10766
10767 * org-attach.el (org-attach-store-link-p): Remove spurious quote
10768 in customization form choice.
10769
153ae947
BG
107702012-04-01 Eric Schulte <eric.schulte@gmx.com>
10771
10772 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
10773 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
10774 execution.
10775
107762012-04-01 Eric Schulte <eric.schulte@gmx.com>
10777
10778 * ob.el (org-babel-insert-result): Ensure correct order for empty
10779 result wrapping blocks.
10780
107812012-04-01 Martyn Jago <martyn.jago@btinternet.com>
10782
10783 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
10784 and add easy pdf generation in the form of `ly-gen-pdf' variable.
10785
107862012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
10787
10788 * ob-tangle.el (org-babel-spec-to-string): The link generated by
10789 org-store-link is escaped twice when tangling with ":comments yes"
10790 flag.
10791
107922012-04-01 Bastien Guerry <bzg@gnu.org>
10793
10794 * org-html.el (org-export-as-html): Remove another useless space
10795 before tag.
10796
107972012-04-01 Bastien Guerry <bzg@gnu.org>
10798
10799 * org-html.el (org-export-as-html): Remove another useless space
10800 before tag.
10801
108022012-04-01 Bastien Guerry <bzg@gnu.org>
10803
10804 * org-html.el (org-export-as-html): Remove useless space before
10805 tag.
10806
108072012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
10808
10809 * org.el (org-version): Add autoload cookie.
10810
108112012-04-01 Bastien Guerry <bzg@gnu.org>
10812
10813 * org.el (org-get-category): Save match data.
10814
108152012-04-01 Eric Schulte <eric.schulte@gmx.com>
10816
10817 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
10818 :tangle is specified.
10819
10820 * ob.el (org-babel-expand-noweb-references): Widen buffer when
10821 expanding noweb references.
10822
108232012-04-01 Eric Schulte <eric.schulte@gmx.com>
10824
10825 * ob-table.el (sbe): Don't accidentally leave a `t' value when
10826 variables are force interpreted as strings.
10827
108282012-04-01 David Maus <dmaus@ictsoc.de>
10829
10830 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
10831 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
10832
108332012-04-01 David Maus <dmaus@ictsoc.de>
10834
10835 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
10836 (bbdb-search-organization): Declare functions to silence byte
10837 compiler.
10838
108392012-04-01 Bernt Hansen <bernt@norang.ca>
10840
10841 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
ed9265fc 10842 repeating tasks using .+n and ++n syntax.
153ae947
BG
10843
108442012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
10845
10846 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
10847 heading that has a date but no todo keyword.
10848
108492012-04-01 Eric Schulte <eric.schulte@gmx.com>
10850
10851 * ob.el (org-babel-find-named-result): Fix code block replacement
10852 with results.
10853
108542012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10855
10856 * org-footnote.el (org-footnote-normalize): Do not normalize
10857 labels when sort-only is non-nil.
10858
108592012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10860
10861 * org-footnote.el (org-footnote-normalize): Remove an useless part
10862 of the function.
10863 (org-insert-footnote-reference-near-definition): Remove function.
10864
108652012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10866
10867 * org-footnote.el (org-footnote-normalize): Fix normalization of
10868 inline footnotes with no footnote section.
10869
108702012-04-01 David Maus <dmaus@ictsoc.de>
10871
10872 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
10873 to check for old or new version by a check for the required
10874 function in `org-bbdb-open' and `org-bbdb-store-link'.
10875 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
10876 to be used.
10877
108782012-04-01 Eric Schulte <eric.schulte@gmx.com>
10879
10880 * ob.el (org-babel-find-named-result): Don't miss a code block
10881 when there are confounding spaces after the result name.
10882
108832012-04-01 Eric Schulte <eric.schulte@gmx.com>
10884
10885 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
10886 regular expressions.
10887 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
10888 expressions.
10889
108902012-04-01 Eric Schulte <eric.schulte@gmx.com>
10891
d36ed1c8 10892 * ob.el (org-babel-examplize-region): Fix bug in examplization.
153ae947
BG
10893
108942012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10895
10896 * org.el (org-link-search): Search for #+name affiliated keywords
10897 and invisible targets.
10898
108992012-04-01 Jambunathan K <kjambunathan@gmail.com>
10900
10901 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
10902 newlines in a transcoded footnote definition. This ensures that
10903 the line that is currently being processed by `org-do-lparse' loop
10904 doesn't get broken up into multiple lines. Fix for the following
10905 bug -
10906
109072012-04-01 Jambunathan K <kjambunathan@gmail.com>
10908
10909 * org-footnote.el (org-footnote-normalize): Force a paragraph
10910 break after the last footnote definition. This is an an implicit
10911 assumption made by the org-lparse.el library. With this change,
10912 footnote definitions can reliably be exported with ODT backend.
10913 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
10914
109152012-04-01 Eric Schulte <eric.schulte@gmx.com>
10916
10917 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
10918
109192012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10920
10921 * org-list.el (org-list-struct): Fix small bug introduced by
10922 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
10923
109242012-04-01 Eric Schulte <eric.schulte@gmx.com>
10925
10926 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
10927 org-exp-blocks.el.
10928
10929 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
10930 for the fact that this is really now a Babel thing -- even if it
10931 is used here and the definition should remain here for reasons of
10932 load dependencies.
10933
109342012-04-01 David Maus <dmaus@ictsoc.de>
10935
10936 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
10937 defined after bbdb was loaded.
10938
109392012-04-01 Eric Schulte <eric.schulte@gmx.com>
10940
10941 * org-latex.el (org-export-latex-tables): Don't add spurious
10942 preceding newline if caption is not above a longtable.
10943
109442012-04-01 Jambunathan K <kjambunathan@gmail.com>
10945
10946 * org-odt.el (org-odt-insert-toc): Remove this stray,
10947 dysfunctional routine. This possibly has crept in because of the
10948 broken merges between "maint" and "origin" branches.
10949 (org-odt-begin-table): Don't emit an empty paragraph when a table is
7bd20f91 10950 neither labeled nor captioned.
153ae947
BG
10951 (org-odt-init-outfile): Remove reference to an unused variable.
10952
109532012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
10954
10955 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
10956 SQL code blocks.
10957
109582012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
10959
10960 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
10961 org-mark-ring and guessing at the code block name to jump to.
10962
109632012-04-01 David Maus <dmaus@ictsoc.de>
10964
10965 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
10966 of indirect buffer and window.
10967
109682012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10969
10970 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10971 in verse blocks.
10972
109732012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10974
10975 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10976 in verse blocks.
10977
109782012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10979
10980 * org-exp.el (org-table-clean-before-export): Ignore table rows
10981 defining parameters for formulas during export.
10982
109832012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10984
10985 * org-list.el (org-list-get-item-number): New function.
10986
109872012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10988
10989 * org-list.el (org-list-ending-method, org-list-end-regexp):
d36ed1c8 10990 Remove variables.
153ae947
BG
10991 (org-in-item-p, org-list-separating-blank-lines-number)
10992 (org-list-parse-list, org-list-struct): Apply changes.
10993
10994 * org-exp.el (org-export-mark-list-end)
10995 (org-export-mark-list-properties): Apply changes.
10996
10997 * org-latex.el (org-export-latex-lists): Apply changes.
10998
109992012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11000
11001 * org.el (org-cycle-internal-local): Correctly unfold headlines
11002 containing an inlinetask.
11003
110042012-04-01 Bastien Guerry <bzg@gnu.org>
11005
11006 * org.el (org-structure-template-alist): Fix missing angle
11007 brackets for muse export style.
11008
110092012-04-01 David Maus <dmaus@ictsoc.de>
11010
11011 * org.el (org-recenter-calendar): Use `with-selected-window' to
11012 select calendar window and save currently selected window and
11013 current buffer.
11014
110152012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
11016
ed9265fc 11017 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
153ae947
BG
11018 argument set, otherwise not only are headlines in the current
11019 subtree excluded, but it throws an error if point happens not to
11020 be within a subtree (e.g. at start of buffer).
11021
110222012-04-01 David Maus <dmaus@ictsoc.de>
11023
11024 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
11025
110262012-04-01 David Maus <dmaus@ictsoc.de>
11027
d36ed1c8 11028 * org-clock.el (org-in-clocktable-p): Move to org.el.
153ae947 11029
4f405069 11030 * org.el (org-in-clocktable-p): New function. Moved from
ed9265fc 11031 org-clock.el.
153ae947
BG
11032
110332012-04-01 David Maus <dmaus@ictsoc.de>
11034
11035 * org-exp.el (org-export-get-title-from-subtree): Don't format
11036 tags in title if title headline does not have tags.
11037
110382012-04-01 Bastien Guerry <bzg@gnu.org>
11039
11040 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
11041 inline tasks too.
11042
110432012-04-01 Jambunathan K <kjambunathan@gmail.com>
11044
11045 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
11046 Delay it till the end of export.
11047 (org-odt-begin-document-body): Make a note of the default
11048 position of TOC in `org-lparse-dyn-first-heading-pos'.
11049 (org-odt-insert-toc): Insert TOC as directed by
11050 [TABLE-OF-CONTENTS] line or at the default position.
11051 (org-odt-end-export): Call `org-odt-insert-toc'.
11052
110532012-04-01 Bastien Guerry <bzg@gnu.org>
11054
11055 * org.el (org-preview-latex-fragment): Throw an error when called
11056 from a non-file buffer.
11057
110582012-04-01 David Maus <dmaus@ictsoc.de>
11059
11060 * org-capture.el (org-capture-place-item): Don't search for
11061 position in existing list if :exact-position was supplied.
11062
110632012-04-01 Bastien Guerry <bzg@gnu.org>
11064
11065 * org.el (org-set-font-lock-defaults): Fix bug in done headline
11066 fontification.
11067
110682012-04-01 Jambunathan K <kjambunathan@gmail.com>
11069
11070 * org-odt.el (org-odt-format-textbox): Honor user-specified width
11071 in captioned images.
11072
110732012-04-01 Eric Schulte <eric.schulte@gmx.com>
11074
11075 * org.el (org-update-property-plist): Fix bug in property list
11076 updates.
11077
110782012-04-01 Eric Schulte <eric.schulte@gmx.com>
11079
11080 * ob.el (org-babel-balanced-split): Explicit checking if list
11081 before calling member.
11082
110832012-04-01 Eric Schulte <eric.schulte@gmx.com>
11084
11085 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
11086 as the separator to `org-table-convert-region'. Fixes errors when
11087 only one result per line of output.
11088
110892012-04-01 Eric Schulte <eric.schulte@gmx.com>
11090
d36ed1c8
SM
11091 * ob.el (org-babel-strip-protective-commas):
11092 Use `org-strip-protective-commas'.
153ae947 11093
d36ed1c8
SM
11094 * org-exp.el (org-export-select-backend-specific-text):
11095 Use `org-strip-protective-commas'.
153ae947 11096
d36ed1c8
SM
11097 * org-src.el (org-edit-src-code):
11098 Use `org-strip-protective-commas'.
153ae947
BG
11099
11100 * org.el (org-strip-protective-commas): Single definition for this
11101 functionality.
11102
111032012-04-01 Eric Schulte <eric.schulte@gmx.com>
11104
11105 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
11106
111072012-04-01 David Maus <dmaus@ictsoc.de>
11108
11109 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
11110 Run before the finalization process starts.
11111 (org-capture-finalize): Run new hook.
11112
111132012-04-01 Eric Schulte <eric.schulte@gmx.com>
11114
11115 * org.el (org-entry-get): Generalize to multiple "prop+"
11116 properties.
11117
111182012-04-01 Eric Schulte <eric.schulte@gmx.com>
11119
11120 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
11121 the `org-src-mode-map'.
11122
111232012-04-01 David Maus <dmaus@ictsoc.de>
11124
11125 * org.el (org-recenter-calendar): Use `with-selected-window' to
11126 select calendar window and save currently selected window and
11127 current buffer.
11128
111292012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11130
11131 * org-list.el (org-list-ending-method, org-list-end-regexp):
d36ed1c8 11132 Remove variables.
153ae947
BG
11133 (org-in-item-p, org-list-separating-blank-lines-number)
11134 (org-list-parse-list, org-list-struct): Apply changes.
11135
11136 * org-exp.el (org-export-mark-list-end)
11137 (org-export-mark-list-properties): Apply changes.
11138
11139 * org-latex.el (org-export-latex-lists): Apply changes.
11140
111412012-04-01 Eric Schulte <eric.schulte@gmx.com>
11142
11143 * org.el (org-entry-get): Accumulate properties from subtree
11144 property drawers.
11145
111462012-04-01 Eric Schulte <eric.schulte@gmx.com>
11147
11148 * org.el (org-entry-get): Accumulate properties from subtree
11149 property drawers.
11150
111512012-04-01 Jambunathan K <kjambunathan@gmail.com>
11152
11153 * org-odt.el (org-export-odt-image-size-probe-method)
11154 (org-odt-do-image-size): Use imagemagick preferentially to
11155 determine image sizes.
11156
111572012-04-01 Jambunathan K <kjambunathan@gmail.com>
11158
11159 * org-odt.el (org-export-as-odt-to-buffer)
d36ed1c8
SM
11160 (org-replace-region-by-odt, org-export-region-as-odt):
11161 Remove these interactive functions. They are of questionable value.
153ae947
BG
11162
111632012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
11164
ed9265fc 11165 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
153ae947
BG
11166 argument set, otherwise not only are headlines in the current
11167 subtree excluded, but it throws an error if point happens not to
11168 be within a subtree (e.g. at start of buffer).
11169
111702012-04-01 Bastien Guerry <bzg@gnu.org>
11171
11172 * org-exp.el (org-export-kill-product-buffer-when-displayed)
11173 (org-export-initial-scope, org-export-date-timestamp-format)
11174 (org-export-with-tasks, org-export-email-info)
11175 (org-export-table-remove-empty-lines): Add version tag.
11176
111772012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11178
11179 * org.el (org-cycle-internal-local): Correctly unfold headlines
11180 containing an inlinetask.
11181
111822012-04-01 Bernt Hansen <bernt@norang.ca>
11183
11184 * org-clock.el (org-clock-out): Do not delete the current clocking
ed9265fc 11185 task when org-clock-out-hook clocks in another task.
153ae947
BG
11186
111872012-04-01 David Maus <dmaus@ictsoc.de>
11188
11189 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
11190
111912012-04-01 Jambunathan K <kjambunathan@gmail.com>
11192
11193 * org-odt.el (org-export-odt-convert-processes): Re-define
11194 (org-export-odt-convert-capabilities): Fix an accidental
11195 regression.
11196
111972012-04-01 Jambunathan K <kjambunathan@gmail.com>
11198
11199 * org-odt.el (org-export-odt-convert-capabilities): Change the
11200 default value.
11201
112022012-04-01 David Maus <dmaus@ictsoc.de>
11203
d36ed1c8 11204 * org-clock.el (org-in-clocktable-p): Move to org.el.
153ae947 11205
ed9265fc 11206 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el.
153ae947
BG
11207
112082012-04-01 David Maus <dmaus@ictsoc.de>
11209
11210 * org-exp.el (org-export-get-title-from-subtree): Don't format
11211 tags in title if title headline does not have tags.
11212
112132012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11214
11215 * org-footnote.el (org-blank-before-new-entry)
11216 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
11217 declarations.
11218
112192012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11220
11221 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
da5ecfa9 11222 and C-e behavior with visual lines.
153ae947
BG
11223
112242012-04-01 Eric Schulte <eric.schulte@gmx.com>
11225
d36ed1c8 11226 * org-exp-blocks.el (org-export-blocks): Change the name of
153ae947
BG
11227 exporting comment blocks given that it seems regular comment
11228 blocks no longer export.
11229
112302012-04-01 Eric Schulte <eric.schulte@gmx.com>
11231
11232 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
11233 export buffer.
11234 (org-babel-exp-in-export-file): Access current export buffer.
11235 (org-babel-exp-src-block): Access current export buffer.
11236 (org-babel-exp-inline-src-blocks): Access current export buffer.
11237
112382012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11239
11240 * ob-exp.el (org-babel-exp-in-export-file)
d36ed1c8
SM
11241 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks):
11242 Allow org-current-export-file to contain a buffer.
153ae947
BG
11243
112442012-04-01 Jambunathan K <kjambunathan@gmail.com>
11245
11246 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
11247 with `shell-command-to-string'.
11248
112492012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11250
11251 * org-footnote.el (org-footnote-create-definition): Fix space
11252 insertion when creating a new footnote. This fixes newline
11253 munching when `org-footnote-section' is nil and blank lines
11254 stacking when it isn't nil.
11255
112562012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11257
11258 * org-footnote.el (org-footnote-normalize): Make sure that
11259 footnotes are moved to a single place during export.
11260
153ae947
BG
112612012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11262
11263 * org-footnote.el (org-footnote-normalize): Ensure footnote
11264 definition will be inserted at the end of the section
11265 corresponding to to its first reference.
11266
112672012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11268
11269 * org-footnote.el (org-footnote-at-definition-p): Make sure to
11270 move point at the beginning of the separator before skiping white
11271 spaces. Refactor code.
11272
112732012-04-01 Eric Schulte <eric.schulte@gmx.com>
11274
11275 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
11276 export when "strip-export".
11277
11278 * ob.el (org-babel-common-header-args-w-values): New noweb
11279 header value.
11280 (org-babel-merge-params): New noweb header value.
11281 (org-babel-noweb-p): New noweb header value.
11282
112832012-04-01 Eric Schulte <eric.schulte@gmx.com>
11284
11285 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
11286
11287 * ob.el (org-babel-noweb-wrap): Add default value.
11288 (org-babel-expand-noweb-references): Just use default value.
11289
112902012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11291
11292 * org-exp.el (org-export-select-backend-specific-text): Always
11293 preserve original indentation as a text property so that lists do
11294 not get broken by indentation at column 0.
11295
112962012-04-01 Eric Schulte <eric.schulte@gmx.com>
11297
11298 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
11299 in source names in noweb references.
11300
113012012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11302
11303 * org.el (org-fill-line-break-nobreak-p): New function.
11304 (org-set-autofill-regexps): Add previous function to
11305 `fill-nobreak-predicate'.
11306
c88943a2 113072012-04-01 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
153ae947
BG
11308
11309 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
11310 visibility regardless of local user customization.
11311
113122012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
11313
11314 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
11315 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
11316
d36ed1c8
SM
11317 * org-indent.el (org-indent-set-line-properties):
11318 Honor `org-inlinetask-show-first-star'.
153ae947
BG
11319
113202012-04-01 Bastien Guerry <bzg@gnu.org>
11321
11322 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
11323 doesn't contain duplicates.
11324
113252012-04-01 Bastien Guerry <bzg@gnu.org>
11326
11327 * org.el (org-at-drawer-p): Normalize the docstring to match other
11328 `org-at-*-p' docstrings.
d36ed1c8
SM
11329 (org-indent-block, org-indent-drawer, org-at-block-p):
11330 New functions.
153ae947
BG
11331 (org-metaright): Use the new functions to indent a drawer or a
11332 block depending on the context. Also update the docstring.
11333
113342012-04-01 Bastien Guerry <bzg@gnu.org>
11335
11336 * org.el (org-set-regexps-and-options): Set the value of
11337 `org-drawers' by adding the value of the infile #+DRAWERS option
11338 to that of the existing `org-drawers'.
11339
113402012-04-01 Bastien Guerry <bzg@gnu.org>
11341
11342 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
11343 inline tasks too.
11344
113452012-04-01 Bastien Guerry <bzg@gnu.org>
11346
d36ed1c8
SM
11347 * org-inlinetask.el (org-inlinetask-toggle-visibility):
11348 Use `org-show-entry' instead of `outline-flag-region' to keep the
153ae947
BG
11349 drawers folded when unfolding an inline task.
11350
113512012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
11352
11353 * org-beamer.el (org-beamer-environments-default): Add support and
11354 keybinding for the `exampleblock' environment.
11355
113562012-04-01 Michael Brand <michael.ch.brand@gmail.com>
11357
11358 * org.el (org-open-link-from-string): Regard `reference-buffer'
11359 when setting `org-inhibit-startup'.
11360
113612012-04-01 Eric Schulte <eric.schulte@gmx.com>
11362
11363 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
11364 space between inline src block and results on export.
11365
113662012-04-01 Eric Schulte <eric.schulte@gmx.com>
11367
11368 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
11369 punctuation to proceed an inline src block.
11370
113712012-04-01 Eric Schulte <eric.schulte@gmx.com>
11372
11373 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
11374 list of characters allowed to proceed an inline src block.
11375
113762012-04-01 Eric Schulte <eric.schulte@gmx.com>
11377
11378 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
11379 noweb wrappers.
11380
11381 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
11382 (org-babel-noweb-wrap-end): End a noweb reference.
11383 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
11384 (org-babel-expand-noweb-references): Use the customizable noweb
11385 wrappers.
11386
113872012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11388
11389 * org.el (org-beginning-of-line): Handle case when there's no
11390 character after box.
11391
113922012-04-01 Jambunathan K <kjambunathan@gmail.com>
11393
11394 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
11395 Delay it till the end of export.
11396 (org-odt-begin-document-body): Make a note of the default
11397 position of TOC in `org-lparse-dyn-first-heading-pos'.
11398 (org-odt-insert-toc): Insert TOC as directed by
11399 [TABLE-OF-CONTENTS] line or at the default position.
11400 (org-odt-end-export): Call `org-odt-insert-toc'.
11401
114022012-04-01 Bastien Guerry <bzg@gnu.org>
11403
11404 * org.el (org-preview-latex-fragment): Throw an error when called
11405 from a non-file buffer.
11406
114072012-04-01 Bastien Guerry <bzg@gnu.org>
11408
11409 * org.el (org-insert-property-drawer): Not an interactive
11410 command anymore.
11411 (org-insert-drawer): With a prefix argument, insert a property
11412 drawer. Check for headline within the region before inserting the
11413 drawer. Don't include special drawers in the completion table.
11414 (org-mode-map): New keybinding `C-c C-x d' for
11415 `org-insert-drawer'.
11416
114172012-04-01 Bastien Guerry <bzg@gnu.org>
11418
11419 * org.el (org-insert-drawer): Support completion over known drawer
11420 names and inserting a drawer around the current region.
11421
114222012-04-01 Bastien Guerry <bzg@gnu.org>
11423
11424 * org.el (org-insert-drawer): New function.
11425 (org-insert-property-drawer): Use it.
11426
114272012-04-01 Bastien Guerry <bzg@gnu.org>
11428
11429 * org-list.el (org-mark-list): New function.
11430
114312012-04-01 Bastien Guerry <bzg@gnu.org>
11432
11433 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
11434 complete drawer at point.
11435 (org-thing-at-point): Use it.
11436
114372012-04-01 Bastien Guerry <bzg@gnu.org>
11438
11439 * org.el (org-meta-return): Use `newline-and-indent' when in a
11440 property drawer.
11441
114422012-04-01 Bastien Guerry <bzg@gnu.org>
11443
11444 * org.el (org-structure-template-alist): Fix docstring: the
11445 feature is not experimental anymore.
11446
114472012-04-01 Bastien Guerry <bzg@gnu.org>
11448
11449 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
11450 display the item without unfolding drawers and logbooks.
11451
114522012-04-01 Bastien Guerry <bzg@gnu.org>
11453
11454 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
11455 always nil.
11456
114572012-04-01 Bastien Guerry <bzg@gnu.org>
11458
11459 * org.el (org-structure-template-alist): Fix missing angle
11460 brackets for muse export style.
11461
114622012-04-01 Bastien Guerry <bzg@gnu.org>
11463
11464 * org.el (org-read-date): New parameter `inactive' when reading
11465 for insertion of inactive timestamps.
11466 (org-time-stamp, org-read-date-display): Use the new
11467 parameter.
11468
114692012-04-01 Eric Schulte <eric.schulte@gmx.com>
11470
11471 * ob.el (org-babel-expand-noweb-references): Only allow
11472 reference names which start and end with non-whitespace characters.
11473 Also, raise errors as appropriate given org-babel-noweb-error-langs.
11474
114752012-04-01 Bastien Guerry <bzg@gnu.org>
11476
11477 * org-src.el (org-src-in-org-buffer): Save and restore
11478 `buffer-undo-list' after editing.
11479
114802012-04-01 Eric Schulte <eric.schulte@gmx.com>
11481
11482 * ob.el (org-babel-common-header-args-w-values): Add new header
11483 argument.
11484 (org-babel-expand-noweb-references): Use header argument rather than
11485 customization variable.
11486
114872012-04-01 David Maus <dmaus@ictsoc.de>
11488
11489 * org-capture.el (org-capture-place-item): Don't search for
11490 position in existing list if :exact-position was supplied.
11491
114922012-04-01 Eric Schulte <eric.schulte@gmx.com>
11493
11494 * ob.el (org-babel-noweb-separator): Custom variable for
11495 accumulated noweb references.
11496 (org-babel-expand-noweb-references): Allow separator for noweb
11497 references.
11498
114992012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11500
11501 * org.el (org-beginning-of-line): In an item, special position
11502 for C-a is after check-box, if any.
11503 (org-special-ctrl-a/e): Modify doc-string accordingly.
11504
115052012-04-01 Jambunathan K <kjambunathan@gmail.com>
11506
11507 * org-odt.el (org-export-odt-format-formula): Use :style
11508 property to specify custom table styles.
11509
115102012-04-01 Eric Schulte <eric.schulte@gmx.com>
11511
11512 * ob-exp.el (org-babel-exp-call-line-template): Control export of
11513 additional call line information.
11514 (org-babel-exp-non-block-elements): Fancier call line export.
11515
115162012-04-01 Jambunathan K <kjambunathan@gmail.com>
11517
11518 * org-odt.el (org-odt-entity-frame-styles): Add frame params
11519 for images that are anchored as character.
11520 (org-export-odt-format-image): Handle new anchor type
11521 "as-char".
11522 (org-export-odt-default-image-sizes-alist): Misc. change.
11523 (org-export-odt-format-formula): Misc. change.
11524
115252012-04-01 Eric Schulte <eric.schulte@gmx.com>
11526
11527 * ob.el (org-babel-check-src-block): Don't report valid header
11528 arguments as suspicious.
11529
115302012-04-01 Eric Schulte <eric.schulte@gmx.com>
11531
11532 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
11533 inline src blocks and call lines on export.
11534
115352012-04-01 Jambunathan K <kjambunathan@gmail.com>
11536
11537 * org-odt.el (org-odt-label-styles): Add a new style.
ed9265fc 11538 (org-odt-category-map-alist): Use it.
153ae947
BG
11539
115402012-04-01 Jambunathan K <kjambunathan@gmail.com>
11541
11542 * org-odt.el (org-odt-table-style-format): New. Template for
11543 auto-generated table styles.
d36ed1c8
SM
11544 (org-odt-automatic-styles, org-odt-object-counters):
11545 New variables.
153ae947 11546 (org-odt-add-automatic-style): New function.
d36ed1c8
SM
11547 (org-odt-write-automatic-styles): New function.
11548 Create automatic styles for tables that have custom :rel-width.
153ae947
BG
11549 (org-odt-begin-table): Parse attributes specified with
11550 "#+ATTR_ODT: " option and use it to create an automatic table
11551 style.
d36ed1c8
SM
11552 (org-odt-save-as-outfile):
11553 Call `org-odt-add-write-automatic-styles'.
153ae947
BG
11554 (org-odt-init-outfile): Init newly add variables.
11555 (org-odt-section-count): Remove it.
11556 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
11557 generate an automatic section name.
11558
115592012-04-01 Eric Schulte <eric.schulte@gmx.com>
11560
11561 * ob.el (org-babel-map-executables): Correctly position point when
11562 mapping hits an inline code block.
11563
115642012-04-01 Eric Schulte <eric.schulte@gmx.com>
11565
11566 * ob.el (org-babel-execute-src-block): Ensure params are
11567 incorporated *before* checking if evaluation is legal.
11568
115692012-04-01 Eric Schulte <eric.schulte@gmx.com>
11570
11571 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
11572 marker so it is updated as required during export.
11573
115742012-04-01 Eric Schulte <eric.schulte@gmx.com>
11575
11576 * org-src.el (org-src-in-org-buffer): Run commands in the parent
11577 buffer.
11578 (org-edit-src-save): Use new macro.
11579 (org-src-tangle): Tangle the parent buffer.
11580
115812012-04-01 Bastien Guerry <bzg@gnu.org>
11582
11583 * org.el (org-set-font-lock-defaults): Fix bug in done
11584 headline fontification.
11585
115862012-04-01 Bastien Guerry <bzg@gnu.org>
11587
11588 * org.el (org-set-font-lock-defaults): Fix bug in done
11589 headline fontification.
11590
115912012-04-01 Bastien Guerry <bzg@gnu.org>
11592
11593 * org.el (org-return): Act normally when in code blocks.
11594
115952012-04-01 Bastien Guerry <bzg@gnu.org>
11596
11597 * org.el (org-in-src-block-p): New function.
11598 (org-context): Return new contexts :clocktable and :src-block.
11599
116002012-04-01 Bastien Guerry <bzg@gnu.org>
11601
11602 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
11603 C-q' do the right thing even when point is before the first
11604 heading.
11605
116062012-04-01 Eric Schulte <eric.schulte@gmx.com>
11607
11608 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
11609
116102012-04-01 Jambunathan K <kjambunathan@gmail.com>
11611
11612 * org-odt.el (org-odt-format-textbox): Honor user-specified
11613 width in captioned images.
11614
116152012-04-01 Eric Schulte <eric.schulte@gmx.com>
11616
11617 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
11618 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
11619 (org-babel-map-call-lines): Replace gensym with make-symbol.
11620 (org-babel-map-executables): Replace gensym with make-symbol.
11621
116222012-04-01 Eric Schulte <eric.schulte@gmx.com>
11623
11624 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
11625
116262012-04-01 Bastien Guerry <bzg@gnu.org>
11627
d36ed1c8
SM
11628 * org-html.el (org-export-as-html):
11629 Initialize `html-pre-real-contents' correctly.
153ae947
BG
11630
116312012-04-01 Bastien Guerry <bzg@gnu.org>
11632
d36ed1c8
SM
11633 * org-html.el (org-export-as-html):
11634 Initialize `html-pre-real-contents' correctly.
153ae947
BG
11635
116362012-04-01 Eric Schulte <eric.schulte@gmx.com>
11637
11638 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
11639 string on export.
11640
116412012-04-01 Eric Schulte <eric.schulte@gmx.com>
11642
11643 * ob-exp.el (org-babel-exp-code-template): Customizable code
11644 block export format string.
11645 (org-babel-exp-code): Customizable code block export.
11646
116472012-04-01 Eric Schulte <eric.schulte@gmx.com>
11648
d36ed1c8 11649 * ob-clojure.el (org-babel-execute:clojure): Remove dependency
153ae947
BG
11650 on deprecated swank-clojure.
11651
116522012-04-01 Eric Schulte <eric.schulte@gmx.com>
11653
11654 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
11655 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
11656 (org-babel-map-call-lines): Don't pollute symbol space.
11657 (org-babel-map-executables): Map over *all* executable Org-mode
11658 elements.
11659 (org-babel-execute-buffer): Execute elements in buffer order instead
11660 of arbitrarily.
11661
116622012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11663
11664 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
11665 Those must be done with `copy-tree'.
11666
116672012-04-01 Eric Schulte <eric.schulte@gmx.com>
11668
11669 * org-src.el (org-edit-src-code): Referenced code block should
11670 not be evaluated on code block edit.
11671
116722012-04-01 Bastien Guerry <bzg@gnu.org>
11673
11674 * org.el (org-structure-template-alist): Use uppercase for
11675 keywords.
11676
116772012-04-01 Eric Schulte <eric.schulte@gmx.com>
11678
11679 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
11680 code block results.
11681
116822012-04-01 Eric Schulte <eric.schulte@gmx.com>
11683
11684 * ob.el (org-babel-results-keyword): New user-configurable
11685 results keyword.
11686 (org-babel-where-is-src-block-result): Use new user-configurable
11687 results keyword.
11688
116892012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11690
11691 * org-indent.el (org-indent-refresh-maybe): Check for new
11692 headlines from the beginning of the line to be sure to catch
11693 any newly inserted headline there.
11694
116952012-04-01 Eric Schulte <eric.schulte@gmx.com>
11696
11697 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
11698 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
11699
d36ed1c8
SM
11700 * ob-tangle.el (org-babel-tangle-collect-blocks):
11701 Use `org-babel-noweb-p'.
153ae947
BG
11702
11703 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
11704 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
11705 (org-babel-load-in-session): Use `org-babel-noweb-p'.
11706 (org-babel-merge-params): Use `org-babel-noweb-p'.
11707 (org-babel-noweb-p): New function used to determine if noweb
11708 expansion should be carried out in a given context.
11709
117102012-04-01 Eric Schulte <eric.schulte@gmx.com>
11711
11712 * org.el (org-update-property-plist): Fix bug in property list
11713 updates.
11714
117152012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
11716
11717 * org.el (org-kill-line): Use `kill-visual-line' in
11718 `visual-line-mode'.
11719
117202012-04-01 Bernt Hansen <bernt@norang.ca>
11721
ed9265fc
JB
11722 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
11723 is outside the current restriction.
153ae947
BG
11724
117252012-04-01 Bernt Hansen <bernt@norang.ca>
11726
ed9265fc
JB
11727 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
11728 in from the agenda.
153ae947
BG
11729
117302012-04-01 Bernt Hansen <bernt@norang.ca>
11731
b9edfa5c 11732 * org.el: Honor existing restrictions when regenerating the agenda.
153ae947
BG
11733
117342012-04-01 Bastien Guerry <bzg@gnu.org>
11735
11736 * org-agenda.el: New alias for `list-diary-entries-hook'.
11737
117382012-04-01 Eric Schulte <eric.schulte@gmx.com>
11739
11740 * ob.el (org-babel-common-header-args-w-values): Add the new
11741 header argument name.
11742 (org-babel-insert-result): Respect the value of the :wrap header
11743 argument when inserting results.
11744 (org-babel-result-end): Find the end of arbitrarily named result
11745 blocks.
11746
117472012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11748
11749 * org-indent.el (org-indent-refresh-maybe): Check for new
11750 headlines from the beginning of the line to be sure to catch
11751 any newly inserted headline there.
11752
117532012-04-01 Eric Schulte <eric.schulte@gmx.com>
11754
11755 * org.el (org-update-property-plist): Remove old instances of
11756 property when adding a new value for property.
11757
117582012-04-01 Martyn Jago <martyn.jago@btinternet.com>
11759
11760 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
ed9265fc 11761 code block would cause an error when the block is was executed.
da5ecfa9 11762 This fix cures this behavior.
153ae947
BG
11763
117642012-04-01 Eric Schulte <eric.schulte@gmx.com>
11765
11766 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11767 pieces of a previous patch.
11768
117692012-04-01 Eric Schulte <eric.schulte@gmx.com>
11770
11771 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11772
117732012-04-01 Eric Schulte <eric.schulte@gmx.com>
11774
11775 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11776 pieces of a previous patch.
11777
117782012-04-01 Eric Schulte <eric.schulte@gmx.com>
11779
11780 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11781
117822012-04-01 Bastien Guerry <bzg@gnu.org>
11783
11784 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
11785 instead of (end-of-buffer).
11786
117872012-04-01 Bastien Guerry <bzg@gnu.org>
11788
11789 * org-bbdb.el (name): Declare variable.
11790 (bbdb-record-get-field, bbdb-search-name)
11791 (bbdb-search-organization): Declare as part of ext:bbdb.
11792
117932012-04-01 Bastien Guerry <bzg@gnu.org>
11794
11795 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
11796 instead of the obsolete `org-agenda-filter'.
11797
117982012-04-01 Bastien Guerry <bzg@gnu.org>
11799
11800 * org-agenda.el: Add an alias for `org-agenda-filter'.
11801 (diary-list-entries-hook): Use the non-obsolete hook.
11802 (org-agenda-filter-apply): Silent compiler warning.
11803
118042012-04-01 Bastien Guerry <bzg@gnu.org>
11805
11806 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
11807 (org-ditaa-jar-option): New option.
11808 (org-babel-execute:ditaa): Use it.
11809
118102012-04-01 Eric Schulte <eric.schulte@gmx.com>
11811
11812 * ob.el (org-babel-balanced-split): Explicit checking if list
11813 before calling member.
11814
118152012-04-01 Eric Schulte <eric.schulte@gmx.com>
11816
11817 * ob.el (org-babel-balanced-split): Explicit checking if list
11818 before calling member.
11819
6a24cbb1
CY
118202012-02-14 Chong Yidong <cyd@gnu.org>
11821
11822 * org-footnote.el: Remove bogus defvar values (Bug#10745).
11823
d660637a
BG
118242012-01-05 Eric Schulte <eric.schulte@gmx.com>
11825
11826 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11827 pieces of a previous patch.
11828
11829 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11830
c74587e6
BG
118312012-01-05 Bastien Guerry <bzg@gnu.org>
11832
11833 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
11834 instead of (end-of-buffer).
11835
11836 * org-bbdb.el (name): Declare variable.
11837 (bbdb-record-get-field, bbdb-search-name)
11838 (bbdb-search-organization): Declare as part of ext:bbdb.
11839
11840 * org-agenda.el: Add an alias for `org-agenda-filter'.
11841 (diary-list-entries-hook): Use the non-obsolete hook.
11842 (org-agenda-filter-apply): Silent compiler warnings.
11843
11844 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
11845 instead of the obsolete `org-agenda-filter'.
11846
e66ba1df
BG
118472012-01-03 Bastien Guerry <bzg@gnu.org>
11848
11849 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
11850 and removing checkboxes with `C-u C-c C-c' on the first item
11851 of a list. Also, don't reinitialize checkboxes that are
11852 already ticked.
11853
118542012-01-03 Bastien Guerry <bzg@gnu.org>
11855
11856 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
11857 value with only one digit for the hours.
11858
118592012-01-03 Bastien Guerry <bzg@gnu.org>
11860
11861 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
11862 Remove deleted function `org-encode-for-stdout'.
11863
118642012-01-03 Bastien Guerry <bzg@gnu.org>
11865
11866 * org.el (org-show-context): Complete docstring.
11867
118682012-01-03 Bastien Guerry <bzg@gnu.org>
11869
d36ed1c8
SM
11870 * org-agenda.el (org-agenda-filter-by-tag):
11871 Use `read-char-exclusive' instead of `read-char'.
e66ba1df
BG
11872
118732012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
11874
d36ed1c8
SM
11875 * org-clock.el (org-clock-in, org-clock-find-position):
11876 Remove erraneous space in regexp.
e66ba1df
BG
11877
118782012-01-03 Eric Schulte <eric.schulte@gmx.com>
11879
11880 * ob.el (org-babel-expand-noweb-references): Rather than using
11881 a pure regexp solution to resolve noweb references, actually
d36ed1c8
SM
11882 check the information of every code block in the buffer.
11883 This will cause a slowdown in noweb reference expansion, but is
e66ba1df
BG
11884 necessary for correct behavior.
11885
118862012-01-03 Bastien Guerry <bzg@gnu.org>
11887
11888 * org.el (org-map-continue-from): Fix typo in docstring.
11889
118902012-01-03 Bastien Guerry <bzg@gnu.org>
11891
11892 * org.el (org-property-re): Also match cumulating properties
11893 like ":prop+:".
11894
118952012-01-03 Bastien Guerry <bzg@gnu.org>
11896
11897 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
11898 matching the end of a block.
11899
119002012-01-03 David Maus <dmaus@ictsoc.de>
11901
11902 * org.el (org-open-at-point): Escape link path for http:,
11903 https:, ftp:, news:, and doi: links only if the path contains
11904 space or non-ascii character.
11905
119062012-01-03 David Maus <dmaus@ictsoc.de>
11907
11908 * org.el (org-refile-get-targets): Ignore headlines without a
11909 true headline.
11910
119112012-01-03 Eric Schulte <eric.schulte@gmx.com>
11912
d36ed1c8 11913 * ob.el (org-babel-map-call-lines): Move this file from
e66ba1df
BG
11914 ob-lob.el into ob.el to ease dependency pains.
11915
119162012-01-03 Bastien Guerry <bzg@gnu.org>
11917
d36ed1c8
SM
11918 * org-publish.el (org-publish-index-generate-theindex):
11919 Use theindex.inc for storing index entries, and theindex.org for
e66ba1df
BG
11920 including theindex.inc.
11921
119222012-01-03 Bastien Guerry <bzg@gnu.org>
11923
d36ed1c8
SM
11924 * org-publish.el (org-publish-index-generate-theindex):
11925 Create proper file target for index entries in subdirectories.
e66ba1df
BG
11926
119272012-01-03 Bastien Guerry <bzg@gnu.org>
11928
11929 * org-protocol.el (org-protocol-check-filename-for-protocol):
11930 Fix spelling mistake.
11931
119322012-01-03 Jambunathan K <kjambunathan@gmail.com>
11933
11934 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
11935 for title and subtitle.
11936 (org-odt-format-toc): New.
11937 (org-odt-format-preamble): New. Users can redefine this to
11938 customize what goes before the document body. Currently it
11939 outputs title, author and email, date and toc.
11940 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
d36ed1c8 11941 (org-odt-format-date): Rename from
e66ba1df
BG
11942 `org-odt-iso-date-from-org-timestamp'. Also added an
11943 additional param for format string.
d36ed1c8
SM
11944 (org-odt-begin-annotation, org-odt-update-meta-file):
11945 Use `org-odt-format-date'.
e66ba1df
BG
11946
119472012-01-03 Bastien Guerry <bzg@gnu.org>
11948
11949 * org.el (org-at-drawer-p): New function.
11950 (org-end-of-line): Use it.
11951
119522012-01-03 Eric Schulte <eric.schulte@gmx.com>
11953
11954 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
11955 Controls the method in which noweb references are expanded.
11956 (org-babel-expand-noweb-references): Bring back the option for
11957 regexp-based noweb expansion.
11958
119592012-01-03 Bastien Guerry <bzg@gnu.org>
11960
11961 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
11962 with only one digit for the hours.
11963
119642012-01-03 Bastien Guerry <bzg@gnu.org>
11965
11966 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
11967 when ticking the checkbox of the first item.
11968
119692012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
11970
11971 * org-list.el (org-list-write-struct): Add an optional
11972 argument for structure changes happening outside the function.
11973
11974 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
11975 item of a sub-list should toggle check-box presence of every
11976 item in the same sub-list. Also fix check-box insertion on a
11977 single item.
11978
119792012-01-03 Bastien Guerry <bzg@gnu.org>
11980
11981 * org-agenda.el (org-agenda-filter-preset): New alias.
11982 (org-agenda-filter-by-category): New command.
11983 (org-agenda-mode-map): Add the new command.
11984 (org-agenda-custom-commands-local-options): Add category
11985 filter preset.
11986 (org-agenda-mark-filtered-text): Mark both tag and filter
11987 overlays.
11988 (org-agenda-category-filter-preset): New variable.
11989 (org-finalize-agenda, org-agenda-redo)
d36ed1c8
SM
11990 (org-agenda-filter-make-matcher, org-agenda-filter-apply):
11991 Handle both category and tag filters.
e66ba1df
BG
11992 (org-agenda-filter-show-all-tag): Rename from
11993 `org-agenda-filter-by-tag-show-all'.
11994 (org-agenda-filter-show-all-cat): New function.
11995 (org-agenda-set-mode-name): Show the category filter in the
11996 modeline.
11997
119982012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
11999
12000 * org-bbdb.el (org-bbdb-old): New variable.
12001 (org-bbdb-store-link, org-bbdb-open): Check for
12002 `org-bbdb-old'.
12003 (org-bbdb-open-old, org-bbdb-open-new): New functions.
12004
120052012-01-03 Bastien Guerry <bzg@gnu.org>
12006
12007 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
12008 Remove deleted function `org-encode-for-stdout'.
12009
120102012-01-03 Bastien Guerry <bzg@gnu.org>
12011
12012 * org.el (org-check-dates-range): New command.
12013 (org-sparse-tree): Use it.
12014
120152012-01-03 Bastien Guerry <bzg@gnu.org>
12016
12017 * org-agenda.el (org-agenda-write): Rename from
12018 `org-write-agenda'.
12019 (org-agenda-mode-map, org-agenda-menu)
12020 (org-batch-store-agenda-views): Use new name
12021 `org-agenda-write'.
12022
120232012-01-03 Bastien Guerry <bzg@gnu.org>
12024
d36ed1c8
SM
12025 * org.el (org-loop-over-headlines-in-active-region):
12026 Fix docstring.
e66ba1df
BG
12027 (org-todo, org-deadline, org-schedule): Honor the 'start-level
12028 value of `org-loop-over-headlines-in-active-region'.
12029
120302012-01-03 Bastien Guerry <bzg@gnu.org>
12031
12032 * org-archive.el (org-archive-subtree)
12033 (org-archive-to-archive-sibling, org-toggle-archive-tag):
12034 Bugfix: use 'region-start-level.
12035
120362012-01-03 Bastien Guerry <bzg@gnu.org>
12037
12038 * org.el (org-show-context): Complete docstring.
12039
120402012-01-03 Bastien Guerry <bzg@gnu.org>
12041
d36ed1c8
SM
12042 * org-agenda.el (org-agenda-filter-by-tag):
12043 Use `read-char-exclusive' instead of `read-char'.
e66ba1df
BG
12044
120452012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12046
12047 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
12048 nil at each match.
12049
120502012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12051
d36ed1c8
SM
12052 * org-clock.el (org-clock-in, org-clock-find-position):
12053 Remove erraneous space in regexp.
e66ba1df
BG
12054
120552012-01-03 Jambunathan K <kjambunathan@gmail.com>
12056
12057 * org-odt.el (org-odt-lib-dir): Add docstring.
12058 (org-odt-data-dir): New variable. Use this variable to
12059 control the locations from which the ODT exporter picks the
12060 OpenDocument styles and schema files from. Set this variable
12061 explicitly only if the in-built heuristics for locating the
12062 above files fails.
d36ed1c8
SM
12063 (org-odt-styles-dir-list, org-odt-schema-dir-list):
12064 New variables. Pay specific attention to (eval-when-compile ...)
e66ba1df
BG
12065 form through which Makefile's $(datadir) - contained in
12066 `org-odt-data-dir' - gets compiled in as a "hard coded"
12067 constant.
12068 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
12069 aid debugging.
12070
120712012-01-03 Bastien Guerry <bzg@gnu.org>
12072
12073 * org-archive.el (org-archive-subtree)
12074 (org-archive-to-archive-sibling, org-toggle-archive-tag)
12075 (org-archive-set-tag): Handle the 'start-level value for
12076 `org-loop-over-headlines-in-active-region'.
12077
120782012-01-03 Bastien Guerry <bzg@gnu.org>
12079
12080 * org.el (org-scan-tags): New parameter `start-level' to scan only
12081 through headlines of that level.
12082 (org-map-entries): New allowed value `region-start-level' for
12083 the `scope' parameter, to allow scanning through headlines of
12084 the same level than the first headline in the region.
12085 (org-loop-over-headlines-in-active-region): New allowed value
12086 'start-level.
12087
120882012-01-03 Bastien Guerry <bzg@gnu.org>
12089
12090 * org-archive.el (org-archive-subtree)
12091 (org-archive-to-archive-sibling, org-archive-set-tag)
12092 (org-toggle-archive-tag): Allow to loop over the active region by
12093 using `org-loop-over-headlines-in-active-region'.
12094
120952012-01-03 Bastien Guerry <bzg@gnu.org>
12096
12097 * org.el (org-todo): Allow to loop over the active region by
12098 using `org-loop-over-headlines-in-active-region'.
12099
121002012-01-03 Eric Schulte <eric.schulte@gmx.com>
12101
12102 * ob.el (org-babel-expand-noweb-references): Rather than using
12103 a pure regexp solution to resolve noweb references, actually
d36ed1c8
SM
12104 check the information of every code block in the buffer.
12105 This will cause a slowdown in noweb reference expansion, but is
e66ba1df
BG
12106 necessary for correct behavior.
12107
121082012-01-03 Bastien Guerry <bzg@gnu.org>
12109
12110 * org.el (org-map-continue-from): Fix typo in docstring.
12111
121122012-01-03 Bastien Guerry <bzg@gnu.org>
12113
12114 * org-agenda.el (org-agenda-write-buffer-name): New variable.
12115 (org-write-agenda): Use it.
12116
121172012-01-03 Bastien Guerry <bzg@gnu.org>
12118
12119 * org-exp.el (org-export-date-timestamp-format): New option to
12120 define the way a timestamp in #+DATE will be exported.
12121 (org-infile-export-plist): Use the new option.
12122
e66ba1df
BG
121232012-01-03 Bastien Guerry <bzg@gnu.org>
12124
12125 * org.el (org-property-re): Also match cumulating properties
12126 like ":prop+:".
12127
121282012-01-03 Jambunathan K <kjambunathan@gmail.com>
12129
12130 * org-odt.el (org-odt-styles-dir): Assume that the styles
12131 files are located under `data-directory' of Emacs distribution
12132 as etc/org/OrgOdtStyles.xml and
12133 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
12134 (org-export-odt-schema-dir): Update docstring.
12135
121362012-01-03 Jambunathan K <kjambunathan@gmail.com>
12137
12138 * org-odt.el (org-odt-format-preamble): Honor following user
12139 options: author, timestamp and email.
12140
121412012-01-03 Bastien Guerry <bzg@gnu.org>
12142
12143 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
12144 for matching the end of a block.
12145
121462012-01-03 Bastien Guerry <bzg@gnu.org>
12147
12148 * org-eshell.el: New file.
12149
121502012-01-03 David Maus <dmaus@ictsoc.de>
12151
12152 * org.el (org-open-at-point): Escape link path for http:,
12153 https:, ftp:, news:, and doi: links only if the path contains
12154 space or non-ascii character.
12155
121562012-01-03 Bastien Guerry <bzg@gnu.org>
12157
12158 * org-beamer.el (org-beamer-fragile-re): Also recognize
12159 \lstinline and \verb as commands that make a frame fragile.
12160
121612012-01-03 David Maus <dmaus@ictsoc.de>
12162
12163 * org.el (org-refile-get-targets): Ignore headlines without a
12164 true headline.
12165
121662012-01-03 Litvinov Sergey <slitvinov@gmail.com>
12167
ed9265fc 12168 * ob-octave.el: Add graphical output to png file.
e66ba1df
BG
12169
121702012-01-03 Eric Schulte <eric.schulte@gmx.com>
12171
d36ed1c8 12172 * ob.el (org-babel-map-call-lines): Move this file from
e66ba1df
BG
12173 ob-lob.el into ob.el to ease dependency pains.
12174
121752012-01-03 Bastien Guerry <bzg@gnu.org>
12176
d36ed1c8
SM
12177 * org-publish.el (org-publish-index-generate-theindex):
12178 Use theindex.inc for storing index entries, and theindex.org for
e66ba1df
BG
12179 including theindex.inc.
12180
121812012-01-03 Bastien Guerry <bzg@gnu.org>
12182
d36ed1c8
SM
12183 * org-publish.el (org-publish-index-generate-theindex):
12184 Create proper file target for index entries in subdirectories.
e66ba1df
BG
12185
121862012-01-03 Bastien Guerry <bzg@gnu.org>
12187
12188 * org-protocol.el (org-protocol-check-filename-for-protocol):
12189 Fix spelling mistake.
12190
121912012-01-03 Jambunathan K <kjambunathan@gmail.com>
12192
d36ed1c8
SM
12193 * org-odt.el (org-export-odt-default-org-styles-alist):
12194 Add styles for title and subtitle.
e66ba1df
BG
12195 (org-odt-format-toc): New.
12196 (org-odt-format-preamble): New. Users can redefine this to
12197 customize what goes before the document body. Currently it
12198 outputs title, author and email, date and toc.
12199 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
d36ed1c8 12200 (org-odt-format-date): Rename from
e66ba1df
BG
12201 `org-odt-iso-date-from-org-timestamp'. Also added an
12202 additional param for format string.
d36ed1c8
SM
12203 (org-odt-begin-annotation, org-odt-update-meta-file):
12204 Use `org-odt-format-date'.
e66ba1df
BG
12205
122062012-01-03 Eric Schulte <eric.schulte@gmx.com>
12207
12208 * ob-ref.el (org-babel-ref-split-args): Now uses
12209 `org-babel-balanced-split'.
12210
122112012-01-03 Bastien Guerry <bzg@gnu.org>
12212
12213 * org-html.el (org-export-html-preamble)
12214 (org-export-html-postamble): Fix docstrings.
12215 (org-export-as-html): Insert the string used by a custom
12216 function for `org-export-html-pre/postamble'.
12217
122182012-01-03 Bastien Guerry <bzg@gnu.org>
12219
12220 * org.el (org-block-regexp)
12221 (org-heading-keyword-regexp-format)
12222 (org-heading-keyword-maybe-regexp-format): Move up to keep the
12223 byte-compiler happy.
12224
122252012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
12226
d36ed1c8
SM
12227 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer):
12228 New function.
e66ba1df
BG
12229 (org-agenda-tree-to-indirect-buffer): Use the new function.
12230
122312012-01-03 Bastien Guerry <bzg@gnu.org>
12232
12233 * org-html.el (org-export-as-html): Fix bug when inserting the
12234 output of a custom function for the pre/postamble.
12235
122362012-01-03 Jambunathan K <kjambunathan@gmail.com>
12237
d36ed1c8
SM
12238 * org-odt.el (org-odt-format-source-code-or-example):
12239 Try loading htmlfontify safely.
e66ba1df
BG
12240
122412012-01-03 Bastien Guerry <bzg@gnu.org>
12242
12243 * org-odt.el (require): Require htmlfontify.el only if
12244 emacs-version is greater than 23.2.
12245
122462012-01-03 Bastien Guerry <bzg@gnu.org>
12247
12248 * org-faces.el (org-agenda-calendar-event)
12249 (org-agenda-calendar-sexp): Use the default face.
12250
122512012-01-03 Eric Schulte <eric.schulte@gmx.com>
12252
d36ed1c8 12253 * ob.el (org-babel-expand-noweb-references): Fix regexp.
e66ba1df
BG
12254
122552012-01-03 Michael Brand <michael.ch.brand@gmail.com>
12256
ed9265fc 12257 * org.el (Key bindings): Remap the Outline functions from
e66ba1df
BG
12258 `outline-mode-prefix-map' where possible.
12259
122602012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
12261
d36ed1c8
SM
12262 * org-html.el (org-export-as-html):
12263 Apply `org-export-html-get-todo-kwd-class-name' to the class
e66ba1df
BG
12264 attribute of the todo-keyword span tag, not to its text
12265 content.
12266
122672012-01-03 Sebastien Vauban <sva@mygooglest.com>
12268
12269 * org-agenda.el (org-agenda-get-timestamps)
12270 (org-agenda-get-sexps): Use face for highlighting "calendar"
12271 events.
12272
122732012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
12274
12275 * org.el (org-add-planning-info): Treat absolute time too.
12276
122772012-01-03 Bastien Guerry <bzg@gnu.org>
12278
12279 * org-table.el (org-table-transpose-table-at-point): Don't use
12280 ̀remove-if-not'.
12281
122822012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
12283
12284 * org-clock.el (org-clock-out-if-current): Check the clock
12285 buffer is existing.
12286
122872012-01-03 Bernt Hansen <bernt@norang.ca>
12288
12289 * org-clock.el (org-clock-out-if-current): Fix marker in no
12290 buffer error for task state change in an indirect buffer.
12291
122922012-01-03 Michael Brand <michael.ch.brand@gmail.com>
12293
12294 * org.el (org-offer-links-in-entry): Make list when assigning
12295 a single link.
12296
122972012-01-03 Eric Schulte <eric.schulte@gmx.com>
12298
12299 * ob.el (org-babel-expand-noweb-references): Rather than
12300 collect the info from *every* block in the current buffer,
12301 simply regexp search for those blocks which appear to match
12302 the continued source name.
12303
123042012-01-03 Eric Schulte <eric.schulte@gmx.com>
12305
12306 * ob.el (org-babel-insert-result): Do not examplize wrapped
12307 scalar results, simply wrap them.
12308 (org-babel-result-end): Find the end of results wrapped in a
12309 RESULTS drawer.
12310
123112012-01-03 Bastien Guerry <bzg@gnu.org>
12312
12313 * org.el (org-todo-yesterday): When called from the agenda,
12314 use `org-agenda-todo-yesterday' instead.
12315
123162012-01-03 Bastien Guerry <bzg@gnu.org>
12317
12318 * org-table.el (org-table-transpose-table-at-point): New command.
12319
123202012-01-03 Bastien Guerry <bzg@gnu.org>
12321
d36ed1c8
SM
12322 * org-html.el (org-export-html-headline-anchor-format):
12323 New option.
e66ba1df
BG
12324 (org-html-level-start): Use the new option.
12325
123262012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
12327
d36ed1c8
SM
12328 * org-agenda.el (org-agenda-with-point-at-orig-entry):
12329 Small bugfix.
e66ba1df
BG
12330
123312012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
12332
12333 * org-special-blocks.el
d36ed1c8
SM
12334 (org-special-blocks-convert-html-special-cookies):
12335 Close paragraph before opening or closing the <div>, and open
ed9265fc 12336 paragraph after. Also changed newline placement to be the same
e66ba1df
BG
12337 as for other blocks.
12338
123392012-01-03 Roberto Huelga <rhuelga@gmail.com>
12340
12341 * org-clock.el (org-program-exists): Make the function
12342 compatible with darwin systems.
12343
123442012-01-03 David Maus <dmaus@ictsoc.de>
12345
12346 * org-exp.el (org-export-normalize-links): Mark bracket links
12347 before normalization to avoid erroneous normalization of
12348 bracket link parts.
12349
123502012-01-03 Jambunathan K <kjambunathan@gmail.com>
12351
d36ed1c8
SM
12352 * org-odt.el (org-odt-data-dir): Remove.
12353 (org-odt-styles-dir, org-export-odt-schema-dir):
12354 New variables.
e66ba1df 12355
7a71b18d 12356 * org-odt.el, org-lparse.el: New files.
e66ba1df
BG
12357
123582012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12359
12360 * org-capture.el (org-capture-set-target-location): Set the
12361 capture default time also to the prompt time.
12362
123632012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12364
12365 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
12366 and #+results lines during preprocess.
12367
123682012-01-03 Eric Schulte <eric.schulte@gmx.com>
12369
12370 * ob-picolisp.el (ob-comint): Required.
12371 (comint): Required.
12372 (cl): Required.
12373 (run-picolisp): Declared.
12374 (org-babel-execute:picolisp): Capture free variable, and replace
12375 function from cl-extra with core function.
12376
123772012-01-03 Eric Schulte <eric.schulte@gmx.com>
12378
12379 * ob-picolisp.el: New file.
12380
12381 * org.el (org-babel-load-languages): Add Pico Lisp to the list
12382 of supported code block languages.
12383
123842012-01-03 Eric Schulte <eric.schulte@gmx.com>
12385
12386 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
12387 directs the user to the location of the error.
12388
123892012-01-03 Bastien Guerry <bzg@gnu.org>
12390
12391 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
12392
123932012-01-03 Bastien Guerry <bzg@gnu.org>
12394
12395 * ob.el (org-babel-execute-src-block): Fix typo.
12396
123972012-01-03 Bastien Guerry <bzg@gnu.org>
12398
12399 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
12400
124012012-01-03 Bastien Guerry <bzg@gnu.org>
12402
d36ed1c8
SM
12403 * org.el (org-link-unescape, org-link-unescape-compound):
12404 Fix two typos in docstrings.
e66ba1df
BG
12405
124062012-01-03 Thomas Dye <dk@poto.local>
12407
12408 * ob-R.el: Added tikzDevice support.
12409
124102012-01-03 David Maus <dmaus@ictsoc.de>
12411
12412 * org.el (org-clone-subtree-with-time-shift): Remove clocking
12413 information and empty drawers when preparing a clone.
12414
124152012-01-03 Eric Schulte <schulte.eric@gmail.com>
12416
12417 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
12418 `org-export-blocks-postblock-hook'.
12419
124202012-01-03 Eric Schulte <schulte.eric@gmail.com>
12421
12422 * ob.el (org-babel-hide-result-toggle): Skip over header
12423 argument lines when toggling named code block visibility.
12424
124252012-01-03 Eric Schulte <schulte.eric@gmail.com>
12426
d36ed1c8
SM
12427 * org-exp.el (org-export-grab-title-from-buffer):
12428 Don't license to kill text inside blocks when getting a title.
e66ba1df
BG
12429
124302012-01-03 Eric Schulte <schulte.eric@gmail.com>
12431
12432 * ob.el (org-babel-confirm-evaluate): Adding support for new
12433 range of :eval header arguments.
12434
124352012-01-03 Eric Schulte <schulte.eric@gmail.com>
12436
12437 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
12438 during export when eval is set to "non-export".
12439
124402012-01-03 Eric Schulte <schulte.eric@gmail.com>
12441
12442 * ob-ref.el (org-babel-update-intermediate): New custom
12443 variable.
12444 (org-babel-ref-resolve): Optionally update the in-buffer results
12445 of code blocks which are evaluated to resolve references.
12446
124472012-01-03 Eric Schulte <schulte.eric@gmail.com>
12448
12449 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
12450 split string when a character appears on either side of the
12451 split.
12452 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
12453
124542012-01-03 Eric Schulte <schulte.eric@gmail.com>
12455
d36ed1c8 12456 * org.el (org-reduce): Add a less functional Org-mode copy of
e66ba1df
BG
12457 the cl reduce function.
12458
124592012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12460
d36ed1c8
SM
12461 * org.el (org-fontify-meta-lines-and-blocks-1):
12462 Recognize "name" as a valid keyword that can preceed a block.
e66ba1df
BG
12463
124642012-01-03 Eric Schulte <schulte.eric@gmail.com>
12465
12466 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
12467 in-verbatim check to inline code blocks, do lob code blocks as
12468 well.
12469
124702012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12471
12472 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
12473
124742012-01-03 Eric Schulte <schulte.eric@gmail.com>
12475
d36ed1c8
SM
12476 * ob.el (org-babel-named-src-block-regexp-for-name):
12477 Ensure that partial names are not matched.
e66ba1df
BG
12478 (org-babel-named-data-regexp-for-name): Ensure that partial names
12479 are not matched.
12480
124812012-01-03 Eric Schulte <schulte.eric@gmail.com>
12482
12483 * ob-ref.el (org-babel-ref-resolve): Search for named code
12484 blocks before named data.
12485
12486 * ob.el (org-babel-named-data-regexp-for-name): New function for
12487 finding named data.
12488
124892012-01-03 Eric Schulte <schulte.eric@gmail.com>
12490
12491 * ob.el (org-babel-insert-result): Gracefully handle results
12492 which are neither lists nor strings.
12493
124942012-01-03 Eric Schulte <schulte.eric@gmail.com>
12495
12496 * ob-ref.el (org-babel-ref-resolve): Don't change location when
12497 looking at the contents.
12498
124992012-01-03 Milan Zamazal <pdm@zamazal.org>
12500
d36ed1c8
SM
12501 * org.el (org-set-outline-overlay-data):
12502 Use outline-flag-region to make a region invisible. This ensures
e66ba1df
BG
12503 all necessary actions, especially adding
12504 isearch-open-invisible property, are applied.
12505
125062012-01-03 Eric Schulte <schulte.eric@gmail.com>
12507
d36ed1c8
SM
12508 * ob-lob.el (org-babel-in-example-or-verbatim):
12509 Fix compilation warning.
e66ba1df
BG
12510
125112012-01-03 Eric Schulte <schulte.eric@gmail.com>
12512
12513 * ob.el (org-babel-find-named-result): Downcase "name" before
12514 comparison.
12515
125162012-01-03 Eric Schulte <schulte.eric@gmail.com>
12517
d36ed1c8
SM
12518 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
12519 (org-babel-lisp-vector-to-list): Fix typo.
e66ba1df
BG
12520
125212012-01-03 Eric Schulte <schulte.eric@gmail.com>
12522
12523 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
12524 execution contexts (e.g., call lines) look like commented
12525 lines.
12526
12527 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
12528 count.
12529 (org-babel-process-params): Always process parameters, even if
12530 you don't to table splitting.
12531
125322012-01-03 Eric Schulte <schulte.eric@gmail.com>
12533
d36ed1c8 12534 * ob-exp.el (org-exp-res/src-name-cleanup): Update Documentation.
e66ba1df 12535
d36ed1c8
SM
12536 * ob-lob.el (org-babel-block-lob-one-liner-regexp):
12537 Update regular expression.
12538 (org-babel-inline-lob-one-liner-regexp): Update regular
e66ba1df
BG
12539 expression.
12540
12541 * ob-ref.el (org-babel-ref-resolve): Notice when something that
12542 looks like a data results may actually be a code block.
12543
12544 * ob-table.el: Updated documentation.
12545
d36ed1c8
SM
12546 * ob.el (org-babel-src-name-regexp): Simplify regexp.
12547 (org-babel-get-src-block-info): Update match strings.
12548 (org-babel-data-names): Simplify acceptable names.
e66ba1df 12549 (org-babel-find-named-block): Indentation.
d36ed1c8 12550 (org-babel-find-named-result): Update to not return a code block
e66ba1df
BG
12551 as a result.
12552
d36ed1c8
SM
12553 * org.el (org-fontify-meta-lines-and-blocks-1):
12554 Removing references to old syntactic elements.
e66ba1df
BG
12555 (org-additional-option-like-keywords): Removing references to
12556 old syntactic elements.
12557
125582012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12559
12560 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
12561 and `buffer-substring'.
12562
125632012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12564
12565 * org-agenda.el (org-agenda-get-todos): Prevent an error when
12566 encountering tasks with only the TODO keyword.
12567
125682012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12569
12570 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
12571 environment when at an item or an headline, but allow LaTeX
12572 fragments.
12573 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
12574 headline's visibility, in order to catch LaTeX fragments within.
12575
125762012-01-03 Eric Schulte <schulte.eric@gmail.com>
12577
12578 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
12579 newline and spaces before a code block.
12580
125812012-01-03 Eric Schulte <schulte.eric@gmail.com>
12582
12583 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
12584 over all call lines in a buffer.
12585
12586 * ob.el (org-babel-execute-buffer): Execute call lines when
12587 executing an entire buffer.
12588
125892012-01-03 Eric Schulte <schulte.eric@gmail.com>
12590
12591 * ob.el (org-babel-process-params): Don't disassemble tables
12592 twice.
12593
125942012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12595
12596 * org-clock.el (org-clock-in, org-clock-find-position): Make space
12597 after date optional.
12598
12599 * org.el (org-set-regexps-and-options)
12600 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
12601 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
12602
126032012-01-03 Eric Schulte <schulte.eric@gmail.com>
12604
12605 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
12606 inside a verbatim block.
12607
12608 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
12609 blocks.
12610
126112012-01-03 Litvinov Sergey <slitvinov@gmail.com>
12612
12613 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
12614 (org-babel-maxima-expand): Add input variables and graphic output.
12615 (org-babel-execute:maxima): Add input variables and graphic output.
12616 (org-babel-maxima-var-to-maxima): Add input variables and graphic
12617 output.
12618 (org-babel-maxima-graphical-output-file): Add input variables and
12619 graphic output.
12620 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
12621 output.
12622
126232012-01-03 Eric Schulte <schulte.eric@gmail.com>
12624
12625 * ob-fortran.el: New file. Adding support for Fortran code blocks.
12626 * org.el (org-babel-load-languages): Adding fortran to this list.
12627
126282012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12629
12630 * org-footnote.el (org-footnote-new): Cannot insert an inline
12631 footnote at beginning of line anymore.
12632 (org-footnote-at-reference-p): Don't recognize inline footnotes at
12633 beginning of line.
12634
126352012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12636
12637 * org.el (org-set-font-lock-defaults): Fix small error in matching
12638 group that prevented fontification of keywords like
12639 org-comment-string and stars in headlines.
12640
126412012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12642
12643 * org.el (org-catch-invisible-edits): New option.
12644 (org-self-insert-command, org-delete-backward-char)
12645 (org-delete-char): Call `org-check-before-invisible-edit'.
12646 (org-check-before-invisible-edit): New function.
12647
126482012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
12649
12650 * org-exp.el (org-solidify-link-text): Respect
12651 org-export-with-tags when forming the export title during subtree
12652 export.
12653
126542012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12655
12656 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
12657 (org-heading-keyword-maybe-regexp-format): Globalize variables so
12658 they are accessible even in buffers not in Org mode.
12659
126602012-01-03 David Maus <dmaus@ictsoc.de>
12661
12662 * org.el (org-insert-link): Don't use default-description if a
12663 `org-make-link-description-function' is defined.
12664
126652012-01-03 Eric Schulte <schulte.eric@gmail.com>
12666
12667 * org.el (org-set-regexps-and-options): Use property blocks for
12668 multi-line properties.
12669
126702012-01-03 Bastien Guerry <bzg@gnu.org>
12671
12672 * org.el (org-self-insert-command): Don't throw an error when
12673 editing takes place at the first point of the buffer.
12674
126752012-01-03 Bastien Guerry <bzg@gnu.org>
12676
12677 * org.el (org-self-insert-command): Unfold invisible region at
12678 point or right before point when editing.
12679
126802012-01-03 Bastien Guerry <bzg@gnu.org>
12681
12682 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
12683 default.
12684
126852012-01-03 Bastien Guerry <bzg@gnu.org>
12686
12687 * org-html.el (org-html-expand): Prevent a nil value for STRING to
12688 return an error, just return nil.
12689
126902012-01-03 Bastien Guerry <bzg@gnu.org>
12691
12692 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
12693 character in the #+LaTeX_CLASS option.
12694
126952012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12696
12697 * org-footnote.el (org-footnote-at-reference-p)
12698 (org-footnote-at-definition-p): Don't store text-properties of
12699 footnote definitions.
12700
127012012-01-03 Bastien Guerry <bzg@gnu.org>
12702
12703 * org-html.el (org-export-as-html): Convert special characters in
12704 meta tag "author", "date", "keyword" and "description".
12705
127062012-01-03 Bastien Guerry <bzg@gnu.org>
12707
12708 * org-capture.el (org-capture-before-finalize-hook): Docstring
12709 improvement: mention that the buffer is widened when this hook is
12710 run.
12711
127122012-01-03 Sebastien Vauban <sva@mygooglest.com>
12713
12714 * org-html.el (org-export-as-html): Make sure the div for preamble
12715 is not inserted when the preamble is empty.
12716
127172012-01-03 Sebastien Vauban <sva@mygooglest.com>
12718
12719 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
12720 for filtering (shown in the mode-line).
12721
127222012-01-03 Eric Schulte <schulte.eric@gmail.com>
12723
12724 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
12725 space from split variables.
12726
127272012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12728
12729 * org.el (org-link-search): Add an optional argument preventing
12730 function from revealing context around match.
12731
127322012-01-03 Bastien Guerry <bzg@gnu.org>
12733
12734 * org-agenda.el (calendar-check-holidays): Declare function.
12735
127362012-01-03 Bastien Guerry <bzg@gnu.org>
12737
12738 * org.el (org-return): Fix bug when matching the face property
12739 before following a link.
12740
127412012-01-03 Matt Lundin <mdl@imapmail.org>
12742
6df6ae42
JB
12743 * org-agenda.el (org-class): Fix holidays symbol in org-class.
12744 This was resulting in an "Bad sexp..." warning.
e66ba1df
BG
12745
127462012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12747
12748 * org.el (org-scan-tags): Also remember
12749 `org-complex-heading-regexp' in a property.
12750
127512012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12752
12753 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
12754 TeX-master to t when creating new TeX buffers.
12755
12756 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
12757 when creating new buffers.
12758
12759 * org-html.el (org-export-as-html): Turn off auto-insert
12760 when creating new buffers.
12761
127622012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12763
12764 * org-table.el (org-table-formula-handle-first/last-rc): Do not
12765 expand pointers to first/last row/column that are inside a call to
12766 `remote'.
12767 (org-table-get-remote-range): Expand pointers to first/last
12768 row/column.
12769
127702012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
12771
12772 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
12773 compatibility issue when creating an indirect buffer.
12774
127752012-01-03 Christophe Rhodes <csr21@cantab.net>
12776
12777 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
12778 the same way than LATEX_CLASS.
12779
127802012-01-03 Bastien Guerry <bzg@gnu.org>
12781
12782 * org.el (org-return): Check the presence of the 'org-link face
12783 even in contexts where there is more than one face.
12784
127852012-01-03 Eric Schulte <schulte.eric@gmail.com>
12786
6df6ae42 12787 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
e66ba1df
BG
12788 argument names which should be inherited.
12789
127902012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12791
6df6ae42
JB
12792 * org.el (org-in-block-p): Return matched name of block, if any.
12793 It can be useful when a list of block names is provided as
e66ba1df
BG
12794 an argument.
12795
127962012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12797
12798 * org-docbook.el (org-export-as-docbook): Fix regexp.
12799
12800 * org-html.el (org-export-as-html): Fix regexp.
12801
128022012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12803
12804 * org-agenda.el (org-class): Allow holidays to be skipped.
12805
128062012-01-03 Eric Schulte <schulte.eric@gmail.com>
12807
12808 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
12809
128102012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
12811
12812 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
12813 strings before calling `string-match'.
12814
128152012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12816
12817 * org-footnote.el (org-footnote-at-reference-p)
12818 (org-footnote-at-definition-p): Remove text-properties from label.
12819
128202012-01-03 Bastien Guerry <bzg@gnu.org>
12821
12822 * org-html.el (org-export-as-html): Add a "title" meta tag.
12823
128242012-01-03 Bastien Guerry <bzg@gnu.org>
12825
12826 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
12827 entries to pass to `org-agenda-get-day-entries' and allow to
12828 filter out entries using a function.
12829
128302012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12831
12832 * org-agenda.el: Fix small display bug.
12833
128342012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12835
12836 * org.el (org-set-regexps-and-options): Fix small bug introduced
12837 by commit dfcb6faef11a2439b56b18a6289803361d402130.
12838
128392012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12840
12841 * org-agenda.el (org-search-view): Simplify regexp.
12842 (org-agenda-get-todos): Use new format string.
12843
12844 * org-archive.el (org-archive-all-done): Simplify regexp.
12845
12846 * org-ascii.el (org-export-as-ascii): More accurate regexp.
12847
12848 * org-colview.el (org-columns-capture-view): Use new format string
12849 and new string.
12850
12851 * org-docbook.el (org-export-as-docbook): More accurate
12852 regexp. Also use new regexp to match generic headlines.
12853
12854 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
12855 regexp. Also use new regexp to match generic headlines.
12856
6df6ae42
JB
12857 * org-html.el (org-export-as-html): More accurate regexp.
12858 Also use new regexp to match generic headlines.
e66ba1df 12859
6df6ae42 12860 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
e66ba1df
BG
12861 and now erroneous function.
12862
12863 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
12864 New variables.
12865 (org-set-regexps-and-options): Create regexps according to the
12866 following rule: use spaces only to separate elements from an headline,
12867 while allowing mixed tabs and spaces for any indentation job.
d36ed1c8 12868 (org-nl-done-regexp, org-looking-at-done-regexp): Remove variables.
e66ba1df
BG
12869 (org-set-font-lock-defaults): Fontify again headlines with a keyword
12870 and no other text. Use new format strings.
12871 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
12872 (org-toggle-fixed-width-section): Use new format string.
12873 (org-todo): More accurate regexps.
12874 (org-point-at-end-of-empty-headline): Simplify regexp.
12875 (org-insert-heading): Headline can sometimes be nil.
12876
128772012-01-03 David Maus <dmaus@ictsoc.de>
12878
12879 * org-agenda.el (org-agenda-bulk-action): Bind
12880 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
12881 with bulk command.
12882
128832012-01-03 David Maus <dmaus@ictsoc.de>
12884
12885 * org.el (org-deadline, org-schedule): Skip invisible headlines when
12886 mapping over headlines in active region.
12887
128882012-01-03 David Maus <dmaus@ictsoc.de>
12889
6df6ae42
JB
12890 * org.el (org-loop-over-headlines-in-active-region):
12891 New customization variable. Loop over headlines in active region.
e66ba1df
BG
12892 (org-schedule, org-deadline): Apply to headlines in region depending
12893 on new customization variable.
12894
128952012-01-03 David Maus <dmaus@ictsoc.de>
12896
12897 * org.el (org-map-entries): Immediately return if scope is 'region
12898 but no region is active.
12899
129002012-01-03 David Maus <dmaus@ictsoc.de>
12901
12902 * org.el (org-map-entries): Extend scope 'region to include entire
12903 body of last headline in active region.
12904
129052012-01-03 Bastien Guerry <bzg@gnu.org>
12906
12907 * org-src.el (org-edit-src-code): Fix typo-bug.
12908
129092012-01-03 Bastien Guerry <bzg@gnu.org>
12910
6df6ae42
JB
12911 * org.el (org-format-agenda-item, org-scan-tags):
12912 Rename `org-format-agenda-item' to `org-agenda-format-item'.
e66ba1df
BG
12913
129142012-01-03 Bastien Guerry <bzg@gnu.org>
12915
12916 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
12917 silent byte-compiler.
12918
129192012-01-03 Bastien Guerry <bzg@gnu.org>
12920
12921 * org.el: Declare external function `cdlatex-compute-tables'.
12922
129232012-01-03 Bastien Guerry <bzg@gnu.org>
12924
12925 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
12926 when matching #+LaTeX_CLASS.
12927
129282012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
12929
12930 * org.el (org-link-search-must-match-exact-headline): Fix typos.
12931
129322012-01-03 Bastien Guerry <bzg@gnu.org>
12933
12934 * org-latex.el (org-export-latex-make-header): Add some hyperref
12935 options.
12936
129372012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
12938
d36ed1c8 12939 * org-publish.el (org-publish-file): Add 'eval'ing the value of
e66ba1df
BG
12940 the :publishing-directory property before using it as destination
12941 of the publishing project. This allows to construct the publish
12942 destination directory dynamically at run-time using the return
12943 value of a function.
12944
129452012-01-03 Bastien Guerry <bzg@gnu.org>
12946
12947 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
12948
129492012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12950
12951 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
12952 New option.
12953 (org-agenda-date-later): Improve the logical structure.
12954
129552012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
12956
12957 * ob-calc.el (featurep): Require calc-store.
12958
12959 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
12960 special handling.
12961
12962 * org-compat.el (fboundp): Support for XEmacs.
12963
12964 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
12965
12966 * org-footnote.el (org-footnote-re): Optimize macro processing.
12967
12968 * org.el (org-set-autofill-regexps): Xemacs compatibility.
12969
129702012-01-03 Eric Schulte <schulte.eric@gmail.com>
12971
12972 * ob.el (org-babel-balanced-split): Balance both [] and ()
12973 groupings.
12974 (org-babel-parse-header-arguments): Be sure to replace removed ":"
12975 characters.
12976
129772012-01-03 Eric Schulte <schulte.eric@gmail.com>
12978
12979 * ob.el (org-babel-parse-header-arguments): Quick fix for a
12980 tiny bug.
12981
129822012-01-03 Eric Schulte <schulte.eric@gmail.com>
12983
12984 * ob.el (org-babel-params-from-properties): Now splits
12985 multiple var arguments behind a single ":var".
12986 (org-babel-balanced-split): Separated balanced splitting of
12987 strings out into a new function.
12988 (org-babel-parse-multiple-vars): Splits multiple var arguments
12989 behind a single ":var".
12990
129912012-01-03 Bastien Guerry <bzg@gnu.org>
12992
12993 * org.el: Remap `outline-promote' and `outline-demote' keys to
12994 `org-promote-subtree' and `org-demote-subtree'.
12995
cd394be1 129962012-01-03 Leo Liu <sdl.web@gmail.com>
e66ba1df
BG
12997
12998 * org-agenda.el (org-agenda-do-context-action): Check if marker is
12999 valid before use.
13000
130012012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13002
13003 * org-agenda.el (org-agenda-date-later): Fix shifting of date
13004 ranges.
13005
130062012-01-03 Eric Schulte <schulte.eric@gmail.com>
13007
13008 * ob.el: Removing `org-babel-params-from-buffer' and
13009 #+PROPERTIES: entirely.
13010
d36ed1c8
SM
13011 * ob-exp.el (org-babel-exp-src-block):
13012 Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
e66ba1df 13013
d36ed1c8
SM
13014 * ob-lob.el (org-babel-lob-execute):
13015 Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
e66ba1df
BG
13016
130172012-01-03 Eric Schulte <schulte.eric@gmail.com>
13018
13019 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
13020 lines in favor of general #+PROPERTIES: lines.
13021
130222012-01-03 Eric Schulte <schulte.eric@gmail.com>
13023
13024 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
13025 buffer.
13026
130272012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13028
13029 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
13030 update the internal cdlatex tables.
13031
130322012-01-03 Eric Schulte <schulte.eric@gmail.com>
13033
13034 * ob-sql.el (org-babel-execute:sql): Respect literal-results
13035 options.
13036
130372012-01-03 Eric Schulte <schulte.eric@gmail.com>
13038
13039 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
13040 code block colname and rowname handling.
13041
130422012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13043
13044 * org-publish.el (org-publish-cache-file-needs-publishing):
13045 Fix regexp to not inlcude newlines.
13046
130472012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13048
13049 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
13050 restart.
13051
130522012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13053
13054 * org.el (org-fontify-entities): Match entities before
13055 numbers, as in `\sim2'.
13056
130572012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13058
13059 * org-agenda.el (org-agenda-date-later): Make pushing forward
13060 a past date to jump immedialtely to today.
13061
130622012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13063
13064 * org-exp.el (org-store-forced-table-alignment): Parse the
13065 column cookie for both alignment and width
13066 specification. Store the resulting value in `org-col-cookies'
13067 property. Retire the previously used `org-forced-aligns'
13068 property for consistency. Renamed local variable `aligns' to
13069 `cookies'.
13070
d36ed1c8
SM
13071 * org-html.el (org-format-org-table-html):
13072 Use `org-col-cookies'. Renamed local variable forced-aligns to
e66ba1df
BG
13073 col-cookies.
13074
130752012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13076
13077 * org.el (org-latex-to-mathml-jar-file)
13078 (org-latex-to-mathml-convert-command): New user-customizable
13079 variables.
13080 (org-format-latex-mathml-available-p, org-create-math-formula)
13081 (org-format-latex-as-mathml): New functions.
13082 (org-format-latex): Add a new local variable block-type that notes
13083 the nature of the equation - inline or display. Associate it's
d36ed1c8
SM
13084 value to `org-latex-src-embed-type' property of dvipng links.
13085 Add mathml as new processing type.
e66ba1df
BG
13086
130872012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
13088
13089 * org.el (org-refile): Add tree name to prompt.
13090
130912012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13092
d36ed1c8
SM
13093 * org-latex.el (org-export-latex-tables):
13094 Honor `org-export-latex-table-caption-above'
e66ba1df
BG
13095 (org-export-latex-table-caption-above): New option.
13096
130972012-01-03 Eric Schulte <schulte.eric@gmail.com>
13098
13099 * ob.el (org-babel-insert-header-arg): Now including language
13100 specific header arg values in insertion options.
13101
131022012-01-03 Eric Schulte <schulte.eric@gmail.com>
13103
d36ed1c8 13104 * ob.el (org-babel-insert-header-arg): Fix typo.
e66ba1df
BG
13105
131062012-01-03 Jambunathan K <kjambunathan@gmail.com>
13107
d36ed1c8 13108 * org-exp.el (org-export-number-lines): Modify. Add a new
e66ba1df
BG
13109 parameter `preprocess' and use this for backend-agnostic
13110 handling of literal examples.
13111
131122012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13113
13114 * org.el (org-match-substring-regexp)
13115 (org-match-substring-with-braces-regexp): Allow subscripts and
13116 superscripts to start at beginning of line.
13117
131182012-01-03 Eric Schulte <schulte.eric@gmail.com>
13119
13120 * ob.el (org-babel-common-header-args-w-values): New variable to
13121 hold common header arguments and their default values.
13122 (org-babel-header-arg-names): Redefined using the new common
13123 header arg variable.
13124 (org-babel-insert-header-arg): New function to help when inserting
13125 header arguments.
13126
131272012-01-03 David Maus <dmaus@ictsoc.de>
13128
13129 * org-html.el (org-html-handle-links): Remove unnecessary
13130 protection markers when publishing link in default format.
13131
131322012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
13133
13134 * org-crypt.el (org-crypt-check-auto-save): New function, see
13135 next change.
13136
13137 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
13138 check out into a separate function, and call it at a later
13139 point, to assure it only runs when visiting an encrypted
13140 entry.
13141
131422012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
13143
13144 * org.el (org-log-note-headings): Document new %d and %D
13145 escapes.
13146 (org-store-log-note): Implement new %d and %D escapes.
13147
131482012-01-03 Dave Abrahams <dave@boostpro.com>
13149
13150 * org-agenda.el (org-agenda-follow-indirect): New option.
13151 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
13152 follow mode.
13153 (org-agenda-do-context-action): Also do indirect follow mode
13154 action.
13155
131562012-01-03 Eric Schulte <schulte.eric@gmail.com>
13157
13158 * ob-table.el (sbe): Fix typo in new sbe specification.
13159
131602012-01-03 Eric Schulte <schulte.eric@gmail.com>
13161
13162 * ob-table.el (sbe): If first variable is a string and not a
13163 cons cell, then interpret it as a string of header arguments
13164 to be passed to the code block.
13165
131662012-01-03 Eric Schulte <schulte.eric@gmail.com>
13167
13168 * ob-shen.el (shen-eval-defun): Declare external function.
13169 (org-babel-execute:shen): Move requirement of inf-shen into
13170 the function in which it is used to fix build error.
13171
13172 * ob-shen.el: New file.
13173
131742012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13175
13176 * org.el (org-open-at-point): Make `org-open-at-point' only
13177 ask once about creating a new headline.
13178
131792012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13180
13181 * org.el (org-refile-targets): Elaborated the documentation of
13182 the variable as suggested by Dave Abrahams.
13183
131842012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13185
13186 * org.el (org-align-tags-here): Allow tags to be placed right
13187 after heading.
13188 (org-tags-column): Document the meaning of tags column 0.
13189
131902012-01-03 Niels Giesen <niels.giesen@gmail.com>
13191
13192 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
13193 in agenda if start day is same as end day.
13194
131952012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13196
13197 * org.el (org-refile-get-location): Ignore errors when
13198 collection heading to be excluded.
13199
132002012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13201
13202 * org-special-blocks.el
13203 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
13204 strict problems by not enclosing special blocks in paragraph tags.
13205
132062012-01-03 Bernt Hansen <bernt@norang.ca>
13207
13208 * org-html.el (org-export-as-html): Check string-match
13209 argument.
13210 (org-html-handle-time-stamps): Check string-match argument.
13211
132122012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13213
13214 * org-agenda.el
d36ed1c8
SM
13215 (org-agenda-skip-additional-timestamps-same-entry):
13216 Change default value.
e66ba1df
BG
13217
132182012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13219
13220 * org.el (org-time-string-to-time):
13221 (org-time-string-to-absolute): Add optional arguments BUFFER and
13222 POS for error reporting.
13223
13224 * org-agenda.el (org-get-all-dates):
13225 (org-agenda-get-timestamps, org-agenda-get-deadlines)
13226 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
13227 stamp parsing functions with information on where the
13228 timestamp was taken from.
13229
132302012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13231
13232 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
13233 after `show-all' in indirect buffer.
13234
132352012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13236
13237 * org-list.el (org-list-parents-alist): When no parent is found
d36ed1c8
SM
13238 for an item, set it as the closest less indented item above.
13239 If none is found, make it a top level item.
e66ba1df
BG
13240 (org-list-write-struct): Externalize code.
13241 (org-list-struct-fix-item-end): New function.
13242 (org-list-struct): Remove a now useless fix.
13243
13244 * org.el (org-ctrl-c-ctrl-c): Use new function.
13245
132462012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13247
13248 * org.el (org-end-of-line): When on an item, move point at the
13249 end of the line, but before any hidden text. Thus, it's still
13250 possible to use commands, like `C-c C-c', acting at
13251 items. This is still disabled if `org-special-ctrl-a/e'
13252 ignores `C-e'.
13253
132542012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13255
13256 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
13257
132582012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13259
13260 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
13261 infloop.
13262
132632012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13264
d36ed1c8
SM
13265 * org-footnote.el (org-footnote-at-definition-p):
13266 Remove useless `org-re'.
e66ba1df
BG
13267
132682012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13269
13270 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
13271 is at a real footnote reference or definition before
13272 renumbering it.
13273
132742012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13275
13276 * org-footnote.el (org-footnote-goto-definition): This patch
13277 makes sure the function says when a definition has been
13278 found. Thus, moving from the reference to the definition
13279 doesn't offer to create the latter again.
13280
132812012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13282
13283 * org-footnote.el (org-footnote-create-definition):
d1389828 13284 Explicitly move point after tag, if it has just been
e66ba1df
BG
13285 inserted.
13286
132872012-01-03 Eric Schulte <schulte.eric@gmail.com>
13288
13289 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
13290 names on Windows systems.
13291
132922012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13293
13294 * org-footnote.el (org-footnote-create-definition): When the
13295 tag is missing, it is created before any existing footnote, or
13296 at end of buffer. In the latter case, the marker pointing at
13297 the position where the new footnote is going to be inserted
13298 (at end of buffer) stays before the tag. This patch makes
13299 sure that the marker will be kept after the tag.
13300
133012012-01-03 Eli Zaretskii <eliz@gnu.org>
13302
13303 * org.el (org-mode): Force left-to-right paragraphs in Org
13304 buffers. For a related discussions, see
13305 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
13306
133072012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13308
d36ed1c8
SM
13309 * ob-asymptote.el (org-babel-asymptote-define-type):
13310 Silence byte-compiler.
e66ba1df
BG
13311
133122012-01-03 Eric Schulte <schulte.eric@gmail.com>
13313
13314 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
13315 evaluation.
13316
133172012-01-03 Eric Schulte <schulte.eric@gmail.com>
13318
d36ed1c8
SM
13319 * org-bibtex.el (org-bibtex-type-property-name):
13320 Configurable property name for bibtex entry types.
e66ba1df
BG
13321 (org-bibtex-headline): Use new configurable property name.
13322 (org-bibtex-check): Use new configurable property name.
13323 (org-bibtex-create): Use new configurable property name.
13324 (org-bibtex-write): Use new configurable property name.
13325
133262012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13327
13328 * org.el (org-paste-subtree): Remove unnecessary `concat'.
13329
133302012-01-03 Bastien Guerry <bzg@gnu.org>
13331
13332 * org.el (org-paste-subtree): Remove useless (concat ...).
13333
133342012-01-03 Eric Schulte <schulte.eric@gmail.com>
13335
13336 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
13337 characterp with integerp (which should work w/Emacs22).
13338
133392012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13340
13341 * org-footnote.el (org-footnote-at-definition-p): Context must
13342 be valid at the beginning of line, not at point.
13343
133442012-01-03 Eric Schulte <schulte.eric@gmail.com>
13345
d36ed1c8
SM
13346 * ob-tangle.el (org-babel-tangle-collect-blocks):
13347 Better delimiting of Org-mode text preceding a code block.
e66ba1df
BG
13348
133492012-01-03 Eric Schulte <schulte.eric@gmail.com>
13350
13351 * ob.el (org-babel-get-src-block-info): Fixing bug,
13352 accidentally deleted variable values.
13353
133542012-01-03 Eric Schulte <schulte.eric@gmail.com>
13355
d36ed1c8
SM
13356 * ob-tangle.el (org-babel-process-comment-text):
13357 Customizable function to process comment text.
e66ba1df
BG
13358 (org-babel-tangle-collect-blocks): Make use of new
13359 customizable processing function.
13360 (org-babel-spec-to-string): Call customizable function rather than
13361 `org-babel-trim'.
13362
133632012-01-03 Eric Schulte <schulte.eric@gmail.com>
13364
13365 * ob-R.el (org-babel-execute:R): Collect and pass along the
13366 result-params.
13367 (org-babel-R-evaluate): Accept result-params and if "scalar" or
13368 "verbatim" don't process output.
13369 (org-babel-R-evaluate-session): Accept result-params and if
13370 "scalar" or "verbatim" don't process output.
13371
133722012-01-03 Eric Schulte <schulte.eric@gmail.com>
13373
13374 * ob.el (org-babel-merge-params): Differentiate between result
13375 types and wrappers.
13376
133772012-01-03 Eric Schulte <schulte.eric@gmail.com>
13378
13379 * ob.el (org-babel-get-src-block-info): Check that
13380 functional-syntax variables are initialized.
13381
133822012-01-03 Eric Schulte <schulte.eric@gmail.com>
13383
13384 * ob.el (org-babel-check-src-block): Adding a note for a
13385 future enhancement.
13386
133872012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13388
13389 * org-exp.el (org-export): Restore point when exporting a subtree.
13390
133912012-01-03 Eric Schulte <schulte.eric@gmail.com>
13392
13393 * ob.el (org-babel-parse-src-block-match): More robust to code
13394 blocks with empty bodies.
13395
133962012-01-03 Eric Schulte <schulte.eric@gmail.com>
13397
13398 * ob.el (org-babel-parse-src-block-match): Don't error on empty
13399 code block body.
13400
134012012-01-03 David Maus <dmaus@ictsoc.de>
13402
13403 * org.el (org-open-at-point): Unescape plain link.
13404
134052012-01-03 David Maus <dmaus@ictsoc.de>
13406
13407 * org-html.el (org-html-handle-links): Remove unnecessary link
13408 unescape.
13409
134102012-01-03 Eric Schulte <schulte.eric@gmail.com>
13411
13412 * ob.el (org-babel-merge-params): Better error message for
13413 unassigned variables.
13414
134152012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
13416
13417 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
13418 buffer local variables to the temporary buffer before
13419 exporting.
13420
134212012-01-03 Eric Schulte <schulte.eric@gmail.com>
13422
d36ed1c8
SM
13423 * org-exp.el (org-export-select-backend-specific-text):
13424 Only remove commas on the front line of a code block.
e66ba1df
BG
13425
134262012-01-03 Eric Schulte <schulte.eric@gmail.com>
13427
13428 * ob.el (org-babel-demarcate-block): Copy headers and indent to
13429 column of point when a block is split.
13430
134312012-01-03 Eric Schulte <schulte.eric@gmail.com>
13432
13433 * ob.el (org-babel-insert-result): Corrected file insertion
13434 for inline results.
13435
134362012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13437
d36ed1c8
SM
13438 * org-footnote.el (org-footnote-in-valid-context-p):
13439 No footnote in latex fragments.
e66ba1df
BG
13440
134412012-01-03 Martin Rudalics <rudalics@gmx.at>
13442
13443 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
13444 argument from `pop-to-buffer-same-window' call.
13445
134462012-01-03 Eric Schulte <schulte.eric@gmail.com>
13447
13448 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
13449 detection regexp.
13450
134512012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13452
d36ed1c8
SM
13453 * org-inlinetask.el (org-inlinetask-goto-end):
13454 Small refactoring.
e66ba1df
BG
13455
134562012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13457
13458 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
13459 refactor code.
d36ed1c8 13460 (org-babel-asymptote-table-to-array): Remove function.
e66ba1df
BG
13461
134622012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13463
13464 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
13465 recognize non-nested lists as uni-dimensional arrays.
13466
134672012-01-03 Eric Schulte <schulte.eric@gmail.com>
13468
13469 * ob.el (org-babel-params-from-properties): Don't check for
13470 header arguments in properties with leading ":"s.
13471
134722012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13473
d36ed1c8
SM
13474 * org-inlinetask.el (org-inlinetask-goto-end):
13475 Correctly detect the end of an inlinetask when the next one starts
e66ba1df
BG
13476 immediately after the current one. Also, return position of
13477 point.
13478
134792012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13480
13481 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
13482 start at bol.
13483
134842012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13485
d36ed1c8
SM
13486 * ob-asymptote.el (org-babel-asymptote-define-type):
13487 Elisp floats are asymptote reals.
e66ba1df
BG
13488
134892012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13490
13491 * ob-asymptote.el (org-babel-asymptote-table-to-array):
13492 Require a new argument TYPE specifying the detected type of
13493 array. If it's a string array, make sure every element is
ed9265fc
JB
13494 returned as a string. Also improve doc-string.
13495 (org-babel-asymptote-var-to-asymptote): Fill new argument.
13496 Small refactoring.
e66ba1df
BG
13497 (org-babel-asymptote-define-type): Rewrite to avoid stopping
13498 search at first float found, as strings have precedence over
13499 floats.
13500
135012012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13502
13503 * org-footnote.el (org-footnote-normalize): Be sure to separate
13504 the last footnote definition from the rest of the buffer.
13505
135062012-01-03 Eric Schulte <schulte.eric@gmail.com>
13507
13508 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
13509 variable names.
13510
135112012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13512
13513 * org.el (org-latex-regexps): Allow matching latex fragments
13514 of type "$" and "$1" at beginning of line.
13515
135162012-01-03 Bastien Guerry <bzg@gnu.org>
13517
13518 * org-agenda.el (org-search-view, org-agenda-get-todos)
d36ed1c8
SM
13519 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13520 Add `category-pos' in let construct.
e66ba1df
BG
13521
135222012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13523
13524 * org-footnote.el (org-footnote-get-definition): The function has
13525 to widen buffer if definition has not been found in the current
ed9265fc 13526 narrowed part. Be sure to restore that restriction once the
e66ba1df
BG
13527 definition is found.
13528
135292012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
13530
13531 * org-icalendar.el (org-print-icalendar-entries): Make alarm
13532 duration RFC5545 compliant.
13533
135342012-01-03 Bastien Guerry <bzg@gnu.org>
13535
13536 * org-agenda.el (org-agenda-get-timestamps)
13537 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
13538 the `org-category-pos' property.
13539
135402012-01-03 Bastien Guerry <bzg@gnu.org>
13541
13542 * org-html.el (org-export-html-divs): Improve docstring.
13543
135442012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13545
13546 * org-table.el (org-table-fix-formulas): Throw error when
13547 changing formula leads to an invalid formula.
13548
135492012-01-03 Bastien Guerry <bzg@gnu.org>
13550
13551 * org.el (org-archive-location): Minor docstring fix.
13552
135532012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13554
13555 * org.el (org-block-todo-from-checkboxes):
13556 `org-list-search-forward' should be used when looking for an
13557 item, as it filters out contexts where match couldn't be in a
13558 list. Also use a correct item regexp, taking into account
13559 alphabetical ordered lists and counters.
13560
135612012-01-03 Bastien Guerry <bzg@gnu.org>
13562
13563 * org-html.el (org-html-make-link): Minor fix to the
13564 docstring.
13565
135662012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
13567
27e428e7 13568 * org-inlinetask.el (org-inlinetask): New customizable face
ed9265fc 13569 for inlinetasks.
e66ba1df
BG
13570
135712012-01-03 Bastien Guerry <bzg@gnu.org>
13572
13573 * org-agenda.el (org-agenda-get-todos): Properly set
13574 `category-pos'.
13575
135762012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13577
13578 * org-list.el (org-list-struct-apply-struct): Don't use
13579 (copy-marker (point)) instead of (point-marker).
13580
135812012-01-03 Eric Schulte <schulte.eric@gmail.com>
13582
13583 * ob.el (org-babel-where-is-src-block-result): Don't try to
13584 resolve variables when simply checking if we're inside of a
13585 code block.
13586
135872012-01-03 Bastien Guerry <bzg@gnu.org>
13588
13589 * org.el (org-refresh-category-properties): New text property
13590 'org-category-position to point at the beginning of the
13591 headline from which the category is set.
13592
135932012-01-03 Matt Lundin <mdl@imapmail.org>
13594
13595 * org.el (org-refile): Don't call `org-back-to-heading' with
13596 goto argument.
13597
135982012-01-03 Bastien Guerry <bzg@gnu.org>
13599
13600 * org.el (org-link-display-descriptive): Remove this option and
13601 rely on the existing `org-descriptive-links' instead.
13602 (org-toggle-link-display): Use `org-descriptive-links'.
13603
136042012-01-03 Eric Schulte <schulte.eric@gmail.com>
13605
13606 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
13607 with tags after the result name.
13608
136092012-01-03 Bastien Guerry <bzg@gnu.org>
13610
13611 * org-table.el (org-table-get-specials): Allow the use of the
13612 underscore character in column names.
13613 (org-table-get-specials): Allow the use of the underscore
13614 character in field names.
13615
136162012-01-03 Eric Schulte <schulte.eric@gmail.com>
13617
d36ed1c8
SM
13618 * org-exp-blocks.el (org-export-blocks-preprocess):
13619 Explicitly cleaning up markers.
e66ba1df
BG
13620
136212012-01-03 Eric Schulte <schulte.eric@gmail.com>
13622
13623 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
13624 around `org-babel-exp-do-export' which now searches in this case.
13625 (org-babel-exp-results): Position the point in the inline source
13626 block during export evaluation.
13627
13628 * ob.el (org-babel-insert-result): More readable code.
13629
136302012-01-03 Eric Schulte <schulte.eric@gmail.com>
13631
13632 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
13633 in function rather than the superfluous (and now removed)
13634 org-specific function.
13635
136362012-01-03 Eric Schulte <schulte.eric@gmail.com>
13637
13638 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
13639 inline code blocks which are already escaped.
13640
136412012-01-03 Eric Schulte <schulte.eric@gmail.com>
13642
13643 * org-exp-blocks.el (org-marker-from-point): Helper function to
13644 create markers at specific points in source buffers.
13645 (org-export-blocks-preprocess): Use markers instead of points
13646 to delimit code blocks.
13647
136482012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13649
d36ed1c8 13650 * org-list.el (org-list-separating-blank-lines-number):
da5ecfa9 13651 The behavior of `org-back-over-empty-lines' depends on the
e66ba1df
BG
13652 associated value of `headline' in
13653 `org-blank-before-new-entry', which is out of context in a
13654 list.
13655
136562012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13657
13658 * org-indent.el (org-indent-initialize-agent): When the current
13659 buffer isn't being watched, resume initialization of other watched
13660 buffers. In that case, give hand to others idle timers or
13661 processes more frequently.
d36ed1c8 13662 (org-indent-agent-active-delay): Rename from
e66ba1df
BG
13663 `org-indent-agent-process-duration'.
13664 (org-indent-agent-passive-delay): New variable.
13665 (org-indent-agent-resume-delay): Change value.
13666 (org-indent-initialize-buffer): Change argument name.
13667 (org-indent-add-properties): Change argument name and type
ed9265fc 13668 expected. It must be a time value now.
e66ba1df
BG
13669
136702012-01-03 Bastien Guerry <bzg@gnu.org>
13671
13672 * org.el (org-set-property): Bugfix.
13673
136742012-01-03 Eric Schulte <schulte.eric@gmail.com>
13675
13676 * ob.el (org-babel-remove-result): Idempotent code block
13677 evaluation and result removal.
13678
136792012-01-03 Eric Schulte <schulte.eric@gmail.com>
13680
13681 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
13682 require inf-ruby when no session evaluation takes place.
13683
136842012-01-03 Bastien Guerry <bzg@gnu.org>
13685
13686 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
13687 the docstring.
13688
136892012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13690
13691 * org-agenda.el (org-agenda-custom-commands): Set a default
13692 value for this command.
13693
136942012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13695
13696 * org-agenda.el (org-agenda-include-all-todo): Declare this option
13697 as no longer working.
13698 (org-timeline): Rename the include-all argument to dotodo.
d36ed1c8 13699 (org-arg-loc): Rename from` org-include-all-loc'.
e66ba1df
BG
13700 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
13701 because its function has changed.
13702
137032012-01-03 Bastien Guerry <bzg@gnu.org>
13704
13705 * org.el (org-fixup-indentation): Fix various small bugs.
13706
137072012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13708
13709 * org-indent.el (org-indent-agent-timer)
13710 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
13711 (org-indent-agent-process-duration)
13712 (org-indent-agent-resume-delay): New variables.
13713 (org-indent-initial-marker): More accurate doc-string.
13714 (org-indent-initial-timer, org-indent-initial-resume-timer)
13715 (org-indent-initial-process-duration)
13716 (org-indent-initial-resume-delay)
d36ed1c8 13717 (org-indent-initial-lock): Remove variables.
e66ba1df
BG
13718 (org-indent-mode): Set up an agent to watch current buffer, or
13719 add it to the list of already watched buffers.
13720 (org-indent-initialize-agent): New function.
13721 (org-indent-initialize-buffer): Now requires a mandatory
13722 buffer argument.
ed9265fc
JB
13723 (org-indent-add-properties): Reflect changes to variables.
13724 The resume timer is now global.
e66ba1df
BG
13725
137262012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13727
13728 * org-footnote.el (org-footnote-normalize): Refactor, and fix
13729 some blank lines deletion.
13730
137312012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13732
13733 * org-indent.el (org-indent-mode):
13734 `org-indent-initial-resume-timer ' needs to be local.
13735
137362012-01-03 Bastien Guerry <bzg@gnu.org>
13737
13738 * org.el (org-fixup-indentation): Correctly indent meta lines.
13739
137402012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13741
13742 * org-indent.el (org-indent-set-line-properties): Add text
13743 properties down to the beginning of the next line.
13744 (org-indent-add-properties): When last position to add
13745 properties to is at the beginning of a line, all that line
13746 will have properties.
13747
137482012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13749
13750 * org-indent.el (org-indent-initial-resume-timer): New variable.
13751 (org-indent-initialize-buffer): Also resume after a small break.
13752 (org-indent-add-properties): When in asynchronous mode,
13753 proceed for 2 seconds, then take a break.
13754
137552012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13756
13757 * org-indent.el (org-indent-set-line-properties): New function.
13758 (org-indent-add-properties): Externalize worker function.
13759
137602012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13761
13762 * org-indent.el (org-indent-indent-buffer): Take into account
13763 narrowing.
13764
137652012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13766
d36ed1c8 13767 * org-indent.el (org-indent-modified-headline-flag): Rename from
e66ba1df 13768 `org-indent-deleted-headline-flag'
d36ed1c8 13769 (org-indent-notify-modified-headline): Rename from
ed9265fc 13770 `org-indent-notify-deleted-headline'. Handle situations when
e66ba1df
BG
13771 the stars of an headline are modified.
13772 (org-indent-refresh-maybe): Remove case now handled by
13773 previous function.
13774 (org-indent-mode): Apply renames.
13775
137762012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13777
d36ed1c8
SM
13778 * org-indent.el (org-indent-inlinetask-first-star):
13779 New variable.
e66ba1df
BG
13780 (org-indent-add-properties): Set the first star of inline-tasks'
13781 virtual indentation in `org-warning' face.
13782
13783 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
13784 inline-task slightly differently, so virtual indentation can
13785 be applied normally.
13786
137872012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13788
13789 * org-indent.el (org-indent-initial-marker)
d36ed1c8
SM
13790 (org-indent-initial-timer, org-indent-initial-lock):
13791 New variables.
e66ba1df 13792 (org-indent-mode): At initialization, start an idle timer to indent
ed9265fc 13793 the whole buffer. When the user is asking for control, interrupt the
e66ba1df
BG
13794 process, and resume at the same point when idle again.
13795 (org-indent-initialize-buffer): New function.
13796 (org-indent-add-properties): Throw an interrupt when indentation of
13797 buffer is stopped during initialization.
13798
137992012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13800
13801 * org-indent.el (org-indent-indent-buffer): Send more
13802 appropriate messages.
13803
138042012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13805
13806 * org-indent.el (org-indent-notify-deleted-headline)
13807 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
13808 with `org-outline-regexp-bol'.
13809
138102012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13811
13812 * org-indent.el (org-indent-max-levels): Modify default value and
13813 add comment.
13814 (org-indent-add-properties): Pay attention to `org-indent-max'
13815 and `org-indent-max-levels' values.
13816 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
13817 save excursion.
13818
138192012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13820
13821 * org-table.el (org-table-align): Remove now useless hack.
13822
138232012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13824
d36ed1c8
SM
13825 * org-indent.el (org-indent-fix-section-after-idle-time):
13826 Remove variable.
e66ba1df
BG
13827 (org-indent-initialize): Remove timer.
13828 (org-indent-add-properties): Refactor code.
13829 (org-indent-refresh-subtree, org-indent-refresh-section)
c295fc18 13830 (org-indent-refresh-buffer, org-indent-set-initial-properties):
d36ed1c8 13831 Remove functions.
e66ba1df 13832 (org-indent-deleted-headline): New variable.
c295fc18 13833 (org-indent-notify-deleted-headline, org-indent-refresh-maybe):
d36ed1c8 13834 New functions.
e66ba1df
BG
13835 (org-indent-mode): Insert new functions into a hook.
13836
138372012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13838
13839 * org-indent.el (org-indent-mode): Completely refresh buffer
ed9265fc 13840 before starting org-indent-mode. Also set idle timer to refresh
e66ba1df
BG
13841 only visible portion of buffer, and refresh the subtree instead of
13842 section when promoting or demoting it.
13843 (org-indent-add-properties): Rewrite function to proceed line by
13844 line, as required by `wrap-prefix' specificity.
c295fc18 13845 (org-indent-refresh-section, org-indent-refresh-subtree): Refactor.
e66ba1df 13846 (org-indent-refresh-view): New function.
d36ed1c8
SM
13847 (org-indent-refresh-to, org-indent-refresh-section):
13848 Remove functions.
e66ba1df
BG
13849
13850 * org.el (org-unfontify-region): Do not remove prefix
13851 properties when unfontifying a region.
13852
138532012-01-03 Bastien Guerry <bzg@gnu.org>
13854
13855 * org-colview.el (org-columns-cleanup-item): Correctly remove
13856 leading stars in items displayed in the agenda column view.
13857
138582012-01-03 Bastien Guerry <bzg@gnu.org>
13859
13860 * org-colview.el (org-columns-display-here): Clean up items in
13861 `org-agenda-mode' too.
13862 (org-columns-cleanup-item): Take a new argument CPHR to allow
13863 passing a complex heading regexp. Rewrite to cleanup ITEM
13864 correctly in `org-agenda-mode'.
13865
138662012-01-03 Bastien Guerry <bzg@gnu.org>
13867
13868 * org-clock.el (org-duration-string-to-minutes)
d36ed1c8
SM
13869 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes):
13870 Move from org.el.
e66ba1df
BG
13871
138722012-01-03 Bastien Guerry <bzg@gnu.org>
13873
13874 * org.el (org-refile-active-region-within-subtree): New option to
13875 allow refiling a region that is part of a subtree without
13876 containing a subtree itself. This default to `nil'.
13877 (org-refile): Use the new option. Put point at the beginning
13878 of the region/subtree to be refiled, so that users understand
13879 what will be refiled. Also improve the prompt to tell whether
13880 the user is refiling a region or a headline.
13881
138822012-01-03 Bastien Guerry <bzg@gnu.org>
13883
13884 * org.el (org-properties-postprocess-alist): New option to allow
13885 postprocessing the values of properties set through
13886 `org-set-property'.
13887 (org-set-property): Use this option.
13888
138892012-01-03 Bastien Guerry <bzg@gnu.org>
13890
13891 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
13892 docstring.
13893
138942012-01-03 Bastien Guerry <bzg@gnu.org>
13895
d36ed1c8
SM
13896 * org-archive.el (org-archive-to-archive-sibling):
13897 Use `org-outline-regexp' instead of `outline-regexp'.
e66ba1df
BG
13898
138992012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13900
13901 * org.el (org-between-regexps-p): Searching up to pos may
13902 match again beginning regexp.
13903
139042012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13905
13906 * org-footnote.el (org-footnote-goto-definition): Don't send
13907 erroneous message: suggested bindings might not be set outside
13908 Org.
13909
139102012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13911
13912 * org-footnote.el (org-footnote-normalize): Effectively remove
13913 any footnote tag in non Org buffers, as detailled in the
13914 docstring of `org-footnote-tag-for-non-org-mode-files'.
13915
139162012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13917
13918 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
13919 notify the opportunity to set the variable to the empty string.
13920 (org-footnote-normalize, org-footnote-create-definition):
13921 Carefully check for inserted newlines and presence of the
13922 footnote tag.
13923
139242012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13925
13926 * org-footnote.el (org-footnote-at-definition-p): Re-use
13927 `org-footnote-definition-re'.
13928
139292012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13930
13931 * org-footnote.el (org-footnote-definition-re): Remove an
13932 useless group.
13933 (org-footnote-at-definition-p): Reflect removal of the group.
13934
139352012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13936
13937 * org.el (org-set-regexps-and-options): Enforce white space
13938 after todo keyword, as word boundary isn't sufficient (i.e. in
13939 matches * TODO/this).
13940
139412012-01-03 Jambunathan K <kjambunathan@gmail.com>
13942
d36ed1c8
SM
13943 * org-inlinetask.el (org-inlinetask-export-templates):
13944 Fix template for html so that the exported file is valid
e66ba1df
BG
13945 xhtml. Added template for odt.
13946 (org-inlinetask-export-handler): Fix typo in the regexp that
ed9265fc 13947 trims content. Make sure that the content is flanked by
e66ba1df
BG
13948 paragraph boundaries on either side.
13949
139502012-01-03 Bastien Guerry <bzg@gnu.org>
13951
13952 * org.el (org-add-planning-info): Don't insert superfluous
13953 space when updating timestamps.
13954
139552012-01-03 Bastien Guerry <bzg@gnu.org>
13956
13957 * org-agenda.el (org-cmp-effort): Fix docstring.
13958
139592012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
13960
13961 * org-list.el (org-list-full-item-re): When an item has only a
13962 bullet and no space after it, list structure would not be
13963 recognized correctly.
13964
139652012-01-03 Bastien Guerry <bzg@gnu.org>
13966
13967 * org.el (org-overview): Use `outline-regexp' instead of
13968 `org-outline-regexp' so that global cycling using
13969 `orgstruct-mode' works outside of Org buffers.
13970
139712012-01-03 Bastien Guerry <bzg@gnu.org>
13972
13973 * org-table.el (org-table-eval-formula): Fix missing variable
13974 in let construct.
13975 (org-table-time-string-to-seconds): Fix missing variable in
13976 let construct.
13977
139782012-01-03 Michael Brand <michael.ch.brand@gmail.com>
13979
13980 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
13981 case of wdays being 0. Don't pass wdays to
13982 org-agenda-deadline-face, like before the old fix.
13983 (org-agenda-deadline-face): Revert to old state that was without
13984 wdays.
13985
139862012-01-03 Bastien Guerry <bzg@gnu.org>
13987
13988 * org-latex.el (org-export-latex-fixed-width): Only add one
13989 line break after exporting verbatim environments.
13990
e66ba1df
BG
139912012-01-03 Bastien Guerry <bzg@gnu.org>
13992
13993 * org-list.el (org-list-item-trim-br): New function.
13994 (org-list-to-generic): New parameter :nobr to use the new
13995 function.
13996
139972012-01-03 David Maus <dmaus@ictsoc.de>
13998
13999 * org.el (org-paste-subtree): Fix wrong order of lines to move
14000 before pasting.
14001
140022012-01-03 David Maus <dmaus@ictsoc.de>
14003
14004 * org.el (org-paste-subtree): Paste subtree above target
14005 headline if point is at bol.
14006
140072012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14008
14009 * org-list.el (org-toggle-checkbox): Don't clear lim-down
14010 while used in the while loop.
14011
140122012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14013
14014 * org-list.el (org-toggle-checkbox): Lim-down must be a
14015 marker.
14016
140172012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14018
14019 * org.el (org-activate-code): Correct regexp so ":.*" isn't
14020 matched.
14021
140222012-01-03 David Maus <dmaus@ictsoc.de>
14023
14024 * org-macs.el (org-with-gensyms, org-called-interactively-p)
14025 (with-silent-modifications, org-bound-and-true-p)
14026 (org-unmodified, org-re, org-preserve-lc)
14027 (org-without-partial-completion, org-with-point-at)
14028 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
14029 (org-if-unprotected-at, org-with-remote-undo)
14030 (org-no-read-only, org-save-outline-visibility)
14031 (org-with-wide-buffer, org-with-limited-levels)
14032 (org-eval-in-environment): Provide edebug specifications.
14033
14034 * org-src.el (org-src-do-at-code-block): Dto.
14035
14036 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
14037
14038 * org-compat.el (org-xemacs-without-invisibility): Dto.
14039
14040 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
14041
14042 * org-agenda.el (org-agenda-with-point-at-orig-entry)
14043 (org-batch-agenda, org-batch-agenda-csv)
14044 (org-batch-store-agenda-views): Dto.
14045
14046 * ob.el (org-babel-do-in-edit-buffer)
14047 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
14048
14049 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
14050
14051 * ob-table.el (sbe): Dto.
14052
14053 * ob-exp.el (org-babel-exp-in-export-file): Dto.
14054
14055 * ob-comint.el (org-babel-comint-in-buffer)
14056 (org-babel-comint-with-output): Dto.
14057
140582012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14059
d36ed1c8
SM
14060 * org-inlinetask.el (org-inlinetask-export-templates):
14061 Fix docstring.
e66ba1df
BG
14062
140632012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14064
14065 * org-inlinetask.el (org-inlinetask-insert-task): Error when
14066 trying to nest inline tasks.
14067
140682012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14069
14070 * org.el (org-activate-code, org-toggle-fixed-width-section)
14071 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
14072 fixed-width section.
14073
140742012-01-03 David Maus <dmaus@ictsoc.de>
14075
14076 * org.el (org-paste-subtree): Don't eat headline when called
14077 with point at existing headline.
14078
140792012-01-03 David Maus <dmaus@ictsoc.de>
14080
14081 * org.el (org-paste-subtree): Fix typo in variable name.
14082
140832012-01-03 Jambunathan K <kjambunathan@gmail.com>
14084
d36ed1c8
SM
14085 * org-inlinetask.el (org-inlinetask-export-handler):
14086 Don't export inline tasks if the current backend has provided no
e66ba1df
BG
14087 entries in `org-inlinetask-export-templates'.
14088
140892012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
14090
14091 * org.el (org-indent-line-function): Made the way in which
14092 example blocks are indented more flexible.
14093
140942012-01-03 David Maus <dmaus@ictsoc.de>
14095
14096 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
14097 when creating final parameter alist.
14098
140992012-01-03 David Maus <dmaus@ictsoc.de>
14100
14101 * org-agenda.el (org-batch-store-agenda-views): Use macro
14102 `org-eval-in-environment'.
14103
141042012-01-03 David Maus <dmaus@ictsoc.de>
14105
d36ed1c8
SM
14106 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
14107 Use `org-eval-in-environment.
e66ba1df
BG
14108
141092012-01-03 David Maus <dmaus@ictsoc.de>
14110
d36ed1c8
SM
14111 * org-macs.el (org-make-parameter-alist): New function.
14112 Turn flat list of alternating symbol names and values into an alist
e66ba1df
BG
14113 with symbol name in car and value in cdr.
14114
141152012-01-03 David Maus <dmaus@ictsoc.de>
14116
d36ed1c8
SM
14117 * org-agenda.el (org-agenda-with-point-at-orig-entry):
14118 Use macro `org-with-gensyms'.
e66ba1df
BG
14119
141202012-01-03 David Maus <dmaus@ictsoc.de>
14121
d36ed1c8
SM
14122 * org-macs.el (org-substitute-posix-classes):
14123 New function. Substitute posix classes in regular expression.
e66ba1df
BG
14124 (org-re): Use new function.
14125
141262012-01-03 David Maus <dmaus@ictsoc.de>
14127
14128 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
14129 in ENVIRONMENT.
14130
141312012-01-03 David Maus <dmaus@ictsoc.de>
14132
14133 * org-macs.el (org-preserve-lc, org-with-point-at)
14134 (org-with-remote-undo, org-save-outline-visibility): Use new
14135 macro `org-with-gensyms'.
14136
141372012-01-03 David Maus <dmaus@ictsoc.de>
14138
14139 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
14140 of SYMBOLS to new uninterned symbols around BODY.
14141
141422012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14143
14144 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
14145 the task starts a paragraph or the HTML exporter will produce
14146 an incorrect output.
14147
141482012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14149
14150 * org.el (org-return): When filling happens, `newline' can
14151 change match data, hence modifying the indent column.
14152
141532012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14154
14155 * org-footnote.el (org-footnote-new): Only forbid non-inlined
14156 footnotes at column 0, as only them can be confused with a
14157 footnote definition.
14158
141592012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14160
14161 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
14162 when available when prompted for a label. Also rename a local
14163 variable to avoid confusion with an existing function.
14164
141652012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14166
d36ed1c8
SM
14167 * org-footnote.el (org-footnote-label-history):
14168 Remove variable
e66ba1df
BG
14169 (org-footnote-new): Remove call to that variable.
14170
141712012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14172
14173 * org.el (org-insert-heading): With `force-heading' non-nil,
14174 inserting an heading before any headline, and just after a
14175 list would return an error.
14176
141772012-01-03 Eric Schulte <schulte.eric@gmail.com>
14178
d36ed1c8 14179 * ob.el (org-babel-sha1-hash): Remove use of `copy-seq'.
e66ba1df
BG
14180
141812012-01-03 Eric Schulte <schulte.eric@gmail.com>
14182
14183 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
14184 non-special when resolving bibtex values.
14185
141862012-01-03 David Maus <dmaus@ictsoc.de>
14187
14188 * org.el (org-back-over-empty-lines): Don't move line upward
14189 if point is at eob.
14190
141912012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14192
d36ed1c8
SM
14193 * org-footnote.el (org-footnote-in-valid-context-p):
14194 Check `org-protected' property before allowing to match a footnote.
e66ba1df
BG
14195 (org-footnote-at-reference-p): Remove an obsolete test. It is now
14196 done in the previous function.
14197
141982012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14199
14200 * org.el (org-between-regexps-p): Previous name implied the
14201 function was related to blocks, which isn't mandatory.
14202 (org-narrow-to-block, org-in-block-p)
14203 (org-indent-line-function): Applied the rename.
14204
d36ed1c8
SM
14205 * ob-exp.el (org-babel-in-example-or-verbatim):
14206 Applied rename. Also removed a white space.
e66ba1df
BG
14207
142082012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14209
14210 * org.el (org-in-regexps-block-p): Return an useful value when
ed9265fc 14211 point is between START-RE and END-RE. No incomplete block is
e66ba1df
BG
14212 allowed anymore. Add another optional argument to bound the
14213 bottom part of the search.
14214 (org-narrow-to-block, org-in-block-p): Apply modifications.
14215
142162012-01-03 Eric Schulte <schulte.eric@gmail.com>
14217
14218 * ob.el (org-babel-src-block-regexp): If a code block has a
14219 body, its last character must be a newline.
14220
142212012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14222
14223 * org-footnote.el (org-footnote-next-reference-or-definition):
14224 If no more footnote is found, be sure to go back to the
14225 original position. Otherwise, point might be left on a
14226 footnote-like element that has been dished out.
14227
142282012-01-03 Eric Schulte <schulte.eric@gmail.com>
14229
14230 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
14231 variable.
14232
14233 * ob.el (defvar): Wrap variable declaration in
14234 `eval-when-compile'.
14235
142362012-01-03 Eric Schulte <schulte.eric@gmail.com>
14237
14238 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
14239
142402012-01-03 Eric Schulte <schulte.eric@gmail.com>
14241
14242 * ob-java.el (org-babel-execute:java): Allow cmdline flags
14243 during compilation and evaluation.
14244
a98edce9
JB
142452011-12-06 Juanma Barranquero <lekktu@gmail.com>
14246
14247 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
14248 * ob-ref.el (org-babel-ref-parse): Fix typos.
14249
20db1522
JB
142502011-11-24 Juanma Barranquero <lekktu@gmail.com>
14251
14252 * ob.el (org-babel-execute-src-block): Fix typo.
14253
fe7a3057
JB
142542011-11-20 Juanma Barranquero <lekktu@gmail.com>
14255
14256 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
14257
f6cba7e0
AS
142582011-11-20 Andreas Schwab <schwab@linux-m68k.org>
14259
14260 * org-list.el (org-list-send-item): Use sort instead of sort*.
14261
cd1181db
JB
142622011-11-20 Juanma Barranquero <lekktu@gmail.com>
14263
14264 * org-table.el (org-table-line-to-dline): Fix typo.
14265
58179cce
JB
142662011-11-16 Juanma Barranquero <lekktu@gmail.com>
14267
7877f373
JB
14268 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
14269 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
14270 (org-search-syntax-table, org-modify-diary-entry-string)
14271 (org-write-agenda):
14272 * org-bbdb.el (org-bbdb-anniv-export-ical):
58179cce 14273 * org-bibtex.el (org-bibtex-fields):
7877f373
JB
14274 * org-icalendar.el (org-icalendar-date-time-format):
14275 * org-latex.el (org-export-latex-inline-image-extensions):
58179cce
JB
14276 * org-list.el (org-list-insert-item): Fix typos.
14277
40a8bdf6
JB
142782011-11-11 Juanma Barranquero <lekktu@gmail.com>
14279
14280 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
14281
aa97fd08
EZ
142822011-09-27 Eli Zaretskii <eliz@gnu.org>
14283
14284 * org.el (org-mode): Force left-to-right paragraphs in Org
14285 buffers. For a related discussions, see
14286 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
14287
8d5ed899
JB
142882011-09-17 Juanma Barranquero <lekktu@gmail.com>
14289
14290 * org.el (org-toggle-pretty-entities): Fix typo in message.
14291
c3313451
CY
142922011-09-02 Chong Yidong <cyd@stupidchicken.com>
14293
d36ed1c8 14294 * org-compat.el (org-pop-to-buffer-same-window): Delete.
c3313451
CY
14295
14296 * ob-ref.el (org-babel-ref-goto-headline-id):
14297 * org.el (org-get-location, org-tree-to-indirect-buffer)
14298 (org-mark-ring-goto, org-refile, org-add-log-note)
14299 (org-revert-all-org-buffers, org-switchb)
14300 (org-cycle-agenda-files, org-submit-bug-report)
14301 (org-goto-marker-or-bmk):
14302 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
14303 * org-capture.el (org-capture-goto-target)
14304 (org-capture-fill-template):
14305 * org-clock.el (org-clock-goto):
14306 * org-ctags.el (org-ctags-visit-buffer-or-file):
14307 * org-exp.el (org-export-as-org):
14308 * org-feed.el (org-feed-show-raw-feed):
14309 * org-html.el (org-export-htmlize-generate-css):
14310 * org-id.el (org-id-goto):
14311 * org-irc.el (org-irc-visit-erc):
14312 * org-mobile.el (org-mobile-apply):
14313 * org-publish.el (org-publish-org-to, org-publish-find-date):
14314 * org-remember.el (org-go-to-remember-target):
14315 * org-src.el (org-src-switch-to-buffer)
14316 (org-edit-fixed-width-region): Use switch-to-buffer.
14317
f818cd2a
MR
143182011-08-31 Martin Rudalics <rudalics@gmx.at>
14319
14320 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
14321 argument from pop-to-buffer-same-window call.
14322
9a70f03d
PE
143232011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
14324
14325 * ob.el (org-babel-src-block-regexp): If a code block has a body,
14326 its last character must be a newline.
14327
5b409b39
BG
143282011-07-28 Bastien Guerry <bzg@gnu.org>
14329
14330 * org-pcomplete.el: New file. Rename from org-complete.el.
14331 * org-complete.el: Delete file.
14332
3ab2c837
BG
143332011-07-28 Bastien Guerry <bzg@gnu.org>
14334
d36ed1c8
SM
14335 * org-publish.el (org-publish-index-generate-theindex):
14336 Rename from `org-publish-index-generate-theindex.inc'. Use the file
3ab2c837
BG
14337 theindex.org directly instead of including theindex.inc.
14338 (org-publish-projects): Don't delete .orgx files.
14339 (org-publish-aux-preprocess): Use .file.orgx.
14340
143412011-07-28 Bastien Guerry <bzg@gnu.org>
14342
14343 * org-html.el (org-export-html-preamble-format): New default for
14344 the HTML preamble: don't include the title. Also improve the
14345 docstring.
14346 (org-export-html-postamble-format): Improve the docstring.
14347 (org-export-as-html): Add the title within the "content" div.
14348 This is necessary for interaction with the org-info.js script.
14349
143502011-07-28 Michael Brand <michael.ch.brand@gmail.com>
14351
14352 * org-table.el (org-table-edit-field): Display field coordinates.
14353
143542011-07-28 Bastien Guerry <bzg@gnu.org>
14355
84f21110 14356 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
3ab2c837
BG
14357 unless they were already visited.
14358 (org-sitemap-sort-files, org-sitemap-sort-folders)
14359 (org-sitemap-ignore-case, org-sitemap-requested)
d36ed1c8
SM
14360 (org-sitemap-date-format, org-sitemap-file-entry-format):
14361 Use a correct prefix.
3ab2c837 14362 (org-publish-projects): Make sure to delete .orgx files.
84f21110 14363 (org-publish-index-generate-theindex.inc): Small docstring fix.
3ab2c837
BG
14364
143652011-07-28 Bastien Guerry <bzg@gnu.org>
14366
14367 * org-table.el (org-table-duration-custom-format): New defcustom
14368 to select output format of durations computations.
14369 (org-table-time-seconds-to-string): Use the new variable.
14370 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
14371 will use the custom output format defined in
14372 `org-table-duration-custom-format'.
14373
143742011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14375
84f21110 14376 * org-list.el: Search blank lines down to the end of the item
3ab2c837
BG
14377 instead of stopping at the item, in order to possibly match such
14378 lines within the item.
14379
143802011-07-28 Bastien Guerry <bzg@gnu.org>
14381
84f21110 14382 * org-latex.el (org-export-latex-href-format): Docstring fix to
3ab2c837 14383 reflect the fact that you can use only one "%s".
84f21110 14384 (org-export-latex-links): Allow `org-export-latex-href-format' to
3ab2c837
BG
14385 have only one "%s".
14386
143872011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
14388
14389 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
14390
143912011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
14392
14393 * org.el (org-copy-visible): New command.
14394
143952011-07-28 Bastien Guerry <bzg@gnu.org>
14396
84f21110 14397 * org-capture.el (org-capture-templates): Docstring fix.
3ab2c837
BG
14398
143992011-07-28 Eric Schulte <schulte.eric@gmail.com>
14400
14401 * ob.el (org-babel-view-src-block-info): New function to inspect
14402 code blocks.
14403
14404 * ob-keys.el (org-babel-key-bindings): Key bindings for
84f21110 14405 `org-babel-view-src-block-info'.
3ab2c837
BG
14406
144072011-07-28 Bastien Guerry <bzg@gnu.org>
14408
14409 * org-exp.el (org-infile-export-plist): Handle recursively
14410 included setup files. The value of the last included file always
14411 takes precedence over previous values.
14412
144132011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14414
7877f373 14415 * org.el (org-timestamp-change): Keep point in the same category
3ab2c837
BG
14416 when updating a time-stamp. This requires to be careful, as,
14417 depending on the locale, name of day might change of length during
14418 the process.
14419
144202011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14421
84f21110 14422 * org-footnote.el (org-footnote-create-definition): When skipping
3ab2c837
BG
14423 already written footnotes definition, the algorithme would assume
14424 each one was only one-line long.
14425
144262011-07-28 Bastien Guerry <bzg@gnu.org>
14427
14428 * org-table.el (org-table-eval-formula): Fix bug when a formula
14429 "range" is just one cell.
84f21110
BG
14430 (org-table-time-string-to-seconds): Don't check whether we
14431 manipulate a string.
3ab2c837
BG
14432
144332011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14434
14435 * org-exp.el (org-export-mark-list-end)
84f21110 14436 (org-export-mark-list-properties): Don't remove the ending regexp
3ab2c837
BG
14437 when it consists in blank lines.
14438
84f21110 14439 * org-list.el (org-list-parse-list): Ditto, but remove it
3ab2c837
BG
14440 completely when it isn't made of blank lines (i.e. during export
14441 process).
14442
144432011-07-28 Bastien Guerry <bzg@gnu.org>
14444
84f21110 14445 * org-table.el (org-table-time-string-to-seconds): Match either
3ab2c837
BG
14446 HH:MM:SS or HH:MM (instead of MM:SS).
14447
144482011-07-28 Bastien Guerry <bzg@gnu.org>
14449
14450 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
14451 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
14452 context.
14453
144542011-07-28 Bastien Guerry <bzg@gnu.org>
14455
14456 * org-html.el (org-export-html-with-timestamp)
14457 (org-export-html-html-helper-timestamp): These are obsolete
14458 variables as of Org version 7.7 as you can already export the
14459 timestamp from the preamble or the postamble.
14460 (org-export-html-before-content-div): Delete variable.
84f21110 14461 (org-export-html-content-div): Obsolete variable as of 7.7.
3ab2c837
BG
14462 (org-export-html-divs): New variable to define divs used in
14463 HTML export.
14464 (org-export-as-html): Now the preamble and the postamble are
84f21110
BG
14465 surrounded by a <div ...>. The name of the div is defined through
14466 `org-export-html-divs'.
3ab2c837
BG
14467
144682011-07-28 Bastien Guerry <bzg@gnu.org>
14469
14470 * org-table.el (org-table-eval-formula): Throw an error when
14471 trying to replace complex range with invalid references.
14472
144732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14474
84f21110 14475 * org-macs.el (org-with-limited-levels): Some functions, like
3ab2c837
BG
14476 `org-back-to-heading', being deeply based on outline-mode, still
14477 refer to `outline-regexp' instead of `org-outline-regexp'.
14478
144792011-07-28 Bastien Guerry <bzg@gnu.org>
14480
84f21110 14481 * org.el (org-refile-get-targets): New optional argument
3ab2c837
BG
14482 `excluded-entries' to exclude entries from the targets.
14483 (org-refile-get-location): From an org-mode buffer, exclude
14484 current heading and subheadings from the list of targets when
84f21110 14485 `org-refile-use-cache' is nil.
3ab2c837
BG
14486
144872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14488
84f21110 14489 * org.el (org-imenu-get-tree): Headlines start at bol.
3ab2c837
BG
14490
144912011-07-28 Eric Schulte <schulte.eric@gmail.com>
14492
14493 * ob-maxima.el: New file. Fixed self-proclaimed file name.
14494
144952011-07-28 Eric Schulte <schulte.eric@gmail.com>
14496
84f21110
BG
14497 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
14498 lists.
3ab2c837
BG
14499
145002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14501
84f21110 14502 * org.el (org-kill-is-subtree-p): Matched string needs to start at
3ab2c837
BG
14503 bol.
14504
145052011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14506
14507 * org.el (org-paste-subtree, org-kill-is-subtree-p)
d36ed1c8
SM
14508 (org-yank-folding-would-swallow-text, org-yank-generic):
14509 Use `org-with-limited-levels' macro.
3ab2c837
BG
14510
145112011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14512
84f21110 14513 * org-macs.el (org-with-limited-levels): Also modify, when
3ab2c837
BG
14514 appropriate, `org-outline-regexp-at-bol'.
14515
145162011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14517
84f21110
BG
14518 * org.el (org-timestamp-change): Some locales don't use the same
14519 length for date abbreviations. Set a marker at origin in case
3ab2c837
BG
14520 length of new timestamp is different.
14521
145222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14523
84f21110 14524 * org.el (org-imenu-get-tree): Browse only true headlines.
3ab2c837
BG
14525
145262011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14527
84f21110 14528 * org-archive.el (org-archive-subtree): While it might be possible
3ab2c837 14529 to archive an headline of a temporary buffer (i.e. not visiting a
c80e3b4a 14530 file), it wouldn't be really sensible.
3ab2c837
BG
14531
145322011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14533
14534 * org-archive.el (org-extract-archive-file)
14535 (org-extract-archive-heading, org-archive-subtree):
84f21110
BG
14536 `buffer-file-name' is nil in an indirect buffer. Thus, use
14537 `(buffer-file-name (buffer-base-buffer))', which will, in any
14538 case, return the file name.
3ab2c837
BG
14539
145402011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14541
84f21110 14542 * org-capture.el (org-capture): If dired isn't loaded,
3ab2c837
BG
14543 `dired-buffers' isn't defined, and %F will fail.
14544
145452011-07-28 Eric Schulte <schulte.eric@gmail.com>
14546
14547 * ob-java.el (org-babel-execute:java): Don't create empty package
14548 directories.
14549
145502011-07-28 Eric Schulte <schulte.eric@gmail.com>
14551
14552 * ob-java.el: New file.
14553
145542011-07-28 Eric Schulte <schulte.eric@gmail.com>
14555
84f21110 14556 * ob.el (org-babel-execute-src-block): Replace call to defunct
3ab2c837
BG
14557 function `org-babel-result-hash'.
14558
145592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14560
84f21110
BG
14561 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
14562 lines and headers in `message-mode'.
14563 (org-footnote-at-reference-p): Remove check for cited lines, this
3ab2c837
BG
14564 is now handled by the previous function. Refactor.
14565
145662011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14567
84f21110 14568 * org-capture.el (org-capture): If no file is associated to
9858f6c3 14569 current buffer, check dired buffer and try to retrieve a possibly
3ab2c837
BG
14570 directory associated.
14571
145722011-07-28 Eric Schulte <schulte.eric@gmail.com>
14573
14574 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
14575 (not original) file buffer.
14576
14577 * ob.el (org-babel-current-result-hash): More informative name,
14578 and remove useless optional argument.
14579
145802011-07-28 Bastien Guerry <bzg@gnu.org>
14581
84f21110 14582 * org.el (org-refile-get-location): Exclude current heading from
3ab2c837
BG
14583 the refile table.
14584
145852011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14586
84f21110 14587 * org-footnote.el (org-footnote-at-reference-p): Test if match is
3ab2c837 14588 in cited text, when replying to a message.
84f21110
BG
14589 (org-footnote-new): Do not create a new footnote at bol, as it
14590 might be seen as a definition.
14591 (org-footnote-at-definition-p): Ignore definitions in forbidden
3ab2c837
BG
14592 blocks, as it is already the case for references.
14593
145942011-07-28 Matt Lundin <mdl@imapmail.org>
14595
d36ed1c8
SM
14596 * org-bibtex.el (org-bibtex-create, org-bibtex-write):
14597 Change argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
3ab2c837
BG
14598 have no effect).
14599
146002011-07-28 Eric Schulte <schulte.eric@gmail.com>
14601
14602 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
14603 into empty strings.
14604
146052011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14606
84f21110
BG
14607 * org-list.el (org-list-insert-item): Actualize code comments.
14608 (org-insert-item): For consistency, point cannot be moved at a
14609 surprising place when the user is being asked to choose a new
14610 description term to insert in the list. Point should stay where
14611 the user called the command.
3ab2c837 14612
3ab2c837
BG
146132011-07-28 Bastien Guerry <bzg@gnu.org>
14614
14615 * org.el (org-outline-regexp-bol): New defconst.
14616 (org-outline-level, org-set-font-lock-defaults, org-cycle)
14617 (org-overview, org-content, org-flag-drawer)
14618 (org-first-headline-recenter, org-insert-todo-heading)
14619 (org-map-region, org-move-subtree-down, org-paste-subtree)
14620 (org-kill-is-subtree-p, org-context-p, org-refile)
14621 (org-refile-new-child, org-toggle-comment, org-todo)
14622 (org-add-planning-info, org-add-log-setup, org-scan-tags)
14623 (org-set-tags, org-insert-property-drawer)
14624 (org-prepare-agenda-buffers, org-preview-latex-fragment)
14625 (org-speed-command-default-hook, org-check-for-hidden)
14626 (org-toggle-item, org-toggle-heading)
14627 (org-indent-line-function, org-set-autofill-regexps)
14628 (org-fill-paragraph, org-toggle-fixed-width-section)
14629 (org-yank-generic, org-yank-folding-would-swallow-text)
14630 (org-first-sibling-p, org-goto-sibling)
d36ed1c8
SM
14631 (org-goto-first-child, org-show-entry):
14632 Use `org-outline-regexp' and `org-outline-regexp-bol'.
3ab2c837
BG
14633
146342011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14635
14636 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
84f21110 14637 be checked for parent, not current headline. Also, this function
3ab2c837
BG
14638 doesn't need to be interactive.
14639
146402011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14641
14642 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
84f21110 14643 (org-apply-on-list, org-toggle-checkbox): Make markers point
3ab2c837
BG
14644 nowhere when they have become useless.
14645
146462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14647
84f21110 14648 * org-list.el (org-list-insert-item): When insertion point is in
3ab2c837 14649 some white line after the end of the list, remove all unnecessary
84f21110 14650 white lines there before proceeding. Also refactor a snippet of
3ab2c837
BG
14651 code.
14652
146532011-07-28 Bastien Guerry <bzg@gnu.org>
14654
d36ed1c8
SM
14655 * org-latex.el (org-export-latex-image-default-option):
14656 Change default value.
3ab2c837
BG
14657
146582011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14659
84f21110 14660 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
3ab2c837
BG
14661 correctly fontified when the buffer is missing a final newline.
14662
146632011-07-28 Bastien Guerry <bzg@gnu.org>
14664
14665 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
14666 of an error if no argument is given.
84f21110
BG
14667 (org-babel-parse-src-block-match): Make sure body is defined in
14668 the let construct.
3ab2c837
BG
14669
146702011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
14671
d36ed1c8
SM
14672 * org-publish.el (org-publish-cache-file-needs-publishing):
14673 Regexp did not find includes with double quoted file names.
3ab2c837
BG
14674
146752011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14676
84f21110 14677 * org-footnote.el (org-footnote-normalize): Footnote section
3ab2c837
BG
14678 should be inserted only if there are footnotes to insert.
14679
146802011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14681
14682 * org-footnote.el (org-footnote-at-definition-p)
84f21110 14683 (org-footnote-normalize): Do not grab signature in the definition
3ab2c837
BG
14684 of the last footnote.
14685
146862011-07-28 Eric Schulte <schulte.eric@gmail.com>
14687
14688 * org-bibtex.el (org-babel-trim): Declare this function to the
14689 compiler.
14690 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
14691 properties.
14692
146932011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14694
84f21110
BG
14695 * org-exp.el (org-export-preprocess-string): Add the possibility
14696 to call recursively the function. Also change order of some
14697 function calls. Comment export process for footnotes.
3ab2c837 14698
84f21110
BG
14699 * org-footnote.el (org-footnote-normalize): Change the export
14700 specific parameter to hold properties of export. Thus, the
3ab2c837
BG
14701 function can send every footnote definition in the buffer through
14702 `org-export-process-string'.
14703
147042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14705
84f21110 14706 * org-latex.el (org-export-latex-preprocess): First insert
3ab2c837
BG
14707 footnotes in the temporary buffer so their contents can properly
14708 be protected from further transformations if required.
14709
147102011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14711
84f21110
BG
14712 * org-list.el (org-list-indent-offset): New variable.
14713 (org-list-struct-fix-ind): Make use of the new variable.
3ab2c837
BG
14714
147152011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14716
d36ed1c8
SM
14717 * org-latex.el (org-export-latex-list-parameters):
14718 Complete default value with cbtrans option.
3ab2c837 14719
84f21110 14720 * org-list.el (org-list-to-latex): Set a more consistent default
3ab2c837
BG
14721 value.
14722
147232011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14724
84f21110 14725 * org-list.el (org-list-swap-items): Move it to a meaningful
3ab2c837
BG
14726 position in source code (i.e. before any function using it), and
14727 rename it to an easier name.
14728
147292011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14730
84f21110 14731 * org-list.el (org-list-separating-blank-lines-number): If there
3ab2c837
BG
14732 are blank lines already in the whole list, add a blank line.
14733
147342011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14735
84f21110
BG
14736 * org-list.el (org-list-use-circular-move): New variable.
14737 (org-previous-item, org-next-item): Make use of the new variable.
14738 (org-move-item-down, org-move-item-up): Make use of the new
14739 variable. Simplify code.
3ab2c837
BG
14740
147412011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14742
d36ed1c8
SM
14743 * org-list.el (org-list-delete-item, org-list-send-item):
14744 New functions.
3ab2c837
BG
14745
147462011-07-28 Bastien Guerry <bzg@gnu.org>
14747
14748 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
14749 for custom bulk action functions.
14750 (org-agenda-bulk-action): Use it.
14751
147522011-07-28 Bastien Guerry <bzg@gnu.org>
14753
14754 * org-latex.el (org-export-latex-quotes): New defcustom.
14755 (org-export-latex-quotation-marks): Use it.
14756
147572011-07-28 Bastien Guerry <bzg@gnu.org>
14758
84f21110 14759 * org-capture.el (org-capture-finalize): Bugfix about inserted
3ab2c837
BG
14760 blank line when killing the capture buffer and
14761 `org-blank-before-new-entry' tells to not insert anything before a
14762 heading.
14763
147642011-07-28 Bastien Guerry <bzg@gnu.org>
14765
14766 * org-html.el (org-export-html-content-div): Rename from
14767 `org-export-content-div'.
14768 (org-export-as-html): Use new name.
14769
147702011-07-28 Bastien Guerry <bzg@gnu.org>
14771
14772 * org-latex.el (org-export-latex-header-defs-re): Delete.
14773
cd394be1 147742011-07-28 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
14775
14776 * org.el (org-last-set-property): New variable.
14777 (org-read-property-name): Use the new variable: the prompt
84f21110
BG
14778 defaults to the last property set, unless there is a property in
14779 the line at point.
3ab2c837
BG
14780
147812011-07-28 David Maus <dmaus@ictsoc.de>
14782
14783 * org-capture.el (org-capture-before-finalize-hook)
14784 (org-capture-after-finalize-hook, org-capture-mode-map)
14785 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
14786 consistently refer to capture, not remember.
14787
147882011-07-28 Eric Schulte <schulte.eric@gmail.com>
14789
14790 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
14791 "verbatim" results params.
14792
147932011-07-28 Eric Schulte <schulte.eric@gmail.com>
14794
14795 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
14796 "scalar".
14797
14798 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
14799 "scalar".
14800
14801 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
14802 synonym for "scalar".
14803
14804 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
14805 "scalar".
14806
148072011-07-28 Eric Schulte <schulte.eric@gmail.com>
14808
14809 * ob.el (org-babel-script-escape): Parse odd parens when nested
14810 isnide lists.
14811
148122011-07-28 Eric Schulte <schulte.eric@gmail.com>
14813
14814 * ob-clojure.el (org-babel-execute:clojure): No longer force
14815 results into elisp if they don't naturally fit.
14816
148172011-07-28 Eric Schulte <schulte.eric@gmail.com>
14818
14819 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
14820 already parsed lisp results.
14821
148222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14823
d36ed1c8
SM
14824 * org-list.el (org-plain-list-ordered-item-terminator):
14825 Remove incorrect assumption.
3ab2c837
BG
14826
148272011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14828
84f21110 14829 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
3ab2c837
BG
14830 exporter specific blocks.
14831
84f21110 14832 * org-list.el (org-list-forbidden-blocks): Ditto.
3ab2c837
BG
14833
148342011-07-28 Bastien Guerry <bzg@gnu.org>
14835
14836 * org-latex.el (org-export-latex-tables): Bugfix: remove
14837 properties from fields.
14838
148392011-07-28 Bastien Guerry <bzg@gnu.org>
14840
14841 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
14842 to use `org-clock-timestamps-change'.
14843
148442011-07-28 Bastien Guerry <bzg@gnu.org>
14845
84f21110 14846 * org.el (org-timestamp-up, org-timestamp-down): Mention time
3ab2c837
BG
14847 changes in the docstring.
14848
148492011-07-28 Bastien Guerry <bzg@gnu.org>
14850
14851 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
14852 to remove empty clock drawer.
14853 (org-clock-out-hook): Add the new function as a hook.
14854
148552011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14856
84f21110 14857 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
3ab2c837
BG
14858
148592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14860
7877f373 14861 * org.el (org-in-block-p): New function.
3ab2c837 14862
84f21110
BG
14863 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
14864 (org-footnote-in-valid-context-p): New function.
14865 (org-footnote-at-reference-p): Use new function. Allow inline
3ab2c837
BG
14866 footnotes to start at bol.
14867
148682011-07-28 Bastien Guerry <bzg@gnu.org>
14869
14870 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
14871 (org-lparse-warn): Use it.
14872
148732011-07-28 Bastien Guerry <bzg@gnu.org>
14874
84f21110 14875 * org-ascii.el (org-export-as-utf8): Fix call to
3ab2c837
BG
14876 `org-called-interactively-p': it requires an argument. Also fix
14877 the docstring.
14878
148792011-07-28 Eric Schulte <schulte.eric@gmail.com>
14880
14881 * ob-lilypond.el (show-all): Declaring function from outline.el.
14882 (org-babel-default-header-args:lilypond): Declared.
14883 (ly-process-basic): Use the appropriate prefix for the temporary
14884 file, and don't call a function from ob-dot.el.
14885 (ly-version): Let-bind a free variable.
14886
148872011-07-28 Eric Schulte <schulte.eric@gmail.com>
14888
14889 * ob-lilypond.el: New file.
14890
148912011-07-28 Bastien Guerry <bzg@gnu.org>
14892
14893 * org-publish.el
84f21110 14894 (org-publish-cache-file-needs-publishing): Only check against .org
3ab2c837
BG
14895 files.
14896
148972011-07-28 Bastien Guerry <bzg@gnu.org>
14898
84f21110
BG
14899 * org.el (org-mode): Use `org-default' as the default face in
14900 org-mode.
3ab2c837
BG
14901
149022011-07-28 Bastien Guerry <bzg@gnu.org>
14903
14904 * org-publish.el
14905 (org-publish-cache-file-needs-publishing): Takes care of more
14906 recently included files, returning `t' in case the file including
14907 them needs to be republished.
14908
149092011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14910
84f21110 14911 * org-exp.el (org-export-preprocess-string): If the last subtree
d36ed1c8
SM
14912 is a task, footnotes may be removed along with the subtree.
14913 This patch ensures footnotes are put at the end of the buffer after the
3ab2c837
BG
14914 subtree has been removed.
14915
149162011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
14917
84f21110 14918 * org-footnote.el (org-footnote-at-reference-p): Verify that what
3ab2c837 14919 looks like a footnote doesn't belong to a link.
84f21110 14920 (org-footnote-next-reference-or-definition): Check more strictly
3ab2c837
BG
14921 footnote definitions.
14922
d4423e17 149232011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
3ab2c837
BG
14924
14925 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
14926 language modes.
14927
3ab2c837
BG
149282011-07-28 Eric Schulte <schulte.eric@gmail.com>
14929
14930 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
14931 of the eoe string during session evaluation.
14932
149332011-07-28 Eric Schulte <schulte.eric@gmail.com>
14934
d36ed1c8
SM
14935 * ob-python.el (org-babel-python-evaluate-session):
14936 Enough newlines to ensure a return when ":results output :session".
3ab2c837
BG
14937
149382011-07-28 Eric Schulte <schulte.eric@gmail.com>
14939
14940 * ob-python.el (org-babel-python-evaluate-session): Introduced a
14941 new local function for sending input with a slight delay to allow
14942 pythong to re-draw the prompt. No longer removing newlines inside
14943 code block bodies (was due to a defective regexp).
14944
149452011-07-28 Bastien Guerry <bzg@gnu.org>
14946
d36ed1c8
SM
14947 * org-table.el (org-table-time-seconds-to-string):
14948 Use `org-format-seconds' instead of `format-seconds'.
3ab2c837
BG
14949
149502011-07-28 David Maus <dmaus@ictsoc.de>
14951
14952 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
14953 relative symlinks.
14954
149552011-07-28 David Maus <dmaus@ictsoc.de>
14956
14957 * org-latex.el (org-export-latex-preprocess): Use function
14958 argument instead of dynamically scoped symbol.
14959
149602011-07-28 David Maus <dmaus@ictsoc.de>
14961
14962 * org-freemind.el (org-freemind-convert-links-helper)
14963 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
14964 (org-freemind-get-node-style): Use org-string-match-p for backward
84f21110 14965 compatibility with Emacs 22.
3ab2c837
BG
14966
149672011-07-28 David Maus <dmaus@ictsoc.de>
14968
14969 * org-html.el (org-export-html-protect-char-alist): Add missing
14970 :group keyword in defcustom.
14971
149722011-07-28 David Maus <dmaus@ictsoc.de>
14973
d36ed1c8
SM
14974 * ob-haskell.el (org-babel-haskell-export-to-lhs):
14975 Call `kill-buffer' with argument indiciating to kill current
ed9265fc 14976 buffer. Emacs 22 compatibility.
3ab2c837
BG
14977
149782011-07-28 David Maus <dmaus@ictsoc.de>
14979
d36ed1c8
SM
14980 * org-macs.el (org-without-partial-completion):
14981 Toggle partial-completion-mode only if it is turned on.
3ab2c837
BG
14982
149832011-07-28 Bastien Guerry <bzg@gnu.org>
14984
84f21110
BG
14985 * org.el (org-add-planning-info): Fix issues with timestamps not
14986 being inserted at the same position.
3ab2c837
BG
14987
149882011-07-28 Bastien Guerry <bzg@gnu.org>
14989
84f21110 14990 * org-table.el (org-table-time-string-to-seconds)
3ab2c837
BG
14991 (org-table-time-seconds-to-string): New functions.
14992 (org-table-eval-formula): Implement the "T" (time) flag for
14993 computing durations.
14994
149952011-07-28 Jambunathan K <kjambunathan@gmail.com>
14996
14997 * org.el (org-modules): Add org-lparse and org-odt as contrib
14998 modules.
14999
150002011-07-28 Eric Schulte <schulte.eric@gmail.com>
15001
15002 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
15003 lines.
84f21110
BG
15004 (org-additional-option-like-keywords): Include data as a synonym
15005 for results.
3ab2c837
BG
15006
150072011-07-28 Eric Schulte <schulte.eric@gmail.com>
15008
15009 * ob.el (org-babel-sha1-hash): Improving code layout and removing
15010 export-variable headers in cache sha1.
15011
150122011-07-28 Eric Schulte <schulte.eric@gmail.com>
15013
84f21110 15014 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
3ab2c837
BG
15015 rescan all IDs when trying to resolve a reference.
15016
150172011-07-28 Julien Barnier <julien@nozav.org>
15018
15019 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
84f21110 15020 blocks lang attribute.
3ab2c837
BG
15021
150222011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
15023
d36ed1c8
SM
15024 * org-latex.el (org-export-latex-timestamp-inactive-markup):
15025 New option to allow different markup for inactive timestamps.
3ab2c837
BG
15026
150272011-07-28 Eric Schulte <schulte.eric@gmail.com>
15028
15029 * ob-org.el (org-babel-expand-body:org): Implemented this
15030 function, only action is to expand variables.
15031 (org-babel-execute:org): Uses the new body-expansion function.
15032
150332011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15034
84f21110 15035 * org-list.el (org-list-full-item-re): Allow counter and check-box
3ab2c837 15036 to be separated by white spaces.
84f21110 15037 (org-list-struct-apply-struct): Reflect changes made to
3ab2c837
BG
15038 `org-list-full-item-re'.
15039
84f21110 15040 * org-html.el (org-html-export-list-line): Recognize spaces
3ab2c837
BG
15041 between counter and check-boxes as valid.
15042
84f21110 15043 * org-docbook.el (org-export-docbook-list-line): Ditto.
3ab2c837
BG
15044
150452011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15046
84f21110 15047 * org-list.el (org-list-insert-item): Make sure point is moved to
3ab2c837
BG
15048 the specified POS before starting the function.
15049
150502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15051
84f21110 15052 * org.el (org-activate-footnote-links): Properly fontify inline
3ab2c837 15053 footnotes.
84f21110 15054 (org-set-font-lock-defaults): Apply changes to previous function.
3ab2c837
BG
15055
150562011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15057
84f21110
BG
15058 * org-footnote.el (org-footnote-at-reference-p): First check if
15059 point is at the beginning of a footnote. Indeed `org-in-regexp'
3ab2c837
BG
15060 first checks backwards and might find an incorrect footnote if
15061 they are side-by-side.
15062
150632011-07-28 Michael Brand <michael.ch.brand@gmail.com>
15064
15065 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
15066 (org-agenda-block-separator): Add nil to docstring and customization.
15067 (org-prepare-agenda): Skip agenda block separator additionally if
84f21110 15068 `org-agenda-block-separator' is nil.
3ab2c837
BG
15069 (org-agenda-overriding-header): Improve docstring.
15070
150712011-07-28 Bastien Guerry <bzg@gnu.org>
15072
15073 * org.el (org-set-tags): Remove useless
15074 `org-without-partial-completion'.
15075
150762011-07-28 Eric Schulte <schulte.eric@gmail.com>
15077
15078 * org-footnote.el (org-fill-paragraph): Declare function for the
15079 compiler.
15080
150812011-07-28 Eric Schulte <schulte.eric@gmail.com>
15082
15083 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
15084
150852011-07-28 Eric Schulte <schulte.eric@gmail.com>
15086
15087 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
15088 to appease compiler.
15089
150902011-07-28 Michael Markert <markert.michael@googlemail.com>
15091
15092 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
84f21110 15093 all `org-called-interactively-p' function invocations.
3ab2c837
BG
15094
15095 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
84f21110 15096 to all `org-called-interactively-p' function invocations.
3ab2c837 15097 (org-agenda-show-1): Adding optional argument KIND to all
84f21110 15098 `org-called-interactively-p' function invocations.
3ab2c837 15099 (org-agenda-set-tags): Adding optional argument KIND to all
84f21110 15100 `org-called-interactively-p' function invocations.
3ab2c837
BG
15101
15102 * org-ascii.el (org-export-as-latin1): Adding optional argument
84f21110 15103 KIND to all `org-called-interactively-p' function invocations.
3ab2c837 15104 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
84f21110 15105 all `org-called-interactively-p' function invocations.
3ab2c837 15106 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
84f21110 15107 `org-called-interactively-p' function invocations.
3ab2c837 15108 (org-export-region-as-ascii): Adding optional argument KIND to all
84f21110 15109 `org-called-interactively-p' function invocations.
3ab2c837
BG
15110
15111 * org-docbook.el (org-export-region-as-docbook): Adding optional
84f21110 15112 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
15113 invocations.
15114
15115 * org-html.el (org-export-region-as-html): Adding optional
84f21110 15116 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
15117 invocations.
15118
15119 * org-latex.el (org-export-region-as-latex): Adding optional
84f21110 15120 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
15121 invocations.
15122
15123 * org-table.el (org-table-blank-field): Adding optional argument
84f21110 15124 KIND to all `org-called-interactively-p' function invocations.
3ab2c837 15125 (org-table-current-column): Adding optional argument KIND to all
84f21110 15126 `org-called-interactively-p' function invocations.
3ab2c837 15127 (org-table-current-dline): Adding optional argument KIND to all
84f21110 15128 `org-called-interactively-p' function invocations.
3ab2c837 15129 (org-table-sort-lines): Adding optional argument KIND to all
84f21110 15130 `org-called-interactively-p' function invocations.
3ab2c837 15131 (org-table-sum): Adding optional argument KIND to all
84f21110 15132 `org-called-interactively-p' function invocations.
3ab2c837 15133 (org-table-rotate-recalc-marks): Adding optional argument KIND to
84f21110 15134 all `org-called-interactively-p' function invocations.
3ab2c837 15135 (org-table-eval-formula): Adding optional argument KIND to all
84f21110 15136 `org-called-interactively-p' function invocations.
3ab2c837 15137 (orgtbl-send-table): Adding optional argument KIND to all
84f21110 15138 `org-called-interactively-p' function invocations.
3ab2c837
BG
15139
15140 * org.el (org-mode): Adding optional argument KIND to all
84f21110 15141 `org-called-interactively-p' function invocations.
3ab2c837 15142 (org-copy-subtree): Adding optional argument KIND to all
84f21110 15143 `org-called-interactively-p' function invocations.
3ab2c837 15144 (org-paste-subtree): Adding optional argument KIND to all
84f21110 15145 `org-called-interactively-p' function invocations.
3ab2c837 15146 (org-store-link): Adding optional argument KIND to all
84f21110 15147 `org-called-interactively-p' function invocations.
3ab2c837 15148 (org-todo): Adding optional argument KIND to all
84f21110 15149 `org-called-interactively-p' function invocations.
3ab2c837 15150 (org-occur): Adding optional argument KIND to all
84f21110 15151 `org-called-interactively-p' function invocations.
3ab2c837
BG
15152
151532011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15154
7877f373 15155 * org-footnote.el (org-footnote-action): Offer to create
3ab2c837
BG
15156 definition when none is found.
15157
151582011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15159
7877f373 15160 * org-footnote.el (org-footnote-re): Avoid matching inactive
3ab2c837 15161 time-stamps or check-box cookies.
7877f373 15162 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
3ab2c837
BG
15163
151642011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15165
7877f373 15166 * org-exp.el (org-export-preprocess-string): If the last subtree
3ab2c837 15167 is commented, footnotes inserted during normalizing at the end of
ed9265fc 15168 the buffer may get deleted. This patch ensures deletion comes
3ab2c837
BG
15169 first, normalization second.
15170
151712011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15172
7877f373
JB
15173 * org-exp.el (org-export-footnotes-data): Change docstring.
15174 (org-export-footnotes-seen): Rename from
3ab2c837
BG
15175 org-export-footnotes-markers.
15176
7877f373 15177 * org-ascii.el (org-export-as-ascii): Apply change.
3ab2c837 15178
7877f373 15179 * org-docbook.el (org-export-as-docbook): Apply change.
3ab2c837 15180
7877f373 15181 * org-footnote.el (org-footnote-normalize): Apply change.
3ab2c837 15182
7877f373 15183 * org-html.el (org-export-as-html): Apply change.
3ab2c837 15184
7877f373 15185 * org-latex.el (org-export-as-latex): Apply change.
3ab2c837
BG
15186
151872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15188
7877f373 15189 * org-latex.el (org-export-latex-preprocess): Rely on
9858f6c3 15190 `org-export-footnotes-markers' to retrieve definition of the
3ab2c837
BG
15191 current footnote during export.
15192
151932011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15194
7877f373 15195 * org-footnote.el (org-footnote-normalize): Remember footnotes
3ab2c837
BG
15196 seen so far by the exporter when choosing the new marker.
15197
151982011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15199
7877f373 15200 * org-footnote.el (org-footnote-normalize): Make use of
3ab2c837
BG
15201 `org-footnote-insert-pos-for-preprocessor'.
15202
152032011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15204
7877f373 15205 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
3ab2c837
BG
15206 property to footnote markers when preparing for exportation.
15207
7877f373 15208 * org-html.el (org-export-as-html): Read new property to decide
3ab2c837
BG
15209 when to export a footnote.
15210
7877f373 15211 * org-docbook.el (org-export-as-docbook): Read new property to
3ab2c837
BG
15212 decide when to export a footnote.
15213
7877f373 15214 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
3ab2c837
BG
15215 column 0 cannot end a list containing it by adding
15216 `original-indentation' property to it.
15217
152182011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15219
7877f373 15220 * org-exp.el (org-export-preprocess-string): Normalize footnotes
3ab2c837
BG
15221 before marking lists ending.
15222
7877f373 15223 * org-latex.el (org-export-latex-preprocess): Work with labels as
3ab2c837
BG
15224 strings and not as numbers.
15225
152262011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15227
d36ed1c8
SM
15228 * org-docbook.el (org-export-docbook-footnote-separator):
15229 New variable.
7877f373 15230 (org-export-as-docbook): Add a separator between footnotes.
3ab2c837 15231
7877f373
JB
15232 * org-html.el (org-export-html-footnote-separator): New variable.
15233 (org-export-as-html): Add a separator between footnotes.
3ab2c837 15234
d36ed1c8
SM
15235 * org-latex.el (org-export-latex-footnote-separator):
15236 New variable.
7877f373 15237 (org-export-latex-preprocess): Add a separator between footnotes.
3ab2c837
BG
15238
152392011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15240
15241 * org-exp.el (org-export-footnotes-markers)
7877f373
JB
15242 (org-export-footnotes-data): New variables.
15243 (org-export-preprocess-string): Use a more explicit argument.
3ab2c837
BG
15244
152452011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15246
7877f373 15247 * org-footnote.el (org-footnote-goto-definition): Now, determining
3ab2c837 15248 if point is at a footnote reference is entirely determined by
ed9265fc 15249 `org-footnote-at-reference-p'. No need to check if pattern isn't
3ab2c837
BG
15250 at beginning of the line elsewhere.
15251
152522011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15253
d36ed1c8
SM
15254 * org-footnote.el (org-footnote-next-reference-or-definition):
15255 New function.
3ab2c837 15256
7877f373 15257 * org.el (org-activate-footnote-links): Activate the whole
3ab2c837
BG
15258 footnote, but only fontify its label.
15259
152602011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15261
7877f373 15262 * org-footnote.el (org-footnote-normalize): Make use of changes to
3ab2c837
BG
15263 `org-footnote-at-reference-p' and creation of various functions..
15264 Also comment code.
7877f373
JB
15265 (org-footnote-get-next-reference, org-footnote-delete-references)
15266 (org-footnote-delete-definitions): New functions.
15267 (org-footnote-goto-previous-reference, org-footnote-all-labels)
15268 (org-insert-footnote-reference-near-definition, org-footnote-delete):
15269 Rewrite to use org-footnote-get-next-reference.
3ab2c837
BG
15270
152712011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15272
7877f373 15273 * org-footnote.el (org-footnote-re): Don't end an inline footnote
3ab2c837 15274 at unrelated closing square brackets.
7877f373 15275 (org-footnote-at-reference-p): Improve accuracy of the function to
3ab2c837
BG
15276 determine if point is at a reference and to extract definition of an
15277 inline footnote.
7877f373
JB
15278 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
15279 (org-footnote-auto-adjust-maybe): Make use of previous function.
3ab2c837
BG
15280
152812011-07-28 Bastien Guerry <bzg@gnu.org>
15282
15283 * org.el (org-deadline, org-schedule):
15284 keep warning cookie when rescheduling/redeadlining.
15285 (org-time-stamp): Fix problem with warning cookie.
15286
152872011-07-28 Eric Schulte <schulte.eric@gmail.com>
15288
15289 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
15290 clojure source into elisp source.
15291
152922011-07-28 Eric Schulte <schulte.eric@gmail.com>
15293
15294 * ob.el (org-babel-script-escape): Treats {} in the same manner as
15295 [] and allows for forcing string conversion.
15296
152972011-07-28 Eric Schulte <schulte.eric@gmail.com>
15298
d36ed1c8
SM
15299 * org-exp.el (org-export-select-backend-specific-text):
15300 Strip protective commas from literal code blocks.
3ab2c837
BG
15301
153022011-07-28 Eric Schulte <schulte.eric@gmail.com>
15303
15304 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
15305
153062011-07-28 Eric Schulte <schulte.eric@gmail.com>
15307
15308 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
15309 own function.
15310 (org-babel-ref-headline-body): Split out into its own function.
15311 (org-babel-ref-resolve): Using new functions, and alignment.
15312
15313 * ob.el (org-babel-ref-goto-headline-id): Declare function.
15314 (org-babel-ref-headline-body): Declare function.
15315 (org-babel-expand-noweb-references): Now expands noweb references to
15316 headlines during expansion.
15317
153182011-07-28 Eric Schulte <schulte.eric@gmail.com>
15319
15320 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
15321 headlines by either global or custom id, in which case the
15322 contents of the headline are returned literally.
15323
153242011-07-28 Eric Schulte <schulte.eric@gmail.com>
15325
15326 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
15327 verbatim emphasis.
15328 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
15329 lines.
15330
153312011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15332
7877f373 15333 * org-list.el (org-cycle-item-indentation): Cycling back to
3ab2c837
BG
15334 original position deleted any additional information in the item,
15335 like a counter or a tag.
15336
153372011-07-28 Pieter Praet <pieter@praet.org>
15338
15339 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
7877f373 15340 (org-decrypt-entry): Before decrypting, check whether
3ab2c837
BG
15341 `auto-save-mode' is enabled for the current buffer, and act on it
15342 according to how `org-crypt-disable-auto-save' is set. Remove
15343 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
15344 check for `auto-save-default'.
15345
153462011-07-28 Eric Schulte <schulte.eric@gmail.com>
15347
15348 * ob.el (org-babel-merge-params): Ensure variable parameters are
15349 not reversed.
15350
153512011-07-28 Eric Schulte <schulte.eric@gmail.com>
15352
15353 * ob.el (org-babel-insert-result): Fix results insertion for
15354 inline blocks which happen to start a line.
15355
153562011-07-28 Eric Schulte <schulte.eric@gmail.com>
15357
15358 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
15359 if a call line is commented.
15360
153612011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
15362
15363 * org.el (org-read-property-name): Propose default property name.
15364
153652011-07-28 Achim Gratz <stromeko@nexgo.de>
15366
d6b9407c 15367 * org.el (org-log-into-drawer): Correct typo.
3ab2c837
BG
15368
15369 * org-clock.el (org-clock-into-drawer): New function to change the
15370 location of clock events based on properties CLOCK_INTO_DRAWER or,
15371 as fallback, LOG_INTO_DRAWER, like it is already possible for
15372 state change logs.
15373
d6b9407c
BG
15374 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
15375 let clause to bind `org-clock-into-drawer' to result of function
15376 eval.
3ab2c837 15377
d6b9407c
BG
15378 * org-clock.el (org-clock-find-position): Add statement to let
15379 clause to bind `org-clock-into-drawer' to result of function eval,
3ab2c837 15380 change let to let* since the binding is used later in the same
d6b9407c 15381 clause.
3ab2c837
BG
15382
153832011-07-28 Eric Schulte <schulte.eric@gmail.com>
15384
15385 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
15386 we can use flet.
15387
153882011-07-28 Eric Schulte <schulte.eric@gmail.com>
15389
15390 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
15391 non-inline call lines.
15392
153932011-07-28 Eric Schulte <schulte.eric@gmail.com>
15394
15395 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
15396 call_ blocks which aren't whitespace padded.
15397
153982011-07-28 Eric Schulte <schulte.eric@gmail.com>
15399
15400 * ob.el (org-babel-merge-params): Do not reverse variable order,
15401 and be sure to increment variable index as appropriate.
15402
154032011-07-28 Eric Schulte <schulte.eric@gmail.com>
15404
d36ed1c8 15405 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Update to
3ab2c837
BG
15406 successfully match optional trailing header arguments in square
15407 brackets.
d36ed1c8 15408 (org-babel-lob-get-info): Update to match the new regexp.
3ab2c837
BG
15409
154102011-07-28 Eric Schulte <schulte.eric@gmail.com>
15411
15412 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
15413 then allow them to be so.
15414
154152011-07-28 Eric Schulte <schulte.eric@gmail.com>
15416
15417 * ob.el (org-babel-merge-params): If variables are not named they
15418 are assigned in order.
15419
154202011-07-28 Eric Schulte <schulte.eric@gmail.com>
15421
15422 * ob.el: Remove code comment about online documentation.
15423
15424 * ob-exp.el: Remove code comment about online documentation.
15425
15426 * ob-lob.el: Remove code comment about online documentation.
15427
154282011-07-28 Jambunathan K <kjambunathan@gmail.com>
15429
d36ed1c8
SM
15430 * org-exp.el (org-export-format-source-code-or-example):
15431 Fix signature of org-<backend>-format-source-code-or-example function.
3ab2c837
BG
15432
154332011-07-28 Eric Schulte <schulte.eric@gmail.com>
15434
15435 * ob.el (org-babel-sha1-hash): Replace call to
15436 called-interactively-p with backwards-compatible interactive-p.
15437
154382011-07-28 Eric Schulte <schulte.eric@gmail.com>
15439
d36ed1c8
SM
15440 * ob-exp.el (org-babel-exp-lob-one-liners):
15441 Appropriate replacement of inline call blocks with their results.
3ab2c837
BG
15442
154432011-07-28 Eric Schulte <schulte.eric@gmail.com>
15444
15445 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
15446 trailing space ensures that the insertion of the results looks
15447 nice.
15448
15449 * ob.el (org-babel-insert-result): Insert inline lob line results
15450 as inline results.
15451
154522011-07-28 Eric Schulte <schulte.eric@gmail.com>
15453
15454 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
15455 appropriately given the style (block or inline) of the lob line.
15456
15457 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
15458 specific for block lob lines.
15459 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
15460 inline lob lines.
15461 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
15462 (org-babel-lob-get-info): Return info from *either* the block or
15463 inline lob lines.
15464
154652011-07-28 Eric Schulte <schulte.eric@gmail.com>
15466
15467 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
15468 structure of the resulting info list.
15469
15470 * ob-lob.el (org-babel-default-lob-header-args): Export the
15471 results of call lines by default.
15472
154732011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
15474
15475 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
15476 property based on the ID property of the org entry to the first
15477 character of the diary entry.
15478
154792011-07-28 Jambunathan K <kjambunathan@gmail.com>
15480
15481 * org-footnote.el
15482 (org-footnote-insert-pos-for-preprocessor): New variable.
15483 (org-footnote-normalize): Use it.
15484
154852011-07-28 Jambunathan K <kjambunathan@gmail.com>
15486
15487 * org-exp.el (org-export-format-source-code-or-example):
84f21110 15488 Simplify. Also add `org-native-text' as a text property to the
3ab2c837
BG
15489 formatted text and throw error for unknown backends.
15490
154912011-07-28 Jambunathan K <kjambunathan@gmail.com>
15492
d36ed1c8
SM
15493 * org-exp.el (org-export-format-source-code-or-example):
15494 Add support for: - custom formatters for existing backends - seamless
3ab2c837
BG
15495 plugging in of new backends.
15496
154972011-07-28 Jambunathan K <kjambunathan@gmail.com>
15498
15499 * org-exp.el (org-export-backends): New variable.
15500 (org-export-select-backend-specific-text): Use above
ed9265fc 15501 variable. Also mark text between #+BACKEND and
84f21110
BG
15502 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
15503 This text property is currently used only by the new line-oriented
15504 generic exporter (which is not yet part of the repo).
3ab2c837
BG
15505
155062011-07-28 Jambunathan K <kjambunathan@gmail.com>
15507
15508 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
84f21110
BG
15509 OpenDocumentText export and bind them to `org-export-as-odt' and
15510 `org-export-as-odt-and-open'.
3ab2c837
BG
15511
155122011-07-28 Eric Schulte <schulte.eric@gmail.com>
15513
15514 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
15515 mode.
15516
155172011-07-28 Eric Schulte <schulte.eric@gmail.com>
15518
15519 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
15520 lists before reading into emacs-lisp.
15521
155222011-07-28 Eric Schulte <schulte.eric@gmail.com>
15523
7877f373 15524 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15525
7877f373 15526 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15527
7877f373 15528 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15529
7877f373 15530 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15531
7877f373 15532 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15533
7877f373 15534 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15535
7877f373 15536 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15537
7877f373 15538 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15539
7877f373 15540 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15541
7877f373 15542 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15543
7877f373 15544 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 15545
7877f373 15546 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837
BG
15547
155482011-07-28 Eric Schulte <schulte.eric@gmail.com>
15549
15550 * ob-awk.el: New file.
15551
155522011-07-28 Eric Schulte <schulte.eric@gmail.com>
15553
d36ed1c8
SM
15554 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
15555 Respects ":results verbatim".
3ab2c837
BG
15556
155572011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15558
15559 * org-agenda.el (org-float): Aliases for `diary-float'.
15560
155612011-07-28 Eric Schulte <schulte.eric@gmail.com>
15562
d36ed1c8
SM
15563 * ob-python.el (org-babel-python-evaluate-session):
15564 Send comint-send-input after every line when interacting with an
3ab2c837
BG
15565 interactive python process.
15566
155672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15568
7877f373 15569 * org-list.el (org-reset-checkbox-state-subtree): Make the command
3ab2c837
BG
15570 more robust, and correctly update check-boxes in the whole
15571 sub-tree.
7877f373 15572 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
3ab2c837 15573 when walking a subtree.
7877f373 15574 (org-update-checkbox-count-maybe): Add an optional argument passed to
3ab2c837
BG
15575 org-update-checkbox-count.
15576
a04689de 155772011-07-28 Teodor Zlatanov <tzz@lifelogs.com>
3ab2c837
BG
15578
15579 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
15580
155812011-07-28 Eric Schulte <schulte.eric@gmail.com>
15582
15583 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
15584 ":results scalar" header argument combination.
15585
155862011-07-28 Dan Davison <dandavison7@gmail.com>
15587
15588 * org-src.el: Append a space character to copied text so that the
15589 final text property change is picked up correctly.
15590
155912011-07-28 Eric Schulte <schulte.eric@gmail.com>
15592
15593 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
15594 to org-babel-tangle.
15595 (org-babel-tangle): Now when called with a prefix argument, only the
15596 current code block is tangled.
15597
155982011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15599
7877f373 15600 * org-list.el (org-list-parse-list): Replace transitional
3ab2c837 15601 check-boxes with "[CBTRANS]" string during parsing.
7877f373 15602 (org-list-to-generic): Use the new property `:cbtrans' to configure
3ab2c837
BG
15603 export string for transitional check-boxes.
15604
156052011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15606
15607 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
15608 Use stable internal `org-anniversary' instead of
15609 diary-anniversary.
15610 (org-class): New function.
15611 (org-diary-class): Use `org-class'.
15612 (org-anniversary, org-cyclic, org-date, org-block): New functions.
15613
156142011-07-28 Eric Schulte <schulte.eric@gmail.com>
15615
15616 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
15617 of header argument names.
15618
156192011-07-28 Eric Schulte <schulte.eric@gmail.com>
15620
15621 * ob.el (org-babel-expand-noweb-references): Concatenating all
15622 bodies with the appropriate name or :noweb-ref header argument.
15623
156242011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
15625
84f21110
BG
15626 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
15627 work also when #+begin line is indentex.
3ab2c837
BG
15628
156292011-07-28 Eric Schulte <schulte.eric@gmail.com>
15630
15631 * ob.el (org-babel-src-block-regexp): Babel: code block may have
15632 empty bodies.
15633
156342011-07-28 Eric Schulte <schulte.eric@gmail.com>
15635
15636 * org-macs.el (org-without-partial-completion): Avoid calling by
15637 name a function unknown to the compiler but explicitly checked by
15638 program logic.
15639
156402011-07-28 Eric Schulte <schulte.eric@gmail.com>
15641
15642 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
15643 function.
15644 (org-agenda-later): Declaring previously unknown function.
15645 (org-agenda-mode-map): Declaring previously unknown variable.
15646
15647 * org.el (org-read-date-analyze): Explicitly ignore the return
15648 value of a function.
15649
156502011-07-28 Eric Schulte <schulte.eric@gmail.com>
15651
15652 * org-agenda.el (org-agenda-mode): Globally replace
15653 buffer-substring-filters with filter-buffer-substring-functions.
15654
15655 * org-indent.el (org-indent-mode): Globally replace
15656 buffer-substring-filters with filter-buffer-substring-functions.
15657
156582011-07-28 Eric Schulte <schulte.eric@gmail.com>
15659
15660 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
15661 #'(λ...).
15662
15663 * org-attach.el: Replacing '(λ...) with #'(λ...).
15664 (org-attach-commit): Replacing '(λ...) with #'(λ...).
15665
15666 * org-exp.el: Replacing '(λ...) with #'(λ...).
15667 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
15668
15669 * org-html.el: Replacing '(λ...) with #'(λ...).
15670 (org-export-as-html): Replacing '(λ...) with #'(λ...).
15671
15672 * org-mouse.el: Replacing '(λ...) with #'(λ...).
15673 (org-mouse-popup-global-menu): Replacing '(λ...) with
15674 (org-mode-hook): Replacing '(λ...) with #'(λ...).
15675 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
15676
15677 * org-src.el: Replacing '(λ...) with #'(λ...).
15678 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
15679
15680 * org-table.el: Replacing '(λ...) with #'(λ...).
15681 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
15682
15683 * org.el: Replacing '(λ...) with #'(λ...).
15684 (org-confirm-shell-link-function): Replacing '(λ...) with
15685 (org-category): Replacing '(λ...) with #'(λ...).
15686
156872011-07-28 Eric Schulte <schulte.eric@gmail.com>
15688
15689 * org.el (mailcap-parse-mailcaps): Declaring functions used by
15690 `org-open-file'.
15691 (mailcap-extension-to-mime): Declaring functions used by
15692 `org-open-file'.
15693 (mailcap-mime-info): Declaring functions used by `org-open-file'.
15694
156952011-07-28 Eric Schulte <schulte.eric@gmail.com>
15696
15697 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
15698 function `interactive-p'.
15699 (org-agenda-show-1): Replacing call to now-defunct function
15700 `interactive-p'.
15701 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
15702
15703 * org-ascii.el: Replacing call to now-defunct function
15704 `interactive-p'.
15705 (org-export-as-latin1): Replacing call to now-defunct function
15706 `interactive-p'.
15707 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
15708 function `interactive-p'.
15709 (org-export-as-utf8): Replacing call to now-defunct function
15710 `interactive-p'.
15711 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
15712 `interactive-p'.
84f21110
BG
15713 (org-export-region-as-ascii): Replacing call to now-defunct
15714 function `interactive-p'.Replacing call to now-defunct function
15715 `interactive-p'.
3ab2c837
BG
15716
15717 * org-docbook.el: Replacing call to now-defunct function
15718 `interactive-p'.
84f21110
BG
15719 (org-export-region-as-docbook): Replacing call to now-defunct
15720 function `interactive-p'.Replacing call to now-defunct function
15721 `interactive-p'.
3ab2c837
BG
15722
15723 * org-html.el: Replacing call to now-defunct function
15724 `interactive-p'.
84f21110
BG
15725 (org-export-region-as-html): Replacing call to now-defunct
15726 function `interactive-p'.Replacing call to now-defunct function
15727 `interactive-p'.
3ab2c837
BG
15728
15729 * org-latex.el: Replacing call to now-defunct function
15730 `interactive-p'.
84f21110
BG
15731 (org-export-region-as-latex): Replacing call to now-defunct
15732 function `interactive-p'.Replacing call to now-defunct function
15733 `interactive-p'.
3ab2c837
BG
15734
15735 * org-macs.el: Replacing call to now-defunct function
15736 `interactive-p'.
84f21110
BG
15737 (org-called-interactively-p): Replacing call to now-defunct
15738 function `interactive-p'.Replacing call to now-defunct function
15739 `interactive-p'.
3ab2c837
BG
15740
15741 * org-table.el: Replacing call to now-defunct function
15742 `interactive-p'.
15743 (org-table-blank-field): Replacing call to now-defunct function
15744 `interactive-p'.
15745 (org-table-current-column): Replacing call to now-defunct function
15746 `interactive-p'.Replacing call to now-defunct function
15747 `interactive-p'.
15748 (org-table-current-dline): Replacing call to now-defunct function
15749 `interactive-p'.Replacing call to now-defunct function
15750 `interactive-p'.
15751 (org-table-sort-lines): Replacing call to now-defunct function
15752 `interactive-p'.
15753 (org-table-sum): Replacing call to now-defunct function
15754 `interactive-p'.
15755 (org-table-rotate-recalc-marks): Replacing call to now-defunct
15756 function `interactive-p'.
15757 (org-table-eval-formula): Replacing call to now-defunct function
15758 `interactive-p'.
15759 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
15760
15761 * org.el: Replacing call to now-defunct function `interactive-p'.
84f21110
BG
15762 (org-mode): Replacing call to now-defunct function
15763 `interactive-p'.
3ab2c837
BG
15764 (org-copy-subtree): Replacing call to now-defunct function
15765 `interactive-p'.
15766 (org-paste-subtree): Replacing call to now-defunct function
15767 `interactive-p'.
15768 (org-store-link): Replacing call to now-defunct function
15769 `interactive-p'.
15770 (org-todo): Replacing call to now-defunct function `interactive-p'.
15771 (org-occur): Replacing call to now-defunct function `interactive-p'.
15772
157732011-07-28 Eric Schulte <schulte.eric@gmail.com>
15774
15775 * ob-R.el (ess-local-process-name): This variable wasn't known to
15776 be defined.
15777
15778 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
15779 group specified.
15780
15781 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
15782 known to be defined.
15783 (org-babel-tangle-combine-named-blocks): Roll my own version of a
15784 forbidden common lisp function.
15785
15786 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
15787 called-interactively.
15788
157892011-07-28 Eric Schulte <schulte.eric@gmail.com>
15790
15791 * org-latex.el (org-export-latex-tables): Check for the
15792 "multiline" option and set the `floatp' option to true when
15793 multicolumn tables are requested.
15794
157952011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15796
d36ed1c8
SM
15797 * org-html.el (org-export-as-html, org-html-level-start):
15798 Only convert section number underscores to dashes.
3ab2c837
BG
15799
158002011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15801
15802 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
15803 `days-to-time, converting relative to 1 BC, while the code assumed
15804 it would return a time relative to 1970.
15805
158062011-07-28 Eric Schulte <schulte.eric@gmail.com>
15807
15808 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
15809 inserting newlines between appended code blocks.
15810
158112011-07-28 Eric Schulte <schulte.eric@gmail.com>
15812
15813 * ob-exp.el: We may no longer need to export names along with code
15814 blocks.
15815
158162011-07-28 Eric Schulte <schulte.eric@gmail.com>
15817
d36ed1c8
SM
15818 * org-exp-blocks.el (org-export-blocks-preprocess):
15819 Ensure balanced nested begin/end blocks in block bodies.
3ab2c837
BG
15820
158212011-07-28 Dan Davison <dandavison7@gmail.com>
15822
15823 * org-latex.el: Add -shell-escape to pdflatex commands.
15824
158252011-07-28 Eric Schulte <schulte.eric@gmail.com>
15826
d36ed1c8
SM
15827 * ob-tangle.el (org-babel-tangle-named-block-combination):
15828 Block combination can now take a number of values.
3ab2c837
BG
15829 (org-babel-tangle-combine-named-blocks): More sophisticated block
15830 combination behavior.
15831
158322011-07-28 Eric Schulte <schulte.eric@gmail.com>
15833
d36ed1c8
SM
15834 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks):
15835 Switch to turn on the combination of code blocks of the same name.
3ab2c837
BG
15836 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
15837 name.
15838
158392011-07-28 Eric Schulte <schulte.eric@gmail.com>
15840
15841 * ob-ruby.el (xmp): Declaring this function to appease the
15842 compiler.
15843 (org-babel-execute:ruby): "xmp" result option for outputting
15844 annotated source code.
15845
158462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
15847
84f21110
BG
15848 * org-list.el (org-list-to-latex): The enumerate environment in
15849 latex increments the counter before using it. Therefore, org-mode
3ab2c837
BG
15850 should set the enumeration counter to the desired value minus one.
15851
158522011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
15853
15854 * org.el (org-toggle-heading): More comments and fix number of
15855 stars when toggling from list items.
15856
158572011-07-28 Christian Egli <christian.egli@sbszh.ch>
15858
84f21110 15859 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
3ab2c837
BG
15860 effort that is accepted by `org-duration-string-to-minutes´.
15861
158622011-07-28 Julien Barnier <julien@nozav.org>
15863
84f21110
BG
15864 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
15865 wait until previous line execution is finished.
3ab2c837 15866
84f21110 15867 * ob-comint.el (org-babel-comint-with-output): When looking for
3ab2c837 15868 end-of-evaluation indicator, search forward for the indicator
84f21110 15869 before searching forward for the prompt.
3ab2c837
BG
15870
158712011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15872
15873 * org-entities.el (org-entities): Fix HTML entity for degree.
15874
158752011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15876
84f21110
BG
15877 * org.el (org-auto-align-tags): Change docstring.
15878 (org-update-parent-todo-statistics): Keep tags aligned even when
3ab2c837
BG
15879 statistics cookies are shifting them.
15880
84f21110 15881 * org-list.el (org-update-checkbox-count): Keep tags aligned even
3ab2c837
BG
15882 when statistics cookies are shifting them.
15883
158842011-07-28 Lawrence Mitchell <wence@gmx.li>
15885
15886 * ob.el (org-babel-sha1-hash): Don't modify info argument by
15887 side-effect when sorting result-params list.
15888
158892011-07-28 Lawrence Mitchell <wence@gmx.li>
15890
15891 * ob.el (org-babel-result-regexp): Use non-shy group around
84f21110 15892 `org-babel-data-names'.
3ab2c837
BG
15893
158942011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15895
15896 * org.el (org-insert-link): Set truncate-line in the *Org Link*
15897 buffer and make sure that it really is set there.
15898
158992011-07-28 Eric Schulte <schulte.eric@gmail.com>
15900
15901 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
15902 changing how/if the current directory is represented to lisp code.
15903 (org-babel-execute:lisp): More general handling of the default
15904 directory value.
15905
159062011-07-28 Eric Schulte <schulte.eric@gmail.com>
15907
15908 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
15909 *default-pathname-defaults* to either the value of the :dir header
15910 argument or the directory of the containing Org-mode file.
15911
159122011-07-28 Eric Schulte <schulte.eric@gmail.com>
15913
15914 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
15915 just aesthetic.
15916
d4423e17 159172011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
3ab2c837
BG
15918
15919 * org.el (org-mode-flyspell-verify): This is useful when using
15920 flyspell with a non-English dictionary, or if some of your
15921 keywords are in another language.
15922
159232011-07-28 David Maus <dmaus@ictsoc.de>
15924
15925 * org-exp.el (org-export): Use new compatibility function
15926 `org-activate-mark'.
15927
d36ed1c8
SM
15928 * org-compat.el (org-activate-mark): New function.
15929 Provide `activate-mark' if not present (e.g. Emacs 22).
3ab2c837
BG
15930
159312011-07-28 David Maus <dmaus@ictsoc.de>
15932
15933 * org-table.el (org-table-follow-field-mode): Declare variable to
15934 keep byte compiler happy.
15935
159362011-07-28 David Maus <dmaus@ictsoc.de>
15937
15938 * org-footnote.el (org-id-uuid): Declare function, silence byte
15939 compiler.
15940
159412011-07-28 David Maus <dmaus@ictsoc.de>
15942
15943 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
15944 run-time, compare downcased strings.
15945
159462011-07-28 David Maus <dmaus@ictsoc.de>
15947
15948 * org-bibtex.el (org-id-locations): Declare variable to silence
15949 byte compiler.
15950
159512011-07-28 David Maus <dmaus@ictsoc.de>
15952
15953 * org-id.el (org-id-locations): Fix docstring, remove reference to
15954 non-existent option.
15955
159562011-07-28 David Maus <dmaus@ictsoc.de>
15957
15958 * org.el (org-self-insert-command): Use `delete-char' instead of
15959 `delete-backward-char'.
15960
84f21110 15961 * org-table.el (orgtbl-self-insert-command): Ditto.
3ab2c837
BG
15962
159632011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15964
15965 * org-latex.el (org-export-latex-special-chars): Save match data
15966 when checking for table.el table.
15967
159682011-07-28 David Maus <dmaus@ictsoc.de>
15969
15970 * org.el (org-re-property): Move before its first use.
15971
159722011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
15973
d36ed1c8
SM
15974 * org-latex.el (org-export-latex-preprocess):
15975 Add `original-indentation' property to footnotes so they cannot
3ab2c837
BG
15976 possibly end a list by being less indented than the item they
15977 belong to.
15978
159792011-07-28 Eric Schulte <schulte.eric@gmail.com>
15980
15981 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
15982 in `progn'.
15983 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
15984 to swank.
15985
159862011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15987
15988 * org-clock.el (org-clocktable-write-default): Implement adding
15989 property columns to the clock table.
15990
159912011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15992
15993 * org.el (org-toggle-item): Move parenthesis to correct location.
15994
159952011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
15996
15997 * org.el (org-default-priority):
15998 (org-priority-start-cycle-with-default): Improve docstring.
15999 (org-priority): Throw error when priority is out of range.
16000
160012011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16002
16003 * org.el (org-self-insert-command): Catch the case of
84f21110 16004 `buffer-undo-list' eq t.
3ab2c837
BG
16005
160062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16007
84f21110 16008 * org.el (org-toggle-heading): Region should be considered as made
3ab2c837 16009 of full lines, without the last one if region-end is at bol.
84f21110 16010 Removed unused variables. Refactored and commented code.
3ab2c837
BG
16011
160122011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16013
84f21110 16014 * org.el (org-toggle-item): When region includes an headline less
3ab2c837
BG
16015 indented than first one, set it as the new reference.
16016
160172011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16018
84f21110 16019 * org-list.el (org-list-to-subtree): If the list is before first
3ab2c837
BG
16020 heading and `org-odd-levels-only' is non-nil, the first item gets
16021 two stars instead of one.
16022
84f21110 16023 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
3ab2c837
BG
16024 `org-odd-levels-only' non-nil.
16025
160262011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16027
84f21110 16028 * org.el (org-toggle-item): Converting an heading to an item would
3ab2c837 16029 sometimes insert unnecessary spaces before it, and unwanted space
84f21110 16030 with `org-indent-mode' on. Changing some text into an item
3ab2c837
BG
16031 wouldn't always preserve indentation.
16032
160332011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16034
16035 * org-capture.el (org-capture-current-plist): Improve docstring.
16036 (org-capture-put): Add docstring.
16037 (org-capture-get): Add docstring.
84f21110
BG
16038 (org-capture-member): Add LOCAL argument. Add docstring.
16039 (org-capture-set-target-location): Store the time received from a
16040 date prompt into the :prompt-time property.
3ab2c837
BG
16041
160422011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16043
84f21110 16044 * org-exp.el (org-export-mark-list-properties): Even if context is
3ab2c837
BG
16045 invalid, mark list item with `list-context' property.
16046
84f21110 16047 * org-list.el (org-list-forbidden-blocks): Add exporters specific
3ab2c837
BG
16048 blocks to the list of forbidden blocks.
16049
160502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16051
84f21110 16052 * org-list.el (org-sort-list): Function tries to intern
3ab2c837
BG
16053 getkey-func before it is defined, so it's always nil.
16054
160552011-07-28 Eric Schulte <schulte.eric@gmail.com>
16056
16057 * org.el (org-babel-load-languages): Adding ob-awk to the list of
16058 executable languages.
16059
160602011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16061
16062 * org-table.el (org-table-get-field): Make sure the new field
16063 content is at least one space character.
16064
160652011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16066
16067 * org-crypt.el: Check for `daemonp' before using it.
16068
160692011-07-28 Eric Schulte <schulte.eric@gmail.com>
16070
84f21110 16071 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
3ab2c837
BG
16072 :stdin header argument.
16073 (org-babel-execute:sh): Use the :stdin header argument.
16074 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
16075 new sub-function.
16076 (org-babel-sh-var-to-string): New function for converting elisp
16077 values to strings that make sense for parsing with sh.
16078 (org-babel-sh-evaluate): Adding "stdin" option to session and
16079 external evaluation options.
16080
160812011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
16082
d36ed1c8
SM
16083 * org-exp.el (org-remove-formatting-on-newlines-in-region):
16084 New function.
16085 (org-export-format-source-code-or-example):
16086 Call `org-remove-formatting-on-newlines-in-region'.
3ab2c837
BG
16087
160882011-07-28 David Maus <dmaus@ictsoc.de>
16089
16090 * org.el (org-entry-put): Prevent adding of extra space to value
16091 if property already exists.
16092
160932011-07-28 Jambunathan K <kjambunathan@gmail.com>
16094
16095 * org-html.el (org-export-as-html): Don't expand non-data lines of
16096 table.el tables.
d36ed1c8 16097 (org-html-expand): Remove the (buggy) test for non-data lines
ed9265fc 16098 in table.el tables. The test is now done as part of
3ab2c837
BG
16099 org-export-as-html.
16100 (org-format-table-table-html-using-table-generate-source):
d36ed1c8 16101 Add test for spanning of cells in table.el tables using
ed9265fc 16102 table.el's own library routine. Optionally suppress export of
3ab2c837 16103 simple table.el tables.
d36ed1c8 16104 (org-format-table-html): Remove the (buggy) test for spanned
ed9265fc 16105 table.el tables. The test is now done as part of
3ab2c837
BG
16106 org-format-table-table-html-using-table-generate-source.
16107
161082011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16109
16110 * org-latex.el (org-export-latex-special-chars): Do nothing in
16111 table.el tables.
16112
161132011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16114
16115 * org-capture.el (org-capture): Ignore errors when creating a
16116 link.
16117
161182011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
16119
16120 * org-exp.el (org-export-define-heading-targets): Use dash instead
16121 of underscore to make labels valid.
16122
161232011-07-28 Dan Davison <dandavison7@gmail.com>
16124
16125 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
16126 is written to the results file before Emacs notices that the file
16127 exists.
16128
161292011-07-28 Eric Schulte <schulte.eric@gmail.com>
16130
16131 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
16132 defined locally on my system, but not globally in Emacs.
16133
161342011-07-28 Eric Schulte <schulte.eric@gmail.com>
16135
16136 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
16137 generate code block output.
16138 (org-babel-exp-code): Re-create the code block body for exporting
16139 source code.
16140
161412011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
16142
16143 * org.el (org-read-date): Bury Calendar buffer after using it for
16144 selecting a date.
16145
161462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16147
d36ed1c8
SM
16148 * org-list.el (org-list-separating-blank-lines-number):
16149 Fix confusion between point and item beginning. Now, if no
a7ef684b 16150 information is available, truly follow user preference when it
84f21110
BG
16151 inserts blank lines manually.
16152 (org-list-insert-item): Send correct argument to the preceding
3ab2c837
BG
16153 function.
16154
161552011-07-28 Eric Schulte <schulte.eric@gmail.com>
16156
16157 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
16158 newline inside of the code block body.
16159
d4423e17 161602011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3ab2c837
BG
16161
16162 * ob.el: Avoid spurious matches to literal.
16163
161642011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16165
84f21110 16166 * org.el (org-indent-line-function): Don't include #+include
3ab2c837
BG
16167 lines.
16168
161692011-07-28 Eric Schulte <schulte.eric@gmail.com>
16170
16171 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
16172 org-babel-check-src-block.
16173
16174 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
84f21110
BG
16175 (org-babel-edit-distance): Returns the edit distance of two
16176 strings.
3ab2c837
BG
16177 (org-babel-check-src-block): Check a code block for errors.
16178
161792011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
16180
16181 * org-capture.el (org-capture-templates): Fix bug in customization
16182 setup.
16183
161842011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16185
16186 * org-table.el
16187 (org-table-exit-follow-field-mode-when-leaving-table): New option.
84f21110
BG
16188 (org-table-check-inside-data-field): New optional argument
16189 `noerror'. When set, the function will only return nil instead of
16190 throwing an error.
3ab2c837
BG
16191 (org-table-edit-field): Interpret double prefix argument, and improve
16192 the properties of the editing window.
16193 (org-table-follow-field-mode): New minor mode.
16194 (org-table-follow-fields-with-editor): New function.
16195
161962011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16197
16198 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
16199 first, then check if timestamps cause exclusion.
16200
16201 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
16202 if timestamps cause exclusion.
16203
162042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16205
84f21110 16206 * org-list.el (org-list-full-item-re): Allow description term to
3ab2c837
BG
16207 have a newline character after the colons.
16208
162092011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16210
84f21110 16211 * org-list.el (org-sort-list): No longer ignore with-case
3ab2c837
BG
16212 argument: the function sorted case-sensitively, regardless of
16213 argument.
16214
162152011-07-28 Eric Schulte <schulte.eric@gmail.com>
16216
16217 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
16218
16219 * ob.el (org-babel-data-names): Configurable list of names of
16220 data.
16221 (org-babel-result-regexp): Using new results regexp.
16222
162232011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16224
16225 * org.el (org-special-properties): Add CLOCKSUM to the special
16226 properties.
16227
d4423e17 162282011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837 16229
d36ed1c8
SM
16230 * ob-exp.el (org-babel-exp-in-export-file):
16231 Bind `org-link-search-inhibit-query' to t to inhibit prompts.
3ab2c837 16232
3ab2c837
BG
162332011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16234
16235 * org-exp.el (org-export-add-options-to-plist): Use the right
16236 match group.
16237
162382011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16239
9b8ba1e5 16240 * org-latex.el (org-export-latex-preprocess): Protect index string.
3ab2c837
BG
16241
162422011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16243
16244 * org-latex.el (org-export-latex-preprocess): Pipe index entries
84f21110 16245 through `org-export-latex-fontify-headline'.
3ab2c837
BG
16246
162472011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16248
16249 * org-exp.el (org-export-add-options-to-plist): Fix the option
84f21110 16250 parser.
3ab2c837 16251
d4423e17 162522011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
16253
16254 * org-latex.el (org-export-latex-preprocess): Replace index
16255 entries.
16256
d4423e17 162572011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
16258
16259 * org.el (org-structure-template-alist): Add an easy template for
16260 index (i), and move include file to I from i.
16261
162622011-07-28 Matt Lundin <mdl@imapmail.org>
16263
16264 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
84f21110 16265 line to `org-offer-links-in-entry'.
3ab2c837 16266
3ab2c837
BG
162672011-07-28 Matt Lundin <mdl@imapmail.org>
16268
16269 * org-bibtex.el (org-bibtex-search): New function.
16270 (org-bibtex-export-to-kill-ring): New function. Export to kill
16271 ring.
16272 (org-bibtex-create-in-current-entry): New function
16273 (org-bibtex-create): Make it easier to add bib fields to an
16274 existing headline.
16275 (org-bibtex-export-arbitrary-fields)
16276 (org-bibtex-treat-headline-as-title): Fix typos
84f21110
BG
16277 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
16278 from type completion.
3ab2c837
BG
16279
162802011-07-28 Matt Lundin <mdl@imapmail.org>
16281
d36ed1c8
SM
16282 * org-bibtex.el (org-bibtex-treat-headline-as-title):
16283 New defcustom.
3ab2c837
BG
16284 (org-bibtex-headline): Only use headline text (not TODO or other
16285 metadata) to generate title field and auto key.
16286 (org-bibtex-fleshout): Allow user to choose whether to treat
16287 headline as title.
16288
162892011-07-28 Tom Dye <tsd@tsdye.com>
16290
84f21110 16291 * org-bibtex.el: Added crossref field to other fields.
3ab2c837
BG
16292
162932011-07-28 Tom Dye <tsd@tsdye.com>
16294
84f21110 16295 * org-bibtex.el: Add crossref option to incollection.
3ab2c837
BG
16296
162972011-07-28 Matt Lundin <mdl@imapmail.org>
16298
16299 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
16300 as field.
16301
163022011-07-28 Matt Lundin <mdl@imapmail.org>
16303
16304 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
16305 warn if a duplicate ID is generated.
16306
163072011-07-28 Matt Lundin <mdl@imapmail.org>
16308
84f21110
BG
16309 * org-bibtex.el (org-bibtex-tags): New variable.
16310 (org-bibtex-tags-are-keywords): New variable.
16311 (org-bibtex-no-export-tags): New variable.
16312 (org-bibtex-headline): Export tags as comma-separated bibtex
16313 keywords.
16314 (org-bibtex-read): Import bibtex keywords field as tags.
3ab2c837
BG
16315
163162011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
16317
84f21110 16318 * org-publish.el (org-publish-find-date): Optimization.
3ab2c837
BG
16319
163202011-07-28 Tassilo Horn <tassilo@member.fsf.org>
16321
16322 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
16323 when following link.
16324
163252011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
16326
16327 * org-publish.el (org-publish-project-alist): Document new
16328 :sitemap-sans-extension property.
84f21110
BG
16329 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
16330 setting.
3ab2c837
BG
16331
163322011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16333
d36ed1c8 16334 * org.el (org-remove-uninherited-tags): Rename from
84f21110 16335 `org-remove-iniherited-tags'.
3ab2c837
BG
16336 (org-scan-tags): Fix typo in function call.
16337 (org-get-tags-at): Fix typo in function call.
16338
163392011-07-28 Matt Lundin <mdl@imapmail.org>
16340
16341 * org.el (org-get-tags-at): Don't include filetags if local is t.
16342
163432011-07-28 Eric Schulte <schulte.eric@gmail.com>
16344
16345 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
16346 dispatch functions, wrap body in `(do )'.
16347
163482011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16349
16350 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
16351 resulted in the creation of multiple overlays in src blocks.
16352
163532011-07-28 Eric Schulte <schulte.eric@gmail.com>
16354
16355 * ob-clojure.el (org-babel-execute:clojure): If results are not
16356 readable by lisp, then return them as a string.
16357
163582011-07-28 Eric Schulte <schulte.eric@gmail.com>
16359
16360 * org-bibtex.el (org-bibtex): Now prompts for a file name.
16361
163622011-07-28 Eric Schulte <schulte.eric@gmail.com>
16363
16364 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
16365 will result in prompting for optional fields.
16366
163672011-07-28 Eric Schulte <schulte.eric@gmail.com>
16368
d36ed1c8 16369 * org-bibtex.el (org-bibtex-headline): Rename flet function `get'
3ab2c837 16370 which was causing compile problems.
d36ed1c8 16371 (org-bibtex-fleshout): Rename flet function `get' which was causing
3ab2c837 16372 compile problems.
d36ed1c8 16373 (org-bibtex-write): Rename flet function `get' which was causing
3ab2c837
BG
16374 compile problems.
16375
163762011-07-28 Christian Egli <christian.egli@sbszh.ch>
16377
16378 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
16379 never starts with a number.
16380
163812011-07-28 Eric Schulte <schulte.eric@gmail.com>
16382
16383 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
16384 (org-bibtex-key-property): New option.
84f21110
BG
16385 (org-bibtex-put): Make use of new `org-bibtex-key-property'
16386 variable.
16387 (org-bibtex-headline): Make use of new
3ab2c837
BG
16388 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
16389 variables.
9b8ba1e5 16390 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
3ab2c837 16391 variable.
9b8ba1e5 16392 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
3ab2c837 16393 variable.
9b8ba1e5 16394 (org-bibtex-write): Make use of new `org-bibtex-key-property'
3ab2c837
BG
16395 variable.
16396
163972011-07-28 Eric Schulte <schulte.eric@gmail.com>
16398
16399 * org-bibtex.el: Updating Copyright dates, author information,
16400 commentary and history notes.
16401 (org-bibtex-types): List of bibtex types with descriptions and
16402 required and optional fields.
16403 (org-bibtex-fields): List of bibtex fields with descriptions.
16404 (*org-bibtex-entries*): Special variable to hold parsed bibtex
16405 entries.
16406 (org-bibtex-autogen-keys): Custom variable controlling whether
16407 bibtex keys are automatically generated
16408 (org-bibtex-prefix): Custom variable allowing use of optional prefix
16409 for bibtex properties in Org-mode headlines.
16410 (org-bibtex-get): Helper function for accessing bibtex elements of a
16411 property list.
16412 (org-bibtex-put): Helper function for inserting bibtex element into
16413 a property list.
16414 (org-bibtex-headline): Return a bibtex entry of the given headline
16415 as a string.
16416 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
16417 field.
16418 (org-bibtex-autokey): Generate a bibtex key for the current
16419 headline.
16420 (org-bibtex-fleshout): Fill in missing bibtex properties of the
16421 current headline.
16422 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
16423 (org-bibtex-check): Check that all bibtex properties are present in
16424 the current headline.
16425 (org-bibtex-check-all): Check all headlines in the current buffer.
16426 (org-bibtex-create): Create a new bibtex headline at the current
16427 level.
16428 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
16429 (org-bibtex-write): Write the most recently read bibtex entry into
16430 an Org-mode file.
16431
164322011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16433
16434 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
16435 set properties.
16436 (org-agenda-show-clocking-issues): Handle faces.
16437
164382011-07-28 Eric Schulte <schulte.eric@gmail.com>
16439
16440 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
16441 content by default with "-Dfile.encoding=UTF-8".
16442
164432011-07-28 Eric Schulte <schulte.eric@gmail.com>
16444
16445 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
16446 argument.
16447
164482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16449
84f21110
BG
16450 * org-exp.el (org-export-preprocess-string): Mark list end before
16451 expanding macros. Thus, a macro inside a list and containing
16452 blank lines cannot break the list structure.
16453 (org-export-preprocess-apply-macros): Multi-lines macros get
16454 indented with the same indentation as the first line. Thus, we
16455 are sure that every line belongs to the same list as the first
16456 line, if such list exists. Also add comments in code.
3ab2c837
BG
16457
164582011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16459
16460 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
16461 (org-agenda-list): Handle display change to clock check.
84f21110
BG
16462 (org-agenda-get-progress): Show only clock entries if we are doing
16463 the consistency check.
3ab2c837
BG
16464 (org-agenda-show-clocking-issues): New function.
16465 (org-agenda-check-clock-gap): New function.
16466 (org-agenda-view-mode-dispatch): Offer consistency check.
16467 (org-agenda-log-mode): Handle switch to clock only display.
16468 (org-agenda-set-mode-name): Show lighter for Clockcheck.
16469
16470 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
16471 and return it unchanged.
16472
164732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16474
84f21110 16475 * org-list.el (org-list-struct): When walking down the list, the
3ab2c837
BG
16476 function would not pay attention to drawers or blocks indentation.
16477 Thus, such constructs couldn't consistently end an item or a list.
16478 This patch ensures line indentation is stored (if applicable)
ed9265fc 16479 before skipping them. Also fixed doc-string and comments.
3ab2c837
BG
16480
164812011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16482
16483 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
84f21110 16484 tree properties.
3ab2c837
BG
16485
164862011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16487
16488 * org-exp.el (org-export): Define a bound for finding enclosing
16489 tree with class/title definition.
16490
164912011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16492
16493 * org-exp.el (org-export): Go to next heading before searching
16494 backward, so make this also work if we are on the headline of the
84f21110 16495 entry with the property.
3ab2c837
BG
16496
164972011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16498
16499 * org.el (org-promote):
16500 (org-demote): Soften the previous change, by only removing the
84f21110
BG
16501 flyspell function from after-change functions, because that was
16502 the one causing the slowdown - at least much of it.
3ab2c837
BG
16503
165042011-07-28 Eric Schulte <schulte.eric@gmail.com>
16505
84f21110
BG
16506 * org.el (org-promote, org-demote): Turn off
16507 after-change-functions to speed up the reindentation of text.
3ab2c837
BG
16508
165092011-07-28 Eric Schulte <schulte.eric@gmail.com>
16510
d36ed1c8
SM
16511 * ob-ocaml.el (org-babel-ocaml-read-list):
16512 Use `org-babel-script-escape'.
84f21110 16513 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
3ab2c837
BG
16514
165152011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
16516
84f21110 16517 * org-html.el (org-html-handle-links): Add an alternate for inline
9b8ba1e5 16518 images.
3ab2c837
BG
16519
165202011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16521
16522 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
84f21110 16523 variable before it is defined.
3ab2c837
BG
16524
165252011-07-28 Eric Schulte <schulte.eric@gmail.com>
16526
d36ed1c8 16527 * org-src.el (org-src-lang-modes): Add a language alias of "C"
3ab2c837
BG
16528 to "c".
16529
165302011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
16531
16532 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
16533 buffer.
16534
165352011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
16536
84f21110 16537 * org-html.el (org-html-make-link): Correct a bug in coderef link.
3ab2c837
BG
16538
165392011-07-28 Bernt Hansen <bernt@norang.ca>
16540
84f21110
BG
16541 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
16542 typo.
3ab2c837
BG
16543
165442011-07-28 Bernt Hansen <bernt@norang.ca>
16545
16546 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
84f21110 16547 when headlines are missing.
3ab2c837
BG
16548
165492011-07-28 Bastien Guerry <bzg@gnu.org>
16550
16551 * org-mobile.el (org-mobile-push): Move call to hook, make it the
16552 first thing of the push operation.
16553
165542011-07-28 Eric Schulte <schulte.eric@gmail.com>
16555
16556 * ob.el (org-babel-params-from-buffer): Now looking for header
16557 arguments in #+Properties: as well as #+Babel:. Also, we're no
16558 longer caching these results into a file local variable.
16559
165602011-07-28 Eric Schulte <schulte.eric@gmail.com>
16561
d36ed1c8
SM
16562 * ob-python.el (org-babel-python-evaluate-external-process):
16563 Allow parsing as a table in the case of ":results output table".
9b8ba1e5 16564 (org-babel-python-evaluate-session): Allow parsing as a table in
3ab2c837
BG
16565 the case of ":results output table".
16566
165672011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16568
16569 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
16570 all possible agenda views. Use `org-agenda-schedule' instead of
16571 `org-agenda-date-later'.
16572
165732011-07-28 Eric Schulte <schulte.eric@gmail.com>
16574
16575 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
16576 ":results output".
16577
165782011-07-28 Julien Danjou <julien@danjou.info>
16579
84f21110 16580 * org.el (org-entry-get, org-entry-delete, org-entry-put)
d36ed1c8
SM
16581 (org-property-values, org-delete-property-globally):
16582 Use `org-re-property'.
84f21110
BG
16583 (org-re-property): New function allowing to build a regexp to
16584 match a property.
3ab2c837
BG
16585
165862011-07-28 Julien Danjou <julien@danjou.info>
16587
16588 * org.el (org-property-values): Enhance docstring.
16589
d4423e17 165902011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
3ab2c837 16591
5b409b39 16592 * org-html.el (org-html-export-list-line): Fix regexp for
d99aebc0
BG
16593 detecting description lists to allow "::" marker to be last
16594 visible element at end of line.
5b409b39
BG
16595 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
16596 detecting description lists to allow "::" marker to be last
d99aebc0 16597 visible element at end of line.
3ab2c837
BG
16598
165992011-07-28 Julien Danjou <julien@danjou.info>
16600
d36ed1c8
SM
16601 * org-table.el (org-table-cleanup-narrow-column-properties):
16602 Use point-min rather than 1 when moving in the buffer.
3ab2c837
BG
16603
166042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16605
d36ed1c8 16606 * org-list.el (org-list-in-valid-context-p): Rename from
84f21110 16607 `org-list-in-valid-block-p'.
c295fc18 16608 (org-at-item-p, org-list-search-generic): Use renamed function.
3ab2c837
BG
16609
166102011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16611
16612 * org.el (org-set-font-lock-defaults): Be more strict when
16613 recognizing description items, and do not fontify wrong cases
9b8ba1e5 16614 like: "- term ::description" or "1. term :: description".
3ab2c837
BG
16615
166162011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16617
84f21110 16618 * org-latex.el: Pay attention to end of footnote. Before closing
3ab2c837
BG
16619 the command, ensure that list is properly closed or that last link
16620 is separated from the curly brace.
16621
166222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16623
84f21110
BG
16624 * org.el (org-indent-line-function): Footnote definition must stay
16625 at column 0 to be recognized as such. Body below can have normal
3ab2c837
BG
16626 indentation, so it should ignore its definition when computing
16627 indentation.
16628
166292011-07-28 Bastien Guerry <bzg@gnu.org>
16630
84f21110
BG
16631 * org-protocol.el (org-protocol-remember, org-protocol-capture):
16632 More appropriate message.
3ab2c837
BG
16633
166342011-07-28 Bastien Guerry <bzg@gnu.org>
16635
16636 * org-capture.el (org-capture-clock-keep): New local variable.
16637 (org-capture, org-capture-finalize): Use it and fix a bug when
16638 :clock-keep is set to `t'.
16639
166402011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
16641
16642 * org-exp.el (org-export-preprocess-string): Handle include files
16643 before processing macros.
16644
166452011-07-28 Bernt Hansen <bernt@norang.ca>
16646
16647 * org-agenda.el: Remove obsolete code for adding todo list in
84f21110 16648 front of the agenda.
3ab2c837
BG
16649
166502011-07-28 Lawrence Mitchell <wence@gmx.li>
16651
d36ed1c8
SM
16652 * org-latex.el (org-export-latex-convert-table.el-table):
16653 Fix format-string for insertion of captions.
3ab2c837 16654
d4423e17 166552011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
3ab2c837 16656
d36ed1c8
SM
16657 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
16658 Fix regexp.
3ab2c837
BG
16659
166602011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
16661
16662 * org.el (org-read-date-analyze): Help matching dotted European
16663 dates, like 31. 12. 2007
16664
166652011-07-28 Eric Schulte <schulte.eric@gmail.com>
16666
16667 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
16668
166692011-07-28 Eric Schulte <schulte.eric@gmail.com>
16670
16671 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
84f21110 16672 before reading by elisp.
3ab2c837
BG
16673 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
16674 should be replaced with a cl-vector->el-vector function.
16675
166762011-07-28 Eric Schulte <schulte.eric@gmail.com>
16677
16678 * ob-lisp.el (org-babel-execute:lisp): Now using
16679 `org-babel-reassemble-table' to apply the appropriate header
16680 arguments to results.
16681
166822011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16683
16684 * org.el (org-end-of-meta-data-and-drawers): New function.
16685
16686 * org-capture.el (org-capture-place-plain-text): Implement adding
16687 plain text templates to Org nodes.
16688
166892011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16690
84f21110 16691 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
3ab2c837
BG
16692
166932011-07-28 Lawrence Mitchell <wence@gmx.li>
16694
16695 * org-exp.el (org-export-handle-comments): Add the org-protected
16696 property to the replacement string.
16697
166982011-07-28 Lawrence Mitchell <wence@gmx.li>
16699
d36ed1c8
SM
16700 * org-html.el (org-export-as-html, org-html-level-start):
16701 Fix logic for section number printing when NUM is an integer.
3ab2c837
BG
16702
167032011-07-28 Lawrence Mitchell <wence@gmx.li>
16704
16705 * org-latex.el (org-export-latex-special-chars): Fix regexp for
16706 `single' special characters and ellipsis.
16707
167082011-07-28 Lawrence Mitchell <wence@gmx.li>
16709
d36ed1c8
SM
16710 * org.el (org-point-at-end-of-empty-headline):
16711 Bind `case-fold-search' to nil.
3ab2c837
BG
16712
167132011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16714
16715 * org-capture.el (org-capture-fill-template): Resolve new %<...>
16716 template escape.
16717 (org-capture-templates): Document new %<...> template escape.
16718
167192011-07-28 Eric Schulte <schulte.eric@gmail.com>
16720
16721 * ob.el (org-babel-process-params): Make this function idempotent,
16722 as it will sometimes be called multiple times.
16723
167242011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16725
16726 * org.el (org-ts-regexp-both): Add "]" to class of characters that
16727 should not be matched.
84f21110
BG
16728 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
16729 "^]-+", because that tries to (not) match characters between "]"
16730 and "+". Instead, move the "-" to the end of the class where it
16731 causes no harm.
3ab2c837
BG
16732
167332011-07-28 Eric Schulte <schulte.eric@gmail.com>
16734
16735 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
16736 process with the edit buffer when :session is specified.
16737
167382011-07-28 Eric Schulte <schulte.eric@gmail.com>
16739
16740 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
16741 extraction code into line with a newer version of the
84f21110 16742 `org-store-link' function.
3ab2c837
BG
16743
167442011-07-28 Eric Schulte <schulte.eric@gmail.com>
16745
16746 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
16747 wrapping the expression in either a let or progn, and possibly a
16748 pretty-print function invocation.
16749 (org-babel-execute:lisp): Greatly simplified method of executing
16750 lisp code blocks.
16751
167522011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16753
84f21110
BG
16754 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
16755 of ̀save-excursion' to get back to original position.
3ab2c837
BG
16756
167572011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16758
16759 * org.el (org-numbered-action-format): New option.
16760 (org-new-numbered-action): New command.
16761 (org-collect-todos-in-subtree): New command.
16762
167632011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16764
16765 * org-exp.el (org-export-with-tasks): New option.
16766 (org-export-plist-vars): Add :tasks property.
16767
167682011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16769
84f21110
BG
16770 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
16771 property to the export preprocessor.
3ab2c837 16772
84f21110
BG
16773 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
16774 property to the export preprocessor.
3ab2c837 16775
84f21110
BG
16776 * org-html.el (org-export-as-html): Pass the :done-tasks property
16777 to the export preprocessor.
3ab2c837
BG
16778
16779 * org-latex.el (org-export-as-latex): Pass the :done-tasks
16780 property to the export preprocessor.
16781
16782 * org-exp.el (org-export-with-done-tasks): New option.
16783 (org-export-plist-vars): Add entry for :done-tasks.
16784 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
16785 (org-export-remove-done-tasks): New function.
16786
167872011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16788
16789 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
16790 tags.
16791
167922011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16793
16794 * org.el (org-find-olp): Use the level of the correct match to
16795 continue search.
16796
167972011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16798
84f21110 16799 * org-list.el (org-toggle-checkbox): Build value of
3ab2c837
BG
16800 org-keyword-time-regexp instead of using it directly, as it's
16801 buffer-local, and function might be called outside Org.
16802
168032011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16804
c295fc18 16805 * org-list.el (org-list-struct, org-in-item-p): Don't assume end of
84f21110 16806 blocks or drawers necessarily start somewhere. It it isn't the
3ab2c837
BG
16807 case, treat them as normal text.
16808
168092011-07-28 Eric Schulte <schulte.eric@gmail.com>
16810
16811 * ob-exp.el (org-babel-exp-results): Use code block name when
16812 finding cached results.
16813
168142011-07-28 Julien Danjou <julien@danjou.info>
16815
16816 * org-latex.el (org-export-latex-date-format): Change default date
ed9265fc 16817 format to \today. This has the same result but respects the
3ab2c837
BG
16818 language set in the document by default.
16819
168202011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16821
84f21110 16822 * org-list.el (org-list-checkbox): When called from an headline,
3ab2c837 16823 function would normally skip drawers, but not if a SCHEDULED or
84f21110 16824 DEADLINE keyword is standing before the drawer. Also avoid
3ab2c837
BG
16825 problems if function is called in buffers not is Org mode.
16826
168272011-07-28 Bastien Guerry <bzg@gnu.org>
16828
84f21110 16829 * org-clock.el (org-clock-report): Change the scope of the
3ab2c837
BG
16830 inserted clock report depending on whether the point is within a
16831 subtree (:scope subtree) or not (:scope file).
16832
168332011-07-28 Puneeth Chaganti <punchagan@gmail.com>
16834
16835 * org-html.el (org-export-as-html): Fix export of footnotes
16836 containing lists, tables, quotes, etc.
16837
168382011-07-28 Lawrence Mitchell <wence@gmx.li>
16839
16840 * org-latex.el (org-export-latex-preprocess): Correctly match
16841 starred command names.
16842
168432011-07-28 Lawrence Mitchell <wence@gmx.li>
16844
16845 * org-html.el (org-export-as-html): Get local value of
d36ed1c8
SM
16846 org-export-with-section-numbers from the buffer's plist.
16847 Deal specially with the case the resulting value is an integer.
3ab2c837
BG
16848 (org-html-level-start): New optional argument of the option plist used
16849 instead of `org-export-with-section-numbers'. Also deal specially
16850 with the case that the value is an integer.
16851
168522011-07-28 Lawrence Mitchell <wence@gmx.li>
16853
16854 * org-latex.el (org-export-latex-subcontent): Deal specially with
16855 the case that NUM is an integer.
16856
168572011-07-28 Bastien Guerry <bzg@gnu.org>
16858
84f21110 16859 * org-protocol.el (org-protocol-do-capture): Allow template keys
3ab2c837
BG
16860 of two characters.
16861 (org-protocol-default-template-key): Update the docstring to
16862 reflect the change in `org-protocol-do-capture'.
16863
168642011-07-28 Christian Egli <christian.egli@sbszh.ch>
16865
16866 * org-taskjuggler.el: Fix a typo in the commentary.
16867
168682011-07-28 Christian Egli <christian.egli@sbszh.ch>
16869
16870 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
16871 "purge allocations" statement if we are not targeting tj3.
16872
168732011-07-28 Christian Egli <christian.egli@sbszh.ch>
16874
16875 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
16876 Replace recursive implementation with an iterative one.
16877
168782011-07-28 Eric Schulte <schulte.eric@gmail.com>
16879
d36ed1c8 16880 * ob-sh.el (org-babel-sh-var-to-sh): Fix insertion of tabular
3ab2c837
BG
16881 data into shell variables.
16882
168832011-07-28 David Maus <dmaus@ictsoc.de>
16884
16885 * org-html.el (org-html-handle-time-stamps): Protected linebreak
16886 element after timestamp markup.
16887
168882011-07-28 David Maus <dmaus@ictsoc.de>
16889
16890 * org-html.el (org-html-handle-links): Don't protect img tag in
16891 link description.
16892
168932011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16894
d36ed1c8
SM
16895 * org-table.el (org-table-formula-handle-first/last-rc):
16896 Bind `char'.
3ab2c837
BG
16897
168982011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16899
84f21110 16900 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
3ab2c837
BG
16901 whatever the major mode is.
16902
169032011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16904
84f21110 16905 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
3ab2c837 16906 templates.
84f21110
BG
16907 (org-inlinetask-export-handler): Ensure contents of inline task,
16908 if any, starts and ends with a newline character. Refactor and
16909 comment code.
3ab2c837
BG
16910
169112011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16912
16913 * org-capture.el (org-datetree-find-date-create): Lower-case for
84f21110 16914 variable names in `define-function' form.
3ab2c837
BG
16915
169162011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
16917
16918 * org-table.el (org-table-convert-region): Throw error when
16919 SEPARATOR is smaller than 1.
16920
169212011-07-28 Julien Danjou <julien@danjou.info>
16922
16923 * org-colview.el (org-columns-display-here): Fix heading retrieval
16924 in Org buffers.
16925
169262011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16927
84f21110 16928 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
3ab2c837
BG
16929 be on the same line as a list end marker.
16930
169312011-07-28 Julien Danjou <julien@danjou.info>
16932
16933 * org.el (org-icompleting-read): Do not use useless lambda.
16934
169352011-07-28 Julien Danjou <julien@danjou.info>
16936
16937 * org-agenda.el (org-format-agenda-item): Fix length computing.
16938
169392011-07-28 Julien Danjou <julien@danjou.info>
16940
16941 * org-agenda.el (org-format-agenda-item): Fix comment and use
16942 `add-text-properties'.
16943
169442011-07-28 Julien Danjou <julien@danjou.info>
16945
16946 * org-agenda.el (org-agenda-highlight-todo): Remove useless
16947 `concat'.
16948
169492011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16950
84f21110
BG
16951 * org-list.el (org-list-to-generic): Set a default term for
16952 ill-formed description lists. Do not insert newline characters
3ab2c837 16953 unless told to.
c295fc18 16954 (org-list-to-texinfo, org-list-to-html): Apply changes to
3ab2c837
BG
16955 `org-list-parse-liste'.
16956
169572011-07-28 Bastien Guerry <bzg@gnu.org>
16958
16959 * org-clock.el (org-clock-clocktable-language-setup): Add a
16960 string.
16961 (org-clocktable-write-default): Use the new localized string
16962 in `org-clock-clocktable-language-setup'.
16963
169642011-07-28 Bastien Guerry <bzg@gnu.org>
16965
16966 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16967 (org-taskjuggler-assign-resource-ids): Replace recursive
16968 implementation with an iterative one.
16969
169702011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
16971
16972 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
16973 in headlines.
16974
169752011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
16976
16977 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16978 Compute the leafiness of a node.
84f21110
BG
16979 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
16980 node as a milestone if it is a leaf and has no effort.
3ab2c837
BG
16981
169822011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
16983
16984 * org-taskjuggler.el (org-export-taskjuggler-target-version):
84f21110
BG
16985 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
16986 to handle export to both tj2 and tj3.
16987 (org-taskjuggler-open-task): Use a different way to purge
16988 allocations for tj2 and tj3.
3ab2c837
BG
16989
169902011-07-28 Matt Lundin <mdl@imapmail.org>
16991
16992 * org-footnote.el (org-footnote-auto-label): New random option.
16993
16994 * org-footnote.el (org-footnote-new): Create random footnote
16995 labels with unique ids.
16996
169972011-07-28 Matt Lundin <mdl@imapmail.org>
16998
16999 * org-footnote.el (org-footnote-create-definition): Allow for
17000 footnote sections above the current footnote insertion point.
17001
170022011-07-28 Matt Lundin <mdl@imapmail.org>
17003
17004 * org-footnote.el (org-footnote-create-definition): Don't search
17005 for last footnote when in org-mode file.
17006
170072011-07-28 Bastien Guerry <bzg@gnu.org>
17008
17009 * org-html.el (org-export-as-html): Handle links with
17010 `org-html-handle-links' after we handle special characters
17011 conversions.
d36ed1c8
SM
17012 (org-html-make-link, org-export-html-format-image):
17013 Don't protect html with @ anymore, as links are now handled after
3ab2c837
BG
17014 special characters conversions.
17015
170162011-07-28 Julien Danjou <julien@danjou.info>
17017
17018 * org-agenda.el (org-agenda-get-timestamps):
17019 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
17020 (org-format-agenda-item): Remove no-prefix argument.
17021 (org-agenda-change-all-lines): Call org-format-agenda-item without the
17022 no-prefix argument.
17023
170242011-07-28 Julien Danjou <julien@danjou.info>
17025
17026 * org-agenda.el (org-agenda-highlight-todo): Stop using
17027 prefix-length.
17028 (org-cmp-alpha): Stop using prefix-length.
17029 (org-agenda-open-link): Stop using prefix-length.
17030 (org-agenda-change-all-lines): Stop using prefix-length.
17031
3ab2c837 17032 * org-colview.el (org-columns-display-here): Stop using
ed9265fc 17033 prefix-length. Always return claned items.
3ab2c837
BG
17034
17035 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
17036 prefix-length.
17037
170382011-07-28 Eric Schulte <schulte.eric@gmail.com>
17039
17040 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
17041 `org-store-link' interactively as it can confuse the setting of
17042 `org-link-to-org-use-id' and cause undue edits to the org-mode
17043 buffer during tangling.
17044
170452011-07-28 David Maus <dmaus@ictsoc.de>
17046
17047 * org-html.el (org-export-html-format-image): Protect <p> element
17048 of image caption.
17049
170502011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17051
17052 * org.el (org-read-date-force-compatible-dates): New option.
17053 (org-read-date, org-read-date-analyze): Check representable date range.
17054
170552011-07-28 Bastien Guerry <bzg@gnu.org>
17056
7877f373 17057 * org-html.el (org-export-as-html): Fix export of email.
3ab2c837
BG
17058
170592011-07-28 Eric Schulte <schulte.eric@gmail.com>
17060
17061 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
17062 on tangling, no longer use the now-removed variable
17063 `org-babel-tangle-pad-newline'.
17064
17065 * ob.el (org-babel-header-arg-names): Add padline to the list of
17066 header argument names.
17067 (org-babel-default-header-args): Set the default value of padline to
17068 "yes".
17069 (org-babel-merge-params): Cleaned up the merge logic, added padline.
17070
170712011-07-28 Eric Schulte <schulte.eric@gmail.com>
17072
17073 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
17074 code block header argument names.
17075
170762011-07-28 Bastien Guerry <bzg@gnu.org>
17077
7877f373 17078 * org-crypt.el: Remove useless TODO in comments.
3ab2c837
BG
17079
170802011-07-28 Bastien Guerry <bzg@gnu.org>
17081
7877f373 17082 * org-html.el (org-export-as-html): The default postamble now only
3ab2c837
BG
17083 export a date paragraph if `org-export-time-stamp-file' is
17084 non-nil.
17085
170862011-07-28 Bastien Guerry <bzg@gnu.org>
17087
17088 * org-exp.el (org-export-xml): Remove the defgroup of
17089 org-export-xml.
17090
170912011-07-28 Bastien Guerry <bzg@gnu.org>
17092
17093 * org-html.el (org-export-html-insert-plist-item): Remove.
17094 (org-export-html-preamble): Default to `t'. Accept functions.
d36ed1c8
SM
17095 (org-export-html-postamble): Default to `auto'.
17096 Accept functions and distinguish between 'auto (no formatting string)
3ab2c837
BG
17097 and `t' (default formatting string).
17098 (org-export-as-html): Handle org-export-html-preamble and
17099 org-export-html-postamble new defaults/allowed values.
17100 Define email and creator-info before using them.
17101
171022011-07-28 Bastien Guerry <bzg@gnu.org>
17103
17104 * org-html.el (org-export-html-protect-char-alist): Fix typo in
17105 custom type definition.
17106
171072011-07-28 Eric Schulte <schulte.eric@gmail.com>
17108
17109 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
17110 arguments.
17111
171122011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17113
d36ed1c8 17114 * org-list.el (org-list-parse-list): Fix regexp.
3ab2c837
BG
17115
171162011-07-28 David Maus <dmaus@ictsoc.de>
17117
17118 * org-html.el (org-export-html-format-image): Protect image
17119 elements.
17120
171212011-07-28 Eric Schulte <schulte.eric@gmail.com>
17122
17123 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
17124 contents of a code block body on export.
17125 (org-babel-tangle-collect-blocks): Apply
17126 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
17127
171282011-07-28 David Maus <dmaus@ictsoc.de>
17129
d36ed1c8
SM
17130 * org-html.el (org-html-make-link, org-html-handle-links):
17131 Protect generated XHTML elements.
3ab2c837
BG
17132 (org-export-as-html): Expand character entities after creating markup
17133 for links and timestamps.
17134
171352011-07-28 Bastien Guerry <bzg@gnu.org>
17136
ed9265fc 17137 * org-html.el (org-export-as-html): Bugfix: insert email
3ab2c837
BG
17138 correctly.
17139
171402011-07-28 Bastien Guerry <bzg@gnu.org>
17141
17142 * org-html.el: Bugfix: prevent infinite matching of the `&'
17143 character.
17144
171452011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17146
84f21110
BG
17147 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
17148 has been introduced with emacs 23.1.
3ab2c837
BG
17149
171502011-07-28 Bastien Guerry <bzg@gnu.org>
17151
17152 * org-attach.el: Allow to store a link to the attach-dir location.
17153
171542011-07-28 Puneeth Chaganti <punchagan@gmail.com>
17155
17156 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
17157 function.
17158
171592011-07-28 Bernt Hansen <bernt@norang.ca>
17160
17161 * org-clock.el (org-clock-in): Allow clocking in new tasks
9b8ba1e5 17162 inserted before the current clocking task.
3ab2c837
BG
17163
171642011-07-28 Bernt Hansen <bernt@norang.ca>
17165
17166 * org-clock.el (org-clock-in): Set default clocking task when
9b8ba1e5 17167 already clocking the task.
3ab2c837
BG
17168
171692011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17170
84f21110 17171 * org.el (org-adaptive-fill-function): When a region is specified
3ab2c837
BG
17172 first line of paragraph isn't skipped, so fill-paragraph have to
17173 be computed even if point is at an item.
17174
171752011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17176
84f21110 17177 * org-list.el (org-list-in-valid-block-p): New function.
c295fc18 17178 (org-at-item-p, org-list-search-generic): Use new function.
3ab2c837
BG
17179
171802011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17181
84f21110 17182 * org.el (org-indent-line-function): Text in both a list and a
3ab2c837
BG
17183 valid block is indented with regards to current item, not to block
17184 boundaries.
17185
171862011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
17187
7877f373 17188 * org-html.el (org-format-org-table-html): Fix anchors in HTML
3ab2c837 17189 export (thanks to <aankhen@gmail.com>)
7877f373 17190 (org-html-protect): Fix a bug that prevents some target to be
3ab2c837
BG
17191 rendered correctly.
17192
171932011-07-28 Bastien Guerry <bzg@gnu.org>
17194
17195 * org.el (org-default-properties): Add EXPORT_TEXT.
17196
171972011-07-28 Matt Lundin <mdl@imapmail.org>
17198
17199 * org-footnote.el (org-footnote-create-definition)
17200 (org-insert-footnote-reference-near-definition): Fix sorting
17201 of footnotes.
17202
172032011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
17204
17205 * org-html.el (org-export-as-html): Bugfix: don't insert closing
17206 HTML tags when exporting body only.
17207
d4423e17 172082011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
3ab2c837 17209
d36ed1c8
SM
17210 * org.el (org-back-over-empty-lines): Bugfix.
17211 Honor `org-blank-before-new-entry' correctly in various contexts.
3ab2c837
BG
17212
172132011-07-28 Bastien Guerry <bzg@gnu.org>
17214
17215 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
17216 and `save-restriction'.
17217
172182011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17219
84f21110 17220 * org-timer.el (org-timer-item): `save-excursion' prevents
3ab2c837
BG
17221 `org-list-struct' to get the list structure when point isn't on
17222 the first line of the item.
17223
172242011-07-28 Bastien Guerry <bzg@gnu.org>
17225
17226 * org-capture.el (org-capture-templates): New option
17227 :no-clock-out.
17228 (org-capture): Use the new option.
17229
172302011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17231
17232 * org-list.el (org-update-checkbox-count): Ensure cookies on an
d36ed1c8
SM
17233 heading are correctly updated when checkboxes are hidden.
17234 It allows, for example, to use C-c C-x C-b on a collapsed tree and
3ab2c837
BG
17235 still get the update.
17236
172372011-07-28 David Maus <dmaus@ictsoc.de>
17238
17239 * org-exp.el (org-export-visible): Accept keys for
17240 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
17241
172422011-07-28 Bastien Guerry <bzg@gnu.org>
17243
17244 * org.el (org-duration-string-to-minutes): Don't use
17245 `rx-to-string'.
17246
172472011-07-28 Lawrence Mitchell <wence@gmx.li>
17248
17249 * org.el (org-effort-durations): New variable.
17250
17251 * org.el (org-duration-string-to-minutes): New function.
17252
17253 * org-agenda.el (org-agenda-filter-effort-form)
17254 (org-format-agenda-item): Use it.
17255
17256 * org-clock.el (org-clock-notify-once-if-expired)
17257 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
17258
172592011-07-28 Bastien Guerry <bzg@gnu.org>
17260
17261 * org-agenda.el (org-agenda-run-series): Rename from
17262 `org-run-agenda-series'.
17263
172642011-07-28 Bastien Guerry <bzg@gnu.org>
17265
17266 * org-capture.el: Don't allow currentfile anymore.
17267
172682011-07-28 Bastien Guerry <bzg@gnu.org>
17269
17270 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
17271 `org-agenda-current-span' when calling `org-agenda-list'.
17272
172732011-07-28 Bastien Guerry <bzg@gnu.org>
17274
7877f373
JB
17275 * org-capture.el (org-capture-put-target-region-and-position):
17276 New function to store information about the target buffer.
3ab2c837 17277 (org-capture-set-target-location): Use it.
7877f373 17278 (org-capture-finalize): Restore the target buffer in its
3ab2c837
BG
17279 possibly narrowed state. Also restore the cursor position.
17280
172812011-07-28 Bastien Guerry <bzg@gnu.org>
17282
7877f373 17283 * org-crypt.el (auto-save-default): Make sure entries are
3ab2c837
BG
17284 encrypted before auto-saving.
17285
172862011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17287
17288 * org-inlinetask.el (org-inlinetask-promote)
84f21110 17289 (org-inlinetask-demote): New functions.
3ab2c837
BG
17290
172912011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17292
c295fc18 17293 * org.el (org-demote-subtree, org-promote-subtree):
d36ed1c8 17294 Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids
3ab2c837
BG
17295 operating on inline tasks.
17296
172972011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17298
7877f373 17299 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
3ab2c837 17300 will move point to a real heading and not an inline task by
84f21110 17301 wraping function into a `org-with-limited-levels' macro.
3ab2c837
BG
17302
173032011-07-28 Bastien Guerry <bzg@gnu.org>
17304
17305 * org-capture.el (org-capture-finalize): New argument clock-out,
17306 to tell whether finalizing the capture process should clock out
17307 the running clock.
17308 (org-capture): Use the new argument.
17309
173102011-07-28 Bastien Guerry <bzg@gnu.org>
17311
17312 * org.el (org-refile-get-targets): Rename from
9b8ba1e5 17313 `org-get-refile-targets'.
3ab2c837
BG
17314
173152011-07-28 Bastien Guerry <bzg@gnu.org>
17316
17317 * org-exp.el (org-export-table-remove-empty-lines): New custom
17318 variable.
17319 (org-export-remove-special-table-lines): Use it.
17320
173212011-07-28 Bastien Guerry <bzg@gnu.org>
17322
7877f373 17323 * org-table.el (org-table-fix-formulas-confirm): New custom
3ab2c837
BG
17324 variable.
17325 (org-table-insert-column, org-table-delete-column)
17326 (org-table-move-column, org-table-move-row)
17327 (org-table-insert-row, org-table-kill-row): Use it.
17328
173292011-07-28 Tassilo Horn <tassilo@member.fsf.org>
17330
17331 * org.el (org-refile-get-location): Set and show default value.
17332 (org-goto, org-refile): Adapt calls.
17333
173342011-07-28 Bastien Guerry <bzg@gnu.org>
17335
17336 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
17337 variable.
17338 (org-mobile-files-alist): Use it.
17339
173402011-07-28 Bastien Guerry <bzg@gnu.org>
17341
17342 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
17343 against headings outside of a narrowed buffer.
17344
173452011-07-28 Bastien Guerry <bzg@gnu.org>
17346
17347 * org.el (org-confirm-shell-link-not-regexp)
17348 (org-confirm-elisp-link-not-regexp): New custom variables.
17349 (org-open-at-point): Use the new custom variables.
17350
173512011-07-28 Lawrence Mitchell <wence@gmx.li>
17352
7877f373 17353 * org-latex.el: Place \title \author \date before
3ab2c837
BG
17354 \begin{document}.
17355
173562011-07-28 Bastien Guerry <bzg@gnu.org>
17357
17358 * org-html.el (org-export-html-preamble)
7877f373
JB
17359 (org-export-html-postamble): Now default to `nil'.
17360 (org-export-as-html): When :html-pre/postamble is nil, fall
3ab2c837
BG
17361 back on the default pre/postamble, which depends on the
17362 :author-info, :email-info, :creator-info options.
17363
173642011-07-28 Eric Schulte <schulte.eric@gmail.com>
17365
17366 * ob-exp.el (org-babel-exp-results): Don't use cached results if
17367 there is no hash.
17368
173692011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17370
17371 * org-table.el (org-table-eval-formula): Treat relative column
17372 refs.
17373
173742011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17375
17376 * org-table.el (org-table-use-standard-references): Change default
17377 to `from'.
17378
173792011-07-28 Bastien Guerry <bzg@gnu.org>
17380
7877f373 17381 * org.el (org-move-subtree-down): Leave the cursor at the same
3ab2c837
BG
17382 column we were at.
17383
173842011-07-28 Bastien Guerry <bzg@gnu.org>
17385
17386 * org-attach.el (org-attach-store-link-p): New variable.
17387 (org-attach-store-link): New function.
17388 (org-attach-attach): When `org-attach-store-link-p' is
17389 non-nil, store a link in `org-stored-links' to a newly
17390 attached file.
17391
173922011-07-28 Bastien Guerry <bzg@gnu.org>
17393
7877f373 17394 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
3ab2c837
BG
17395 case-fold-search to avoid mixing TODO keywords with real headline
17396 words.
17397
173982011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17399
17400 * org-table.el (org-table-fedit-finish): Read more general LHS of
17401 formulas.
17402 (org-table-formula-handle-@L): New function to hanle @L references.
17403 (org-table-current-ncol): New variable.
17404 (org-table-line-to-dline): New function.
17405 (org-table-get-stored-formulas): Accept range formulas as matches.
17406 (org-table-get-specials): Compute and store the number of columns.
17407 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
17408 only the region marked by the range, not the content.
17409 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
17410 range targets. Also check for duplicate access to fields.
17411 (org-table-expand-lhs-ranges): New funktion.
17412 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
17413 the caller's value.
17414 (org-table-edit-formulas): Support highlighting of range targets.
17415 (org-table-field-info): Handle renge formulas.
17416
174172011-07-28 Bastien Guerry <bzg@gnu.org>
17418
17419 * org-html.el (org-export-html-postamble-format)
7877f373 17420 (org-export-html-preamble-format): Explain how to escape the
3ab2c837
BG
17421 `%' character.
17422
3ab2c837
BG
174232011-07-28 Eric Schulte <schulte.eric@gmail.com>
17424
17425 * ob.el (org-babel-read): Read string variable values wrapped in
17426 double quotes, removing the quotes.
17427
174282011-07-28 Eric Schulte <schulte.eric@gmail.com>
17429
17430 * ob-exp.el (org-babel-exp-results): Ensure that processed params
17431 are send to org-babel-execute-src-block.
17432
174332011-07-28 Bastien Guerry <bzg@gnu.org>
17434
17435 * org-special-blocks.el
d36ed1c8
SM
17436 (org-special-blocks-make-special-cookies):
17437 Use `org-export-current-backend'.
3ab2c837
BG
17438
174392011-07-28 Eric Schulte <schulte.eric@gmail.com>
17440
17441 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
17442 as an argument.
17443 (org-babel-exp-src-block): Explicitly pass language to
17444 `org-babel-exp-in-export-file'.
d36ed1c8 17445 (org-babel-exp-inline-src-blocks): Remove unused code.
3ab2c837
BG
17446 (org-babel-exp-results): Explicitly pass language to
17447 `org-babel-exp-in-export-file'.
17448
174492011-07-28 Eric Schulte <schulte.eric@gmail.com>
17450
17451 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
17452 returned from calc-eval.
17453
174542011-07-28 Eric Schulte <schulte.eric@gmail.com>
17455
17456 * ob.el (org-babel-read): Pass elisp vectors through to code
17457 blocks.
17458
174592011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17460
17461 * ob.el (org-src-lang-modes): Defvar.
17462 (org-at-item-p): Declare function.
17463
17464 * ob-calc.el (calc-store): Require.
17465 (var-syms): Defvar.
17466
17467 * ob-python.el (py-default-interpreter): Defvar.
17468
174692011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17470
17471 * org-exp-blocks.el (backend): defvar.
17472
174732011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17474
17475 * org-agenda.el (org-agenda-get-scheduled):
17476 (org-agenda-get-timestamps): Bind local variable `show-all'.
17477
174782011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17479
17480 * ob-ref.el (org-at-item-p): Declare function.
17481
17482 * org-agenda.el (diary-time-regexp): defvar.
17483
17484 * org-archive.el (org-archive-subtree): Bind local variable
17485 `infile-p'.
17486
17487 * org-capture.el (org-capture-insert-template-here): Get template
17488 text from property list, to avoid byte compiler message.
17489
17490 * org-latex.el (org-export-latex-tables): Bind local variable
17491 `width'.
17492
17493 * org-special-blocks.el (org-compat): Add require statement.
17494
17495 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
17496 `const-str'.
17497
d36ed1c8 17498 * org.el (org-eval): Move function here from org-agenda.el.
3ab2c837
BG
17499
175002011-07-28 Eric Schulte <schulte.eric@gmail.com>
17501
17502 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
17503 when reading from tables.
17504 (org-babel-read-list): Inhibit lisp evaluation of values when
17505 reading from lists.
17506 (org-babel-read): Add optional argument which can be used to inhibit
17507 lisp evaluation of value.
17508
175092011-07-28 Eric Schulte <schulte.eric@gmail.com>
17510
17511 * ob-table.el (sbe): Ensure that ob-trim is only called on
17512 strings.
17513
175142011-07-28 Eric Schulte <schulte.eric@gmail.com>
17515
17516 * ob-exp.el (org-babel-exp-results): On export, ensure that the
17517 result hash is resolved in the original org-mode file.
17518
175192011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17520
84f21110 17521 * org-exp.el (org-export-mark-list-end): Change end marker.
3ab2c837 17522
84f21110 17523 * org-docbook.el (org-export-docbook-list-line): Use new marker.
3ab2c837 17524
84f21110 17525 * org-html.el (org-html-export-list-line): Use new marker.
3ab2c837 17526
84f21110 17527 * org-latex.el (org-export-latex-lists): Use new marker.
3ab2c837
BG
17528
175292011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17530
84f21110 17531 * org-latex.el (org-export-latex-lists): Make sure markers used
3ab2c837
BG
17532 for export are taken into account by temporarily setting an
17533 appropriate value for `org-list-ending-method'.
17534
175352011-07-28 Eric Schulte <schulte.eric@gmail.com>
17536
17537 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
17538 regexp into its own variable, also allowing match of empty bodies.
17539 (org-export-blocks-preprocess): Using new regexp variable.
17540
175412011-07-28 Eric Schulte <schulte.eric@gmail.com>
17542
17543 * ob.el (org-babel-src-block-regexp): Code block regexp now
17544 matches blocks with empty bodies.
17545
175462011-07-28 Eric Schulte <schulte.eric@gmail.com>
17547
17548 * ob.el (org-babel-script-escape): If script escaped value doesn't
17549 parse cleanly, then return it literally.
17550
175512011-07-28 Eric Schulte <schulte.eric@gmail.com>
17552
17553 * ob-exp.el (org-babel-exp-src-block): When block will eventually
17554 be evaluated, pre-calculate the hash before noweb expansion, and
17555 expand the parameters before hash calculation.
17556 (org-babel-exp-do-export): Pass pre-calculated hash through to
17557 `org-babel-exp-results'.
17558 (org-babel-exp-results): Compare pre-calculated hash to results hash.
17559
175602011-07-28 Eric Schulte <schulte.eric@gmail.com>
17561
17562 * ob.el (org-babel-sha1-hash): Sort list values to header
17563 arguments, and sort the words in strings.
17564
175652011-07-28 Eric Schulte <schulte.eric@gmail.com>
17566
17567 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
17568 rows.
17569
175702011-07-28 Julien Danjou <julien@danjou.info>
17571
17572 * org-macs.el (org-with-point-at): Store evaluated version of
ed9265fc 17573 pom. This fixes a potential bug when using (org-with-point-at
3ab2c837
BG
17574 (func) …), where (func) would be evaluated multiple times,
17575 therefore might return different results if a marker was returned
17576 and different each time.
17577
175782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17579
84f21110 17580 * org.el (org-open-at-point): If a link to a radio target is the
3ab2c837
BG
17581 first, (resp. the last), element of a buffer, function cannot find
17582 the property change required to get its boundaries, and
17583 `buffer-substring' is called with an invalid nil argument.
17584
175852011-07-28 Bastien Guerry <bzg@gnu.org>
17586
84f21110 17587 * org-table.el (org-table-copy-down): Fix docstring.
3ab2c837
BG
17588
175892011-07-28 Eric Schulte <schulte.eric@gmail.com>
17590
17591 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
7877f373
JB
17592 and for file types other than png and PDF it uses imagemagick to
17593 convert a compiled PDF file to the desired file type.
17594 (convert-pdf): Convert a PDF file to a new file type using
3ab2c837
BG
17595 imagemagick.
17596
175972011-07-28 Puneeth Chaganti <punchagan@gmail.com>
17598
7877f373 17599 * org-capture.el (org-capture-fill-template): Fix bug with the
3ab2c837
BG
17600 display of interactive prompt in templates expansion.
17601
29c8a348 176022011-07-28 Reiner Steib <reiner.steib@gmx.de>
3ab2c837 17603
29c8a348
RS
17604 * org-clock.el (org-clock-display): Document how to remove subtree
17605 times.
3ab2c837
BG
17606
176072011-07-28 Eric Schulte <schulte.eric@gmail.com>
17608
d36ed1c8
SM
17609 * org-exp-blocks.el (org-export-blocks-format-comment):
17610 Explicitly append a newline to the body.
3ab2c837
BG
17611
176122011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17613
84f21110 17614 * org-list.el (org-list-insert-item): When computing size of item
3ab2c837
BG
17615 being inserted, function has to take into account that indentation
17616 may not only be made of spaces.
17617
176182011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17619
84f21110 17620 * org-clock.el (org-clock-find-position): If a list was adjacent
3ab2c837
BG
17621 to some clocks and a drawer was going to be created, only the
17622 first element of the list would make it into the drawer.
17623
176242011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17625
84f21110 17626 * org-list.el (org-toggle-checkbox): Fix bug where top item in
3ab2c837
BG
17627 list was omitted when checking boxes.
17628
176292011-07-28 Dan Davison <dandavison7@gmail.com>
17630
17631 * ob-R.el: Don't print result to echo area after evaluation.
17632
176332011-07-28 Bastien Guerry <bzg@gnu.org>
17634
17635 * org-capture.el (org-capture-refile): Fix typo in docstring.
17636
176372011-07-28 Eric Schulte <schulte.eric@gmail.com>
17638
17639 * ob-calc.el (org-babel-execute:calc): Call out to new function
17640 for variables resolution.
17641 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
17642 variables in calc expressions.
17643
176442011-07-28 Eric Schulte <schulte.eric@gmail.com>
17645
17646 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
17647 (org-babel-C++-compiler): Replace "c++" with "C++".
17648 (org-babel-execute:cpp): Replace "c" with "C++".
17649 (org-babel-execute:C++): Replace "c" with "C++".
17650 (org-babel-expand-body:C++): Replace "c" with "C++".
17651 (org-babel-C-execute): Replace "c" with "C++".
17652
176532011-07-28 Eric Schulte <schulte.eric@gmail.com>
17654
17655 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
17656 a list if at the *beginning* of a list item.
17657
17658 * ob.el (org-babel-read-result): Only try to read results as a
17659 list if at the *beginning* of a list item.
17660
176612011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17662
84f21110 17663 * org-list.el (org-cycle-item-indentation): Do not break an
d36ed1c8
SM
17664 indentation cycle because visibility cycling is requested.
17665 This happens when an item becomes a parent, due to indentation change.
3ab2c837
BG
17666 Not considered empty anymore, the function cannot change its
17667 indentation again.
17668
176692011-07-28 Bastien Guerry <bzg@gnu.org>
17670
17671 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
17672 on `org-export-default-language' when no :lang parameter is set.
17673
176742011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
17675
17676 * org-capture.el (org-capture-expand-file): New function.
17677 (org-capture-target-buffer):
17678 (org-capture-set-target-location): Use `org-capture-expand-file'.
17679
176802011-07-28 Eric Schulte <schulte.eric@gmail.com>
17681
17682 * ob.el (org-babel-read-list): Reading the value of a list has
17683 been updated to reflect the new structure of org-mode lists in
17684 elisp.
17685 (org-babel-insert-result): Writing code block results to lists has
17686 been updated to reflect the new list structure.
17687 (org-babel-result-end): Remove a previous change to end-of-list
84f21110 17688 marker detection.
3ab2c837
BG
17689
176902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17691
84f21110 17692 * org-list.el (org-cycle-item-indentation): Each time the function
3ab2c837
BG
17693 moves item back to child position, a white space is added to the
17694 line.
17695
176962011-07-28 Eric Schulte <schulte.eric@gmail.com>
17697
17698 * ob.el (org-babel-process-params): Allow elisp code in
17699 specification of results header arguments.
17700
177012011-07-28 Bastien Guerry <bzg@gnu.org>
17702
17703 * org-agenda.el (org-agenda-append-agenda): New command.
17704 (org-agenda-mode-map): New keybinding to this new command.
17705
177062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17707
84f21110 17708 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
3ab2c837 17709 cursor it at very first item of the list, as specified in the
84f21110 17710 manual. Also refactored the list part of the function a bit.
3ab2c837
BG
17711
177122011-07-28 Bastien Guerry <bzg@gnu.org>
17713
17714 * org-agenda.el (org-agenda): Set the 'last-args property to nil
17715 when calling `org-agenda'. Don't kill the local variable
17716 `org-agenda-current-span'.
17717 (org-run-agenda-series): Use the new property 'last-args.
17718 (org-agenda-change-time-span): Use the dynamically set
17719 `org-agenda-overriding-arguments' variable when non-nil.
17720
177212011-07-28 Eric Schulte <schulte.eric@gmail.com>
17722
17723 * ob.el (org-babel-result-end): Adjust marker of list end to
17724 changes in the list format.
17725
177262011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17727
d36ed1c8
SM
17728 * org-list.el (org-toggle-checkbox, org-update-checkbox-count):
17729 No need to wrap `org-entry-get' in `ignore-errors'.
3ab2c837
BG
17730
177312011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17732
84f21110 17733 * org.el (org-toggle-item, org-toggle-heading): Make sure every
3ab2c837 17734 sub-item in a list is changed into a sub-heading and sub-headings
84f21110 17735 are translated into sub-items. Also ignore inline tasks in the
3ab2c837
BG
17736 process.
17737
177382011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17739
d36ed1c8
SM
17740 * org-exp.el (org-export-select-backend-specific-text):
17741 Add `original-indentation' property when replacing #+begin_backend and
84f21110 17742 #+backend blocks with their content. This is needed for lists, as
3ab2c837
BG
17743 they must know if the block belonged to them.
17744
177452011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17746
84f21110 17747 * org-html.el (org-html-export-list-line): Insert a newline
3ab2c837
BG
17748 character before ending an item, as anchor could be on a line
17749 going to be deleted, like a drawer ending string.
17750
84f21110 17751 * org-list.el (org-list-to-html): Same.
3ab2c837
BG
17752
177532011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17754
84f21110 17755 * org.el (org-set-autofill-regexps): Use `org-item-re' in
3ab2c837 17756 `paragraph-start' to recognize alphabetical lists.
84f21110 17757 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
58179cce 17758 calling `fill-paragraph' when point is in an item. Also prevent
3ab2c837 17759 paragraphs getting merged into an adjacent list upon filling.
84f21110
BG
17760 (org-adaptive-fill-function): Make sure to determine real
17761 fill-prefix for auto-fill.
17762 (org-auto-fill-function): Use a pre-computed fill-prefix before
17763 calling `do-auto-fill'.
3ab2c837 17764
84f21110 17765 * org-list.el (org-list-item-body-column): New function.
3ab2c837
BG
17766
177672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17768
17769 * org-inlinetask.el (org-inlinetask-at-task-p)
84f21110 17770 (org-inlinetask-toggle-visibility): New functions.
3ab2c837 17771
84f21110 17772 * org-list.el (org-list-set-item-visibility): New function.
3ab2c837 17773
84f21110 17774 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
3ab2c837 17775 inline tasks from headlines.
d36ed1c8
SM
17776 (org-outline-level): Do not consider lists as headlines.
17777 Cycling visibility is using different tools.
3ab2c837
BG
17778
177792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17780
84f21110 17781 * org-list.el (org-list-struct): Mark items less indented than top
3ab2c837 17782 item of the list, so that they will be modified.
84f21110
BG
17783 (org-list-struct-apply-struct): Compare struct's indentation with
17784 line's indentation instead of old-struct's. This is needed
17785 because `org-list-struct' automatically fixes indentation so
17786 changes might not be seen otherwise.
3ab2c837 17787
84f21110 17788 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
3ab2c837
BG
17789
177902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17791
84f21110 17792 * org-list.el (org-update-checkbox-count): When a part of the
3ab2c837
BG
17793 buffer is processed to count checkboxes, lists are read from top
17794 to bottom, but inside lists (in drawers, blocks, or inline tasks)
84f21110
BG
17795 are skipped. Thus, cookies cannot be updated. This patch
17796 enforces reading of such lists if counter is itself in a special
17797 context.
3ab2c837
BG
17798
177992011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17800
84f21110 17801 * org-list.el (org-list-struct-apply-struct): Inline tasks along
3ab2c837 17802 with their content must stay at column 0 even if the item is
84f21110 17803 gaining indentation. Moreover, fix indentation of text in an
3ab2c837
BG
17804 inline task, now it can be in such a task within a list.
17805
178062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17807
84f21110
BG
17808 * org-list.el (org-at-item-p): Also verify context is valid.
17809 Otherwise it would recognize valid items where `org-in-item-p'
3ab2c837 17810 wouldn't.
84f21110
BG
17811 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
17812 of org-at-item-p.
17813 (org-cycle-list-bullet): Fix typo.
17814 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
17815 using an appropriate regexp.
3ab2c837 17816
84f21110
BG
17817 * org.el (org-indent-line-function): Use an appropriate regexp
17818 instead of calling `org-at-item-p' two times.
3ab2c837
BG
17819
178202011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17821
17822 * org-list.el (org-in-item-p): When point was just after
84f21110 17823 org-list-end-re, check wouldn't be done for starting line. So, if
3ab2c837 17824 the first line was an item, it wouln't be noticed and function
84f21110 17825 would return nil. Simplify and comment code.
3ab2c837
BG
17826
178272011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17828
84f21110 17829 * org.el (org-toggle-item): When used on normal text, ensure every
3ab2c837
BG
17830 line in region is included in the new item, regardless of its
17831 original indentation.
17832
178332011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17834
84f21110 17835 * org-list.el (org-list-struct-apply-struct): If end of list was
3ab2c837 17836 at eol, for example, with list inside a block, the last list
84f21110 17837 wouldn't be shifted. Thus, the patch ensures no blank lines is
3ab2c837
BG
17838 skipped.
17839
178402011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17841
d36ed1c8
SM
17842 * org.el (org-toggle-item): Now accepts a prefix argument.
17843 When used without argument on normal text, it will make the whole
84f21110 17844 region one item. With an argument, it defaults to old behavior:
3ab2c837
BG
17845 change each line in region into an item.
17846
178472011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17848
84f21110
BG
17849 * org.el (org-return): When called from inside an item with the
17850 indent flag, function should keep text moved inside the item.
17851 This allows to use C-j to separate lines in an item: cursor won't
17852 go back to column 0.
3ab2c837
BG
17853
178542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17855
7877f373 17856 * org-list.el (org-list-struct): When a line has org-example
84f21110
BG
17857 property, skip the entire block. This is needed during export,
17858 for example when src blocks in org markup contain lists, and are
3ab2c837
BG
17859 returned verbatim because org isn't in the list of interpreted
17860 languages.
17861
178622011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17863
84f21110 17864 * org-list.el (org-in-item-p): Handle special cases when function
3ab2c837
BG
17865 is called with cursor amidst `org-list-end-re' or at an inline
17866 task.
17867
178682011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17869
84f21110 17870 * ob.el (org-babel-result-end): Apply renaming.
3ab2c837 17871
84f21110 17872 * org-exp.el (org-export-mark-list-properties): Apply renaming.
3ab2c837 17873
d36ed1c8 17874 * org-list.el (org-list-prevs-alist): Rename from
84f21110 17875 `org-list-struct-prev-alist'.
d36ed1c8
SM
17876 (org-list-parents-alist): Rename from `org-list-struct-parent-alist'.
17877 (org-list-write-struct): Rename from `org-list-struct-fix-struct'.
84f21110
BG
17878 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
17879 (org-toggle-checkbox, org-update-checkbox-count)
17880 (org-cycle-list-bullet, org-list-repair, org-insert-item)
17881 (org-move-item-up, org-move-item-up, org-move-item-down)
17882 (org-next-item, org-previous-item, org-end-of-item-list)
17883 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
d36ed1c8 17884 (org-get-bullet): Remove function, as it is not needed anymore.
3ab2c837
BG
17885
178862011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17887
84f21110 17888 * org-list.el (org-list-insert-item-generic): Change arguments.
d36ed1c8
SM
17889 The function now accepts structure and previous items alist.
17890 This allows to insert an item programmatically more easily.
84f21110
BG
17891 (org-insert-item): Apply changes to
17892 `org-list-insert-item-generic'. The function now takes care about
17893 repairing structure and updating checkboxes.
3ab2c837
BG
17894
17895 * org-timer.el (org-timer-item): Apply changes to
84f21110 17896 `org-list-insert-item-generic'. The function now takes care about
3ab2c837
BG
17897 repairing structure.
17898
178992011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17900
84f21110
BG
17901 * org-list.el (org-list-make-subtree): Function now uses
17902 `org-list-parse-list mechanism'.
d36ed1c8
SM
17903 (org-list-make-subtrees): Remove function.
17904 (org-list-to-generic): Add a parameter and every parameter can
84f21110 17905 be a sexp returning a string, for finer control.
d36ed1c8
SM
17906 (org-list-to-html, org-list-to-latex, org-list-to-texinfo):
17907 Slight modifications to apply changes to `org-list-to-generic'.
84f21110 17908 (org-list-to-subtree): New function.
3ab2c837
BG
17909
179102011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17911
84f21110 17912 * org.el (org-beginning-of-line): Apply changes to
3ab2c837
BG
17913 `org-item-beginning-re' to correct sub-expression reference.
17914
179152011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17916
84f21110 17917 * org-docbook.el (org-export-docbook-list-line): Even with
3ab2c837 17918 alphabetical lists, Org shouldn't enforce a particular list type
84f21110 17919 to exporters. This is a job for style files.
3ab2c837 17920
84f21110 17921 * org-html.el (org-html-export-list-line): Ib idem.
3ab2c837
BG
17922
179232011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17924
84f21110
BG
17925 * org-list.el (org-at-item-counter-p): New function.
17926 (org-list-parse-list): Handle counters and list depth.
17927 (org-list-to-generic): A special string is used when an item has a
3ab2c837 17928 counter.
d36ed1c8
SM
17929 (org-list-to-latex): Use new special string for counters.
17930 This fixes the counter bug in LaTeX export, as the enumi counter was
84f21110 17931 the only one modified.
3ab2c837 17932
84f21110 17933 * org-latex.el (org-export-latex-lists): Use new
3ab2c837
BG
17934 `org-list-parse-list' output.
17935
179362011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17937
84f21110
BG
17938 * org-list.el (org-list-get-list-type): New function.
17939 (org-list-parse-list): Use new function.
3ab2c837 17940
84f21110 17941 * org-html.el (org-html-export-list-line): Use new function.
3ab2c837 17942
84f21110 17943 * org-docbook.el (org-export-docbook-list-line): Use new function.
3ab2c837
BG
17944
179452011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17946
84f21110
BG
17947 * org-list.el (org-alphabetical-lists): New variable
17948 (org-item-re, org-list-full-item, org-cycle-list-bullet)
d36ed1c8
SM
17949 (org-list-struct-fix-bul, org-list-inc-bullet-maybe):
17950 Reflect introduction of the new variable.
17951 (org-item-beginning-re): Change into a function, so any
84f21110
BG
17952 modification of `org-alphabetical-lists' will not require
17953 reloading Org.
17954 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
17955 (org-list-parse-list, org-list-send-list): Reflect changes to
3ab2c837 17956 `org-item-beginning-re'.
84f21110 17957 (org-list-use-alpha-bul-p): New function.
3ab2c837 17958
84f21110 17959 * org.el (org-check-for-hidden): Reflect changes to
3ab2c837
BG
17960 `org-item-beginning-re'.
17961
84f21110 17962 * org-capture.el (org-capture-place-item): Reflect changes to
3ab2c837
BG
17963 `org-item-beginning-re'.
17964
7877f373 17965 * org-docbook.el (org-export-docbook-list-line): Handle New type
3ab2c837
BG
17966 of items.
17967
17968 * org-exp.el (org-export-mark-list-end)
84f21110 17969 (org-export-mark-list-properties): Reflect changes to
3ab2c837
BG
17970 `org-item-beginning-re'.
17971
84f21110 17972 * org-html.el (org-html-export-list-line): Handle new type of
3ab2c837
BG
17973 items.
17974
84f21110 17975 * org-latex.el (org-export-latex-lists): Handle new type of items
3ab2c837
BG
17976 and reflect changes to `org-item-beginning-re'.
17977
84f21110 17978 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
3ab2c837
BG
17979
179802011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17981
d36ed1c8 17982 * org-list.el (org-list-end-re): Remove function and made it a
84f21110
BG
17983 variable. There's no need for the overhead of calling the
17984 function every at every line in a list. User will have to reload
17985 Org if he change value of either `org-list-end-regexp' or
3ab2c837 17986 `org-empty-line-terminates-plain-lists'.
c295fc18 17987 (org-in-item-p, org-list-struct, org-list-parse-list): Apply change.
3ab2c837
BG
17988
17989 * org-exp.el (org-export-mark-list-end)
9b8ba1e5 17990 (org-export-mark-list-properties): Apply change.
3ab2c837 17991
d36ed1c8
SM
17992 * org-latex.el (org-export-latex-lists): Apply change.
17993 Also prevent items with org-example property to be considered as real
3ab2c837
BG
17994 items.
17995
179962011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17997
84f21110 17998 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
3ab2c837 17999 modify templates so environment boundaries don't interfere with
84f21110 18000 content of task. Unprotect content of task so it might benefit
ed9265fc 18001 from further transformations. Set original-indentation property to
3ab2c837
BG
18002 a high value to ensure that task is always in the last item of the
18003 list. Also, apply templates later in export process.
18004
84f21110 18005 * org-list.el (org-list-struct): Fix inline task skipping.
3ab2c837
BG
18006
180072011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18008
18009 * org-latex.el (org-export-latex-lists): Search for unprotected
84f21110 18010 items only, and redefine `org-at-item'. This change is required
3ab2c837
BG
18011 when verbatim lists are inserted during export, usually by Babel.
18012
180132011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18014
84f21110 18015 * ob.el (org-babel-result-end): End position is end of current
3ab2c837
BG
18016 sublist instead of bottom point, as results might be inserted in a
18017 list themselves.
18018
180192011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18020
d36ed1c8
SM
18021 * org-list.el (org-list-automatic-rules): Remove insert rule.
18022 (org-list-insert-item-generic): Remove code preventing user to
84f21110
BG
18023 insert another item in a block within a list. It is because new
18024 list context make it impossible to see if a point in a block is
18025 also in a list.
3ab2c837
BG
18026
180272011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18028
84f21110 18029 * org-exp.el (org-export-preprocess-string): Mark list endings
3ab2c837 18030 before babel blocks preprocessing starts, so blank lines that may
84f21110 18031 be inserted do not break list's structure. Then, mark list with
ed9265fc 18032 special properties required by exporters. Thus output from babel
3ab2c837 18033 can easily be included in lists.
84f21110
BG
18034 (org-export-mark-list-end): New function.
18035 (org-export-mark-list-properties): New function.
d36ed1c8 18036 (org-export-mark-lists): Remove function. It was split into the
84f21110 18037 two preceding functions.
3ab2c837
BG
18038
180392011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18040
84f21110 18041 * org-list.el (org-update-checkbox-count): Do not recompute every
3ab2c837 18042 list before next heading when there are more than one cookie in an
84f21110 18043 headline. Moreover, ignore the case where cookie is inserted
3ab2c837
BG
18044 neither at an heading nor at an item.
18045
180462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18047
84f21110
BG
18048 * org-list.el (org-sort-list): Fix number of arguments to
18049 `org-list-repair', plus make `end-record' go to end of item before
3ab2c837
BG
18050 any blank line to keep them from being swallowed in the sorting.
18051
180522011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18053
d36ed1c8 18054 * org-list.el (org-list-forbidden-blocks): Rename from
84f21110
BG
18055 `org-list-blocks'.
18056 (org-list-export-context): New variable.
3ab2c837
BG
18057
180582011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18059
d36ed1c8 18060 * org-list.el (org-list-search-generic): Rename form
84f21110
BG
18061 `org-search-unenclosed-generic' to reflect the new behavior. Now,
18062 match can only be in a valid context for lists, as determined by
3ab2c837 18063 `org-list-context'.
d36ed1c8 18064 (org-list-search-backward): Rename from
84f21110 18065 `org-search-backward-unenclosed'.
d36ed1c8 18066 (org-list-search-forward): Rename from
84f21110 18067 `org-search-forward-unenclosed'.
c295fc18 18068 (org-toggle-checkbox, org-update-checkbox-count): Use new
84f21110
BG
18069 functions.
18070 (org-sort-list): Using default regexp search functions as context
18071 is not required in this case.
3ab2c837
BG
18072
180732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18074
84f21110
BG
18075 * org-exp.el (org-export-mark-lists): New function, replacing
18076 org-export-mark-list-ending. It adds information as text
3ab2c837
BG
18077 properties to every list, before changes done by exporter destruct
18078 them.
18079
180802011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18081
84f21110
BG
18082 * org-list.el (org-list-get-first-item): New alias for
18083 `org-list-get-list-begin'.
18084 (org-list-get-last-item): New function.
18085 (org-list-get-list-end): Use `org-list-get-last-item'.
3ab2c837
BG
18086
180872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18088
d36ed1c8 18089 * org.el (org-get-string-indentation): Move in generally useful
3ab2c837
BG
18090 functions section, as it wasn't specific to plain lists and that
18091 no code was using it in org-list.el.
18092
180932011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18094
c295fc18 18095 * org.el (org-skip-over-state-notes, org-store-log-note): Use new
3ab2c837
BG
18096 accessors.
18097
180982011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18099
84f21110
BG
18100 * org-list.el (org-list-indent-item-generic): Remove error
18101 messages happening before process. This belongs to interactive
3ab2c837 18102 functions.
c295fc18
JB
18103 (org-indent-item, org-indent-item-tree)
18104 (org-outdent-item, org-outdent-item-tree): Ensure point or region
84f21110 18105 is correct before computing list structure. Return an error
3ab2c837
BG
18106 message otherwise.
18107
181082011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18109
d36ed1c8
SM
18110 * org-list.el (org-apply-on-list): Use new structures.
18111 Function is now applied in reverse order so modifications do not change
3ab2c837
BG
18112 positions of items in buffer.
18113
181142011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18115
84f21110
BG
18116 * org-list.el (org-list-parse-list): Rewrite of function to allow
18117 text following a sub-list in the same item. See docstring for an
3ab2c837 18118 example of output.
84f21110 18119 (org-list-to-generic): Use new parsing function.
c295fc18 18120 (org-list-to-latex, org-list-to-html): Minor change for clearer
3ab2c837
BG
18121 export.
18122
181232011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18124
d36ed1c8 18125 * org-list.el (org-list-has-child-p): Rename from
84f21110
BG
18126 `org-list-get-child'. Returning first child is only useful as a
18127 predicate, as we are allowing an item to have more than one
3ab2c837 18128 sub-list.
84f21110
BG
18129 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
18130 of org-list-get-child.
18131 (org-in-item-p): Also return item beginning when list starts at
3ab2c837 18132 context beginning.
84f21110
BG
18133 (org-list-get-parent): Use of `org-list-struct-parent-alist'
18134 helper function is not optional anymore.
18135 (org-list-get-all-items): Shorten code with the help of cl.el.
18136 (org-list-get-children): Now returns all children of item, even if
ed9265fc 18137 they do not belong to the same list. Renamed from
84f21110
BG
18138 `org-list-get-all-children'.
18139 (org-list-get-list-begin): Function wasn't return value when item
18140 was already the first item of the list at point.
18141 (org-list-get-list-end): Function wasn't return value when item
18142 was already the last item of the list at point.
c295fc18 18143 (org-list-struct-fix-box, org-update-checkbox-count): Now uses
3ab2c837
BG
18144 `org-list-get-children'.
18145
181462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18147
18148 * org.el (org-indent-line-function): Indentation of item's body
84f21110 18149 starts just after the bullet, not after a checkbox. Moreover, As
3ab2c837
BG
18150 `org-in-item-p' also returns item beginning position when point is
18151 in a list, do not compute it a second time.
18152
181532011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18154
84f21110 18155 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
3ab2c837
BG
18156 usage `org-repair-list', forcing another reading of the list, with
18157 only needed subroutines.
18158
181592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18160
84f21110 18161 * org-list.el (org-list-separating-blank-lines-number): Use new
3ab2c837 18162 accessors.
84f21110
BG
18163 (org-list-insert-item-generic): Use list structures to insert a
18164 new item.
18165 (org-list-exchange-items): Refactor and comment code. Now return
18166 new struct instead of modifying it, as list sorting would
18167 sometimes eat first item.
c295fc18 18168 (org-move-item-down, org-move-item-up): Reflect changes to
3ab2c837 18169 `org-list-exchange-items'.
84f21110 18170 (org-insert-item): As `org-in-item-p' also computes item beginning
3ab2c837
BG
18171 when applicable, reuse the result.
18172
181732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18174
84f21110 18175 * org-list.el (org-list-in-item-p): Unify methods for this
3ab2c837 18176 predicate.
d36ed1c8
SM
18177 (org-list-in-item-p-with-indent): Remove function.
18178 (org-list-ending-between): Remove function.
18179 (org-list-maybe-skip-block): Remove function.
18180 (org-list-in-item-p-with-regexp): Remove function.
18181 (org-list-top-point-with-regexp): Remove function.
18182 (org-list-top-point-with-indent): Remove function.
18183 (org-list-bottom-point-with-indent): Remove function.
18184 (org-list-bottom-point-with-regexp): Remove function.
18185 (org-list-get-item-same-level): Remove function.
18186 (org-list-top-point): Remove function.
18187 (org-list-bottom-point): Remove function.
18188 (org-get-item-beginning): Rename to `org-list-get-item-begin' to
84f21110 18189 be consistent with naming policy of non-interactive functions.
d36ed1c8 18190 (org-get-beginning-of-list): Remove function.
84f21110 18191 (org-beginning-of-item-list): Use new accessors.
d36ed1c8 18192 (org-get-end-of-list): Remove function.
84f21110 18193 (org-end-of-list): Use new accessors.
d36ed1c8 18194 (org-get-end-of-item): Remove function.
84f21110 18195 (org-end-of-item): Use new accessors.
d36ed1c8 18196 (org-get-previous-item): Remove function.
84f21110 18197 (org-previous-item): Use new accessors.
d36ed1c8 18198 (org-get-next-item): Remove function.
84f21110 18199 (org-next-item): Use new accessors.
3ab2c837
BG
18200 (org-list-get-item-end-before-blank): Use new accessors.
18201
182022011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18203
d36ed1c8 18204 * org-list.el (org-list-repair): Remove optional argument
84f21110
BG
18205 FORCE-BULLET. The job of this interactive function is to
18206 completely fix a list at point. Changing bullets is a separate
18207 task. Also removed others optional arguments TOP and BOTTOM to
3ab2c837 18208 follow the new structures.
84f21110
BG
18209 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
18210 STRUCT is a new required argument. This avoids computing a list
18211 structure many times when function is called more than once in a
18212 row, for example in `org-cycle-item-indentation'. Use new
18213 accessors. Now, also call `org-update-checkbox-count-maybe'.
18214 (org-outdent-item, org-indent-item, org-outdent-item-tree)
18215 (org-indent-item-tree): Remove need for TOP and BOTTOM.
18216 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
18217 (org-list-exchange-items): Use new accessors. Now modify struct
18218 to avoid re-reading it later.
d36ed1c8
SM
18219 (org-move-item-down): Reflect changes to `org-list-repair'.
18220 Use new accessors.
84f21110 18221 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
3ab2c837 18222 accessors.
84f21110
BG
18223 (org-cycle-list-bullet): Use new structures. Also use a shortcut
18224 to `org-list-struct-fix-struct' in order to avoid unnecessary
18225 fixes, like `org-list-struct-fix-box'
18226 (org-sort-list): Use of new structures. Renamed an internal
18227 function for a little more clarity.
18228 (org-cycle-item-indentation): Remove dependency on
18229 `org-list-repair'. Use new accessors.
18230 (org-list-get-child): Correct bug when asking for the child of the
18231 last item.
18232 (org-list-exchange-items): Use new accessors.
18233
182342011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18235
18236 * org-list.el (org-list-blocks): New variable.
18237 (org-list-context): New function.
18238 (org-list-full-item-re): New variable.
c80e3b4a 18239 (org-list-struct-assoc-at-point): Use new variable.
84f21110
BG
18240 (org-list-struct): Rewrite of function. Now, list data is
18241 collected by looking at the list line after line. It reads the
18242 whole list each time because reading only a subtree was not enough
18243 for some operations, like fixing checkboxes. It also removes the
18244 need to get `org-list-top-point' and `org-list-bottom-point'
18245 first. An added data is the position of item ending. This aims
18246 to be able to have list followed by text inside an item.
18247 (org-list-struct-assoc-end): New function.
18248 (org-list-struct-parent-alist): New function.
18249 (org-list-get-parent): New function.
18250 (org-list-get-child): New function.
18251 (org-list-get-next-item): New function.
18252 (org-list-get-prev-item): New function.
18253 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
18254 (org-list-get-all-items): New function.
18255 (org-list-get-all-children): New function.
18256 (org-list-get-top-point): New function.
18257 (org-list-get-bottom-point): New function.
18258 (org-list-get-counter): New function.
18259 (org-list-get-item-end): New function.
18260 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
18261 new accessors.
18262 (org-list-struct-fix-ind): Make use of new accessors.
18263 (org-list-struct-fix-box): New function.
d36ed1c8 18264 (org-list-struct-fix-checkboxes): Remove function.
84f21110
BG
18265 (org-list-struct-outdent): Use new accessors. Use the fact that
18266 there is no longer a virtual item at beginning of structure.
18267 (org-list-struct-indent): Use helper functions
18268 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
18269 Also use new accessors.
18270 (org-list-struct-fix-struct): Comment function. Call directly
3ab2c837
BG
18271 `org-list-struct-apply-struct', without removing unchanged items
18272 first.
84f21110
BG
18273 (org-list-struct-apply-struct): Comment function. Rewrite using
18274 new accessors. Use new variable `org-list-full-item-re'.
d36ed1c8 18275 (org-list-shift-item-indentation): Remove function, now included
84f21110 18276 in `org-list-struct-apply-struct' because it is too specific.
3ab2c837
BG
18277
182782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18279
84f21110
BG
18280 * org-list.el (org-toggle-checkbox): Use structures to fix
18281 checkboxes of a list.
18282 (org-update-checkbox-count): Use structures to update cookies.
3ab2c837
BG
18283
182842011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18285
84f21110 18286 * org-list.el (org-list-struct-fix-checkboxes): New function.
d36ed1c8 18287 (org-checkbox-blocked-p): Remove function.
3ab2c837
BG
18288
182892011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18290
84f21110
BG
18291 * org-list.el (org-list-get-all-items): New function.
18292 (org-list-get-all-children): New function.
18293 (org-list-get-nth): New function.
18294 (org-list-set-nth): New function.
18295 (org-list-get-ind): New function.
18296 (org-list-set-ind): New function.
18297 (org-list-get-bullet): New function.
18298 (org-list-set-bullet): New function.
18299 (org-list-get-checkbox): New function.
18300 (org-list-set-checkbox): New function.
18301 (org-list-struct-fix-bul): Use new accessors.
18302 (org-list-repair): Use new accessors.
18303 (org-list-indent-item-generic): Make use of accessors.
d36ed1c8
SM
18304 (org-list-get-parent): Rename from `org-list-struct-get-parent'.
18305 (org-list-get-child): Rename from `org-list-struct-get-child'.
84f21110
BG
18306 (org-list-struct-fix-ind): Make use of accessors.
18307 (org-list-get-next-item): New function.
18308 (org-list-get-subtree): New function.
3ab2c837
BG
18309
183102011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18311
84f21110
BG
18312 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
18313 list structure.
3ab2c837 18314
84f21110
BG
18315 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
18316 value in structure.
3ab2c837 18317
84f21110
BG
18318 * org-list.el (org-list-struct-apply-struct): Also apply
18319 checkboxes.
3ab2c837
BG
18320
183212011-07-28 Bastien Guerry <bzg@gnu.org>
18322
84f21110 18323 * org-latex.el (org-export-latex-content): Bind local variables
3ab2c837
BG
18324 for export in the temporary export buffer.
18325
183262011-07-28 David Maus <dmaus@ictsoc.de>
18327
18328 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
d36ed1c8
SM
18329 (org-protocol-unhex-string, org-protocol-unhex-compound):
18330 Change date of obsolete declaration to 2011-02-17.
3ab2c837
BG
18331
183322011-07-28 David Maus <dmaus@ictsoc.de>
18333
18334 * org.el (org-link-escape): Throw error if encoding character in
18335 utf8 fails.
18336
183372011-07-28 David Maus <dmaus@ictsoc.de>
18338
18339 * org-protocol.el (org-protocol-split-data)
18340 (org-protocol-open-source): Use `org-link-unescape' instead of
18341 obsolete unhex string function.
18342
183432011-07-28 David Maus <dmaus@ictsoc.de>
18344
18345 * org.el (org-link-escape, org-link-escape-chars-browser)
18346 (org-link-escape-chars): Always percent escape the percent sign.
18347
183482011-07-28 David Maus <dmaus@ictsoc.de>
18349
18350 * org.el (org-link-unescape): Simpler algorithm for replacing
18351 percent escapes.
18352 (org-link-unescape-compound): Use cond statements instead of nested
18353 if, convert hex string with string-to-number, save match data.
18354 (org-link-unescape-single-byte-sequence): Use mapconcat and
18355 string-to-number for unescaping single byte sequence.
18356
183572011-07-28 David Maus <dmaus@ictsoc.de>
18358
18359 * org.el (org-link-escape): Rename lambda argument.
18360
183612011-07-28 David Maus <dmaus@ictsoc.de>
18362
18363 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
18364 Add percent sign to list of escape chars.
18365
183662011-07-28 David Maus <dmaus@ictsoc.de>
18367
18368 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
18369 character table format.
18370
183712011-07-28 David Maus <dmaus@ictsoc.de>
18372
18373 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
18374 argument in call to org-link-unescape.
18375
183762011-07-28 David Maus <dmaus@ictsoc.de>
18377
18378 * org-protocol.el (org-protocol-unhex-string)
18379 (org-protocol-unhex-compound)
18380 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
18381 alias to respective org-link-unescape-* functions.
18382
183832011-07-28 David Maus <dmaus@ictsoc.de>
18384
18385 * org.el (org-link-unescape, org-link-unescape-compound)
18386 (org-link-unescape-single-byte-sequence): Functions moved and renamed
18387 from org-protocol.el.
18388
183892011-07-28 David Maus <dmaus@ictsoc.de>
18390
18391 * org-macs.el (org-char-to-string): Inline function to properly
18392 decode utf8 characters in Emacs 22. Moved and renamed from
18393 org-protocol.el.
18394
183952011-07-28 David Maus <dmaus@ictsoc.de>
18396
18397 * org.el (org-link-escape): New optional argument. Merge user
18398 table with default table.
18399
184002011-07-28 David Maus <dmaus@ictsoc.de>
18401
18402 * org.el (org-link-escape): Fixup doc string.
18403
184042011-07-28 David Maus <dmaus@ictsoc.de>
18405
18406 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
18407 New format of percent escape table.
18408 (org-link-escape): Use new table format.
18409
184102011-07-28 David Maus <dmaus@ictsoc.de>
18411
fe7a3057 18412 * org.el (org-link-escape): New Unicode aware percent encoding
3ab2c837
BG
18413 algorithm.
18414
184152011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
18416
d36ed1c8
SM
18417 * org-protocol.el (org-protocol-unhex-single-byte-sequence):
18418 New function. Decode hex-encoded singly byte sequences.
3ab2c837 18419 (org-protocol-unhex-compound): Use new function if decoding sequence
fe7a3057 18420 as Unicode character failed.
3ab2c837
BG
18421
184222011-07-28 Bastien Guerry <bzg@gnu.org>
18423
7877f373 18424 * org-html.el (org-export-as-html): Expand the HTML title.
3ab2c837
BG
18425
184262011-07-28 Bastien Guerry <bzg@gnu.org>
18427
d36ed1c8
SM
18428 * org-publish.el (org-publish-cache-ctime-of-src):
18429 Improve docstring.
84f21110
BG
18430 (org-publish-find-title): New option to explicitly reset the title
18431 in the cache.
3ab2c837
BG
18432 (org-publish-format-file-entry): Use this new option.
18433
184342011-07-28 Dan Davison <dandavison7@gmail.com>
18435
18436 * org-exp.el (org-export-preprocess-string): Set the source buffer
18437 and use `org-clone-local-variables' to get local variables from
18438 it.
18439
184402011-07-28 Dan Davison <dandavison7@gmail.com>
18441
d36ed1c8
SM
18442 * org-exp.el (org-export-format-source-code-or-example):
18443 Allow empty string as second element in minted/listings options.
3ab2c837
BG
18444
184452011-07-28 Dan Davison <dandavison7@gmail.com>
18446
d36ed1c8
SM
18447 * org-exp.el (org-export-format-source-code-or-example):
18448 Support new user-customizable options.
84f21110
BG
18449 (org-export-latex-custom-lang-environments): Ensure new variable
18450 is defined.
18451 (org-export-latex-listings-options): Ensure new variable is defined.
18452 (org-export-latex-minted-options): Ensure new variable is defined.
3ab2c837
BG
18453
184542011-07-28 Bastien Guerry <bzg@gnu.org>
18455
84f21110 18456 * org-html.el (org-export-as-html): Handle the case when
3ab2c837
BG
18457 `org-export-html-validation-link' is nil to keep backward
18458 compatible with the old default value of this variable.
18459
184602011-07-28 Eric Schulte <schulte.eric@gmail.com>
18461
18462 * ob.el (org-babel-insert-result): Don't choke if indent is not a
18463 number.
18464
3ab2c837
BG
184652011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
18466
18467 * org-bbdb.el (org-bbdb-export): When a link description has been
84f21110
BG
18468 added by `org-export-normalize-links', use path instead (remove
18469 the `bbdb:' prefix).
3ab2c837
BG
18470
184712011-07-28 Bastien Guerry <bzg@gnu.org>
18472
18473 * org-ascii.el (org-export-ascii-underline): Put the level's
18474 characters in the right order, as documented by the docstring.
84f21110 18475 (org-ascii-level-start): Select the right char for underlining
3ab2c837
BG
18476 headlines.
18477
184782011-07-28 Bastien Guerry <bzg@gnu.org>
18479
84f21110 18480 * org-src.el (org-edit-src-code): Allow to edit source code from
3ab2c837
BG
18481 modes derived from Org.
18482
184832011-07-28 Niels Giesen <niels.giesen@gmail.com>
18484
18485 * org-clock.el (org-clock-clocktable-language-setup): Add list of
18486 dutch strings.
18487
184882011-07-28 Dan Davison <dandavison7@gmail.com>
18489
18490 * org-beamer.el: Mark frame as fragile when it is using minted for
18491 src block export.
18492
184932011-07-28 Bastien Guerry <bzg@gnu.org>
18494
18495 * org-agenda.el (org-agenda-date-later)
18496 (org-agenda-date-earlier): Enhance docstrings.
18497 (org-agenda-bulk-mark-regexp): Only match against headlines.
18498 Send a message when no entry is marked.
18499 (org-agenda-bulk-action): Fix bug about scattering deadlines.
18500 Send an error when trying to scatter outside an agenda or a
84f21110 18501 timeline view. Silently fail when trying to scatter sexp entries.
3ab2c837
BG
18502
185032011-07-28 Bastien Guerry <bzg@gnu.org>
18504
18505 * org-clock.el (org-clock-clocktable-language-setup): New custom
18506 variable.
18507 (org-clocktable-defaults): Set the default language.
18508 (org-clocktable-write-default): Use the new variable.
18509
185102011-07-28 Dan Davison <dandavison7@gmail.com>
18511
18512 * ob.el (org-babel-src-block-names): Don't strip text properties
18513 from search hits.
18514 (org-babel-result-names): Don't strip text properties from search
18515 hits.
18516
185172011-07-28 Dan Davison <dandavison7@gmail.com>
18518
18519 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
18520 remove-echo part of META argument to
18521 `org-babel-comint-with-output'.
18522
185232011-07-28 Dan Davison <dandavison7@gmail.com>
18524
18525 * ob.el (org-babel-script-escape): Use `substring' comparison
18526 instead of regexp matching.
18527
185282011-07-28 Dan Davison <dandavison7@gmail.com>
18529
18530 * org-src.el (org-edit-src-code): When generating the code edit
18531 buffer, it is necessary for several variables to inherit their
84f21110 18532 values from the parent org buffer. These changes collect all such
3ab2c837 18533 variables together into a single association list of
84f21110
BG
18534 `(variable-name value)' pairs. In addition, a new variable is
18535 added to the list: `org-edit-src-content-indentation'. This has
18536 the effect that a buffer local value can be used for that
18537 variable.
3ab2c837
BG
18538
185392011-07-28 Dan Davison <dandavison7@gmail.com>
18540
18541 * ob-table.el (sbe): Don't truncate sbe results.
18542
185432011-07-28 Lawrence Mitchell <wence@gmx.li>
18544
18545 * org-exp.el (org-export-add-options-to-plist): Require match to
18546 start at a word-boundary.
18547
185482011-07-28 Bastien Guerry <bzg@gnu.org>
18549
d36ed1c8
SM
18550 * org-latex.el (org-export-latex-hyperref-format):
18551 Update docstring.
3ab2c837
BG
18552
185532011-07-28 Tom Dye <tsd@tsdye.com>
18554
18555 * org.el: Update documentation of `org-add-link-type'.
18556
185572011-07-28 Dan Davison <dandavison7@gmail.com>
18558
18559 * org.el (org-open-at-point): Fix bug when using prefix arg to
84f21110 18560 construct `org-link-search' call. Rename prefix arg with a more
3ab2c837
BG
18561 generic name, to reflect its diverse uses in this function.
18562
185632011-07-28 Rémi Vanicat <vanicat@debian.org>
18564
84f21110 18565 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
3ab2c837
BG
18566 (org-icalendar-date-time-format): New custom variable.
18567 (org-icalendar-use-UTC-date-timep): New function.
18568 (org-ical-ts-to-string): Use the new variable.
18569
185702011-07-28 Bastien Guerry <bzg@gnu.org>
18571
18572 * org-vm.el (org-vm-store-link): Make sure the buffer is
18573 associated with a file when trying to store an Org link.
18574
185752011-07-28 Dan Davison <dandavison7@gmail.com>
18576
18577 * ob.el (org-babel-params-from-properties): Test for
18578 "header-arg-name" and ":header-arg-name", in that order.
18579
cd394be1 185802011-07-28 Bastien Guerry <bzg@gnu.org>
3ab2c837 18581
84f21110
BG
18582 * org-capture.el (org-capture-templates): Document "currentfile"
18583 for capture template.
3ab2c837
BG
18584 (org-capture-templates): Allow to use currentfile for capture
18585 templates.
84f21110
BG
18586 (org-capture-set-target-location): Handle currentfile as a way to
18587 setting the capture buffer.
3ab2c837
BG
18588
185892011-07-28 Bastien Guerry <bzg@gnu.org>
18590
84f21110
BG
18591 * ob.el (org-babel-params-from-properties): Don't wrap
18592 `org-entry-get' into `condition-case'.
3ab2c837
BG
18593
185942011-07-28 Dan Davison <dandavison7@gmail.com>
18595
18596 * org.el (org-entry-get): Don't look for a property drawer if we
18597 are before the first heading in the file.
84f21110
BG
18598 (org-entry-get-with-inheritance): Don't attempt to move up the
18599 tree if we are before the first heading in the file. Also,
18600 enclose less of the function in the `save-excursion'.
3ab2c837
BG
18601
186022011-07-28 Dan Davison <dandavison7@gmail.com>
18603
18604 * ob.el (org-babel-params-from-buffer): Return desired value
18605 rather than nil from failed re search.
18606
186072011-07-28 Bastien Guerry <bzg@gnu.org>
18608
18609 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
18610 entries on a single line when lines don't start with a diary time.
18611
186122011-07-28 Bastien Guerry <bzg@gnu.org>
18613
18614 * org-html.el (org-export-html-protect-char-alist): New custom
18615 variable to define characters to be HTML protected.
18616 (org-html-protect): Use the new variable.
18617
186182011-07-28 Bastien Guerry <bzg@gnu.org>
18619
84f21110 18620 * org-info.el (org-info-store-link): Use "#" to separate the info
3ab2c837 18621 file and the node.
84f21110
BG
18622 (org-info-follow-link): Use both "#" to separate the info file and
18623 the node. Continue to use ":" for backward compatibility.
3ab2c837
BG
18624
186252011-07-28 Bastien Guerry <bzg@gnu.org>
18626
18627 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
18628 variable.
84f21110
BG
18629 (org-print-icalendar-entries): Use this new variable to prevent
18630 export of entries with a :noexport: tag.
3ab2c837
BG
18631
186322011-07-28 Bastien Guerry <bzg@gnu.org>
18633
84f21110 18634 * org-exp.el (org-export-initial-scope): New custom variable.
3ab2c837
BG
18635 (org-export): Use this new variable. If there is an active
18636 region, tell it when prompting the user for an export command.
84f21110
BG
18637 Also change the way the function handles selection of buffer and
18638 subtree export.
3ab2c837
BG
18639
186402011-07-28 Bastien Guerry <bzg@gnu.org>
18641
18642 * org-html.el (org-export-html-auto-preamble)
18643 (org-export-html-auto-postamble): Remove.
84f21110
BG
18644 (org-export-html-preamble, org-export-html-postamble): Turn into
18645 custom variables. Update the docstrings.
3ab2c837
BG
18646 (org-export-html-preamble-format)
18647 (org-export-html-postamble-format): New custom variables.
84f21110
BG
18648 (org-export-as-html): Use `org-export-html-postamble-format' and
18649 `org-export-html-preamble-format'.
18650 (org-export-html-title-format): Delete.
3ab2c837
BG
18651
186522011-07-28 Eric Schulte <schulte.eric@gmail.com>
18653
d36ed1c8
SM
18654 * org-exp-blocks.el (org-export-blocks-format-ditaa):
18655 This function is begin deprecated in favor of begin_src blocks.
3ab2c837
BG
18656 (org-export-blocks-format-dot): This function is begin deprecated in
18657 favor of begin_src blocks.
18658
186592011-07-28 Eric Schulte <schulte.eric@gmail.com>
18660
18661 * ob.el (org-babel-header-arg-names): no-expand is now part of the
18662 default header argument names list.
18663
186642011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
18665
18666 * org-publish.el (org-publish-sitemap-date-format)
84f21110
BG
18667 (org-publish-sitemap-file-entry-format): New custom variables.
18668 (org-publish-projects): Use these variables to format the sitemap
3ab2c837
BG
18669 entries.
18670
186712011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
18672
84f21110
BG
18673 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
18674 from `message-mode'.
3ab2c837
BG
18675
186762011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18677
18678 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
18679 updating the filter while the clock report is following the
18680 filter.
18681
186822011-07-28 Julien Danjou <julien@danjou.info>
18683
d36ed1c8
SM
18684 * org-agenda.el (org-agenda): Kill all local variables.
18685 This assures we are not keeping buffer variable from an old agenda view
3ab2c837
BG
18686 when switching to a new custom agenda.
18687
186882011-07-28 Julien Danjou <julien@danjou.info>
18689
18690 * org-crypt.el (org-encrypt-string): New function.
84f21110
BG
18691 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
18692 cached crypted values.
3ab2c837
BG
18693 (org-decrypt-entry): Store crypted text in decrypted text.
18694
186952011-07-28 Dan Davison <dandavison7@gmail.com>
18696
18697 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
84f21110 18698 if a non-nil result is returned.
3ab2c837
BG
18699
187002011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18701
18702 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
18703 modified today.
18704
187052011-07-28 Bastien Guerry <bzg@gnu.org>
18706
84f21110 18707 * org.el (org-update-parent-todo-statistics): Fix bug when
3ab2c837
BG
18708 updating statistics from the column view.
18709
187102011-07-28 Bastien Guerry <bzg@gnu.org>
18711
18712 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
18713 (org-agenda-menu): Add the new command to the menu.
18714 (org-agenda-mode-map): Add % as the keybinding for the new
18715 command.
18716
187172011-07-28 Bastien Guerry <bzg@gnu.org>
18718
18719 * org-exp.el (org-export-target-internal-links): Locally turn on
18720 `org-link-search-must-match-exact-headline' to match exact
18721 internal links.
18722
187232011-07-28 Julien Danjou <julien@danjou.info>
18724
18725 * org-faces.el (org-special-keyword): Make it inherited from
84f21110 18726 `font-lock-keyword-face'.
3ab2c837
BG
18727
187282011-07-28 Julien Danjou <julien@danjou.info>
18729
84f21110
BG
18730 * org-faces.el (org-link): Make `org-link' inherits from `link'
18731 face.
3ab2c837
BG
18732
187332011-07-28 Bastien Guerry <bzg@gnu.org>
18734
18735 * org.el (org-narrow-to-block): New function to narrow to block.
18736 Bound this function to `C-x n b'.
18737
187382011-07-28 Bastien Guerry <bzg@gnu.org>
18739
18740 * org.el (org-schedule, org-deadline): Fix bug: take care of
18741 repeating timestamps like ".+1d/3d" or "+1d 10d".
18742
187432011-07-28 Bastien Guerry <bzg@gnu.org>
18744
6711a21f
SM
18745 * org-agenda.el (org-agenda-repeating-timestamp-show-all):
18746 Allow to use a list of TODO keywords as the value of this variable.
d36ed1c8 18747 The agenda will show repeating stamps for entries matching these TODO
3ab2c837
BG
18748 keywords.
18749 (org-agenda-get-timestamps, org-agenda-get-deadlines)
18750 (org-agenda-get-scheduled): Allow the use of a list of keywords in
18751 `org-agenda-repeating-timestamp-show-all'.
18752
187532011-07-28 Bastien Guerry <bzg@gnu.org>
18754
18755 * org-latex.el (org-export-latex-emph-format): Don't use
18756 `org-export-latex-use-verb'. Remove this variable.
18757
d4423e17 187582011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
3ab2c837 18759
84f21110 18760 * org-html.el (org-html-handle-time-stamps): Fix bug when
d4423e17 18761 exporting inactive timestamps.
3ab2c837
BG
18762
187632011-07-28 Bastien Guerry <bzg@gnu.org>
18764
18765 * org-archive.el (org-archive-save-context-info): Fix docstring
18766 typo.
18767 (org-archive-subtree-add-inherited-tags): New variable to control
18768 whether inherited tags should be appended to local tags when
18769 archiving subtrees.
18770 (org-archive-subtree): Use the new variable.
18771
187722011-07-28 Bastien Guerry <bzg@gnu.org>
18773
84f21110 18774 * org-archive.el (org-archive-save-context-info): Fix docstring.
3ab2c837
BG
18775
187762011-07-28 Julien Danjou <julien@danjou.info>
18777
18778 * org-crypt.el (org-decrypt-entry): Delete \n on top level
18779 heading. This avoids a display bug showing the heading outlined
18780 where the text is not since it does not have the outline property.
18781 Restore subtree visibility state after decryption.
18782
187832011-07-28 Julien Danjou <julien@danjou.info>
18784
84f21110
BG
18785 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
18786 as a possible default span if it is set.
3ab2c837
BG
18787
187882011-07-28 Dan Davison <dandavison7@gmail.com>
18789
18790 * org-src.el (org-edit-src-persistent-message): Change docstring.
18791 (org-edit-src-code): Get rid of help message in echo area.
18792
18793 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
84f21110 18794 argument to org-edit-src-code as this has been removed.
3ab2c837
BG
18795
187962011-07-28 Bastien Guerry <bzg@gnu.org>
18797
d36ed1c8
SM
18798 * org-latex.el (org-export-latex-emphasis-alist):
18799 Use \protectedtexttt for the =...= emphasis and \verb for the ~...~
3ab2c837 18800 emphasis.
84f21110
BG
18801 (org-export-latex-use-verb): Now defaults to t.
18802 (org-export-latex-emph-format): Distinguish between =...= and
3ab2c837
BG
18803 ~...~ emphasis.
18804
3ab2c837
BG
188052011-07-28 Julien Danjou <julien@danjou.info>
18806
18807 * org.el (org-link-expand-abbrev): Allow any type of character in
18808 link expand.
18809
188102011-07-28 Dan Davison <dandavison7@gmail.com>
18811
18812 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
18813
188142011-07-28 Dan Davison <dandavison7@gmail.com>
18815
84f21110 18816 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
3ab2c837
BG
18817 resolving references.
18818
188192011-07-28 Bastien Guerry <bzg@gnu.org>
18820
84f21110 18821 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
3ab2c837
BG
18822 instead of <hr> to keep w3c validator happy.
18823
188242011-07-28 Dan Davison <dandavison7@gmail.com>
18825
18826 * ob.el (org-babel-where-is-src-block-head): Detect src block if
18827 point is on a #+header line.
18828
188292011-07-28 Dan Davison <dandavison7@gmail.com>
18830
18831 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
18832 #+header lines when searching for block associated with block name
18833 line.
18834
188352011-07-28 Eric Schulte <schulte.eric@gmail.com>
18836
84f21110
BG
18837 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
18838 the more specific `org-at-item-p'.
3ab2c837
BG
18839
188402011-07-28 Eric Schulte <schulte.eric@gmail.com>
18841
18842 * org-latex.el (org-latex-default-figure-position): New defcustom
18843 for default placement of latex figures.
18844 (org-export-latex-tables): Positioning tables using the new
18845 defcustom variable.
18846 (org-export-latex-format-image): Positioning images using the new
18847 defcustom variable.
18848
188492011-07-28 Eric Schulte <schulte.eric@gmail.com>
18850
18851 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
18852 evaluated and :file header argument is missing.
18853
188542011-07-28 Eric Schulte <schulte.eric@gmail.com>
18855
d36ed1c8 18856 * ob-exp.el (org-babel-exp-do-export): Simplify, no longer need
3ab2c837
BG
18857 to do anything to export code.
18858 (org-babel-exp-results): No longer returns a replacement for the
18859 code block.
d36ed1c8
SM
18860 (org-babel-exp-inline-src-blocks): Simplify.
18861 (org-babel-exp-src-block): Remove unnecessary pluralization from
3ab2c837
BG
18862 function name.
18863
188642011-07-28 Eric Schulte <schulte.eric@gmail.com>
18865
d36ed1c8
SM
18866 * ob-exp.el (org-babel-exp-inline-src-blocks):
18867 Simplify exportation of inline code blocks using normal code block
3ab2c837
BG
18868 execution mechanism to insert results.
18869 (org-babel-exp-results): Results exportation mechanism is unified
18870 for both inline and regular code blocks.
18871
18872 * ob.el (org-babel-where-is-src-block-result): Returns the point
18873 after an inline code block for inline code blocks.
18874
188752011-07-28 Eric Schulte <schulte.eric@gmail.com>
18876
18877 * ob.el (org-babel-insert-result): Special handling of the
18878 position of results of inline code blocks.
18879 (org-babel-examplize-region): Now able to comment inline regions.
18880
188812011-07-28 Lawrence Mitchell <wence@gmx.li>
18882
18883 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
18884 that \\[ a = b \\] is not interpreted as a keybinding by
18885 `substitute-command-keys'.
18886
188872011-07-28 Dan Davison <dandavison7@gmail.com>
18888
18889 * org-latex.el (org-export-as-latex): Process export property list
84f21110 18890 with `org-export-process-option-filters' early in latex export.
3ab2c837
BG
18891
188922011-07-28 Julien Danjou <julien@danjou.info>
18893
84f21110
BG
18894 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
18895 available in Emacs 22 and in recent XEmacs 21. Replace in various
18896 files.
3ab2c837
BG
18897
188982011-07-28 Julien Danjou <julien@danjou.info>
18899
18900 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
84f21110 18901 it must has \\ at the end of the line. This avoid matching the
3ab2c837
BG
18902 following heading when there's no newline between the logged state
18903 and the next heading.
18904
189052011-07-28 Julien Danjou <julien@danjou.info>
18906
18907 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
18908
189092011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
18910
84f21110
BG
18911 * org.el (org-current-level, org-store-link, org-mark-subtree):
18912 Use `org-with-limited-levels'.
3ab2c837 18913
d4423e17 189142011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
3ab2c837
BG
18915
18916 * org-publish.el (org-publish-get-base-files): Add sitemap file.
18917
189182011-07-28 Matt Lundin <mdl@imapmail.org>
18919
18920 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
18921 (org-agenda-todo-ignore-scheduled): New option.
18922 (org-agenda-todo-ignore-timestamp): New option.
18923 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18924 Allow user to specify custom distance to ignore (future or past).
18925 (org-agenda-todo-custom-ignore-p): New function.
18926
189272011-07-28 Matt Lundin <mdl@imapmail.org>
18928
18929 * org-habit.el (org-habit-parse-todo) Don't parse more days than
18930 needed.
18931
189322011-07-28 Eric Schulte <schulte.eric@gmail.com>
18933
18934 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
18935 code in each inline code block.
18936 (org-babel-execute-buffer): Executes inline code blocks as well as
18937 regular code blocks.
18938
189392011-07-28 Eric Schulte <schulte.eric@gmail.com>
18940
18941 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
18942 blocks for removal.
18943
189442011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
18945
18946 * org-clock.el (org-clock-before-select-task-hook): New hook.
18947 (org-clock-select-task): Run new hook.
18948
189492011-07-28 Julien Danjou <julien@danjou.info>
18950
18951 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
84f21110 18952 events with range. This display things like: <2011-01-22 Sat
3ab2c837
BG
18953 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
18954 at 14:00 and ending at 20:00.
18955
189562011-07-28 Dan Davison <dandavison7@gmail.com>
18957
18958 * ob.el (org-babel-inline-src-block-regexp): Character preceding
18959 "src_" can now be anything as long as it is neither alphanumeric
18960 nor '-'.
18961
189622011-07-28 Dan Davison <dandavison7@gmail.com>
18963
84f21110 18964 * ob.el (org-babel-merge-params): Docstring typo.
3ab2c837
BG
18965
189662011-07-28 Dan Davison <dandavison7@gmail.com>
18967
18968 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
18969 in the buffer.
18970
189712011-07-28 Dan Davison <dandavison7@gmail.com>
18972
18973 * ob.el (org-babel-get-src-block-info): Alter order of merge
84f21110 18974 arguments.
3ab2c837
BG
18975
189762011-07-28 Dan Davison <dandavison7@gmail.com>
18977
84f21110 18978 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
3ab2c837
BG
18979
189802011-07-28 Eric Schulte <schulte.eric@gmail.com>
18981
18982 * ob.el (org-babel-insert-result): Ensure all parts of result
18983 wrappers end in newlines.
18984
189852011-07-28 Eric Schulte <schulte.eric@gmail.com>
18986
18987 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
18988 optionally creates parent directories of tangle targets.
18989
189902011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
18991
18992 * org-ascii.el (org-ascii-level-start): Catch the case of levels
18993 which do not have an equivalent in the list of underline
18994 characters.
18995
189962011-07-28 Eric Schulte <schulte.eric@gmail.com>
18997
18998 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
18999 the format string used to escape arguments to shell code blocks.
19000
190012011-07-28 Julien Danjou <julien@danjou.info>
19002
19003 * org-agenda.el (org-agenda-reset-view): New function.
19004 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
19005
190062011-07-28 Puneeth Chaganti <punchagan@gmail.com>
19007
19008 * org-exp.el (org-export-handle-include-files): Support :lines
19009 property.
84f21110
BG
19010 (org-get-file-contents): New argument lines to include specify a
19011 range of lines to include.
3ab2c837
BG
19012
190132011-07-28 Bastien Guerry <bzg@gnu.org>
19014
84f21110 19015 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
3ab2c837
BG
19016
190172011-07-28 Lawrence Mitchell <wence@gmx.li>
19018
19019 * org-latex.el (org-export-latex-make-header): Export email in
19020 author line if `org-export-email-info' is non-nil.
19021
190222011-07-28 Julien Danjou <julien@danjou.info>
19023
19024 * org-agenda.el (org-agenda-goto-today): Respect current span.
19025
190262011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19027
84f21110
BG
19028 * org-complete.el (pcomplete/org-mode/link)
19029 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
19030 before uniquifying.
3ab2c837
BG
19031
190322011-07-28 Eric Schulte <schulte.eric@gmail.com>
19033
19034 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
19035 linking comment type
19036 (org-babel-tangle-comment-links): Returns comment links for the
9b8ba1e5 19037 source code block at point.
3ab2c837
BG
19038
190392011-07-28 Bastien Guerry <bzg@gnu.org>
19040
84f21110 19041 * org.el (org-refile-check-position): Send a more explicit message
3ab2c837
BG
19042 on how to clear the cache before refiling again.
19043
190442011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19045
19046 * org-agenda.el (org-agenda-skip-function-global): New option.
19047 (org-agenda-skip-eval): New function.
84f21110
BG
19048 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
19049 the global skipping condition.
3ab2c837
BG
19050
190512011-07-28 David Maus <dmaus@ictsoc.de>
19052
19053 * org-html.el (org-export-as-html): Handle timestamps after
19054 handling links.
19055
190562011-07-28 Eric Schulte <schulte.eric@gmail.com>
19057
19058 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
19059 until either a matching block is found, or the limits of the file
19060 are reached.
19061
190622011-07-28 Eric Schulte <schulte.eric@gmail.com>
19063
19064 * ob.el (org-babel-update-block-body): Literal argument to
19065 `replace-match' to allow insertion of text containing '\'.
19066
3ab2c837
BG
190672011-07-28 Eric Schulte <schulte.eric@gmail.com>
19068
19069 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
19070 into code blocks.
19071
3ab2c837
BG
190722011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19073
a12bf61e 19074 * org.el (org-sort-entries): Fix sorting with a bold emphasis at bol.
3ab2c837
BG
19075
190762011-07-28 Eric Schulte <schulte.eric@gmail.com>
19077
19078 * ob.el (org-babel-open-src-block-result): Must collect result
19079 *before* jumping to the result buffer.
19080
190812011-07-28 Eric Schulte <schulte.eric@gmail.com>
19082
19083 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
19084 used after update to regexp.
19085
190862011-07-28 Eric Schulte <schulte.eric@gmail.com>
19087
19088 * ob.el (org-babel-temp-file): Ensure that
84f21110
BG
19089 `org-babel-temporary-directory' is bound before using.
19090 (org-babel-remove-temporary-directory): Safer error throwing.
3ab2c837
BG
19091
190922011-07-28 niels giesen <niels.giesen@gmail.com>
19093
19094 * org-docbook.el (org-export-docbook-finalize-table): Do literal
19095 replacements.
19096
190972011-07-28 Eric Schulte <schulte.eric@gmail.com>
19098
19099 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
19100 resolve language names for evaluation.
19101
191022011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19103
19104 * org-capture.el (org-capture-templates): Add %f and %F escapes
19105 (org-capture): Add more information to capture property list
9b8ba1e5 19106 (org-capture-fill-template): Handle %f and %F escapes.
3ab2c837
BG
19107
191082011-07-28 David Maus <dmaus@ictsoc.de>
19109
19110 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
19111 symlink target.
19112
191132011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19114
19115 * org.el (org-occur-next-match): New function.
19116 (org-mode): Set the variable `next-error-function'.
84f21110
BG
19117 (org-highlight-new-match): Add an `org-type' property to the
19118 overlays.
3ab2c837
BG
19119
191202011-07-28 Eric Schulte <schulte.eric@gmail.com>
19121
84f21110 19122 * ob-calc.el: No longer require `calc-trail' on XEmacs.
3ab2c837 19123
3ab2c837
BG
191242011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19125
19126 * org.el (org-modules): Add `org-eshell'.
19127
191282011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19129
84f21110
BG
19130 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
19131 dynamically scoped variables.
3ab2c837 19132
84f21110 19133 * org.el (org-modules): Move `org-special-blocks' into the core
3ab2c837
BG
19134 modules section.
19135
191362011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19137
19138 * org-special-blocks.el: New file.
19139
191402011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19141
19142 * org.el (org-plist-delete): Remove duplicate definition.
19143
191442011-07-28 Bernt Hansen <bernt@norang.ca>
19145
84f21110 19146 * org-agenda.el (org-agenda-goto): Display invisible entry text.
3ab2c837
BG
19147
19148 * org-agenda.el (org-agenda-switch-to): Display invisible entry
84f21110 19149 text.
3ab2c837
BG
19150
191512011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19152
19153 * org.el (org-get-category): New optional argument FORCE-REFRESH.
19154 Automatically refresh if the property is not there.
19155 (org-entry-properties): Remove refresh - this is now done in
19156 org-get-category.
19157
d36ed1c8
SM
19158 * org-clock.el (org-clock-insert-selection-line):
19159 Let `org-get-category' do the property refresh.
3ab2c837
BG
19160
19161 * org-archive.el (org-archive-subtree): Force a refresh of
19162 category properties.
19163
191642011-07-28 Julien Danjou <julien@danjou.info>
19165
19166 * org-icalendar.el (org-print-icalendar-entries): Do not manually
19167 refresh categories.
19168
191692011-07-28 Dan Davison <dandavison7@gmail.com>
19170
19171 * org.el (org-display-inline-images): Check for clear-image-cache
19172 before using it.
19173
191742011-07-28 Bernt Hansen <bernt@norang.ca>
19175
19176 * org.el: Document missing value for org-link-frame-setup.
19177
191782011-07-28 Dan Davison <dandavison7@gmail.com>
19179
19180 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
19181 user code prior to the R exception-handling, so that errors in
19182 user code are unhandled.
19183
191842011-07-28 Dan Davison <dandavison7@gmail.com>
19185
19186 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
19187 that a major-mode function corresponding to the language string
19188 exists.
19189
191902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
19191
7877f373 19192 * org-exp.el (org-export-mark-list-ending): Insert additional
3ab2c837
BG
19193 newline characters if end-list-marker is at a wrong position.
19194
191952011-07-28 Eric Schulte <schulte.eric@gmail.com>
19196
19197 * ob.el (org-babel-script-escape): Replace commas with spaces for
19198 better list reading when list items are packed with commas,
19199 e.g. Haskell list output.
19200
192012011-07-28 Eric Schulte <schulte.eric@gmail.com>
19202
19203 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
19204 error reporting.
19205
192062011-07-28 Eric Schulte <schulte.eric@gmail.com>
19207
19208 * ob.el (org-babel-confirm-evaluate): Fix for the case when
19209 org-confirm-babel-evaluate is a function (used to always ask no
19210 matter what the function returns).
19211
192122011-07-28 Dan Davison <dandavison7@gmail.com>
19213
19214 * ob-R.el: Delete duplicated function.
19215
192162011-07-28 Eric Schulte <schulte.eric@gmail.com>
19217
d36ed1c8 19218 * ob.el (org-babel-execute-src-block): Remove unused flet
3ab2c837
BG
19219 function.
19220
192212011-07-28 Dan Davison <dandavison7@gmail.com>
19222
19223 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
19224 signal that the intended content has been written to file.
19225
19226 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
19227 the intended content has been written to file.
19228
19229 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
19230 intended content has been written to file.
19231
19232 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
19233 that the intended content has been written to file.
19234
19235 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
19236 the intended content has been written to file.
19237
19238 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
19239 that the intended content has been written to file.
19240
19241 * ob-octave.el (org-babel-execute:octave): Return result; not name
19242 of output file.
19243
19244 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
19245 signal that the intended content has been written to file.
19246
19247 * ob-python.el (org-babel-execute:python): Return result; not name
19248 of output file.
19249
19250 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
19251 output file.
19252
19253 * ob-sass.el (org-babel-execute:sass): Return nil if result has
9b8ba1e5 19254 been written to file.
3ab2c837
BG
19255
192562011-07-28 Dan Davison <dandavison7@gmail.com>
19257
19258 * ob-R.el (org-babel-R-graphical-output-file): New function
19259 returns the name of the output file iff R has been instructed to
19260 send graphical output to file by means of the ":results graphics"
19261 directive.
19262 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
84f21110
BG
19263 when constructing the R code to evaluate, which may be augmented
19264 with code implementing the writing of graohical output to file.
3ab2c837
BG
19265 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
19266 determine whether R is taking responsibility for writing output to
8350f087 19267 file; if so, this is signaled to ob.el by returning a nil result.
3ab2c837
BG
19268
192692011-07-28 Dan Davison <dandavison7@gmail.com>
19270
19271 * ob.el (org-babel-format-result): New function to format results
19272 of src block execution.
19273 (org-babel-execute-src-block): Use `org-babel-format-result' when
19274 writing to file.
84f21110
BG
19275 (org-babel-open-src-block-result): Use `org-babel-format-result'
19276 when displaying results in a buffer. Name results buffer
19277 differently.
3ab2c837
BG
19278
192792011-07-28 Dan Davison <dandavison7@gmail.com>
19280
19281 * ob.el (org-babel-execute-src-block): Avoid calling
19282 `orgtbl-to-generic' on number results.
19283
192842011-07-28 Eric Schulte <schulte.eric@gmail.com>
19285
19286 * ob.el (org-babel-execute-src-block): Allow specification of
19287 table separator with :sep header argument.
19288 (org-babel-open-src-block-result): Allow specification of table
19289 separator with :sep header argument.
19290
192912011-07-28 Dan Davison <dandavison7@gmail.com>
19292
19293 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
19294 executing buffer (note that this handles execute subtree also).
19295
192962011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
19297
84f21110 19298 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
3ab2c837 19299 do not modify match data either.
84f21110
BG
19300 (org-inlinetask-goto-end): Small refactoring, remove
19301 case-sensitivity.
19302 (org-inlinetask-goto-beginning): Small refactoring, remove
19303 case-sensitivity.
3ab2c837
BG
19304
193052011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19306
d36ed1c8
SM
19307 * org-capture.el (org-capture-set-target-location):
19308 Use `current-time'.
3ab2c837
BG
19309
193102011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19311
d36ed1c8
SM
19312 * org-capture.el (org-capture-set-target-location):
19313 Use `current-time'.
3ab2c837
BG
19314
193152011-07-28 Bernt Hansen <bernt@norang.ca>
19316
19317 * org.el (org-before-first-heading-p): If point is on an org-mode
19318 heading line then we are not before the first heading.
19319
193202011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
19321
19322 * org-timer.el (org-timer-continue-hook): Define the variable
19323 (org-timer-pause-or-continue): Run hook after relative timer is
19324 continued.
19325
193262011-07-28 Julien Danjou <julien@danjou.info>
19327
19328 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
19329
193302011-07-28 Julien Danjou <julien@danjou.info>
19331
19332 * org-capture.el (org-capture-fill-template): Use org-eval.
19333
193342011-07-28 Julien Danjou <julien@danjou.info>
19335
19336 * org-agenda.el (org-eval): New function.
19337
193382011-07-28 Dan Davison <dandavison7@gmail.com>
19339
19340 * ob.el (org-babel-execute-src-block): With :results file, when
19341 :file is not supplied, interpret result as a file link as long as
19342 it is a string.
19343
193442011-07-28 David Maus <dmaus@ictsoc.de>
19345
19346 * org-latex.el (org-export-latex-preprocess): Don't convert link
19347 description parts that look like numeric footnote.
19348
193492011-07-28 Eric Schulte <schulte.eric@gmail.com>
19350
19351 * org-latex.el (org-export-latex-tables): Allowing specification
19352 of tabular[xy] inner environments through the ATTR_LaTeX line.
19353
193542011-07-28 Julien Danjou <julien@danjou.info>
19355
d36ed1c8
SM
19356 * org-capture.el (org-capture-fill-template):
19357 Use `org-set-property' directly.
3ab2c837
BG
19358
193592011-07-28 Julien Danjou <julien@danjou.info>
19360
19361 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
19362 item in docstring.
19363
193642011-07-28 Eric Schulte <schulte.eric@gmail.com>
19365
19366 * org-exp.el (org-export-string): Use `format' to construct
19367 function call to allow symbolic or string arguments.
19368
193692011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19370
19371 * org-capture.el (org-capture-place-entry):
19372 (org-capture-insert-template-here): Check tree for validity before
19373 pasting it.
19374
193752011-07-28 Julien Danjou <julien@danjou.info>
19376
19377 * org-gnus.el (org-gnus-store-link): Trim date.
19378
193792011-07-28 Julien Danjou <julien@danjou.info>
19380
19381 * org.el (org-email-link-description): Allow to retrieve email
19382 link date.
19383
193842011-07-28 Lawrence Mitchell <wence@gmx.li>
19385
84f21110
BG
19386 * org.el (org-make-target-link-regexp): `regexp-quote' target
19387 before replacing whitespace.
3ab2c837
BG
19388
193892011-07-28 Eric Schulte <schulte.eric@gmail.com>
19390
19391 * ob.el (org-babel-expand-noweb-references): Noweb references can
19392 now be resolved from the library of babel.
19393
193942011-07-28 Eric Schulte <schulte.eric@gmail.com>
19395
19396 * ob.el (org-babel-result-end): No longer leaving trailing new
19397 line after block removal.
19398
193992011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19400
19401 * org-latex.el (org-export-latex-first-lines): Anchor outline
84f21110 19402 regexp during LaTeX tree export.
3ab2c837
BG
19403
194042011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
19405
d36ed1c8
SM
19406 * ob-python.el (org-babel-python-initiate-session-by-key):
19407 Make sure that py-which-bufname is initialized, as otherwise it will be
3ab2c837
BG
19408 overwritten the first time a Python buffer is created.
19409
194102011-07-28 Eric Schulte <schulte.eric@gmail.com>
19411
19412 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
19413 with spaces.
19414
194152011-07-28 Eric Schulte <schulte.eric@gmail.com>
19416
19417 * ob-org.el (org-babel-execute:org): Padding code block with an
19418 empty title on LaTeX export.
19419
194202011-07-28 Matt Lundin <mdl@imapmail.org>
19421
19422 * org.el (org-entry-properties): Stop scanning for timestamps if a
19423 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
84f21110 19424 requested and a match is found. Also, if a specific timestamp
3ab2c837
BG
19425 property is requested, do not push non-relevant timestamps onto
19426 property list.
19427
194282011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19429
19430 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
19431 when grid is being made for today.
19432
194332011-07-28 Matt Lundin <mdl@imapmail.org>
19434
19435 * org-agenda.el (org-agenda-get-scheduled): Don't call
19436 `org-is-habit-p' until after checking for
19437 `org-agenda-skip-scheduled-if-done'.
19438
194392011-07-28 Achim Gratz <Stromeko@nexgo.de>
19440
84f21110 19441 * org.el: Remove spurious linebreak introduced by earlier patch.
3ab2c837 19442
84f21110 19443 * ob.el, ob-ref.el: Remove double fix of the same problem.
3ab2c837
BG
19444
194452011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19446
19447 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
19448
194492011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
19450
d36ed1c8
SM
19451 * org-html.el (org-export-html-mathjax-template):
19452 Displaymath environment and MathJax.
3ab2c837
BG
19453
194542011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
19455
19456 * org-faces.el (org-agenda-current-time): New face.
19457
19458 * org-agenda.el (org-agenda-show-current-time-in-grid):
19459 (org-agenda-current-time-string): New options.
19460 (org-agenda-add-time-grid-maybe): Add current time to time grid.
19461
79b70037
GM
194622011-05-10 Jim Meyering <meyering@redhat.com>
19463
19464 Fix doubled-word typos.
19465 * org-agenda.el (org-agenda-entry-types): the the -> the
19466 * org-table.el (org-table-get-remote-range): or or -> or
19467 * org-wl.el (org-wl-folder-type): the the -> the
19468 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
19469
0adf5618
SM
194702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19471
19472 * org-src.el (org-src-switch-to-buffer):
19473 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
19474 * org-mouse.el (org-mouse-agenda-type):
19475 * org-freemind.el (org-freemind-node-to-org):
19476 * ob-sql.el (org-babel-execute:sql):
19477 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
19478 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
19479
33383987
JB
194802011-03-07 Chong Yidong <cyd@stupidchicken.com>
19481
19482 * Version 23.3 released.
19483
01c35094
JB
194842011-03-06 Juanma Barranquero <lekktu@gmail.com>
19485
19486 * org.el (org-blank-before-new-entry, org-context-in-file-links)
19487 (org-refile-targets, org-log-repeat, org-insert-link)
19488 (org-speed-command-default-hook, org-speed-command-hook)
19489 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
19490 Fix typos in docstrings.
19491 (org-toggle-pretty-entities): Fix typo in message.
19492
845fc5e5
JB
194932011-03-06 Juanma Barranquero <lekktu@gmail.com>
19494
19495 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
19496
b016851c
SM
194972011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * org-remember.el (org-remember-mode-map):
19500 * org-src.el (org-src-mode-map): Move initialization into declaration.
19501
4d789d84
SM
195022011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19503
19504 * org-remember.el (org-remember-mode):
19505 * org-capture.el (org-capture-mode): Don't run hook redundantly.
19506
12e1f328
CY
195072011-01-09 Chong Yidong <cyd@stupidchicken.com>
19508
19509 * org-faces.el (org-link): Inherit from link face.
19510 Suggested by Joakim Verona.
19511
acedf35c
CD
195122010-12-11 Tassilo Horn <tassilo@member.fsf.org>
19513
19514 * org-footnote.el (org-footnote-create-definition): Place
19515 Footnotes section before message-signature-separator also in modes
19516 derived from message-mode.
19517
195182010-12-11 Julien Danjou <julien@danjou.info>
19519
19520 * org.el (org-make-tags-matcher): Remove useless cat-p value.
19521
195222010-12-11 Julien Danjou <julien@danjou.info>
19523
19524 * org.el (org-entry-properties): Enhance docstring.
19525
195262010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19527
19528 * org-list.el (org-list-top-point-with-indent)
19529 (org-list-bottom-point-with-indent): Pay also attention to
19530 'original-indentation property of text, as blocks are put to
19531 column 0 upon exporting.
19532
195332010-12-11 Dan Davison <dandavison7@gmail.com>
19534
19535 * ob.el (org-babel-remove-temporary-directory): Handle exception
19536 with message informing of failure to remove directory.
19537
195382010-12-11 Eric Schulte <schulte.eric@gmail.com>
19539
19540 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
19541 `package' to the list of Clojure header arguments which will be read
19542 from heading properties.
19543
195442010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19545
19546 * org-inlinetask.el (org-inlinetask-export-templates): Add
01c35094 19547 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
acedf35c
CD
19548 not default as it requires an additional LaTeX package: "todonotes".
19549
195502010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19551
19552 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
19553
19554 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
19555 templates to export inline tasks.
19556
195572010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19558
19559 * org.el (org-current-level): Ignore inline tasks when getting current
19560 level of entry.
19561
195622010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19563
19564 * org.el (org-indent-line-function): Ignore drawers inside inline
19565 tasks if the line to indent isn't inside an inline task itself.
19566
195672010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19568
19569 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
19570
19571 * org-indent.el (org-indent-add-properties): Find true level of
19572 indentation wrt inline tasks.
19573
195742010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19575
19576 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
19577
19578 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
19579
19580 * org-inlinetask.el (org-inlinetask-goto-end): New function.
19581
19582 * org.el (org-mark-subtree): New command.
19583
19584 * org.el (org-speed-commands-default, org-mode-map): Make use of
19585 new command.
19586
195872010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19588
19589 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
19590 from @<span class...> so it can be removed during LaTeX export.
19591
195922010-12-11 Eric Schulte <schulte.eric@gmail.com>
19593
19594 * ob.el (org-babel-insert-result): More informative code block
19595 evaluation messages.
19596
195972010-12-11 Matt Lundin <mdl@imapmail.org>
19598
19599 * org.el (org-make-heading-search-string): Optionally limit number
19600 of lines stored in file link search strings.
01c35094 19601 (org-context-in-file-links): Add option to set to integer specifying
acedf35c
CD
19602 number of lines.
19603
196042010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19605
19606 * org-capture.el (org-capture-finalize): New prefix argument
19607 STAY-WITH-CAPTURE.
19608 (org-capture-refile): Improve docstring.
19609
196102010-12-11 Eric Schulte <schulte.eric@gmail.com>
19611
19612 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
19613 interaction engine.
19614
196152010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19616
19617 * org-agenda.el (org-agenda-list):
19618 (org-agenda-goto-today): Use `org-today'.
19619
196202010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19621
19622 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
19623 and the title/author definitions.
19624
196252010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19626
19627 * org-macs.el: Better backup definition for
19628 `with-silent-modifications'.
19629
196302010-12-11 Eric Schulte <schulte.eric@gmail.com>
19631
19632 * ob-python.el (org-babel-execute:python): Rename "prefix" to
19633 "preamble".
19634 (org-babel-python-evaluate): Rename "prefix" to "preamble".
19635 (org-babel-python-evaluate-external-process): Rename "prefix" to
19636 "preamble".
19637
196382010-12-11 Eric Schulte <schulte.eric@gmail.com>
19639
19640 * ob.el (org-babel-examplize-region): Check if `end' is a marker
19641 or a point and handle appropriately.
19642
196432010-12-11 Eric Schulte <schulte.eric@gmail.com>
19644
19645 * ob-sql.el (org-babel-execute:sql): Explicitly set field
19646 separator to \t when importing tabular data.
19647
196482010-12-11 Julien Danjou <julien@danjou.info>
19649
19650 * org-agenda.el (org-agenda-custom-commands-local-options):
19651 Allow org-agenda-span to be a symbol.
19652 (org-agenda-ndays): Make obsolete.
19653 (org-agenda-span): New variable superseding org-agenda-ndays.
19654 (org-agenda-menu): Use org-agenda-current-span.
19655 (org-agenda-current-span): New local variable storing current
19656 span.
19657 (org-agenda-list): Take a span instead of ndays as argument.
19658 This function is now responsible for computing the ndays based
19659 on span.
19660 (org-agenda-ndays-to-span): Return span only if number of days
19661 really matches.
19662 (org-agenda-span-to-ndays): New function.
19663 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
19664 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
19665 (org-agenda-later): Do not give compute a new span, use the
19666 current one.
19667 (org-agenda-day-view, org-agenda-week-view)
19668 (org-agenda-month-view, org-agenda-year-view): Stop touching
19669 org-agenda-ndays.
19670 (org-agenda-change-time-span): Only compute starting-span.
19671 (org-agenda-compute-starting-span): New function derived from
19672 the old org-agenda-compute-time-span.
19673 (org-agenda-set-mode-name): Compute mode based on
19674 org-agenda-current-span.
19675 (org-agenda-span-name): New function.
19676
196772010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
19678
19679 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
19680
196812010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19682
19683 * org-clock.el (org-quarter-to-date): Define variables.
19684 (org-clock-special-range): Defin variables. Use org-floor*.
19685 (org-clocktable-write-default): Define tcol.
19686
19687 * org-compat.el (org-floor*): New function.
19688
407277e0
GM
196892010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19690 John Wiegley <jwiegley@gmail.com>
19691
acedf35c
CD
19692 * org-complete.el: New file.
19693
196942010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19695
19696 * org-clock.el (org-clocktable-write-default): Fix the % formula.
19697
196982010-12-11 Matt Lundin <mdl@imapmail.org>
19699
407277e0 19700 * org-agenda.el (org-format-agenda-item): The value of
acedf35c
CD
19701 org-category is not converted to a string unless it is defined.
19702
197032010-12-11 Eric Schulte <schulte.eric@gmail.com>
19704
19705 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
19706 header argument through to external evaluation.
19707 (org-babel-python-evaluate): Pass the new "prefix" header argument
19708 through to external evaluation.
19709 (org-babel-python-evaluate-external-process): When specified prepend
19710 "prefix" to the file used in external evaluation.
19711
197122010-12-11 Dan Davison <dandavison7@gmail.com>
19713
19714 * ob-python.el (org-babel-python-evaluate-session): Change python
19715 module name from 'pp' to 'pprint'.
19716
197172010-12-11 Eric Schulte <schulte.eric@gmail.com>
19718
19719 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
19720 from R session output, these are often the result of variable
19721 assignments.
19722
197232010-12-11 Eric Schulte <schulte.eric@gmail.com>
19724
19725 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
19726 fix a compiler warning.
19727
197282010-12-11 Eric Schulte <schulte.eric@gmail.com>
19729
19730 * ob-eval.el (require): No longer require ob.el to allow
19731 requiring by ob.el.
19732
19733 * ob.el (ob-eval): Require ob-eval.
19734
197352010-12-11 Eric Schulte <schulte.eric@gmail.com>
19736
19737 * ob.el (org-babel-confirm-evaluate): Show code block's name when
19738 it is available during evaluation query.
19739
197402010-12-11 Eric Schulte <schulte.eric@gmail.com>
19741
19742 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
19743 code block.
19744 (org-babel-execute:sql): Use sql specific body expansion function.
19745 (org-babel-sql-expand-vars): Insert variables into a sql code block.
19746
197472010-12-11 Eric Schulte <schulte.eric@gmail.com>
19748
19749 * ob.el (org-babel-insert-result): Using markers instead of
19750 points for more robust buffer anchors.
19751
197522010-12-11 Julien Danjou <julien@danjou.info>
19753
19754 * org-capture.el: Use org-today.
19755
197562010-12-11 Julien Danjou <julien@danjou.info>
19757
19758 * org-habit.el: Use org-today.
19759
197602010-12-11 Julien Danjou <julien@danjou.info>
19761
19762 * org.el (org-auto-repeat-maybe): Use org-today.
19763
acedf35c
CD
197642010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19765
19766 * org-clock.el (org-day-of-week): New function.
19767 (org-quarter-to-date): New function.
19768 (org-clock-special-range): Implement quarters.
19769
197702010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
19771
4d789d84
SM
19772 * org.el (org-complete-tags-always-offer-all-agenda-tags):
19773 Fix docstring.
acedf35c
CD
19774
197752010-12-11 Julien Danjou <julien@danjou.info>
19776
19777 * org-agenda.el (org-format-agenda-item): Convert category to a string
01c35094 19778 if it is a symbol. This fixes the following call to
acedf35c
CD
19779 org-agenda-get-category-icon which fails if category is not a string.
19780
197812010-12-11 Eric Schulte <schulte.eric@gmail.com>
19782
19783 * ob-clojure.el: Updated requirements documentation to mention
19784 the minimum version of Clojure.
19785 (org-babel-expand-body:clojure): Fully qualified function name.
19786
197872010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19788
4d789d84 19789 * org-latex.el (org-export-latex-lists): Do not add an
acedf35c
CD
19790 unnecessary newline character after a list.
19791
4d789d84 19792 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
acedf35c
CD
19793 point is just after a non blank line.
19794
197952010-12-11 Eric Schulte <schulte.eric@gmail.com>
19796
19797 * ob.el (org-babel-examplize-region): Remove old assertion which
19798 no longer applies to the result insertion code.
19799
198002010-12-11 Eric Schulte <schulte.eric@gmail.com>
19801
19802 * ob-python.el (org-babel-execute:python): Use a :return header
19803 argument for external evaluation in which the code block body need
01c35094 19804 to be wrapped in a function.
acedf35c
CD
19805
198062010-12-11 Eric Schulte <schulte.eric@gmail.com>
19807
19808 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
19809 variable.
19810
198112010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19812
01c35094 19813 * org.el (org-edit-special): Edit formulas when in TBLMF line.
acedf35c
CD
19814
198152010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
19816
19817 * org-capture.el (org-capture-after-finalize-hook): New hook.
19818 (org-capture-finalize): Run the new hook.
19819
198202010-12-11 Eric Schulte <schulte.eric@gmail.com>
19821
19822 * ob-clojure.el (org-babel-expand-body:clojure): Support for
19823 pretty printing of Clojure code and data.
19824
198252010-12-11 Eric Schulte <schulte.eric@gmail.com>
19826
19827 * ob.el (org-babel-insert-result): No longer escape results which
19828 will be wrapped in a block.
19829
198302010-12-11 Eric Schulte <schulte.eric@gmail.com>
19831
4d789d84 19832 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
acedf35c
CD
19833 warning and added documentation string.
19834
198352010-12-11 Eric Schulte <schulte.eric@gmail.com>
19836
19837 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
19838 for all code evaluation.
19839
198402010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19841
19842 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
19843 the column as well.
19844
198452010-12-11 Eric Schulte <schulte.eric@gmail.com>
19846
19847 * ob.el (org-babel-confirm-evaluate): More descriptive message
19848 when evaluation is aborted or disabled.
19849
198502010-12-11 Eric Schulte <schulte.eric@gmail.com>
19851
19852 * ob.el (org-babel-insert-result): Responds to new "wrap" header
19853 argument.
19854 (org-babel-merge-params): Includes new "wrap" header argument in
19855 one of the results header argument exclusive groups.
19856
198572010-12-11 David Maus <dmaus@ictsoc.de>
19858
19859 * org-macs.el (with-silent-modifications): Fix condition for
19860 with-silent-modification.
19861
198622010-12-11 Eric Schulte <schulte.eric@gmail.com>
19863
19864 * ob.el (org-babel-parse-header-arguments): Stripping trailing
19865 spaces off of header arguments (even the first one).
19866
198672010-12-11 Eric Schulte <schulte.eric@gmail.com>
19868
19869 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
19870 single quotes which is the best practice.
19871 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
19872 more robust parsing of shell output.
19873
198742010-12-11 Dan Davison <dandavison7@gmail.com>
19875
19876 * org.el (org-additional-option-like-keywords): Add more keywords,
19877 and colons to some old ones.
19878
198792010-12-11 Dan Davison <dandavison7@gmail.com>
19880
19881 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
19882
198832010-12-11 Eric Schulte <schulte.eric@gmail.com>
19884
4d789d84
SM
19885 * ob-python.el (org-babel-python-table-or-string):
19886 Using `org-babel-script-escape' for reading string input from scripting
acedf35c
CD
19887 languages.
19888
198892010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
19890
19891 * org-macs.el (org-called-interactively-p): Wrap function call in
19892 with-no-warnings.
01c35094 19893 (with-silent-modifications): Declare macro for Emacs < 23.2.
acedf35c 19894
acedf35c
CD
198952010-12-11 Eric Schulte <schulte.eric@gmail.com>
19896
4d789d84 19897 * ob.el (org-babel-parse-header-arguments): Remove addition of
acedf35c
CD
19898 ":" to singleton first header arguments as it was leading to errors.
19899
acedf35c
CD
199002010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19901
19902 * org-latex.el (org-export-latex-make-header): Run the title through
19903 `org-export-latex-fontify-headline'.
19904 (org-export-latex-fontify-headline): Do the protection of math
19905 snippets also here.
19906
199072010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
19908
19909 * org-latex.el (org-export-as-latex): Sent the section title
19910 through the preprocessor.
19911
199122010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19913
19914 * org-html.el (org-html-level-start): Mark listified headings
19915 with a custom id.
19916
199172010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19918
19919 * org.el (org-open-at-point): Don't do footnote action if cursor is
19920 on a bracket link.
19921
199222010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19923
19924 * org.el (org-edit-special): Check also for TBLFM line.
19925
199262010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
19927
4d789d84 19928 * org-clock.el (org-get-clocktable): Previous patch incorrectly
01c35094 19929 required whitespace in front of #+BEGIN: and #+END:.
acedf35c
CD
19930
199312010-12-11 Dan Davison <dandavison7@gmail.com>
19932
19933 * org-src.el (org-edit-src-code): Allow region to be inherited by
19934 edit buffer when mark is one character beyond end of src block.
19935
199362010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19937
4d789d84 19938 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
acedf35c
CD
19939 checking item indentation.
19940
199412010-12-11 Eric Schulte <schulte.eric@gmail.com>
19942
4d789d84 19943 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
acedf35c
CD
19944 and now autoloading.
19945
199462010-12-11 Eric Schulte <schulte.eric@gmail.com>
19947
19948 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
19949 for testing list membership.
19950
19951 * ob.el (org-babel-read-result): Use higher level function for
19952 testing list membership.
19953 (org-babel-result-end): Use higher level function for testing list
19954 membership.
19955
199562010-12-11 Eric Schulte <schulte.eric@gmail.com>
19957
19958 * ob-sqlite.el (ob-eval): Require ob-eval for external command
19959 execution.
19960 (org-babel-execute:sqlite): No longer uses the init option for
19961 passing commands to sqlite.
19962
199632010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
19964
19965 * org.el (org-indent-line-function): Drawers and blocks have no
01c35094 19966 influence on indentation of text below. Also fix indentation
acedf35c
CD
19967 problem with a block at column 0 and add a special case for
19968 literal examples.
19969
199702010-12-11 Eric Schulte <schulte.eric@gmail.com>
19971
19972 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
19973 is only evaluated once.
19974
199752010-12-11 Eric Schulte <schulte.eric@gmail.com>
19976
19977 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
19978 type of data
01c35094 19979 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
acedf35c
CD
19980
199812010-12-11 Eric Schulte <schulte.eric@gmail.com>
19982
19983 * ob-tangle.el (org-babel-load-file): Can be called interactively.
19984
199852010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
19986
19987 * org-table.el (orgtbl-after-send-table-hook): New hook.
19988 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
19989 table was sent.
19990 (orgtbl-send-table): Return the number of sent tables, or nil if no
19991 sending has happened.
19992
199932010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
19994
19995 * org.el (org-get-priority-function): New option.
19996 (org-get-priority): Call `org-get-priority-function' if that
19997 has been set.
19998
199992010-12-11 Dan Davison <dandavison7@gmail.com>
20000
20001 * ob-table.el (org-babel-table-truncate-at-newline): Only add
20002 "..." if there is something after the newline.
20003
200042010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
20005
20006 * org-clock.el (org-get-clocktable):
20007 (org-in-clocktable-p):
20008 (org-clocktable-shift):
01c35094 20009 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
acedf35c
CD
20010
200112010-12-11 Puneeth Chaganti <punchagan@gmail.com>
20012
20013 * org-exp.el (org-export-handle-include-files): Support :minlevel
20014 property.
20015 (org-get-file-contents): New argument minlevel to demote included
20016 content.
20017
200182010-12-11 Noorul Islam <noorul@noorul.com>
20019
20020 * org-latex.el (org-export-latex-hyperref-format): New option.
4d789d84 20021 (org-export-latex-href-format): Rename the existing variable
acedf35c
CD
20022 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
20023 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
01c35094 20024 `org-export-latex-href-format'.
acedf35c
CD
20025
200262010-12-11 Eric Schulte <schulte.eric@gmail.com>
20027
20028 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
20029 buffer exists before it is used.
20030
200312010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
20032
7877f373 20033 * org-exp.el (org-export-preprocess-string): Delay code block
01c35094 20034 processing a bit to allow correct list parsing in the export string.
acedf35c
CD
20035
200362010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
20037
20038 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
20039 (org-agenda-time-of-day-to-ampm): New function.
20040 (org-agenda-time-of-day-to-ampm-maybe): New function.
20041 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
20042
200432010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20044
20045 * org-faces.el (org-cycle-level-faces): New option.
20046
20047 * org.el (org-get-level-face): Honor org-cycle-level-faces.
20048
200492010-12-11 Julien Danjou <julien@danjou.info>
20050
20051 * org-agenda.el (org-agenda-today): New function.
20052 (org-agenda-get-day-face): New function.
20053 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
20054 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
20055 (org-todo-list): Use org-agenda-today.
20056 (org-get-all-dates): Use org-agenda-today.
20057 (org-agenda-day-face-function): New variable.
20058 (org-agenda-get-day-face): Use org-agenda-day-face-function.
20059
200602010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20061
20062 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
20063 in Org.
20064
200652010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20066
20067 * org-html.el (org-export-as-html): Do not treat partially
20068 protected lines as if they were fully protected.
20069
200702010-12-11 Dan Davison <dandavison7@gmail.com>
20071
407277e0 20072 * org-exp.el (org-export-format-source-code-or-example):
acedf35c 20073 Remove hard-wired configuration of minted export
01c35094 20074 (org-export-latex-minted-with-line-numbers): Remove variable.
acedf35c 20075
23f6720e 200762010-12-11 Bastien Guerry <bzg@gnu.org>
acedf35c
CD
20077
20078 * org-clock.el (org-dblock-write:clocktable): Fix double
20079 reference to `link' in let construct.
20080 (org-clock-clocktable-formatter): Fix typo in docstring.
20081 (org-clocktable-write-default): Fix typo in docstring.
20082
200832010-12-11 David Maus <dmaus@ictsoc.de>
20084
20085 * org-protocol.el (org-protocol-unhex-string): Normalize percent
20086 escape sequence to upper case letters.
20087
200882010-12-11 Eric Schulte <schulte.eric@gmail.com>
20089
7877f373 20090 * ob-lob.el (org-babel-lob-get-info): Include pass-through
01c35094 20091 header arguments in results variable header argument string.
acedf35c
CD
20092
200932010-12-11 David Maus <dmaus@ictsoc.de>
20094
20095 * org-exp.el (org-export-visible): Limit search for in-buffer options
20096 beginning of first headline.
20097
200982010-12-11 David Maus <dmaus@ictsoc.de>
20099
20100 * org.el (org-open-at-point): Remove stale link handler for news:
20101 links.
20102
201032010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20104
20105 * org-clock.el (org-clocktable-write-default): Better handling of
20106 narrowing.
20107
201082010-12-11 Julien Danjou <julien@danjou.info>
20109
407277e0 20110 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
acedf35c
CD
20111
201122010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
20113
7877f373 20114 * org.el (org-indent-line-function): Simplify code and remove bug that
acedf35c
CD
20115 would insert a tab at the beginning of the line when trying to
20116 indent the item.
20117
201182010-12-11 Julien Danjou <julien@danjou.info>
20119
20120 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
20121
201222010-12-11 Julien Danjou <julien@danjou.info>
20123
20124 * org-agenda.el (org-agenda-prefix-format): Insert place holder
20125 for icon.
20126 (org-agenda-category-icon-alist): New option.
20127 (org-agenda-get-category-icon): New function.
20128 (org-format-agenda-item): Support for icons.
20129 (org-compile-prefix-format): Support for icons.
20130
201312010-12-11 Julien Danjou <julien@danjou.info>
20132
20133 * org-compat.el: Create defalias for `string-match-p' and
20134 looking-at-p.
20135
201362010-12-11 Eric Schulte <schulte.eric@gmail.com>
20137
7877f373 20138 * ob-calc.el (org-babel-execute:calc): Support for variables --
01c35094 20139 converts :var variables in calc variables.
acedf35c
CD
20140
201412010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20142
01c35094 20143 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
acedf35c
CD
20144
201452010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20146
20147 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
20148
201492010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20150
20151 * org-id.el (org-id-store-link): Test for org-mode before checking
20152 for IDs.
20153
acedf35c
CD
201542010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20155
20156 * org.el (org-shorten-string): New function.
20157
20158 * org-exp.el (org-export-convert-protected-spaces): New function.
4d789d84
SM
20159 (org-export-preprocess-string):
20160 Call `org-export-convert-protected-spaces' to handle new hard spaces.
acedf35c
CD
20161
201622010-12-11 David Maus <dmaus@ictsoc.de>
20163
20164 * org.el (org-narrow-to-subtree): Check for heading that ends at end
20165 of buffer.
20166
537c0c72
CD
201672010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
20168
12517c7b
CD
20169 * org-capture.el (org-capture-templates): Remove autoload from
20170 defcustom.
20171
537c0c72
CD
20172 * ob-lisp.el (slime): Don't expect slime to be present.
20173
afe98dfa
CD
201742010-11-11 Dan Davison <dandavison7@gmail.com>
20175
20176 * ob.el: `copy-sequence' suffices to copy alist; no need for
20177 `copy-tree'.
20178
201792010-11-11 Dan Davison <dandavison7@gmail.com>
20180
20181 * ob.el (org-babel-execute-src-block): If ":results file" is in
20182 effect, then ensure that the value of :file is returned as the
20183 result; don't rely on language files for this.
20184
201852010-11-11 Dan Davison <dandavison7@gmail.com>
20186
20187 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
20188 structure by side-effects of `sort'.
20189
201902010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
20191
20192 * org-list.el (org-list-bottom-point-with-indent): Do not check
20193 indentation of a non-empty blank line.
20194
20195 * org-list.el (org-sort-list): Sort a list with point anywhere
20196 inside it.
20197
201982010-11-11 Eric Schulte <schulte.eric@gmail.com>
20199
20200 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
20201 hopefully better error messages.
20202
202032010-11-11 Eric Schulte <schulte.eric@gmail.com>
20204
20205 * org.el (org-babel-load-languages): Adding calc.
20206
202072010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20208
20209 * ob.el (org-babel-initiate-session): Don't resolve variable
20210 references unless prefix arg is supplied.
20211
202122010-11-11 Eric Schulte <schulte.eric@gmail.com>
20213
20214 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
20215 refers to the correct stack.
20216
202172010-11-11 Eric Schulte <schulte.eric@gmail.com>
20218
20219 * ob-calc.el: Adding the beginnings of support for calc code
20220 blocks.
20221
202222010-11-11 Eric Schulte <schulte.eric@gmail.com>
20223
20224 * ob-tangle.el (org-babel-update-block-body): Declaring function
20225 for updating code block bodies.
20226 (org-babel-spec-to-string):
20227 (org-babel-detangle): Detangle all tangled and commented code
20228 blocks in the current file back to org.
20229 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
20230 file back to the originating org-mode code block ob-tangle:
20231 detangle changes in code files back to the original org files.
20232
202332010-11-11 Eric Schulte <schulte.eric@gmail.com>
20234
20235 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
20236 (org-babel-tangle-comment-format-end): Fix typo.
20237
202382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20239
4d789d84
SM
20240 * org-exp.el (org-export-format-source-code-or-example):
20241 Use minted for latex source code export if `org-export-latex-listings'
01c35094 20242 has the value 'minted.
afe98dfa
CD
20243
20244 * org-latex.el (org-export-latex-listings): Document special value
01c35094 20245 'minted.
afe98dfa
CD
20246
20247 * org-latex.el (org-export-latex-minted): Delete variable.
20248
202492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20250
20251 * ob.el (org-babel-get-src-block-info): Retrieve contents of
20252 parentheses, excluding parentheses themselves.
20253
202542010-11-11 Eric Schulte <schulte.eric@gmail.com>
20255
4d789d84
SM
20256 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
20257 Fix bug in gnuplot data file assignment using user variables.
afe98dfa
CD
20258
202592010-11-11 Eric Schulte <schulte.eric@gmail.com>
20260
20261 * ob-latex.el (org-babel-execute:latex): Adding new :headers
20262 header argument for latex code blocks.
20263
202642010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20265
20266 * org-capture.el (org-capture-templates): New capture property
ed9265fc
JB
20267 `:kill-buffer'.
20268 (org-capture-finalize): Kill target buffer if that is desired.
20269 (org-capture-target-buffer): Remember if we have to make the buffer.
afe98dfa
CD
20270
202712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20272
20273 * org-clock.el (org-dblock-write:clocktable): Fix bug when
20274 computing clock tables.
20275
202762010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20277
20278 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
20279 to caller even if no table is generated.
20280
202812010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
20282
20283 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
01c35094 20284 values from diary entries.
afe98dfa
CD
20285
20286 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
01c35094 20287 anniversaries.
afe98dfa
CD
20288
20289 * org.el (org-diary-sexp-entry): Handle lists as return values
20290 from diary entries.
20291
202922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20293
20294 * org-capture.el (org-capture-empty-lines-before):
20295 (org-capture-empty-lines-after): Make sure the n=0 does not insert
20296 any newlines.
20297
202982010-11-11 Eric Schulte <schulte.eric@gmail.com>
20299
4d789d84 20300 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
afe98dfa
CD
20301 message when clojure binary is not found.
20302
203032010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20304
20305 * org-html.el (org-format-table-html): New argument DOCBOOK.
20306 (org-format-org-table-html): New argument DOCBOOK. When set, use
20307 align instead of class to align table fields.
20308
20309 * org-docbook.el (org-export-as-docbook): Specify the docbook
20310 argument for the table converter.
20311
203122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20313
20314 * org-macs.el (org-called-interactively-p): New macro.
20315
20316 * org-freemind.el: No longer require 'rx.
20317 (org-freemind): New customization group, use it for all the
20318 variables.
20319 (org-export-as-freemind): Add docstring.
20320 (org-freemind-show): Improve filen naming.
20321 (org-freemind-convert-links-helper): New function.
20322 (org-freemind-bol-helper-base-indent): New variable.
20323 (org-freemind-bol-helper): New function.
20324 (org-freemind-node-css-style): New option.
20325 (org-freemind-node-pattern): New variable.
20326 (org-freemind-from-org-mode): Better docstring.
20327
203282010-11-11 David Maus <dmaus@ictsoc.de>
20329
4d789d84
SM
20330 * ob-haskell.el (org-babel-variable-assignments:haskell):
20331 Don't pass more than two arguments to mapc.
afe98dfa
CD
20332
203332010-11-11 David Maus <dmaus@ictsoc.de>
20334
20335 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
20336
203372010-11-11 David Maus <dmaus@ictsoc.de>
20338
20339 * org-footnote.el (message-signature-separator): Defvar to silence
20340 byte compiler.
20341
203422010-11-11 David Maus <dmaus@ictsoc.de>
20343
20344 * org-exp.el (org-export-string): Fix reference to wrong symbol.
20345
203462010-11-11 Jambunathan K <kjambunathan@gmail.com>
20347
20348 * org.el (org-link-search): Return 'dedicated on successful match
20349 when org-link-search-must-match-exact-headline is set to t.
20350
203512010-11-11 Daniel Clemente <n142857@gmail.com>
20352
20353 * org-html.el (org-html-make-link): Append fragment to file: links
20354 if present.
20355
203562010-11-11 Tassilo Horn <tassilo@member.fsf.org>
20357
20358 * org-footnote.el (org-footnote-create-definition)
20359 (org-footnote-goto-local-insertion-point): Add footnotes before
20360 signature when in message-mode.
20361
203622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20363
20364 * org.el (org-display-inline-images): Improve regexp.
20365
203662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20367
20368 * org.el (org-cycle): Make sure resetting to startup visibility
20369 works after another cycle command.
20370
203712010-11-11 Eric Schulte <schulte.eric@gmail.com>
20372
20373 * org-exp.el (org-export-string): New function org-export-string
20374 can be used to convert a string of test in org-mode markup to a
20375 specified format.
20376
203772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20378
20379 * org.el (org-display-inline-images): Allow non-ASCII characters
20380 in image file names. Save match data.
20381
203822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20383
20384 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
20385 stamps.
20386
203872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20388
20389 * org-exp.el (org-store-forced-table-alignment):
20390 (org-export-remove-special-table-lines): Allow the "c" cookie for
20391 table alignment.
20392
20393 * org-html.el (org-export-table-header-tags):
20394 (org-export-table-data-tags): Add another %s format for the
20395 alignment.
20396 (org-export-html-table-align-individual-fields): New option.
20397 (org-format-org-table-html): Implement field-by-field alignment
20398 and support centering.
20399 (org-format-table-table-html): Make sure the new table tag formats
20400 don't break this function.
20401
20402 * org-table.el (org-table-cookie-line-p):
20403 (org-table-align): Allow for the <c> cookie.
20404
20405 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
20406
204072010-11-11 David Maus <dmaus@ictsoc.de>
20408
20409 * org-exp.el (org-export-normalize-links): Skip normalization of
20410 plain links that are part of another link.
20411
204122010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20413
20414 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
20415
204162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20417
4d789d84 20418 * org-indent.el (org-indent-add-properties):
cd1181db
JB
20419 Use `with-silent-modifications'.
20420 (org-indent-remove-properties): Use `with-silent-modifications'.
afe98dfa
CD
20421
204222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20423
20424 * org-table.el (org-table-cookie-line-p): Fix indentation.
20425
20426 * org-exp.el (org-store-forced-table-alignment): New function.
4d789d84
SM
20427 (org-export-preprocess-string):
20428 Call `org-store-forced-table-alignment'.
afe98dfa
CD
20429
20430 * org-html.el (org-format-org-table-html): Use stored alignment
20431 information.
20432
204332010-11-11 Eric Schulte <schulte.eric@gmail.com>
20434
20435 * ob.el (org-babel-execute-src-block): Respects prefix argument
20436 (which forces re-calculation).
20437
204382010-11-11 Eric Schulte <schulte.eric@gmail.com>
20439
4d789d84 20440 * ob.el (org-babel-execute-src-block): Remove needless param
afe98dfa
CD
20441 sorting from ob-execute-src-block, the params are sorted already
20442 by ob-sha1-hash.
20443
204442010-11-11 Eric Schulte <schulte.eric@gmail.com>
20445
20446 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
20447 header argument level.
20448
204492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20450
20451 * ob.el (org-babel-sha1-hash): Consider words in different order
20452 as different input.
20453
204542010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20455
20456 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
20457
204582010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20459
20460 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
20461 structure of an Org-mode table (list of lists).
20462
204632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20464
20465 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
20466 (reference to unassigned variable `src-lang' and avoid calling
20467 org-babel-get-src-block-info twice.
20468
204692010-11-11 Eric Schulte <schulte.eric@gmail.com>
20470
d36ed1c8 20471 * ob.el (org-babel-demarcate-block): Update to reflect the new
afe98dfa
CD
20472 info list contents.
20473
204742010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20475
20476 * org-src.el (org-edit-src-code): Supply non-nil argument to
20477 `org-babel-get-src-block-info' to avoid resolving variable
20478 references.
20479
204802010-11-11 Eric Schulte <schulte.eric@gmail.com>
20481
4d789d84 20482 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
afe98dfa
CD
20483 improved efficiency of org-babel-map-src-blocks.
20484
204852010-11-11 Eric Schulte <schulte.eric@gmail.com>
20486
20487 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
20488 checks that a code block will actually be tangled before
20489 collecting it's full information (a process which could involve
20490 the execution of other code blocks).
20491
204922010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20493
20494 * ob.el (org-babel-demarcate-block): Use light version of
20495 `org-babel-get-src-block-info'.
20496
204972010-11-11 Eric Schulte <schulte.eric@gmail.com>
20498
20499 * ob.el (org-babel-sha1-hash): Now handles more complex types in
20500 params.
20501
205022010-11-11 Eric Schulte <schulte.eric@gmail.com>
20503
20504 * ob.el (org-babel-execute-src-block): Generally using the new
20505 more informative params
20506 (org-babel-process-params): Don't forget the :var portion of
20507 variable assignments.
20508
205092010-11-11 Eric Schulte <schulte.eric@gmail.com>
20510
d36ed1c8 20511 * ob-table.el (sbe): Simplify to reflect to var resolution.
afe98dfa
CD
20512
205132010-11-11 Eric Schulte <schulte.eric@gmail.com>
20514
20515 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
20516 arguments back to their params before evaluation.
20517
205182010-11-11 Eric Schulte <schulte.eric@gmail.com>
20519
20520 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
20521 indentation.
20522
205232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20524
20525 * ob-table.el (sbe): Use `org-babel-process-params params' instead
20526 of `org-babel-expand-variables'.
20527
205282010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20529
20530 * ob-C.el (org-babel-C-execute): Remove call to
20531 org-babel-process-params which should no longer be called from
01c35094 20532 within a language file.
afe98dfa
CD
20533
20534 * ob-R.el (org-babel-execute:R): Remove call to
20535 org-babel-process-params which should no longer be called from
20536 within a language file
20537 (org-babel-R-variable-assignments): Remove call to
20538 org-babel-process-params which should no longer be called from
01c35094 20539 within a language file.
afe98dfa
CD
20540
20541 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
20542 org-babel-process-params which should no longer be called from
01c35094 20543 within a language file.
afe98dfa
CD
20544
20545 * ob-clojure.el (org-babel-execute:clojure): Remove call to
20546 org-babel-process-params which should no longer be called from
01c35094 20547 within a language file.
afe98dfa
CD
20548
20549 * ob-dot.el (org-babel-execute:dot): Remove call to
20550 org-babel-process-params which should no longer be called from
01c35094 20551 within a language file.
afe98dfa
CD
20552
20553 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
20554 call to org-babel-process-params which should no longer be called
20555 from within a language file
20556 (org-babel-execute:emacs-lisp): Remove call to
20557 org-babel-process-params which should no longer be called from
01c35094 20558 within a language file.
afe98dfa
CD
20559
20560 * ob-haskell.el (org-babel-execute:haskell): Remove call to
20561 org-babel-process-params which should no longer be called from
01c35094 20562 within a language file.
afe98dfa
CD
20563
20564 * ob-js.el (org-babel-execute:js): Remove call to
20565 org-babel-process-params which should no longer be called from
01c35094 20566 within a language file.
afe98dfa
CD
20567
20568 * ob-lisp.el (org-babel-execute:lisp): Remove call to
20569 org-babel-process-params which should no longer be called from
01c35094 20570 within a language file.
afe98dfa
CD
20571
20572 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
20573 org-babel-process-params which should no longer be called from
01c35094 20574 within a language file.
afe98dfa
CD
20575
20576 * ob-octave.el (org-babel-execute:octave): Remove call to
20577 org-babel-process-params which should no longer be called from
01c35094 20578 within a language file.
afe98dfa
CD
20579
20580 * ob-perl.el (org-babel-execute:perl): Remove call to
20581 org-babel-process-params which should no longer be called from
01c35094 20582 within a language file.
afe98dfa
CD
20583
20584 * ob-python.el (org-babel-execute:python): Remove call to
20585 org-babel-process-params which should no longer be called from
01c35094 20586 within a language file.
afe98dfa
CD
20587
20588 * ob-ruby.el (org-babel-execute:ruby): Remove call to
20589 org-babel-process-params which should no longer be called from
01c35094 20590 within a language file.
afe98dfa
CD
20591
20592 * ob-scheme.el (org-babel-execute:scheme): Remove call to
20593 org-babel-process-params which should no longer be called from
01c35094 20594 within a language file.
afe98dfa
CD
20595
20596 * ob-screen.el (org-babel-execute:screen): Remove call to
20597 org-babel-process-params which should no longer be called from
20598 within a language file
20599 (org-babel-prep-session:screen): Remove call to
20600 org-babel-process-params which should no longer be called from
01c35094 20601 within a language file.
afe98dfa
CD
20602
20603 * ob-sh.el (org-babel-execute:sh): Remove call to
20604 org-babel-process-params which should no longer be called from
01c35094 20605 within a language file.
afe98dfa
CD
20606
20607 * ob-sql.el (org-babel-execute:sql): Remove call to
20608 org-babel-process-params which should no longer be called from
01c35094 20609 within a language file.
afe98dfa
CD
20610
20611 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
01c35094 20612 processed params.
afe98dfa
CD
20613
20614 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
01c35094 20615 processed params.
afe98dfa
CD
20616
20617 * ob-R.el (org-babel-execute:R): Remove reference to processed
20618 params.
20619
206202010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20621
20622 * ob-sql.el (org-babel-execute:sql): Use generic expansion
20623 function
20624 (org-babel-expand-body:sql): Delete function.
20625
206262010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20627
20628 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
20629 (org-babel-expand-body:sh): Delete function
20630 (org-babel-prep-session:sh): Change name of called function
20631 (org-babel-variable-assignments:sh): Change function name.
20632
206332010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20634
20635 * ob-screen.el (org-babel-execute:screen): Use generic expansion
20636 function
20637 (org-babel-expand-body:screen): Delete function
20638 (org-babel-prep-session:screen): Remove references to processed
20639 params.
20640
206412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20642
20643 * ob-sass.el (org-babel-execute:sass): Use generic expansion
20644 function
20645 (org-babel-expand-body:sass): Delete function.
20646
206472010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20648
20649 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
20650 function
20651 (org-babel-prep-session:ruby): Use new variable assignment
20652 function
20653 (org-babel-variable-assignments:ruby): New function
20654 (org-babel-expand-body:ruby): Delete function.
20655
206562010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20657
20658 * ob-python.el (org-babel-execute:python): Use generic expansion
20659 function
20660 (org-babel-prep-session:python): Change name of called function
20661 (org-babel-variable-assignments:python): Change function name
20662 (org-babel-expand-body:python): Delete function.
20663
206642010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20665
20666 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
20667 (automatically handled by generic version).
20668
206692010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20670
20671 * ob-perl.el (org-babel-execute:perl): Use generic expansion
20672 function
20673 (org-babel-expand-body:perl): Delete function
20674 (org-babel-variable-assignments:perl): New function.
20675
206762010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20677
20678 * ob-org.el (org-babel-expand-body:org): Delete function
20679 (automatically handled by generic version).
20680
206812010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20682
20683 * ob-octave.el (org-babel-execute:octave): Use generic expansion
20684 function
20685 (org-babel-variable-assignments:octave): Change name of function
20686 (org-babel-variable-assignments:matlab): New defalias
20687 (org-babel-prep-session:octave): Change name of function
20688 (org-babel-expand-body:matlab): Delete function
20689 (org-babel-expand-body:octave): Delete function.
20690
206912010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20692
20693 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
20694 function
20695 (org-babel-variable-assignments:ocaml): New function
20696 (org-babel-expand-body:ocaml): Delete function.
20697
206982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20699
20700 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
20701 (automatically handled by generic version).
20702
207032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20704
20705 * ob-js.el (org-babel-execute:js): Use new variable assignment
20706 function
20707 (org-babel-expand-body:js): Delete function
20708 (org-babel-prep-session:js): Use new variable assignment function
20709 (org-babel-variable-assignments:js): New function.
20710
207112010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20712
20713 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
20714 function
20715 (org-babel-expand-body:haskell): Delete function
20716 (org-babel-prep-session:haskell): Use variable assignment function
20717 (org-babel-variable-assignments:haskell): New function.
20718
207192010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20720
20721 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
20722 assignment function
20723 (org-babel-prep-session:gnuplot): Use variable assignment function
20724 (org-babel-variable-assignments:gnuplot): New function.
20725
207262010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20727
20728 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
20729 (automatically handled by generic version).
20730
207312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20732
20733 * ob-css.el (org-babel-expand-body:css): Delete function
20734 (automatically handled by generic version).
20735
207362010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20737
20738 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
20739 expansion function
20740 (org-babel-expand-body:asymptote): Delete function
20741 (org-babel-variable-assignments:asymptote): New function.
20742
207432010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20744
20745 * ob-R.el (org-babel-expand-body:R): Use new function
20746 `org-babel-variable-assignments:R'; don't trim body.
20747 (org-babel-execute:R): Respond to changes in
20748 `org-babel-expand-body:R'
20749 (org-babel-prep-session:R): Called function is now named
20750 `org-babel-variable-assignments:R'
20751 (org-babel-variable-assignments:R): Receives processed-params as
20752 new optional argument.
20753
207542010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20755
20756 * ob-C.el (org-babel-C-expand): Don't trim body.
20757
207582010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20759
20760 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
20761 obtaining variable references.
20762
207632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20764
20765 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
20766 assignment lines to generic expansion command.
20767
207682010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20769
20770 * ob.el (org-babel-expand-src-block): Supply variable assignment
20771 lines to generic expansion function
20772 (org-babel-expand-body:generic): Prepend body with optional
20773 variable assignment lines.
20774
207752010-11-11 Eric Schulte <schulte.eric@gmail.com>
20776
20777 * ob-exp.el (org-babel-exp-results): Replaced old function call.
20778
207792010-11-11 Eric Schulte <schulte.eric@gmail.com>
20780
20781 * ob-lob.el (org-babel-lob-execute): Now expanding variable
20782 references before execution.
20783
207842010-11-11 Eric Schulte <schulte.eric@gmail.com>
20785
20786 * ob.el (org-babel-execute-src-block): Only sort parameters if
20787 it's required for caching.
20788
207892010-11-11 Eric Schulte <schulte.eric@gmail.com>
20790
20791 * ob-table.el (sbe): Reworking for better indentation and to
20792 integrate the new variable resolution.
20793
207942010-11-11 Eric Schulte <schulte.eric@gmail.com>
20795
20796 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
20797 variables when resolving references.
20798
207992010-11-11 Eric Schulte <schulte.eric@gmail.com>
20800
4d789d84 20801 * ob.el (org-babel-merge-params): Fix order or precedence for
afe98dfa
CD
20802 variables.
20803
208042010-11-11 Eric Schulte <schulte.eric@gmail.com>
20805
01c35094
JB
20806 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
20807 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
20808 (org-babel-R-variable-assignments):
20809 * ob-asymptote.el (org-babel-expand-body:asymptote)
20810 (org-babel-execute:asymptote):
20811 * ob-clojure.el (org-babel-expand-body:clojure)
20812 (org-babel-execute:clojure):
20813 * ob-css.el (org-babel-expand-body:css):
20814 * ob-ditaa.el (org-babel-expand-body:ditaa):
20815 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
20816 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
20817 (org-babel-execute:emacs-lisp):
20818 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
20819 * ob-haskell.el (org-babel-expand-body:haskell)
20820 (org-babel-execute:haskell, org-babel-load-session:haskell)
20821 (org-babel-prep-session:haskell):
20822 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
20823 * ob-latex.el (org-babel-expand-body:latex):
20824 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
20825 * ob-mscgen.el (org-babel-expand-body:mscgen):
20826 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
20827 * ob-octave.el (org-babel-expand-body:matlab)
20828 (org-babel-expand-body:octave, org-babel-execute:octave)
20829 (org-babel-octave-variable-assignments):
20830 * ob-org.el (org-babel-expand-body:org):
20831 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
20832 * ob-plantuml.el (org-babel-expand-body:plantuml):
20833 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
20834 (org-babel-python-variable-assignments):
20835 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
20836 * ob-sass.el (org-babel-expand-body:sass):
20837 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
20838 * ob-screen.el (org-babel-expand-body:screen):
20839 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
20840 (org-babel-sh-variable-assignments):
20841 * ob-sql.el (org-babel-expand-body:sql):
20842 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
20843 * ob.el (org-babel-expand-body:generic):
20844 Remove obsoleted optional third argument.
afe98dfa
CD
20845
208462010-11-11 Eric Schulte <schulte.eric@gmail.com>
20847
20848 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
20849 calls to removed org-babel-ref-variables.
20850
208512010-11-11 Eric Schulte <schulte.eric@gmail.com>
20852
20853 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
20854 ingested code blocks.
20855
208562010-11-11 Eric Schulte <schulte.eric@gmail.com>
20857
20858 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
20859 information from within the original export file.
20860
208612010-11-11 Eric Schulte <schulte.eric@gmail.com>
20862
20863 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
20864 (this should return nil if not match found.
20865
208662010-11-11 Eric Schulte <schulte.eric@gmail.com>
20867
4d789d84
SM
20868 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
20869 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
afe98dfa
CD
20870
208712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20872
20873 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
01c35094 20874 docstring.
afe98dfa 20875
4d789d84
SM
20876 * ob-python.el (org-babel-python-variable-assignments):
20877 Provide missing docstring.
afe98dfa
CD
20878
208792010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20880
20881 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
20882 variable assignment part out into a separate function
20883 (org-babel-octave-variable-assignments): New function constructing
20884 list of variable assignment statements
20885 (org-babel-prep-session:octave): Use new function
20886 `org-babel-octave-variable-assignments' instead of previous
20887 (incorrect) variable assignment code.
20888
208892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20890
20891 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
20892 assignment part out into a separate function
20893 (org-babel-sh-variable-assignments): New function constructing
20894 list of variable assignment statements
20895 (org-babel-prep-session:sh): Use new function
20896 `org-babel-sh-variable-assignments' instead of previous
20897 (incorrect) variable assignment code.
20898
208992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20900
20901 * ob-python.el (org-babel-expand-body:python): Refactor: break
20902 variable assignment part out into a separate function
20903 (org-babel-python-variable-assignments): New function constructing
20904 list of variable assignment statements
20905 (org-babel-prep-session:python): Use new function
20906 `org-babel-python-variable-assignments' instead of previous
20907 (incorrect) variable assignment code.
20908
209092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20910
20911 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
20912 assignment part out into a separate function
20913 (org-babel-R-variable-assignments): New function constructing list
20914 of variable assignment statements
20915 (org-babel-prep-session:R): Use new function
20916 `org-babel-R-variable-assignments' instead of previous
20917 (incorrect) variable assignment code.
20918
209192010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20920
20921 * ob.el (org-babel-initiate-session): Better variable names.
20922
209232010-11-11 Eric Schulte <schulte.eric@gmail.com>
20924
4d789d84
SM
20925 * ob.el (org-number-sequence):
20926 Declared * ob-R.el (org-number-sequence): Declared.
afe98dfa
CD
20927
209282010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20929
20930 * ob.el (org-babel-map-src-blocks): Store correct value of
20931 `end-block'.
20932
209332010-11-11 Dan Davison <davison@stats.ox.ac.uk>
20934
20935 * ob.el (org-babel-mark-block): New function to mark the body of a
20936 src block in the style of `mark-defun'.
20937
209382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20939
20940 * org-compat.el (org-number-sequence): New function.
20941
20942 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
20943
4d789d84
SM
20944 * ob.el (org-babel-where-is-src-block-result):
20945 Use `org-number-sequence'.
afe98dfa
CD
20946 (org-babel-current-buffer-properties): Fix variable definition.
20947
20948 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
20949
20950 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
20951 version of `shell-command'.
20952
20953 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
20954 `shell-command'.
20955
209562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20957
20958 * org-list.el (org-list-search-unenclosed-generic): Replace call
20959 to booleanp.
20960
209612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20962
20963 * org.el (org-agenda-jump-prefer-future): New option.
20964
4d789d84
SM
20965 * org-agenda.el (org-agenda-goto-date):
20966 Use `org-agenda-jump-prefer-future'.
afe98dfa
CD
20967
209682010-11-11 Noorul Islam <noorul@noorul.com>
20969
01c35094 20970 * org-latex.el (org-export-latex-links): Replaced hard coded
afe98dfa
CD
20971 hyperref format with custom variable
20972 `org-export-latex-hyperref-format'.
20973
209742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20975
20976 * org.el (org-insert-heading): Fix docstring.
20977
209782010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
20979
20980 * org-capture.el (org-capture-place-entry): If the first line is
20981 already a headline, just stay there.
20982
209832010-11-11 Eric Schulte <schulte.eric@gmail.com>
20984
20985 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
20986 are non-nil.
20987
209882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20989
20990 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
20991 after an entity.
20992
209932010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20994
20995 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
20996 table fields.
20997
209982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
20999
21000 * org.el (org-insert-heading): When on the headline of an inline
21001 task, insert another inline tasks.
21002
210032010-11-11 Eric Schulte <schulte.eric@gmail.com>
21004
21005 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
21006 links for blocks that will actually tangle.
21007
210082010-11-11 Eric Schulte <schulte.eric@gmail.com>
21009
21010 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
21011 in expanded shell bodies.
21012
210132010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21014
21015 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
21016 newline characters.
21017
210182010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21019
21020 * ob-sh.el (org-babel-expand-body:sh): Align code.
21021
210222010-11-11 Eric Schulte <schulte.eric@gmail.com>
21023
01c35094 21024 * ob.el (org-babel-params-from-properties): Max line with at <=80.
afe98dfa
CD
21025
210262010-11-11 Eric Schulte <schulte.eric@gmail.com>
21027
21028 * org-latex.el (org-export-latex-listings-langs): Clojure is now
21029 recognized as a lisp.
21030
210312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21032
21033 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
21034 to interpret property as header argument value.
21035
210362010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21037
21038 * ob.el (org-babel-parse-header-arguments): Simplify reading of
21039 header arg value.
21040
210412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21042
21043 * org-publish.el (org-publish-org-to-ascii):
21044 (org-publish-org-to-latin1):
21045 (org-publish-org-to-utf8): New functions.
21046
210472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21048
21049 * org.el (org-insert-heading): Skip inline tasks when trying to
21050 insert a new heading after the end of the subtree.
21051
210522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21053
21054 * org-inlinetask.el (org-inlinetask-min-level): Set customization
21055 type to integer or nil.
21056
21057 * org.el (org-insert-heading): When after an inline task, do not
21058 use level but go back to headline level before the inline task.
21059
210602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21061
21062 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
21063
21064 * org.el (org-indent-line-function): Fix indentation of inline
21065 tasks.
21066
210672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21068
21069 * org.el (org-activate-links): Fix customize type.
21070
210712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21072
21073 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
21074 default option.
21075
210762010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21077
21078 * org-latex.el (org-export-latex-minted): Document pygments
21079 dependency.
21080
210812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21082
21083 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
21084 file if encryption has been turned on.
21085 (org-mobile-copy-agenda-files): Avoid double encryption of
21086 `mobileorg.org'.
21087
210882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21089
4d789d84
SM
21090 * org-exp.el (org-export-latex-minted-with-line-numbers):
21091 Ensure that variable is declared.
afe98dfa
CD
21092
210932010-11-11 Eric Schulte <schulte.eric@gmail.com>
21094
4d789d84 21095 * ob-python.el (org-src-preserve-indentation): Fix compiler
afe98dfa
CD
21096 warning.
21097
210982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21099
4d789d84
SM
21100 * org-exp.el (org-export-format-source-code-or-example):
21101 Latex formatting of source code blocks using the minted package
afe98dfa
CD
21102 (org-export-plist-vars): Add :latex-minted property
21103 (org-export-latex-minted): Ensure variable is defined
21104 (org-export-latex-minted-langs): Ensure variable is defined.
21105
211062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21107
21108 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
21109
211102010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21111
21112 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
21113
211142010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21115
21116 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
21117 when `org-src-preserve-indentation' is non-nil.
21118
211192010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21120
21121 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
21122 of blocks added to Library of Babel.
21123
211242010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21125
21126 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
21127 name.
21128
211292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21130
4d789d84
SM
21131 * org-beamer.el (org-beamer-place-default-actions-for-lists):
21132 Fix typo in regexp.
afe98dfa
CD
21133
211342010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21135
21136 * org-list.el (org-toggle-checkbox): Avoid some boundary error
21137 when inserting a checkbox in an empty last item of a list.
21138
211392010-11-11 David Maus <dmaus@ictsoc.de>
21140
4d789d84
SM
21141 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
21142 Query article number from file is nil by default.
afe98dfa
CD
21143
211442010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
21145
21146 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
21147
211482010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21149
21150 * org-capture.el (org-capture-place-entry): Move to `beg' before
21151 searching for `%?'.
21152
211532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21154
21155 * org.el (org-format-latex): Fix mathjax treatment of single
21156 letters in between dollars.
21157
211582010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
21159
21160 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
21161 run.
21162
211632010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21164
21165 * org.el (org-blank-before-new-entry): Improve docstring.
21166
211672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21168
4d789d84
SM
21169 * org-mobile.el (org-mobile-force-id-on-agenda-items):
21170 Fix docstring.
afe98dfa
CD
21171 (org-mobile-write-agenda-for-mobile): Use outline path if we do
21172 not have an ID and are not allowed to make one.
21173 (org-mobile-get-outline-path-link): New function.
21174
211752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21176
21177 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
21178 file.
21179 (org-mobile-write-agenda-for-mobile): Use the right name, even if
21180 the file get encrypted.
21181 (org-mobile-move-capture): Only delete tempfile if it does exist.
21182
211832010-11-11 Eric Schulte <schulte.eric@gmail.com>
21184
4d789d84 21185 * ob.el (org-babel-number-p): Fix documentation string.
afe98dfa
CD
21186
211872010-11-11 Eric Schulte <schulte.eric@gmail.com>
21188
21189 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
21190 "tangle" as a positive argument for the :noweb header argument
21191 during tangling.
21192
211932010-11-11 Eric Schulte <schulte.eric@gmail.com>
21194
4d789d84 21195 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
afe98dfa
CD
21196 have links, with tests.
21197
afe98dfa
CD
211982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21199
21200 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
21201 available.
21202 (org-export-latex-get-error): New function.
21203 (org-export-as-pdf): Give an indication of the errors that
21204 happened during processing.
21205
212062010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
21207
21208 * org-exp.el (org-export-language-setup): Fix Polish entries.
21209
212102010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21211
21212 * org.el (org-set-tags): Allow comma as a separator when
21213 specifying tags at the completion interface.
21214 (org-tags-completion-function): Allow comma as a separator when
21215 specifying tags at the completion interface.
21216
212172010-11-11 Eric Schulte <schulte.eric@gmail.com>
21218
21219 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
21220 export-file if exporting from a buffer which is not visiting a
21221 file.
21222
212232010-11-11 Eric Schulte <schulte.eric@gmail.com>
21224
21225 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
21226 name in link construction if there is a heading to follow it.
21227
212282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21229
21230 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
21231 as an allowed extension.
21232
212332010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
21234
21235 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
21236 with zeros. Start applying face earlier.
21237
212382010-11-11 Eric Schulte <schulte.eric@gmail.com>
21239
21240 * ob.el (or): Don't create org-babel-temporary-directory in batch
21241 as it won't be removed by emacs-kill-hook
21242 (org-babel-remove-temporary-directory): Only try to remove this
21243 directory if it exists.
21244
212452010-11-11 Eric Schulte <schulte.eric@gmail.com>
21246
21247 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
21248 warning in ob.el.
21249
212502010-11-11 Eric Schulte <schulte.eric@gmail.com>
21251
21252 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
21253 the tangling message.
21254
212552010-11-11 Eric Schulte <schulte.eric@gmail.com>
21256
21257 * ob.el (org-babel-load-languages): Fixes compiler warning.
21258
212592010-11-11 Eric Schulte <schulte.eric@gmail.com>
21260
21261 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
21262 output.
21263
212642010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21265
21266 * org-ascii.el (org-export-as-ascii): Use the correct match group.
21267
212682010-11-11 Eric Schulte <schulte.eric@gmail.com>
21269
21270 * ob.el (boundp): Uncommenting defvar form for
21271 org-babel-temporary-directory
21272 (org-babel-temp-file): Now using the org-babel-temporary-directory
21273 for holding new babel temporary files
21274 (org-babel-remove-temporary-directory): Removes the babel temp dir
21275 when Emacs shutsdown
21276 (kill-emacs-hook): Now removing the babel temp dir on Emacs
21277 shutdown.
21278
212792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21280
21281 * org-capture.el (org-capture-fill-template): Initialize history
21282 variable.
21283
212842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21285
21286 * org-src.el (org-edit-src-code): Don't move point when generating
21287 edit buffer.
21288
212892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21290
21291 * org-src.el (org-edit-src-code): Deal with point being in
21292 #+end_src line.
21293
212942010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21295
21296 * org-table.el (org-table-current-column): Add interactive to turn
21297 this into a command.
21298
212992010-11-11 Bernt Hansen <bernt@norang.ca>
21300
21301 * org.el (org-insert-heading): Run org-insert-heading-hook when
21302 creating the first heading in a file.
21303
213042010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21305
21306 * org.el (org-startup-with-inline-images): New option.
21307 (org-startup-options): Add new keywords inlineimages and
21308 noinlineimages.
21309 (org-mode): Inline images when this has been configured.
21310
213112010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21312
21313 * ob.el (org-babel-get-src-block-info): Remove optional
21314 HEADER-VARS-ONLY argument; further simplification.
21315
213162010-11-11 Eric Schulte <schulte.eric@gmail.com>
21317
4d789d84 21318 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
afe98dfa
CD
21319 prompt in ob-confirm-evaluate in some cases.
21320
213212010-11-11 Eric Schulte <schulte.eric@gmail.com>
21322
21323 * ob.el (org-babel-demarcate-block): Visible region and completion
21324 during language selection.
21325
213262010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21327
21328 * ob.el (org-babel-get-src-block-info): Remove comment.
21329
213302010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21331
21332 * ob.el (org-babel-get-src-block-info): Simplify function.
21333
213342010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21335
21336 * ob.el (org-babel-get-src-block-info): Form info list correctly
333f9019 21337 when parenthesized arguments are missing.
afe98dfa
CD
21338
213392010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21340
21341 * ob-exp.el (org-export-babel-evaluate): Docstring typo
21342 (org-babel-exp-code): Docstring typo.
21343
213442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21345
4d789d84
SM
21346 * org-mobile.el (org-mobile-encryption-password):
21347 Improve docstring.
afe98dfa
CD
21348 (org-mobile-encryption-password-session): New variable.
21349 (org-mobile-encryption-password): New function.
21350 (org-mobile-check-setup):
21351 (org-mobile-encrypt-file):
21352 (org-mobile-decrypt-file): Use the new function.
21353
213542010-11-11 David Maus <dmaus@ictsoc.de>
21355
21356 * org-capture.el (org-capture-place-template): Widen to remove
21357 possible restrictions in target buffer.
21358
213592010-11-11 Jambunathan K <kjambunathan@gmail.com>
21360
4d789d84 21361 * org.el (org-speed-command-hook): Add org-speed-command-hook
afe98dfa
CD
21362 (org-babel-speed-command-hook): Hook for Babel's speed commands.
21363
213642010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21365
21366 * ob.el (org-babel-execute-buffer): Re-implement using
21367 `org-babel-map-src-blocks'.
21368
213692010-11-11 David Maus <dmaus@ictsoc.de>
21370
21371 * org-capture.el (org-capture-templates): Update doc string with
21372 new message date related escapes.
21373
213742010-11-11 David Maus <dmaus@ictsoc.de>
21375
21376 * org-wl.el (org-wl-store-link-message): Define properties %:date)
21377 (%:date-timestamp, and %:date-timestamp-inactive.
21378
21379 * org-mew.el (org-mew-store-link): Dto.
21380
21381 * org-mhe.el (org-mhe-store-link): Dto.
21382
21383 * org-rmail.el (org-rmail-store-link): Dto.
21384
21385 * org-vm.el (org-vm-store-link): Dto.
21386
213872010-11-11 David Maus <dmaus@ictsoc.de>
21388
21389 * org-wl.el (org-wl-message-field): Always get literal content of
21390 header fields.
21391
213922010-11-11 David Maus <dmaus@ictsoc.de>
21393
21394 * org-gnus.el (org-gnus-store-link): Define properties
21395 %:date-timestamp and %:date-timestamp-inactive.
21396
213972010-11-11 David Maus <dmaus@ictsoc.de>
21398
21399 * org-gnus.el (org-gnus-store-link): Handle empty date header
21400 field.
21401
214022010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
21403
01c35094
JB
21404 * org.el (org-speed-command-hook): New. Hook for installing
21405 additional speed commands. Use this for enabling speed commands on
afe98dfa
CD
21406 src blocks.
21407 (org-speed-command-default-hook): The default hook for
01c35094 21408 org-speed-command-hook. Factored out from org-self-insert-command
91af3942 21409 and mimics existing behavior.
d36ed1c8 21410 (org-self-insert-command): Modify to use org-speed-command-hook.
afe98dfa
CD
21411
214122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21413
21414 * org-agenda.el (org-search-view): Recover spaces in search words
21415 if they were escaped with \ or inside a regexp.
21416
214172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21418
21419 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
21420 the list of completable meta line words.
21421 (org-complete): Complete property names after #+PROPERTY.
21422
214232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21424
21425 * ob-python.el (org-babel-python-evaluate-session): Make temp file
21426 names consistent.
21427
214282010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21429
21430 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
21431 Delete extra format argument.
21432
214332010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21434
21435 * ob-org.el (org-babel-org-export): Typo in docstring.
21436
214372010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21438
21439 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
21440 variable.
21441
214422010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21443
21444 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
21445
214462010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21447
21448 * ob.el (org-babel-process-file-name): New function
21449 (org-babel-maybe-remote-file): Delete function.
21450
214512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21452
21453 * ob-C.el (org-babel-C-execute): Remove unused variable.
21454
214552010-11-11 David Maus <dmaus@ictsoc.de>
21456
21457 * org.el (org-make-link-string): Prevent superfluous colon.
21458
214592010-11-11 David Maus <dmaus@ictsoc.de>
21460
21461 * org.el (org-make-org-heading-search-string): Leave headline
21462 intact.
21463
214642010-11-11 David Maus <dmaus@ictsoc.de>
21465
21466 * org.el (org-make-link-string): Don't escape characters in link
21467 type.
21468
23f6720e 214692010-11-11 Bastien Guerry <bzg@gnu.org>
afe98dfa
CD
21470
21471 * org-capture.el (org-capture-templates): Update docstring to
01c35094 21472 advertise %:org-date.
afe98dfa
CD
21473
214742010-11-11 Eric Schulte <schulte.eric@gmail.com>
21475
21476 * ob-dot.el (org-babel-execute:dot): Automatically specifies
21477 "-T<ext>" based on file name extension.
21478
214792010-11-11 Eric Schulte <schulte.eric@gmail.com>
21480
21481 * ob-org.el (org-babel-org-export): Raise error on nested export
21482 call.
21483
214842010-11-11 Eric Schulte <schulte.eric@gmail.com>
21485
21486 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
21487 output files.
21488
214892010-11-11 Eric Schulte <schulte.eric@gmail.com>
21490
21491 * ob.el (org-babel-demarcate-block): Better initialization of
21492 stars.
21493
214942010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21495
21496 * org-src.el (org-src-tab-acts-natively): Add customize interface.
21497
214982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21499
4d789d84
SM
21500 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
21501 New variable allowing prevention of automatic stripping of leading and
afe98dfa
CD
21502 trailing blank lines when exiting edit buffer.
21503 (org-edit-src-exit): Respect value of
21504 `org-src-strip-leading-and-trailing-blank-lines'
4d789d84
SM
21505 (org-src-native-tab-command-maybe):
21506 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
afe98dfa
CD
21507 this function.
21508
215092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21510
21511 * org-src.el (org-edit-src-code): If mark was inside code block
21512 then code edit buffer inherits mark with active region.
21513
215142010-11-11 Eric Schulte <schulte.eric@gmail.com>
21515
21516 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
21517
215182010-11-11 Eric Schulte <schulte.eric@gmail.com>
21519
21520 * ob.el (org-babel-demarcate-block): Better handling of empty
21521 space around demarcated area.
21522
215232010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21524
21525 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
21526 this command.
21527
215282010-11-11 David Maus <dmaus@ictsoc.de>
21529
21530 * org-gnus.el (org-gnus-open-nntp): New function.
21531
215322010-11-11 David Maus <dmaus@ictsoc.de>
21533
21534 * org-wl.el (org-wl-open-nntp): New function.
21535
215362010-11-11 David Maus <dmaus@ictsoc.de>
21537
21538 * org-wl.el (org-wl-open): Open message by numeric reference if
21539 article part is not a message id.
21540
215412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21542
21543 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
21544 visible line.
21545
215462010-11-11 Eric Schulte <schulte.eric@gmail.com>
21547
21548 * ob.el (org-babel-demarcate-block): Interactive demarcation of
01c35094 21549 code blocks.
afe98dfa
CD
21550
21551 * ob-keys.el (org-babel-key-bindings): Key bindings for block
21552 demarcation.
21553
23f6720e 215542010-11-11 Bastien Guerry <bzg@gnu.org>
afe98dfa
CD
21555
21556 * org.el (org-link-types): Add the "message" link type.
21557
215582010-11-11 David Maus <dmaus@ictsoc.de>
21559
21560 * org.el (org-link-types): Add 'message:' link type to default
21561 link types.
21562
23f6720e 215632010-11-11 Bastien Guerry <bzg@gnu.org>
afe98dfa
CD
21564
21565 * org-gnus.el (org-gnus-store-link): Add the :date property to
21566 gnus links, allowing the use of %:date in capture templates.
21567
215682010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21569
21570 * org-list.el (org-cycle-list-bullet): Follow order of bullets
21571 indicated in doc-string.
21572
21573 * org-list.el (org-list-bottom-point-with-indent): List is ended
21574 when a line is less indented that the last item, not the less
21575 indented item.
21576
215772010-11-11 Eric Schulte <schulte.eric@gmail.com>
21578
21579 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
21580 original file before resolving code block parameters to ensure
21581 headline and buffer wide parameters are taken into consideration
21582 when only a narrowed portion of the file is exported.
21583
215842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21585
21586 * org.el (org-forward-same-level): Fix docstring.
21587
215882010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
21589
21590 * org-publish.el (org-publish-attachment): Put the attachment into
21591 the right directory.
21592
215932010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
21594
21595 * org.el (org-goto-first-child): New command.
21596
215972010-11-11 Matt Lundin <mdl@imapmail.org>
21598
21599 * org-agenda.el (org-prepare-agenda): If the agenda is called from
21600 within the agenda via an elisp link, such as
21601 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
21602 of the file containing the link, since that buffer is current
21603 during org-prepare agenda (due to a with-current-buffer in
01c35094 21604 org-agenda-open-link). An additional test now ensures that the
afe98dfa
CD
21605 agenda buffer is in fact current when the buffer is erased and
21606 local variables for the agenda are set.
21607
216082010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
21609
21610 * org-exp.el (org-infile-export-plist): Define property macro.
21611
216122010-11-11 David Maus <dmaus@ictsoc.de>
21613
21614 * org-mhe.el (org-mhe-get-header): Remove possible folding white
21615 space in message header field.
21616
216172010-11-11 David Maus <dmaus@ictsoc.de>
21618
21619 * org-feed.el (org-feed): Fix typo in customization group :tag
21620 property.
21621
216222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21623
21624 * org-latex.el (org-export-latex-tag-markup): New option.
4d789d84
SM
21625 (org-export-latex-keywords-maybe):
21626 Use `org-export-latex-tag-markup'.
afe98dfa 21627
d4423e17 216282010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
afe98dfa
CD
21629
21630 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
21631 (org-ical-ts-to-string): Use UTC time when requested.
21632
216332010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
21634
21635 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
21636 from 'file' to 'http'.
21637
216382010-11-11 David Maus <dmaus@ictsoc.de>
21639
21640 * org.el (org-store-log-note): Fix wrong usage
21641 of`org-adapt-indentation'.
21642
216432010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21644
21645 * org.el (org-skip-over-state-notes): Do not compute bottom point
21646 at each item.
21647
21648 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
21649 instead of moving to each item.
21650
216512010-11-11 David Maus <dmaus@ictsoc.de>
21652
21653 * org-capture.el (org-capture-templates): Small fix in doc string.
21654
216552010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
21656
4d789d84 21657 * org-archive.el (org-get-local-archive-location):
fc23fe2d 21658 Use `org-archive-location' as default.
afe98dfa
CD
21659
216602010-11-11 Eric Schulte <schulte.eric@gmail.com>
21661
01c35094 21662 * ob-C.el (org): No longer requires org.
afe98dfa
CD
21663
21664 * ob-ledger.el (org): No longer requires org.
21665
216662010-11-11 David Maus <dmaus@ictsoc.de>
21667
21668 * org.el (org-priority): Save match data before call to
21669 `read-char-exclusive'.
21670
216712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21672
21673 * org-list.el (org-list-to-generic): Descriptions labels can be
21674 any suit of symbols, and will end at double colons.
21675
216762010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21677
21678 * org.el (org-indent-line-function): Indent past [@num] and
21679 [@start:num], consistently with what is already done with
21680 checkboxes.
21681
216822010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21683
21684 * org.el (org-store-log-note): Indent new notes to the right
21685 column. Also take `org-list-two-spaces-after-bullet-regexp' into
21686 consideration when creating the note.
21687
216882010-11-11 David Maus <dmaus@ictsoc.de>
21689
21690 * org-gnus.el (nnimap-group-overview-filename): Declare function
21691 to silence byte compiler.
21692
216932010-11-11 David Maus <dmaus@ictsoc.de>
21694
4d789d84
SM
21695 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
21696 New customization variable.
afe98dfa
CD
21697 (org-gnus-nnimap-cached-article-number): New function.
21698 (org-gnus-follow-link): Try to fetch cached article number of
21699 message-id.
21700
217012010-11-11 Eric Schulte <schulte.eric@gmail.com>
21702
21703 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
21704 first line into code blocks before export so that the first line
21705 is not interpreted as a title
21706 (org-babel-org-export): Use new dummy code block prefix.
21707
217082010-11-11 Eric Schulte <schulte.eric@gmail.com>
21709
21710 * ob.el (org-babel-insert-result): No longer throws error when
21711 inserting an empty result.
21712
217132010-11-11 Eric Schulte <schulte.eric@gmail.com>
21714
7877f373 21715 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
afe98dfa
CD
21716
217172010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21718
4d789d84
SM
21719 * ob.el (org-babel-do-in-edit-buffer):
21720 Use `org-babel-where-is-src-block-head' to test for source block at
afe98dfa
CD
21721 point.
21722
217232010-11-11 Eric Schulte <schulte.eric@gmail.com>
21724
21725 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
01c35094 21726 `org-babel-goto-src-block-head'.
afe98dfa
CD
21727
21728 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
21729 current code block.
21730
217312010-11-11 Eric Schulte <schulte.eric@gmail.com>
21732
21733 * ob.el (org-babel-next-src-block): Now raising more informative
01c35094 21734 error when no further code blocks can be found.
afe98dfa
CD
21735 (org-babel-previous-src-block): Now raising more informative error
21736 when no previous code blocks can be found.
21737
217382010-11-11 Eric Schulte <schulte.eric@gmail.com>
21739
21740 * org-exp-blocks.el
21741 (org-export-preprocess-after-include-files-hook): Now using this
21742 hook instead of `org-export-preprocess-hook'.
21743
217442010-11-11 Eric Schulte <schulte.eric@gmail.com>
21745
01c35094 21746 * ob-plantuml.el (org-babel-execute:plantuml): ????
afe98dfa
CD
21747
217482010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21749
21750 * ob-python.el (org-babel-python-evaluate): Refactor as call to
21751 either `org-babel-python-evaluate-external-process' or
21752 `org-babel-python-evaluate-session'.
21753 (org-babel-python-evaluate-external-process): New function to
21754 handle evaluation in external process.
21755 (org-babel-python-evaluate-session): New function to handle
21756 evaluation in emacs inferior process.
21757
217582010-11-11 Eric Schulte <schulte.eric@gmail.com>
21759
21760 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
21761 or html respecting :results header arg
21762 (org-babel-org-export): Exports a string of text to an output
21763 format.
21764
217652010-11-11 Eric Schulte <schulte.eric@gmail.com>
21766
21767 * ob.el (org-babel-insert-result): Remove existing results when
21768 nil results are returned.
21769
217702010-11-11 David Maus <dmaus@ictsoc.de>
21771
21772 * org-ascii.el (org-export-as-ascii): Bind and set link path for
21773 link type specific markup function.
21774
217752010-11-11 David Maus <dmaus@ictsoc.de>
21776
21777 * org-clock.el (notifications-notify): Properly declare function
21778 to silence byte compiler.
21779
217802010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21781
21782 * org-list.el (org-insert-item): Check invisibility of point at a
21783 meaningful location.
21784
217852010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21786
21787 * org-list.el (org-list-insert-item-generic): Updating checkboxes
48d1354e 21788 can modify bottom point of a list, so make it a marker before
afe98dfa
CD
21789 calling `org-update-checkbox-count-maybe'.
21790
217912010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21792
21793 * org.el (org-src-fontify-natively): Set to nil by default.
e3ac1281 21794 Supply customize interface.
afe98dfa 21795
23f6720e 217962010-11-11 Bastien Guerry <bzg@gnu.org>
afe98dfa
CD
21797
21798 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
21799 `org-bracket-link-analytic-regexp++' to match the link type.
21800
218012010-11-11 Eric Schulte <schulte.eric@gmail.com>
21802
21803 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
21804 `language'.
21805
218062010-11-11 Eric Schulte <schulte.eric@gmail.com>
21807
4d789d84
SM
21808 * ob-tangle.el (org-babel-tangle-comment-format-beg):
21809 Format string specifying the link-comment preceding a code block
afe98dfa
CD
21810 (org-babel-tangle-comment-format-end): Format string specifying
21811 the link-comment following a code block
21812 (org-babel-tangle-collect-blocks): Storing more information in the
21813 spec of a tangling code block
21814 (org-babel-spec-to-string): Now makes use of customizable
21815 link-comment formats.
21816
218172010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
21818
21819 * org.el (org-delete-backward-char): Check for nil overwrite-mode
21820 before inserting spaces.
21821
218222010-11-11 David Maus <dmaus@ictsoc.de>
21823
21824 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
21825 from summary of non-TODO ical entries.
21826 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
21827 exclude tags from summary of TODO ical entries.
21828
218292010-11-11 Eric Schulte <schulte.eric@gmail.com>
21830
21831 * ob.el (org-babel-map-src-blocks): Now exposes much information
21832 about the code block in the form of let-bound local variables.
21833
218342010-11-11 David Maus <dmaus@ictsoc.de>
21835
21836 * org-list.el (org-outline-regexp, org-ts-regexp)
21837 (org-ts-regexp-both, org-in-regexps-block-p)
21838 (org-level-increment, org-at-heading-p)
21839 (outline-previous-heading, org-icompleting-read)
21840 (org-time-string-to-seconds): Declare to fix compiler warning.
21841
218422010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21843
21844 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
01c35094 21845 used from an heading. Send an error when no item is in region.
afe98dfa
CD
21846
218472010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21848
21849 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
21850 ensure that edit buffer is exited.
21851
218522010-11-11 Eric Schulte <schulte.eric@gmail.com>
21853
21854 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
21855 control the amount of extra newlines inserted into tangled code
21856 (org-babel-tangle-collect-blocks): Now conditionally collects
21857 information to be used for "org" style comments
21858 (org-babel-spec-to-string): Now inserts "org" style comments, and
21859 obeys the newline configuration variable when inserting whitespace.
21860
218612010-11-11 Eric Schulte <schulte.eric@gmail.com>
21862
21863 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
21864 hook
21865 (org-babel-tangle): Calls new tangle hook.
21866
218672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21868
21869 * org-capture.el (org-capture): Compute the length of the correct
21870 string when removing properties.
21871
218722010-11-11 Eric Schulte <schulte.eric@gmail.com>
21873
21874 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
21875 names before shell quoting.
21876
218772010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21878
21879 * org-src.el (org-src-tab-indents-natively): New variable
21880 controlling whether language-native TAB action should be performed
21881 (org-src-native-tab-command-maybe): New function to perform
21882 language-native TAB action.
21883 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
21884
218852010-11-11 Eric Schulte <schulte.eric@gmail.com>
21886
21887 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
21888 `org-plantuml-jar-path' before use.
21889
218902010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21891
21892 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
21893 language major mode buffers during fontification.
21894
218952010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21896
21897 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
d36ed1c8
SM
21898 match code blocks with switches and header args.
21899 Call `org-src-font-lock-fontify-block' for automatic fontification of
afe98dfa
CD
21900 code in code blocks, controlled by variable
21901 `org-src-fontify-natively'.
21902 (org-src-fontify-natively): New variable.
21903
219042010-11-11 Eric Schulte <schulte.eric@gmail.com>
21905
4d789d84 21906 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
afe98dfa
CD
21907 inf-ruby.
21908
219092010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
21910
01c35094
JB
21911 * org-html.el (org-html-make-link): (expand-file-name) removes
21912 one "/" from "///path-to-file", so add one. Anything other than
afe98dfa
CD
21913 'file' type should be exported along with the type.
21914
219152010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
21916
01c35094
JB
21917 * org.el (org-insert-subheading): Fix compiler warning
21918 (org-insert-todo-subheading): Fix compiler warning.
afe98dfa
CD
21919
219202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
21921
21922 * org-capture.el (org-capture): Remove read-only text properties
21923 from capture text.
21924 (org-capture-set-target-location): Throw an error if file+headline
21925 target does not point into a file which is in Org mode.
21926
219272010-11-11 Eric Schulte <schulte.eric@gmail.com>
21928
21929 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
21930
219312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21932
21933 * org-src.el (org-edit-src-code): Improve docstring.
21934
219352010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21936
21937 * ob.el (org-babel-execute-src-block): Document prefix argument in
21938 docstring.
21939
219402010-11-11 Eric Schulte <schulte.eric@gmail.com>
21941
21942 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
21943 org-ditaa-jar-path with expand-file-name.
21944
219452010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21946
21947 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
21948 `org-babel-execute-src-block'.
21949
219502010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21951
21952 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
21953 [@x] syntax for list numbering.
21954
219552010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21956
21957 * org.el (org-indent-line-function): Indentation of source block
21958 is left to `org-edit-src-exit' and shouldn't be modified by
01c35094 21959 `org-indent-line-function'. Indentation of others blocks should be
afe98dfa
CD
21960 the same as the #+begin line.
21961
219622010-11-11 Dan Davison <davison@stats.ox.ac.uk>
21963
21964 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
21965 forms on source blocks in current buffer; restore point in current
21966 buffer.
21967
219682010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21969
21970 * org-list.el (org-list-struct): Accept list boundaries as an
21971 argument in order to avoid computing `org-list-top-point' and
21972 `org-list-bottom-point' twice when indenting.
21973
219742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21975
21976 * org-list.el (org-list-ending-method): Default value is now
21977 `both', to ensure maximum compatibility before previous
21978 implementation.
21979
219802010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21981
21982 * org-list.el (org-list-in-item-p-with-indent): Test if first line
21983 is the item beginning.
21984
21985 * org-list.el (org-list-top-point-with-indent): Test if first line
21986 is a valid list beginning.
21987
219882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21989
21990 * org-list.el (org-list-ending-method): New customizable variable
01c35094 21991 to tell Org Mode how lists end. See docstring.
afe98dfa
CD
21992
219932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21994
21995 * org-list.el (org-indent-item-tree): Shifting step of top-level
21996 item depends on `org-level-increment'.
21997
219982010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
21999
22000 * org.el (org-indent-line-function): Indent first non blank line
22001 after a list according to current heading level.
22002
220032010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22004
4d789d84 22005 * org-docbook.el (org-export-as-docbook): Remove check for
afe98dfa
CD
22006 indentation on lines that do not start with a list bullet.
22007
22008 * org-html.el (org-export-as-html): Same thing.
22009
220102010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22011
22012 * org-list.el (org-list-bottom-point): Take into consideration
22013 that bound of search can be before true ending of the list.
22014
220152010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22016
22017 * org-list.el (org-list-struct-apply-struct): No longer shift
22018 item's body twice: one after replacing bullet and one after
22019 changing indentation.
22020
220212010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22022
4d789d84 22023 * org-list.el (org-list-struct-indent): Add code to replace
afe98dfa
CD
22024 bullets if needed when indenting.
22025
220262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22027
22028 * org-list.el (org-list-insert-item-generic): A single item
22029 already counting blank lines in his body should be separated with
01c35094 22030 the next one by a blank line. Moreover, if user already provided
afe98dfa
CD
22031 blank lines, follow his wishes.
22032
220332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22034
22035 * org-list.el (org-indent-item-tree): When moving top item of a
22036 *-list to column 0, only the first item had its bullet changed to
01c35094 22037 -. It now changes all items of the top-level list, as expected.
afe98dfa
CD
22038
220392010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22040
22041 * org-list.el (org-toggle-checkbox): Go to beginning of line
22042 before processing.
22043
220442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22045
22046 * org-list.el (org-list-struct-apply-struct): Check if ancestor
22047 exists.
22048
220492010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22050
22051 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
22052 done at each item.
22053
220542010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22055
3fcfc4ee 22056 * org-list.el: Removed unused variable
afe98dfa
CD
22057 `org-suppress-item-indentation'.
22058
22059 * org-list.el (org-renumber-ordered-list): Skip item if bullet
22060 number is already good.
22061
220622010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22063
22064 * org-list.el (org-list-automatic-rules): Doc-string reflects this
22065 change.
22066
22067 * org-list.el (org-indent-item-tree): Prevent whole list from
d36ed1c8
SM
22068 being moved when user is not moving subtree.
22069 Thus `org-cycle-item-indentation' will not allow to move the list.
afe98dfa
CD
22070
220712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22072
01c35094 22073 * org-list.el (org-indent-item-tree): Remove region code. It was
afe98dfa
CD
22074 prone to errors and undocumented.
22075
22076 * org-list.el (org-item-indent-positions): Better heuristics to
22077 determine what bullet the item will have when demoted.
22078
220792010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22080
22081 * org-list.el (org-list-bullet-string): First check if
22082 `org-list-two-spaces-after-bullet-regexp' isn't nil.
22083
220842010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22085
22086 * org-list.el (org-list-bullet-string): Do not modify match-data.
22087
22088 * org.el (org-toggle-item): Now working again when changing list
01c35094 22089 items into plain text. Moreover take into consideration
afe98dfa
CD
22090 `org-list-two-spaces-after-bullet-regexp'.
22091
220922010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22093
4d789d84 22094 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
afe98dfa
CD
22095 fix, and improved heuristics to determine bullet when indenting.
22096
22097 * org-list.el (org-item-indent-positions): Function now returns
22098 sane results when there are two lists separated with blank lines
22099 only.
22100
221012010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22102
22103 * org-docbook.el (org-export-as-docbook): Use override="num" in
01c35094 22104 any listitem matching [@start:num].
afe98dfa
CD
22105
22106 * org-html.el (org-export-as-html): Use value="num" in any li
01c35094 22107 matching [@start:num].
afe98dfa
CD
22108
221092010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22110
22111 * org.el (org-set-font-lock-defaults): Correct fontification for
22112 checkboxes found after [@start:?].
22113
22114 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
22115 [@start:?] when looking at a regex after a bullet.
22116
22117 * org-list.el (org-toggle-checkbox): Correct insertion of
22118 checkboxes when there is already a [@start:?] in the item.
22119
22120 * org-list.el (org-checkbox-blocked-p): Properly check if there's
22121 an unchecked item before.
22122
22123 * org-list.el (org-list-parse-list): Function handles items having
22124 both a counter and a checkbox.
22125
221262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22127
22128 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
22129 stores both indentation and bullet when cycle started.
22130
221312010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22132
22133 * org-list.el: `org-at-description-p' renamed to
22134 `org-at-item-description-p', `org-first-list-item-p' renamed to
22135 `org-list-first-item-p', `org-end-of-item-text-before-children'
22136 renamed to `org-end-of-item-or-at-child'.
22137
221382010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22139
22140 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
22141 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
22142 before toggling a checkbox.
22143
221442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22145
22146 * org-list.el (org-list-bullet-string): New function returning
22147 bullet concatenated with an appropriate number of white spaces.
22148
22149 * org-list.el (org-list-insert-item-generic): Insert the right
22150 bullet, with help of `org-list-bullet-string'.
22151
4d789d84
SM
22152 * org-list.el (org-indent-item-tree):
22153 Use `org-list-bullet-string'.
afe98dfa
CD
22154
22155 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
22156
22157 * org-list.el (org-toggle-checkbox): Send an error when
22158 `org-toggle-checkbox' is trying to insert a checkbox at a
22159 description item.
22160
d36ed1c8 22161 * org-list.el (org-item-re): Modify regexp so it can catch
afe98dfa
CD
22162 correct number of white space before item body.
22163
22164 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
22165 consideration new `org-item-re'.
22166
221672010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22168
22169 * org-list.el (org-list-insert-item-generic): The second item in a
22170 list will be separated from its predecessor with the number of
22171 blank lines separating the first item from its parent, if any, or
22172 no blank line.
22173
221742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22175
22176 * org-list.el (org-indent-item-tree): Fix and reorder every list
22177 and sublist, from parent of list that has moved if indenting, or
22178 from list at point if outdenting.
22179
221802010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22181
22182 * org-list.el (org-indent-item-tree): Try to keep relative
01c35094 22183 position on line. It can't if point is in white spaces before
afe98dfa
CD
22184 bullet because mixed tabs and spaces make some columns
22185 unattainable.
22186
221872010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22188
22189 * org-list.el (org-cycle-item-indentation): Cycle when the whole
01c35094 22190 item only contains bullet and maybe a checkbox. Previously, TAB
afe98dfa
CD
22191 would cycle when the first line of the item was blank.
22192
221932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22194
22195 * org-list.el (org-cycle-item-indentation): Allow a point just
22196 after a description item or a checkboxed item to start cycling.
22197
221982010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22199
4d789d84
SM
22200 * org-list.el (org-cycle-list-bullet):
22201 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
afe98dfa
CD
22202 as valid bullets when cycling.
22203
222042010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22205
22206 * org-list.el (org-cycle-item-indentation): Do return t if and
22207 only if cycling is possible and succeded.
22208
222092010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22210
22211 * org-list.el (org-indent-item-tree): When outdenting a subtree,
22212 the last item shouldn't have a children.
22213
222142010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22215
22216 * org-list.el (org-cycle-item-indentation): Cycling should play
22217 nicely with indent rule in `org-list-automatic-rules'.
22218
222192010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22220
22221 * org-list.el (org-indent-item-tree): If indent rule is activated,
22222 it should be impossible to outdent an item having children without
01c35094 22223 moving its subtree. Improved reordering of lists modified by
afe98dfa
CD
22224 cycling indentation.
22225
222262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22227
4d789d84 22228 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
afe98dfa
CD
22229 `org-fix-bullet-type' to prevent infinite loop, and some checks
22230 already done in `org-renumber-ordered-list'.
22231
22232 * org-list.el (org-fix-bullet-type): Remove a check and call
22233 directly `org-maybe-renumber-ordered-list'.
22234
222352010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22236
22237 * org-list.el (org-indent-item-tree): It shouldn't be possible to
22238 indent the first item of a sublist (though outdent is possible) as
22239 it would break list's structure.
22240
222412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22242
22243 * org-list.el (org-list-insert-item-generic): When local search
01c35094 22244 doesn't help, search the list globally for blank lines. Moreover,
afe98dfa
CD
22245 don't bother with new lists, and add 1 blank line.
22246
222472010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22248
4d789d84
SM
22249 * org-capture.el (org-capture-place-item):
22250 Use `org-search-forward-unenclosed' and
afe98dfa
CD
22251 `org-search-backward-unenclosed' and new variable
22252 `org-item-beginning-re'.
22253
22254 * org-list.el (org-item-beginning-re): Regexp matching beginning
22255 of an item.
22256
222572010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22258
22259 * org-list.el (org-cycle-list-bullet): Put back support for
22260 'previous argument.
22261
222622010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22263
22264 * org-list.el (org-in-item-p): Handle case when point is at an
22265 heading.
22266
22267 * org-list.el (org-list-make-subtree): Add protection when used
01c35094 22268 outside of list.
afe98dfa 22269
4d789d84 22270 * org-list.el (org-insert-item): Remove useless hack now
afe98dfa
CD
22271 `org-in-item-p' is fixed.
22272
4d789d84 22273 * org-timer.el (org-timer-item): Remove useless hack now
afe98dfa
CD
22274 `org-in-item-p' is fixed.
22275
222762010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22277
22278 * org-list.el (org-cycle-list-bullet): Prevent description items
01c35094 22279 from being numbered. String argument is also recognized now, as
afe98dfa
CD
22280 long as it is a valid bullet.
22281
222822010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22283
22284 * org-list.el (org-indent-item-tree): Moving indentation of top
22285 list item will make the whole list move.
22286
22287 * org-list.el (org-apply-on-list): Function is less sensitive to
22288 changes of indentation.
22289
222902010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22291
22292 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
22293 of the regexp.
22294
22295 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
22296
22297 * org-list.el (org-cycle-item-indentation): Allow cycling
22298 description items and checkbox items.
22299
22300 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
22301
22302 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
22303 regexp.
22304
223052010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22306
22307 * org-list.el (org-insert-item-internal): Guessing of blank lines
c5e87d10 22308 number is made by looking at neighboring items, if any.
afe98dfa
CD
22309
223102010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22311
22312 * org-list.el (org-sort-list): Add the possibility to sort timer
22313 lists with the ?t or ?T options.
22314
223152010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22316
22317 * org-list.el (org-search-unenclosed-internal): New function to
22318 handle both `org-search-forward-unenclosed' and
22319 `org-search-backward-unenclosed'.
22320
22321 * org-list.el (org-search-backward-unenclosed): Can send errors
22322 now. Removed useless usage of COUNT.
22323
22324 * org-list.el (org-search-forward-unenclosed): Can send errors
22325 now. Removed useless usage of COUNT.
22326
4d789d84
SM
22327 * org-list.el (org-update-checkbox-count):
22328 Use `org-search-forward-unenclosed' and
afe98dfa
CD
22329 `org-search-backward-unenclosed' instead of `re-search-forward'
22330 and `re-search-backward'.
22331
22332 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
22333 and `org-search-backward-unenclosed' instead of
22334 `re-search-forward' and `re-search-backward'.
22335
4d789d84
SM
22336 * org-list.el (org-list-make-subtree):
22337 Use `org-search-forward-unenclosed' and
afe98dfa
CD
22338 `org-search-backward-unenclosed' instead of `re-search-forward'
22339 and `re-search-backward'.
22340
223412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22342
22343 * org-list.el (org-insert-item-internal): Fixes the problem when
22344 point was before the first char of the item's body.
22345
223462010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22347
01c35094
JB
22348 * org-timer.el (org-timer-item): Refactoring. Compute timer string
22349 before inserting it in the buffer.
afe98dfa 22350
4d789d84 22351 * org-timer.el (org-timer): Add an optional argument to return
afe98dfa
CD
22352 timer string instead of inserting it.
22353
223542010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22355
22356 * org-list.el (org-insert-item-internal): New function to handle
c80e3b4a 22357 positioning and contents of an item being inserted at a specific
ed9265fc 22358 pos. It is not possible anymore to split a term in a description
afe98dfa
CD
22359 list or a checkbox when inserting a new item.
22360
22361 * org-list.el (org-insert-item): Refactored by using the new
22362 `org-insert-item-internal' function.
22363
22364 * org-timer.el (org-timer-item): Refactored by using the new
22365 `org-insert-item-internal' function.
22366
223672010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22368
22369 * org-list.el (org-list-bottom-point): Be sure to check real
22370 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
22371
22372 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
22373 end of item if we are in a list.
22374
223752010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22376
22377 * org-list.el (org-insert-item): Move before any special block in
22378 a list prior to add a new item.
22379
22380 * org-timer.el (org-timer-item): When in a timer list, insert a
01c35094
JB
22381 new timer item like `org-insert-item'. If in another list, send an
22382 error. Otherwise, start a new timer list.
afe98dfa
CD
22383
223842010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22385
22386 * org-list.el: Minor refactoring.
22387
223882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22389
22390 * org-timer.el (org-timer-item): Insert description list item at
22391 the right column.
22392
22393 * org-list.el (org-insert-item): Insert the right number of blank
22394 lines before a relative timer.
22395
223962010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22397
22398 * org-list.el (org-insert-item): Remove restriction on latex
22399 blocks.
22400
224012010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22402
22403 * org-list.el (org-search-backward-unenclosed): Do not stop in
22404 protected places.
22405
22406 * org-list.el (org-search-forward-unenclosed): Do not stop in
22407 protected places.
22408
22409 * org-latex.el (org-export-latex-lists): Use the fact that
22410 org-search-forward do not stop anymore at protected places.
22411
224122010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22413
22414 * org-list.el (org-search-backward-unenclosed): Do not prevent
22415 list items from being inside LaTeX blocks.
22416
22417 * org-list.el (org-search-forward-unenclosed): Do not prevent list
22418 items from being inside LaTeX blocks.
22419
224202010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22421
22422 * org-list.el (org-in-item-p): Do not widen before checking if we
22423 are in item.
22424
22425 * org-list.el (org-list-send-list): We cannot count on
22426 `org-list-top-point' and `org-list-bottom-point' before buffer is
01c35094 22427 narrowed. Find bounds of list otherwise.
afe98dfa
CD
22428
224292010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22430
22431 * org-list.el (org-list-end-regexp): By default, list ending is
22432 exactly 2 blank lines.
22433
224342010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22435
22436 * org-docbook.el (org-export-as-docbook): When we find an empty
22437 line, we do not need to check for
22438 `org-empty-line-terminates-plain-lists' because we would have
22439 found end-list marker before.
22440
22441 * org-html.el (org-export-as-html): Same.
22442
224432010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22444
22445 * org-list.el (org-insert-item): Simplify count of blank lines to
22446 insert.
22447
224482010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22449
22450 * org-list.el (org-list-end-regexp): New customizable variable to
22451 define what string should end lists.
22452
22453 * org-list.el (org-list-end-re): Function is now aware of
22454 `org-list-end-regexp'.
22455
224562010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22457
22458 * org-html.el (org-export-as-html): Code cleanup.
22459
224602010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22461
22462 * org-docbook.el (org-export-as-docbook): Properly close any open
01c35094 22463 list when seeing ORG-LIST-END. Removed any reference to now
afe98dfa
CD
22464 unneeded DIDCLOSE variable.
22465
224662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22467
22468 * org-exp.el (org-export-mark-list-ending): Fix number of blank
22469 lines inserted after a list.
22470
22471 * org-list.el (org-list-parse-list): Fix case when
22472 `org-list-end-re' would have an indentation greater than current
22473 list.
22474
224752010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22476
22477 * org-exp.el (org-export-mark-list-ending): Differentiate between
22478 export backends, and replace `org-list-end-re' by a blank line
22479 upon exporting.
22480
224812010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22482
22483 * org-html.el (org-export-as-html): Delete didclose and everything
22484 related to it, as it is no longer needed.
22485
224862010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22487
22488 * org-html.el (org-export-html-preprocess): Remove unneeded
22489 insertion of list end marker, as it is now handled by
22490 `org-export-mark-list-ending'.
22491
22492 * org-html.el (org-export-as-html): Cleaner termination of lists.
22493
22494 * org-exp.el (org-export-mark-list-ending): New function to insert
22495 specific markers at the end of lists when exporting to a backend
22496 not using `org-list-parse-list'. This function is called early in
22497 `org-export-preprocess-string', while it is still able to
22498 recognize lists.
22499
22500 * org-latex.el (org-export-latex-lists): Better search for
01c35094 22501 lists. It now only finds items not enclosed and not protected.
afe98dfa
CD
22502
225032010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22504
22505 * org-list.el: Replaced `re-search-forward' by
22506 `org-search-forward-unenclosed' where it made sense.
22507
225082010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22509
22510 * org-list.el (org-apply-to-list): Now a return value is handed at
22511 each new call of the function applied.
22512
22513 * org-list.el (org-fix-bullet-type): Use the new
22514 `org-apply-to-list' format.
22515
22516 * org-list.el (org-renumber-ordered-list): Use the new
22517 `org-apply-to-list' format.
22518
225192010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22520
22521 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
22522 correctly used.
22523
22524 * org-list.el (org-search-forward-unenclosed): Better regexp used.
22525
22526 * org-list.el (org-search-backward-unenclosed): Better regexp
22527 used.
22528
225292010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22530
22531 * org-list.el (org-sort-list): End-rec function was ill-defined.
22532
225332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22534
22535 * org-list.el (org-search-forward-unenclosed): Fix behavior when
01c35094 22536 last occurrence was enclosed.
afe98dfa
CD
22537
22538 * org-list.el (org-search-backward-unenclosed): Fix behavior when
01c35094 22539 last occurrence was enclosed.
afe98dfa
CD
22540
225412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22542
22543 * org.el (org-in-regexps-block-p): Fix documentation.
22544
225452010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22546
22547 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
22548
22549 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
22550
22551 * org-list.el (org-list-parse-list): Minor fix.
22552
225532010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22554
22555 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
22556 called with t argument.
22557
225582010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22559
4d789d84
SM
22560 * org-html.el (org-export-html-preprocess):
22561 Replace `org-list-end-re' by a blank line during pre-process.
afe98dfa
CD
22562
225632010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22564
22565 * org-list.el (org-list-bottom-point): No need for square brackets
22566 for `skip-chars-backward'.
22567
225682010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22569
22570 * org-html.el: Do not delete space between end of list and
22571 beginning of the following.
22572
225732010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22574
01c35094
JB
22575 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
22576 needed. Lists should not end before seeing this.
afe98dfa
CD
22577
225782010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22579
22580 * org-html.el: Notice end of lists.
22581
225822010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22583
22584 * org-list.el (org-list-parse-list): Better handling of
22585 restrictions when function is called on a list with sublists.
22586
22587 * org-list.el (org-list-send-list): Find the true ending of the
22588 list being sent.
22589
22590 * org-list.el (org-list-radio-list-templates): Templates are more
22591 specific to lists.
22592
225932010-11-11 Eric Schulte <schulte.eric@gmail.com>
22594
22595 * ob-js.el (org-babel-js-eoe): Indicate end of input
22596 (org-babel-execute:js): Support for session evaluation
22597 (org-babel-prep-session:js): Fleshed out definition
22598 (org-babel-js-initiate-session): Can initiate a session using
22599 mozrepl.
22600
226012010-11-11 David Maus <dmaus@ictsoc.de>
22602
22603 * org.el (org-set-regexps-and-options): Protect escape char in
22604 `org-complex-heading-regexp-format'.
22605
226062010-11-11 Eric Schulte <schulte.eric@gmail.com>
22607
22608 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
22609 session-based evaluation
22610 (org-babel-execute:scheme): Now supports session-based evaluation
22611 (org-babel-prep-session:scheme): Now works and defines variables
22612 (org-babel-scheme-initiate-session): Now works using run-scheme
22613 from cmuscheme.
22614
226152010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22616
22617 * org.el (org-export-latex-default-packages-alist): Remove the
22618 t1enc package - this is already covered by fontenc.
22619
226202010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22621
22622 * ob.el (with-parsed-tramp-file-name): Declared
22623 (org-babel-tramp-localname): Ensure variable name exists locally.
22624
226252010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22626
22627 * ob.el (org-babel-temp-file): Don't use babel temporary directory
22628 in remote case; use make-temp-file with remote file name so that
22629 temp file is guaranteed not to exist previously on remote machine.
22630 (org-babel-tramp-localname): New function to return local name
22631 portion of possibly remote file specification.
22632
226332010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22634
22635 * ob-R.el (org-babel-R-write-object-command): New unified R
22636 command for writing results to file
22637 (org-babel-R-wrapper-method): Remove variable
22638 (org-babel-R-wrapper-lastvar): Remove variable
22639 (org-babel-R-evaluate-external-process): Use new R command
22640 (org-babel-R-evaluate-session): Use new R command.
22641
226422010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22643
22644 * ob-comint.el
22645 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
22646 to evaluate code invisibly and block until output file exists.
22647
22648 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
01c35094 22649 evaluate R code in session for :results value. Write result to
afe98dfa
CD
22650 file invisibly using new function
22651 `org-babel-comint-eval-invisibly-and-wait-for-file'.
22652
226532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22654
22655 * org-capture.el (org-capture-fill-template): Align tags after
22656 insertion.
22657
226582010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22659
4d789d84
SM
22660 * org-exp.el (org-export-concatenate-multiline-emphasis):
22661 Ignore matches that start in a headline.
afe98dfa
CD
22662
226632010-11-11 Eric Schulte <schulte.eric@gmail.com>
22664
22665 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
22666 and out-file in shell-quote-argument.
22667
226682010-11-11 David Maus <dmaus@ictsoc.de>
22669
22670 * org-docview.el (org-docview-store-link): Use expanded macro to
22671 get current page.
22672 (doc-view-goto-page, image-mode-window-get): Declare functions for
22673 byte compiler.
22674
226752010-11-11 Eric Schulte <schulte.eric@gmail.com>
22676
7877f373 22677 * ob-scheme.el: Very preliminary support for evaluating scheme
01c35094 22678 code blocks.
afe98dfa
CD
22679
22680 * org.el (org-babel-load-languages): Adding scheme.
22681
226822010-11-11 Eric Schulte <schulte.eric@gmail.com>
22683
22684 * ob.el (require): Remove circular (require 'org).
22685
226862010-11-11 Eric Schulte <schulte.eric@gmail.com>
22687
01c35094
JB
22688 * ob-R.el (ess-make-buffer-current): Declared.
22689 (ess-ask-for-ess-directory): Declared.
22690 (ess-local-process-name): Declared.
22691 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
afe98dfa 22692
01c35094
JB
22693 * ob.el (org-edit-src-code): Fixing arguments.
22694 (org-edit-src-exit): Declared.
22695 (org-outline-overlay-data): Declared.
22696 (org-set-outline-overlay-data): Declared.
afe98dfa
CD
22697
226982010-11-11 Glenn Morris <rgm@gnu.org>
22699
22700 * ob.el: Require org when compiling.
22701 (org-save-outline-visibility): Remove macro declaration.
22702
22703 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
22704 Remove unnecessary/macro declarations.
22705
22706 * org-docview.el: Require doc-view when compiling.
22707 (doc-view-goto-page): Autoload rather than declaring.
22708 (doc-view-current-page): Remove macro declaration.
22709
22710 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
22711 (org-entry-get, org-table-import): Fix declarations.
22712 (org-match-string-no-properties): Remove declaration.
22713
22714 * ob-sh.el (org-babel-comint-in-buffer)
22715 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
22716 (org-babel-comint-with-output): Remove unnecessary declarations.
22717
22718 * ob-R.el (orgtbl-to-tsv): Fix declaration.
22719
22720 * org-list.el (org-entry-get): Fix declaration.
22721
227222010-11-11 Eric Schulte <schulte.eric@gmail.com>
22723
4d789d84 22724 * ob.el (org-babel-remove-temporary-directory): Remove explicit
afe98dfa
CD
22725 second argument.
22726
227272010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
22728
22729 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
22730 numbers.
22731
227322010-11-11 Eric Schulte <schulte.eric@gmail.com>
22733
4d789d84 22734 * org-macs.el (org-save-outline-visibility): Move from org.el.
afe98dfa
CD
22735
227362010-11-11 Eric Schulte <schulte.eric@gmail.com>
22737
22738 * ob-org.el (org-babel-default-header-args:org): Additional
22739 ":results silent" default header argument for org code blocks.
22740
227412010-11-11 Eric Schulte <schulte.eric@gmail.com>
22742
22743 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
01c35094 22744 which is now an alias to ":eval no".
afe98dfa
CD
22745
227462010-11-11 Eric Schulte <schulte.eric@gmail.com>
22747
22748 * ob.el (org-babel-remove-temporary-directory): The version of
22749 `delete-directory' found in files.el can not be assumed to be
22750 present on all versions, so this copies the recursive behavior of
22751 that command in such a way that all calls to delete-directory will
22752 also work with the built-in internal C implementation of that
22753 function. This is not overly difficult as all elements of the
22754 directory can be assumed to be files.
22755
227562010-11-11 Eric Schulte <schulte.eric@gmail.com>
22757
22758 * ob-C.el (org-babel-C-execute): Corrected arguments to
22759 org-babel-temp-file.
22760
227612010-11-11 Eric Schulte <schulte.eric@gmail.com>
22762
22763 * ob.el (org-babel-temporary-directory): Variable to hold the
22764 value of the Babel temporary directory.
22765
227662010-11-11 Aditya Siram <aditya.siram@gmail.com>
22767
22768 * ob.el (org-babel-load-in-session): Expanding noweb references
22769 when appropriate.
22770
227712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22772
d36ed1c8 22773 * org.el (org-make-link-regexps): Modify regexp of
afe98dfa
CD
22774 org-plain-link-re.
22775
227762010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
22777
22778 * org-habit.el (org-habit-parse-todo): Find sr-days only if
22779 scheduled-repeat is non nil. Use 4th element of the list returned
22780 by (org-heading-components) as habit-entry. Modify the error
22781 message to be more meaningful.
22782
227832010-11-11 Eric Schulte <schulte.eric@gmail.com>
22784
22785 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
22786 ":border" header arguments which both use the "preview" latex
7877f373 22787 package to fit the resulting PDF image to the figure.
afe98dfa
CD
22788
227892010-11-11 David Maus <dmaus@ictsoc.de>
22790
22791 * org-wl.el (org-wl-store-link): Don't try to store link if point
22792 is at end of buffer.
22793
227942010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
22795
22796 * org-publish.el (org-publish-project-alist): Document the new
22797 body-only property.
22798 (org-publish-org-to): Use the body-only property.
22799
228002010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
22801
22802 * org.el (org-store-link): Return link when invoked
22803 non-interactively from an agenda buffer.
22804
228052010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
22806
22807 * org.el (org-store-link): Storing of links to headlines in
22808 indirect buffers was broken. Fix it.
22809
228102010-11-11 Aidan Kehoe <kehoea@parhasard.net>
22811
22812 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
22813 #'set-file-modes to use integer, not character syntax, avoiding
22814 compile problems with recent XEmacs.
22815
228162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22817
22818 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
22819 forward even if there is no text to be added.
22820
228212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22822
22823 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
22824 tags/property matcher.
22825
228262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22827
22828 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
22829 t.
22830
228312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22832
22833 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
22834
228352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22836
4d789d84
SM
22837 * org-latex.el (org-export-latex-set-initial-vars):
22838 Bind `case-fold-search' to t around the search for special LaTeX setup.
afe98dfa 22839
4d789d84
SM
22840 * org-beamer.el (org-beamer-after-initial-vars):
22841 Bind `case-fold-search' to t around the search for special BEAMER
afe98dfa
CD
22842 setup.
22843
228442010-11-11 David Maus <dmaus@ictsoc.de>
22845
7877f373
JB
22846 * org-agenda.el (org-write-agenda): Delete PostScript file after
22847 creating conversion to PDF.
afe98dfa
CD
22848
228492010-11-11 David Maus <dmaus@ictsoc.de>
22850
22851 * org-agenda.el (org-write-agenda): Move require statements to
22852 proper place in evaluated lisp expression.
22853
228542010-11-11 David Maus <dmaus@ictsoc.de>
22855
22856 * org-agenda.el (org-write-agenda): Rename temporary buffer to
22857 remove dependency of `flet' macro.
22858
228592010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22860
22861 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
22862
228632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22864
22865 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
22866 from all standard sources when executing #+lob/#+call lines.
22867
228682010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22869
22870 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
22871 separate functions
22872 (org-babel-R-evaluate-external-process): New function to handle
22873 external process evaluation
22874 (org-babel-R-evaluate-session): New function to handle session
22875 evaluation.
22876
228772010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22878
22879 * ob.el (org-babel-initiate-session): New function derived from
22880 previous `org-babel-switch-to-session'
22881 (org-babel-switch-to-session): Refactored to use new
22882 `org-babel-initiate-session'.
22883
228842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22885
22886 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
22887 to (interactive).
22888
228892010-11-11 David Maus <dmaus@ictsoc.de>
22890
22891 * org-feed.el (org-feed-format-entry): Decode entry according to
22892 its character encoding.
22893
228942010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
22895
22896 * org-feed.el (xml-substitute-special): Declare function for byte
22897 compiler.
d36ed1c8 22898 (org-feed-unescape): Remove.
4d789d84
SM
22899 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
22900 Use `xml-substitute-special' to unescape XML entities.
afe98dfa
CD
22901
229022010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22903
22904 * ob.el (org-babel-switch-to-session): Throw error if block if
22905 :session not in effect for the block.
22906
229072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22908
22909 * org-table.el (org-table-create-with-table.el): Align table
22910 before converting.
22911
229122010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22913
22914 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
22915 that org-src buffer is current before attempting exit.
22916
229172010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22918
22919 * org-src.el (ob-comint): Require 'ob-comint
22920 (org-src-babel-info): Define variable.
22921
229222010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22923
22924 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
22925 in the language major mode edit buffer.
22926 (org-babel-do-key-sequence-in-edit-buffer): New function to call
01c35094 22927 an arbitrary key sequence in the language major mode edit buffer.
afe98dfa
CD
22928
22929 * org-src.el (org-src-switch-to-buffer): Add new allowed value
22930 'switch-invisibly for `org-src-window-setup'.
22931
229322010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22933
22934 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
22935 is used.
22936 (org-src-do-at-code-block): New macro to evaluate lisp with point
22937 at the start of the Org code block containing the code in this
22938 edit buffer.
22939 (org-src-do-key-sequence-at-code-block): New function to execute
22940 command bound to key at the Org code block containing the code in
22941 this edit buffer.
22942
229432010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22944
22945 * ob-R.el (org-babel-R-associate-session): New function to
22946 associate R code edit buffers with ESS comint session.
22947
229482010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22949
22950 * org-src.el (org-edit-src-code): If at src block, store babel
22951 info as buffer local variable.
22952 (org-src-associate-babel-session): New function to associate code
01c35094 22953 edit buffer with comint session. Does nothing unless a
afe98dfa
CD
22954 language-specific function named
22955 `org-babel-LANG-associate-session' exists.
22956 (org-src-babel-configure-edit-buffer): New function to be called
22957 in `org-src-mode-hook'.
22958 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
22959 hook.
22960
229612010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22962
22963 * ob.el (org-babel-switch-to-session-with-code): New function to
22964 generate split frame displaying edit buffer and session.
22965
229662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22967
22968 * org.el (org-set-tags): Consider org-indent-mode when computing
22969 the tags column.
22970
229712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22972
22973 * org-compat.el (org-looking-at-p): Only use looking-at-p when
22974 defined.
22975
229762010-11-11 David Maus <dmaus@ictsoc.de>
22977
22978 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
22979 lines directly after call to sorting filter function.
22980
229812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22982
22983 * org.el (org-complex-heading-regexp-format): Document the
22984 variable.
22985 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
22986 to make the regular expression for matching the headline.
22987
229882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
22989
22990 * org.el (org-refile-check-position): New function.
22991 (org-goto):
22992 (org-refile-get-location): Call `org-refile-check-position'.
22993
229942010-11-11 Dan Davison <davison@stats.ox.ac.uk>
22995
22996 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
22997 instead of equal to compare symbols.
22998
229992010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23000
4d789d84
SM
23001 * org-agenda.el (org-agenda-before-sorting-filter-function):
23002 New hook function.
23003 (org-finalize-agenda-entries):
23004 Apply `org-agenda-before-sorting-filter-function'.
afe98dfa
CD
23005
230062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23007
23008 * org-latex.el (org-export-latex-first-lines): Do not protect meta
23009 lines that have nothing to do with babel.
23010
230112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23012
23013 * org-capture.el (org-capture-place-template): Handle the
23014 checkitem case.
23015 (org-capture-place-item): Provide boundaries for the search to
23016 make sure we do not get a match in a different tree.
23017
230182010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23019
23020 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
23021 argument parser.
23022
230232010-11-11 Noorul Islam <noorul@noorul.com>
23024
23025 * org-latex.el (org-latex-to-pdf-process): Add output-directory
23026 option for the command pdflatex.
23027 (org-export-as-pdf): Respect directory in path of
23028 EXPORT_FILE_NAME.
23029
230302010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23031
23032 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
23033 which now means to use MathJax processing for HTML. Also allow
23034 new value `dvipng' to force the old image processing.
23035 (org-infile-export-plist): Parse for MATHJAX setup line.
23036
23037 * org-html.el (org-export-html-mathjax-options): New option.
23038 (org-export-html-mathjax-config): New function.
23039 (org-export-html-mathjax-template): New option.
23040 (org-export-html-preprocess): Call the LaTeX snippet processor
23041 with an additional argument to declare special ways of processing.
23042 (org-export-as-html): Bind the dynamical variable
23043 `org-export-have-math'. Insert the MathJax script template when
23044 it is needed by the document.
23045
23046 * org.el (org-preview-latex-fragment): Call `org-format-latex'
23047 with the additional processing argument.
23048 (org-export-have-math): New variable, for dynamic scoping.
4d789d84
SM
23049 (org-format-latex): Implement specific ways of processing.
23050 New function argument for processing type.
afe98dfa
CD
23051 (org-org-menu): Remove the entry to configure LaTeX snippet
23052 processing.
23053
23f6720e 230542010-11-11 Bastien Guerry <bzg@gnu.org>
afe98dfa
CD
23055
23056 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
23057 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
23058 heading currently clocked in is not listed in the agenda, display
23059 this entry in another buffer. If there is no running clock,
23060 display a help message.
23061
230622010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
23063
23064 * org-latex.el (org-export-latex-tables): Return "" instead of nil
23065 when no label is attached.
23066
230672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23068
23069 * org-agenda.el (org-agenda-menu-show-match): New option.
23070 (org-agenda-menu-two-column): New option.
23071 (org-agenda-get-restriction-and-command): Implement dispatch menu
23072 without showing the matcher, and with two-column display.
23073
230742010-11-11 Bernt Hansen <bernt@norang.ca>
23075
23076 * org-indent.el (org-indent-mode): Fix grammar for message when
23077 mode is refused.
23078
230792010-11-11 Eric Schulte <schulte.eric@gmail.com>
23080
23081 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
23082 no previous result exists.
23083
230842010-11-11 Noorul Islam <noorul@noorul.com>
23085
23086 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
23087 warning.
23088
230892010-11-11 Noorul Islam <noorul@noorul.com>
23090
01c35094 23091 * org.el (org-set-visibility-according-to-property): Use backward
afe98dfa
CD
23092 search instead of forward, so that top hierarchy gets priority.
23093
230942010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23095
23096 * org-agenda.el (org-timeline): Allow indirect buffer.
23097
230982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23099
23100 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
23101 (org-export-define-heading-targets-headline-hook): New hooks.
23102
23103 * org.el (org-modules): Add entry for org-wikinodes.el.
23104 (org-font-lock-set-keywords-hook): New hook.
23105 (org-open-at-point-functions): New hook.
23106 (org-find-exact-headling-in-buffer):
23107 (org-find-exact-heading-in-directory): New functions.
23108 (org-mode-flyspell-verify): Better cursor position for checking if
23109 flyspell should ignore a word.
23110
231112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23112
23113 * org-indent.el (org-indent-remove-properties):
23114 (org-indent-add-properties): Make sure changing these properties
23115 does not trigger modification hooks.
23116
231172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23118
23119 * org.el (org-link-search-must-match-exact-headline): New option.
23120 (org-link-search-inhibit-query): New variable.
23121 (org-link-search): Search for exact headline match in Org files.
23122
231232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23124
23125 * ob.el (org-babel-execute-src-block-maybe): Remove check for
23126 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
23127 function `org-babel-execute-safely-maybe'.
23128
231292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23130
23131 * ob.el (org-babel-load-in-session): Set directory in case :dir
23132 arg is in effect.
23133
231342010-11-11 Eric Schulte <schulte.eric@gmail.com>
23135
23136 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
23137 errors when we're not under of a headline.
23138
231392010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23140
23141 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
23142 write delimited text instead of save -ascii
23143 (org-babel-octave-import-elisp-from-file): Specify that data
23144 written to file is tab-delimited.
23145
231462010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23147
23148 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
23149 tab-delimited.
23150
231512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23152
23153 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
23154 specified.
23155
231562010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23157
23158 * ob-python.el (org-babel-python-table-or-string): Fix recognition
23159 of lists and tuples.
23160
231612010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23162
4d789d84
SM
23163 * ob-octave.el (org-babel-octave-evaluate-external-process):
23164 Allow remote files.
afe98dfa
CD
23165
231662010-11-11 Juan Pechiar <pechiar@computer.org>
23167
4d789d84
SM
23168 * ob-octave.el (org-babel-octave-evaluate-external-process):
23169 Use `org-babel-octave-import-elisp-from-file' instead of
afe98dfa
CD
23170 `org-babel-eval-read-file'.
23171 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
23172 and use '%s' as format specifier instead of '%S'.
23173
231742010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23175
2f5e7c6f 23176 * ob-octave.el: Only (require 'matlab) when necessary.
01c35094 23177 (org-babel-octave-initiate-session): (require) octave-inf or matlab
2f5e7c6f
GM
23178 as appropriate.
23179 (org-babel-execute:matlab): Remove (require).
23180 (org-babel-prep-session:matlab): Remove (require).
afe98dfa
CD
23181 (org-babel-matlab-initiate-session): Remove (require).
23182
231832010-11-11 Dan Davison <davison@stats.ox.ac.uk>
23184
23185 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
23186 list.
23187
231882010-11-11 Eric Schulte <schulte.eric@gmail.com>
23189
23190 * ob-python.el (org-babel-python-table-or-string): Can now handle
23191 VERY long result lines.
23192
231932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
23194
01c35094 23195 * org-latex.el (org-export-latex-tables): Add label if any.
afe98dfa 23196
4d789d84
SM
23197 * org-latex.el (org-export-latex-convert-table.el-table):
23198 Fix little mistake when inserting label.
afe98dfa
CD
23199
232002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
23201
4d789d84 23202 * org.el (org-cycle-internal-local): Remove an unnecessary call
afe98dfa
CD
23203 to `org-back-to-heading' that was preventing point to stay at its
23204 column when cycling visibility.
23205
232062010-11-11 Noorul Islam <noorul@noorul.com>
23207
23208 * org-capture.el (org-capture-finalize): Make messages consistent.
23209
232102010-11-11 Noorul Islam <noorul@noorul.com>
23211
23212 * org-gnus.el: Suppress compiler warning by declaring outside
23213 function nnimap-retrieve-headers-from-file.
23214
232152010-11-11 Noorul Islam <noorul@noorul.com>
23216
23217 * org-colview.el Use org-beamer-select-environment instead of
23218 org-beamer-set-environment-tag.
23219
232202010-11-11 Matt Lundin <mdl@imapmail.org>
23221
23222 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
23223 that the value of org-last-inserted-timestamp includes time range.
23224
232252010-11-11 David Maus <dmaus@ictsoc.de>
23226
23227 * org-wl.el (org-wl-store-link-message): Provide link property for
23228 message-id without angle brackets.
23229
232302010-11-11 Eric Schulte <schulte.eric@gmail.com>
23231
d36ed1c8 23232 * ob-R.el (org-babel-R-evaluate): Improve prompt-stripping regexp.
afe98dfa
CD
23233
232342010-11-11 Eric Schulte <schulte.eric@gmail.com>
23235
23236 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
23237 file ensuing that the latest changes on disk are represented.
23238
232392010-11-11 Eric Schulte <schulte.eric@gmail.com>
23240
23241 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
23242 arguments w/o quotes.
23243
232442010-11-11 Bernt Hansen <bernt@norang.ca>
23245
23246 * org-capture.el (org-capture-finalize): Fix clock in of
23247 interrupted task during capture finalize.
23248
232492010-11-11 Eric Schulte <schulte.eric@gmail.com>
23250
23251 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
23252 session output.
23253
232542010-11-11 Eric Schulte <schulte.eric@gmail.com>
23255
23256 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
23257 expression for matching main function.
23258
232592010-11-11 Eric Schulte <schulte.eric@gmail.com>
23260
4d789d84 23261 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
afe98dfa
CD
23262 regexp -- it wasn't matching lob lines w/o indices.
23263
232642010-11-11 Eric Schulte <schulte.eric@gmail.com>
23265
23266 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
23267 warning in org-exp.el.
23268
232692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23270
23271 * org-publish.el (org-publish-file): Better error message if
23272 base-directory or publishing-directory are not defined.
23273
232742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23275
23276 * org-colview.el (org-columns-display-here): Use overlays to
23277 overrule line prefix properties during column view.
23278
232792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23280
23281 * org-agenda.el (org-agenda-filter-preset): Document the
23282 limitation for the filter preset - it can only be used for an
23283 entire agenda view, not in an individual block in a block agenda.
23284
232852010-11-11 Eric Schulte <schulte.eric@gmail.com>
23286
23287 * ob-table.el (sbe): Now able to accept range references from
23288 tables.
23289
232902010-11-11 Eric Schulte <schulte.eric@gmail.com>
23291
23292 * ob.el (org-babel-pick-name): If colnames or rownames contain a
23293 list of names, then use those directly.
23294
232952010-11-11 Eric Schulte <schulte.eric@gmail.com>
23296
4d789d84
SM
23297 * org-exp.el (org-export-format-source-code-or-example):
23298 Escape underscores in code block names on latex listings export.
afe98dfa
CD
23299
233002010-11-11 Eric Schulte <schulte.eric@gmail.com>
23301
4d789d84
SM
23302 * ob-tangle.el (org-babel-with-temp-filebuffer):
23303 Use find-file-noselect to avoid excess buffer movement.
afe98dfa
CD
23304
233052010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23306
23307 * org-html.el (org-html-should-inline-p): Only inline images if
23308 they should be.
23309
233102010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23311
23312 * org-id.el (org-id-store-link): Autoload.
23313
23314 * org.el ("org-id"): Autoload `org-id-store-link'.
23315
233162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23317
23318 * org-html.el (org-html-should-inline-p): Only inline images if
23319 they should be.
23320
233212010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
23322
23323 * org-icalendar.el (org-icalendar-alarm-time): New option.
23324
23325 * org-icalendar.el (org-print-icalendar-entries): Timed events are
23326 exported with alarm events, a.k.a. reminders.
23327
233282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23329
23330 * org-capture.el (org-capture-target-buffer): Throw an error if we
23331 have no target file.
23332 (org-capture-select-template): Use a default template if the user
23333 has not specified any.
23334
233352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23336
23337 * org.el (org-modules): Add entry for org-velocity.
23338
233392010-11-11 Eric Schulte <schulte.eric@gmail.com>
23340
23341 * ob-lob.el (org-babel-lob-execute): Changing indentation to
23342 improve line length.
23343
233442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23345
23346 * org-exp.el (org-export-handle-table-metalines): Choose a better
23347 position for checking protectedness.
23348
233492010-11-11 Eric Schulte <schulte.eric@gmail.com>
23350
23351 * org-table.el (org-table-convert-region): Don't continue csv
23352 importation which the point catches the end, this fixes an
23353 infinite loop which was caused by the (point) never catching up
23354 with the "end" marker.
23355
233562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23357
23358 * org-macs.el (org-string-nw-p): New function.
23359
23360 * org-capture.el (org-capture-import-remember-templates):
23361 Interpret an empty string as request to use
23362 `org-default-notes-file'.
23363 (org-capture-target-buffer): If the FILE is not a (non-empty)
23364 string, use `org-default-notes-file'.
23365
233662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
23367
23368 * org-capture.el (org-capture-templates): Fix customize type.
23369
40b1a3a9
JB
233702010-09-25 Juanma Barranquero <lekktu@gmail.com>
23371
23372 * org.el (org-refile-targets):
23373 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
23374
e720ae53
GM
233752010-08-19 Glenn Morris <rgm@gnu.org>
23376
23377 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
23378 (org-save-outline-visibility): Move to org-macs.
23379 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
23380 (org-save-outline-visibility): Move here from org.el.
23381 (show-all): Autoload it.
23382 * ob.el: Don't require org when compiling.
23383
eeb4145e
GM
233842010-08-18 Glenn Morris <rgm@gnu.org>
23385
23386 * ob.el: Require org when compiling.
23387 (org-save-outline-visibility): Remove macro declaration.
23388 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
23389 Remove unnecessary/macro declarations.
23390 * org-docview.el: Require doc-view when compiling.
23391 (doc-view-goto-page): Autoload rather than declaring.
23392 (doc-view-current-page): Remove macro declaration.
23393
f1eee0b6
GM
233942010-08-17 Glenn Morris <rgm@gnu.org>
23395
23396 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
23397 (org-entry-get, org-table-import): Fix declarations.
23398 (org-match-string-no-properties): Remove unnecessary declaration.
23399 * ob-sh.el (org-babel-comint-in-buffer)
23400 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
23401 (org-babel-comint-with-output): Remove unnecessary declarations.
23402 * ob-R.el (orgtbl-to-tsv): Fix declaration.
23403 * org-list.el (org-entry-get): Fix declaration.
23404
86fbb8ca
CD
234052010-07-19 Eric Schulte <schulte.eric@gmail.com>
23406
23407 * ob-C.el: New file.
23408 * ob-R.el: New file.
23409 * ob-asymptote.el: New file.
23410 * ob-clojure.el: New file.
23411 * ob-comint.el: New file.
23412 * ob-css.el: New file.
23413 * ob-ditaa.el: New file.
23414 * ob-dot.el: New file.
23415 * ob-emacs-lisp.el: New file.
23416 * ob-eval.el: New file.
23417 * ob-exp.el: New file.
23418 * ob-gnuplot.el: New file.
23419 * ob-haskell.el: New file.
23420 * ob-keys.el: New file.
23421 * ob-latex.el: New file.
23422 * ob-lob.el: New file.
23423 * ob-matlab.el: New file.
23424 * ob-mscgen.el: New file.
23425 * ob-ocaml.el: New file.
23426 * ob-octave.el: New file.
23427 * ob-perl.el: New file.
23428 * ob-python.el: New file.
23429 * ob-ref.el: New file.
23430 * ob-ruby.el: New file.
23431 * ob-sass.el: New file.
23432 * ob-screen.el: New file.
23433 * ob-sh.el: New file.
23434 * ob-sql.el: New file.
23435 * ob-sqlite.el: New file.
23436 * ob-table.el: New file.
23437 * ob-tangle.el: New file.
23438 * ob.el: New file.
23439
234402010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23441
23442 * org-mks.el: New file.
23443 * org-capture.el: New file.
23444
234452010-07-19 Christian Egli <christian.egli@sbszh.ch>
23446
23447 * org-taskjuggler.el: New file.
23448
234492010-07-19 Matt Lundin <mdl@imapmail.org>
23450
a628ad9d 23451 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
86fbb8ca
CD
23452 in org-agenda-text-search-extra-files.
23453
234542010-07-19 David Maus <dmaus@ictsoc.de>
23455
a628ad9d 23456 * org-list.el (org-list-send-list): Locally bind variable `txt'.
86fbb8ca
CD
23457
234582010-07-19 Eric Schulte <schulte.eric@gmail.com>
23459
a628ad9d 23460 * org.el (org-reload): Now also reloading babel files.
86fbb8ca
CD
23461
234622010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23463
23464 * org-capture.el (org-capture-set-plist): Make sure txt is a string
23465 before calling `string-match'.
23466 (org-capture-templates): Fix customization type.
23467
234682010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23469
a628ad9d
JB
23470 * org-latex.el (org-export-latex-preprocess): Make a special case
23471 for \nbsp.
86fbb8ca
CD
23472 (org-latex-entities): Remove the entry for \nbsp.
23473 (org-latex-entities-exceptions): Variable removed.
23474
234752010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23476
23477 * org-capture.el (org-capture-refile): Do not try to manipulate
23478 bookmark list.
23479
23480 * org.el (org-refile): Use the correct bookmark here.
23481
234822010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23483
23484 * org-list.el (org-list-send-list): Parse list from its true beginning.
23485
23486 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
23487
234882010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23489
23490 * org.el (org-insert-link): Correctly determine if we should use
23491 a relative path.
23492
234932010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
23494
23495 * org-list.el (org-list-radio-list-templates): Fix templates.
23496
234972010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
23498
a628ad9d 23499 * org-list.el (org-list-send-list): Regexp defining the start of
86fbb8ca
CD
23500 a radio list is now on par with the one used for radio tables.
23501
235022010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23503
23504 * org-entities.el (org-entities-help): Add a headline for
23505 the user-defined entities.
23506
235072010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
23508
23509 * org-agenda.el (org-agenda-action): Document capture key and add it
23510 to the prompt.
23511
235122010-07-19 Eric Schulte <schulte.eric@gmail.com>
23513
a628ad9d 23514 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
86fbb8ca
CD
23515
235162010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23517
23518 * org-latex.el (org-export-latex-first-lines): Do not mark
a628ad9d 23519 meta lines for removal. Do not remove BABEL config lines during export.
86fbb8ca
CD
23520
235212010-07-19 David Maus <dmaus@ictsoc.de>
23522
23523 * org-capture.el (org-capture): Check if
23524 `org-capture-link-is-already-stored' is bound before evaluating.
23525
235262010-07-19 Eric Schulte <schulte.eric@gmail.com>
23527
a628ad9d 23528 * org.el: Add autoload for org-babel-do-load-languages.
86fbb8ca
CD
23529
235302010-07-19 Eric Schulte <schulte.eric@gmail.com>
23531
a628ad9d 23532 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
86fbb8ca
CD
23533
235342010-07-19 David Maus <dmaus@ictsoc.de>
23535
23536 * org-feed.el: Change indentation to match coding style
23537 guideline.
23538
235392010-07-19 David Maus <dmaus@ictsoc.de>
23540
23541 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
23542 library if necessary.
23543
235442010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23545
23546 * org-beamer.el (org-beamer-amend-header): Standardize the
23547 header cookie for the beamer extra stuff.
23548
235492010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23550
23551 * org-beamer.el (org-beamer-amend-header): Put extra header
23552 last in header.
23553
235542010-07-19 David Maus <dmaus@ictsoc.de>
23555
23556 * org-exp-blocks.el (org-export-blocks-format-ditaa)
23557 (org-export-blocks-format-dot): Remove text properties of body before
23558 calculating cache hash.
23559
235602010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23561
23562 * org-latex.el (org-export-latex-tabular-environment): New option.
23563 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
23564
235652010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23566
23567 * org-compat.el (org-version-check): New function.
23568
23569 * org-indent.el (org-indent-mode): Check for exact emacs version.
23570
235712010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23572
23573 * org-capture.el (org-capture-templates): Allow the template
23574 to come from a file or function call.
23575 (org-capture-place-entry): Get the template from file or function.
23576
235772010-07-19 David Maus <dmaus@ictsoc.de>
23578
23579 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
23580 position if target is entire file.
23581
235822010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23583
23584 * org.el (org-autoload): Autoload a few more org-table functions.
23585
235862010-07-19 Eric Schulte <schulte.eric@gmail.com>
23587
a628ad9d 23588 * org.el (org-babel-load-languages): Add ob-mscgen.
86fbb8ca
CD
23589
235902010-07-19 Eric Schulte <schulte.eric@gmail.com>
23591
a628ad9d
JB
23592 * org-latex.el (org-export-latex-tables): Format string now
23593 matches options.
86fbb8ca
CD
23594
235952010-07-19 Eric Schulte <schulte.eric@gmail.com>
23596
a628ad9d 23597 * org.el (org-babel-load-languages): This variable controls which
86fbb8ca
CD
23598 languages will be loaded by org-babel. It is customizable through
23599 the customize interface.
23600
236012010-07-19 Eric Schulte <schulte.eric@gmail.com>
23602
a628ad9d
JB
23603 * org-latex.el (org-export-latex-format-image): Update number of
23604 arguments to allow for an optional short-name.
86fbb8ca
CD
23605
236062010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23607
a628ad9d 23608 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
86fbb8ca
CD
23609
236102010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23611
4d789d84
SM
23612 * org-capture.el (org-capture-set-target-location):
23613 Store exact positions for file+regexp and file+function targets.
86fbb8ca 23614 (org-capture-place-entry, org-capture-place-item)
4d789d84
SM
23615 (org-capture-place-table-line, org-capture-place-plain-text):
23616 Respect exact positions.
86fbb8ca
CD
23617 (org-capture-finalize): Make sure we are at the beginning of a line
23618 when fixing the empty lines after the entry.
23619
236202010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23621
23622 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
23623 (org-entry-get): Pass `literal-nil' into
23624 `org-entry-get-with-inheritance'.
23625 (org-todo): React to nil values of the LOGGING property.
23626
236272010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23628
a628ad9d 23629 * org.el (org-default-notes-file): Update docstring.
86fbb8ca
CD
23630
236312010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23632
23633 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
23634
236352010-07-19 Eric Schulte <schulte.eric@gmail.com>
23636
4d789d84
SM
23637 * org-exp.el (org-export-attach-captions-and-attributes):
23638 Add a shortname attribute to caption strings under the symbol name
86fbb8ca
CD
23639 org-caption-shortn.
23640
236412010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23642
4d789d84
SM
23643 * org.el (org-switchb): Rename from `org-iswitchb'.
23644 Improve docstring.
86fbb8ca
CD
23645 (org-iswitchb): New alias.
23646 (org-ido-switchb): Make alias point to `org-switchb'.
23647
236482010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23649
4d789d84
SM
23650 * org-capture.el (org-capture-fill-template):
23651 Respect time-of-day preference in template prompt.
86fbb8ca
CD
23652
236532010-07-19 David Maus <dmaus@ictsoc.de>
23654
23655 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
23656
236572010-07-19 David Maus <dmaus@ictsoc.de>
23658
23659 * org-wl.el (org-wl-disable-folder-check): New customization
23660 variable.
23661 (org-wl-open): Disable folder check depending on
23662 `org-wl-disable-folder-check'.
23663
236642010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23665
4d789d84
SM
23666 * org-capture.el (org-capture-set-target-location):
23667 Fix file+function interpretation.
86fbb8ca
CD
23668
236692010-07-19 David Maus <dmaus@ictsoc.de>
23670
23671 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
23672 content.
23673
236742010-07-19 David Maus <dmaus@ictsoc.de>
23675
23676 * org-feed.el (xml-entity-alist): Declare variable
23677 `xml-entity-alist' for byte compiler.
23678
236792010-07-19 David Maus <dmaus@ictsoc.de>
23680
4d789d84
SM
23681 * org-feed.el (org-feed-unescape): New function.
23682 Unescape protected entities.
86fbb8ca
CD
23683 (org-feed-parse-atom-entry): Use function for atom:content
23684 type text and html.
23685
236862010-07-19 David Maus <dmaus@ictsoc.de>
23687
23688 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
23689 element names.
23690
236912010-07-19 Bernt Hansen <bernt@norang.ca>
23692
23693 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
23694 when displaying items on todays agenda date.
23695
236962010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23697
23698 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
23699 value of EXTRA.
23700
237012010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23702
4d789d84
SM
23703 * org-publish.el (org-publish-initialize-cache):
23704 Make timestamp directory, the entire path to it.
86fbb8ca
CD
23705
237062010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23707
23708 * org-exp.el (org-export-handle-comments): Make sure to check
23709 for protection in the comment line, and not in the line after it.
23710
237112010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23712
23713 * org-html.el (org-export-html-preprocess): Call org-format-latex,
23714 possibly with a protect-only argument.
23715
23716 * org.el (org-format-latex): New argument PROTECT-ONLY.
23717
237182010-07-19 Eric Schulte <schulte.eric@gmail.com>
23719
a628ad9d 23720 * org-exp.el (org-export-handle-table-metalines): This function
86fbb8ca
CD
23721 removes table specific meta-lines, now that we aren't wiping
23722 everything that looks remotely like a comment at the end of the
23723 export process we have to be sure to catch all of the specific lines
a628ad9d 23724 in org-exp.el.
86fbb8ca
CD
23725
237262010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
23727
a628ad9d 23728 * org-exp.el (org-export-select-backend-specific-text): Properly
86fbb8ca
CD
23729 get rid of #+Backend and #+ATTR_Backend specifics to backends not
23730 matching the one we're exporting to.
23731
86fbb8ca
CD
237322010-07-19 Eric Schulte <schulte.eric@gmail.com>
23733
a628ad9d 23734 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
86fbb8ca 23735 option which will strip newline characters from the text of table
a628ad9d 23736 cells and replace then with "\n".
86fbb8ca
CD
23737
237382010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23739
76e3243a 23740 * org.el (org-confirm-shell-link-function)
86fbb8ca
CD
23741 (org-confirm-elisp-link-function): Limit the values that can be set by
23742 file variables.
23743
237442010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23745
23746 * org.el (org-compute-latex-and-specials-regexp): Deal with
23747 string elements by discarding them.
23748
237492010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23750
23751 * org.el (org-iswitchb): Make sure to use at least iswitchb.
23752
237532010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23754
a628ad9d
JB
23755 * org-capture.el (org-capture-position-for-last-stored)
23756 (org-capture-bookmark-last-stored-position): New functions.
86fbb8ca 23757 (org-capture-place-table-line): Better error catching.
76e3243a 23758 (org-capture-place-item, org-capture-place-entry)
4d789d84
SM
23759 (org-capture-place-plain-text):
23760 Call `org-capture-position-for-last-stored'.
86fbb8ca
CD
23761 (org-capture-finalize): Just call
23762 `org-capture-bookmark-last-stored-position'.
23763
237642010-07-19 Eric Schulte <schulte.eric@gmail.com>
23765
4d789d84
SM
23766 * org-exp.el (org-export-mark-blockquote-verse-center):
23767 Fix small bug, now grabbing match data before overwritten by looking-at
86fbb8ca 23768 this fixes a problem with remainders of #+end_quote lines appearing
a628ad9d 23769 in exported output.
86fbb8ca
CD
23770
237712010-07-19 David Maus <dmaus@ictsoc.de>
23772
23773 * org.el (org-link-frame-setup): Add customization option for
23774 Wanderlust.
23775
237762010-07-19 Eric Schulte <schulte.eric@gmail.com>
23777
a628ad9d 23778 * org-latex.el (org-export-latex-fixed-width): Now check
86fbb8ca 23779 org-example rather than org-protected on verbatim export, because by
a628ad9d 23780 default all ": " prefixed lines are marked protected.
86fbb8ca
CD
23781
237822010-07-19 Eric Schulte <schulte.eric@gmail.com>
23783
a628ad9d
JB
23784 * org-latex.el (org-export-latex-fixed-width): Check for
23785 protection before wrapping ": " lines as verbatim.
86fbb8ca
CD
23786
237872010-07-19 Eric Schulte <schulte.eric@gmail.com>
23788
a628ad9d
JB
23789 * org-exp.el (org-export-handle-comments): Check for protection
23790 before removing comments.
86fbb8ca
CD
23791
237922010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23793
23794 * org-entities.el (org-entities): Restructure the list.
23795 (org-entities-help): Turn the help output into a buffer
23796 in Org-mode, so that it becomes easier to find a symbol
23797 in the structure.
23798 (org-entities-create-table): Deal with new structure.
23799
238002010-07-19 David Maus <dmaus@ictsoc.de>
23801
23802 * org-agenda.el (org-write-agenda): Use backquotes to expand
23803 `flet' at compile time.
23804
238052010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23806
23807 * org.el (org-entry-properties): Make sure that standard property
23808 names are used even if the user has customized time keywords.
23809
238102010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23811
23812 * org-macs.el (org-not-nil): Return the value if not interpreted
23813 as nil.
23814
76e3243a 23815 * org.el (org-entry-get)
86fbb8ca
CD
23816 (org-entry-get-with-inheritance): Interpret the value "nil"
23817 as nil for properties.
23818
238192010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23820
23821 * org.el (org-switch-to-buffer-other-window): Return the buffer.
23822
238232010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23824
23825 * org-macs.el (org-not-nil): New function.
23826
23827 * org.el (org-block-todo-from-children-or-siblings-or-parent):
23828 Use `org-not-nil' to interpret a property value of nil.
23829
238302010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23831
23832 * org.el (org-truely-invisible-p): New function.
23833 (org-beginning-of-line): Use `org-truely-invisible-p'.
23834
238352010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23836
23837 * org-agenda.el (org-agenda-get-timestamps): No errors
23838 while getting TODO state.
23839 (org-agenda-highlight-todo): No error when no keyword has
23840 been matched.
23841
238422010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23843
23844 * org.el (org-timestamp-change): New optional argument UPDOWN.
23845 Use this to identify calls from org-timestamp-up/down, so that we can
23846 skip by rounding minutes in this case.
76e3243a 23847 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
86fbb8ca
CD
23848 (org-timestamp-down-day): Call org-timestamp-change with the
23849 updown argument.
23850
238512010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23852
23853 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
23854
23855 * org-capture.el: New file.
23856
23857 * org-compat.el (org-get-x-clipboard): Function moved here from
23858 remember.el.
23859
a628ad9d 23860 * org-mks.el: New file.
86fbb8ca
CD
23861
23862 * org.el (org-set-regexps-and-options): Allow statistic cookies as
23863 part of complex headlines.
23864 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
23865 OLP does not contain a file name.
23866
238672010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23868
23869 * org.el (org-mode): Set `comment-start' instead of changing the
23870 syntax of the `#' character.
23871
238722010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23873
23874 * org-exp.el (org-export-format-source-code-or-example): Mark examples
a628ad9d 23875 by a property.
86fbb8ca
CD
23876
23877 * org-html.el (org-export-html-close-lists-maybe): Check if raw
a628ad9d 23878 HTML stuff was actually made from an example.
86fbb8ca 23879
23f6720e 238802010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca 23881
a628ad9d 23882 * org-latex.el: Items are no longer skipped when their first line
86fbb8ca
CD
23883 ends on a protected element.
23884
a628ad9d 23885 * org-list.el: Protected environments looking like lists are not
86fbb8ca
CD
23886 exported anymore.
23887
238882010-07-19 Eric Schulte <schulte.eric@gmail.com>
23889
23890 * org-exp-blocks.el (org-export-blocks-preprocess):
a628ad9d 23891 Cleanup trailing newline after block.
86fbb8ca 23892
23f6720e 238932010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca 23894
a628ad9d 23895 * org-exp.el: Comment regexp now matches documentation. No more
86fbb8ca
CD
23896 protection check when deleting comments before export.
23897
23f6720e 238982010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca
CD
23899
23900 * org-exp.el (org-export-preprocess-string):
a628ad9d
JB
23901 Now using `org-export-handle-include-files-recurse' to resolve
23902 included files.
86fbb8ca 23903
23f6720e 239042010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca 23905
76e3243a 23906 * org-agenda.el (org-agenda-get-deadlines)
86fbb8ca 23907 (org-agenda-get-scheduled):
86fbb8ca
CD
23908 * org.el (org-time-string-to-seconds):
23909 For deadline and scheduled agenda display ignore the cyclic repeater
23910 when calculating how many days late the task is. If you have a weekly
23911 task and miss the date the agenda view will show more than a week late
23912 now instead of resetting on the cyclic repeating date. This makes it
23913 much more obvious when you missed a repeating task after the repeater.
23914
23f6720e 239152010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca
CD
23916
23917 * org-exp.el (org-export-mark-blockquote-verse-center):
23918 Consider environments that end at eob.
23919
239202010-07-19 Mikael Fornius <mfo@abc.se>
23921
23922 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
a628ad9d 23923 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
86fbb8ca
CD
23924 display correctly.
23925
239262010-07-19 Mikael Fornius <mfo@abc.se>
23927
23928 * org.el (org-at-property-p): Use save-match-data macro instead of let.
23929
239302010-07-19 Mikael Fornius <mfo@abc.se>
23931
a628ad9d 23932 * org.el (test): Remove unused test function.
86fbb8ca
CD
23933
239342010-07-19 Eric Schulte <schulte.eric@gmail.com>
23935
a628ad9d 23936 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
86fbb8ca
CD
23937
239382010-07-19 Eric Schulte <schulte.eric@gmail.com>
23939
4d789d84
SM
23940 * org-exp-blocks.el (org-export-blocks-postblock-hook):
23941 Add documentation to and turn into a defcustom.
86fbb8ca
CD
23942
239432010-07-19 Eric Schulte <schulte.eric@gmail.com>
23944
a628ad9d 23945 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
86fbb8ca
CD
23946 instead of to nil we avoid errors when :prefix1 is defined, but
23947 prefix is not.
23948
239492010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
23950
23951 * org-latex.el (org-export-latex-preprocess): Environments coming
23952 from latex backend specific instructions (#+LaTeX) are already
23953 protected and won't be treated as normal environments.
23954
23f6720e 239552010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca
CD
23956
23957 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
23958
23f6720e 239592010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca
CD
23960
23961 * org-timer.el (org-timer-set-timer): Use a prefix argument.
23962 See the docstring of the function.
23963
23f6720e 239642010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca 23965
c80e3b4a 23966 * org-timer.el (org-timer-set-timer): Fix bug about canceling
86fbb8ca
CD
23967 timers.
23968
239692010-07-19 David Maus <dmaus@ictsoc.de>
23970
23971 * org-w3m.el (org-w3m-copy-for-org-mode)
23972 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
23973 Get text property directly, not using macro `w3m-anchor'.
23974
239752010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23976
23977 * org.el (org-emph-re): Document the match groups.
23978
a628ad9d 239792010-07-19 Bernt Hansen <bernt@norang.ca>
86fbb8ca
CD
23980
23981 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
23982 t before calling `org-clock-out', so that that function can
23983 know its call context.
23984
23f6720e 239852010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca
CD
23986
23987 * org-timer.el (org-timer-default-timer): New variable.
23988 (org-timer-set-timer): Use the new variable. Also offer the
23989 possibility to replace the current timer by a new one.
23990
239912010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23992
23993 * org.el (org-kill-note-or-show-branches): Hide subtree before
23994 exposing the headings.
23995
239962010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
23997
23998 * org.el (org-add-planning-info): Remove the empty line also
23999 if there is no whitespace at all in there.
24000
24001 * org-table.el (org-table-align): Fix alignment of strings
24002 with invisible characters.
24003
240042010-07-19 David Maus <dmaus@ictsoc.de>
24005
24006 * org.el (org-refile-cache-get): Return empty list of targets
24007 when cache was cleared.
24008 (org-clone-subtree-with-time-shift): Maybe create ID property
24009 in cloned subtrees.
24010 (org-clone-delete-id): New customization variable.
24011 (org-clone-subtree-with-time-shift): Use customization
24012 variable `org-clone-delete-id'.
24013 (org-clone-subtree-with-time-shift): Remove empty property
24014 drawer in cloned subtrees.
24015
240162010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24017
24018 * org.el (org-refile-use-cache): New option.
24019 (org-refile-cache, org-refile-markers): New variable.
24020 (org-refile-marker, org-refile-cache-clear)
24021 (org-refile-cache-check-set, org-refile-cache-put)
24022 (org-refile-cache-get): New function.
24023 (org-get-refile-targets): Use the refile cache.
24024
24025 * org-clock.el (org-clock-sum): Don't include running clock if
24026 the time block is wrong.
24027
240282010-07-19 John Wiegley <jwiegley@gmail.com>
24029
4d789d84
SM
24030 * org-clock.el (org-clock-clock-in, org-clock-in):
24031 Add parameter `start-time'.
a628ad9d 24032 (org-clock-resolve-clock): Add parameter `clock-out-time'.
86fbb8ca
CD
24033 If set, and resolve-to is a past time, then the clock out
24034 event occurs at `clock-out-time' rather than at `resolve-to'.
24035 In this case, `resolve-to' becomes the clock in time.
a628ad9d 24036 (org-clock-jump-to-current-clock): Create new global command
86fbb8ca 24037 to reveal the current clock.
a628ad9d 24038 (org-clock-resolve): Add new commands g/G and j/J, and a
86fbb8ca
CD
24039 help window describing all commands and their meaning.
24040 (org-clock-resolve-expert): New customization variable.
a628ad9d 24041 (org-find-open-clocks): Fix a bug that caused discovered
86fbb8ca 24042 clocks not to match up with the currently active clock.
a628ad9d 24043 (org-resolve-clocks): Change the argument
86fbb8ca
CD
24044 `also-non-dangling-p' to `only-dangling-p', since due to a bug
24045 this was the default behavior all along.
24046
240472010-07-19 David Maus <dmaus@ictsoc.de>
24048
24049 * org-id.el (org-id-uuid): New function. Return string with
24050 random (version 4) UUID.
24051 (org-id-method): Make 'uuid the new default value.
24052 (org-id-new): Use `org-id-uuid' if call to uuidgen program
24053 does not return a UUID.
24054
240552010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24056
24057 * org-latex.el (org-export-latex-format-image): Add support
24058 for multicolumn figures in LaTeX.
24059
240602010-07-19 David Maus <dmaus@ictsoc.de>
24061
24062 * org.el (org-clone-subtree-with-time-shift): Remove ID
24063 property of original subtree in cloned subtrees.
24064
240652010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24066
24067 * org-exp.el (org-export-format-source-code-or-example):
24068 XEmacs compatibility.
24069
24070 * org-latex.el (org-export-latex-tables): Accept comma in
24071 align string.
24072
24073 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
24074 (org-export-docbook-xslt-proc-command): Fix docstring.
24075 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4d789d84
SM
24076 (org-export-as-docbook-pdf):
24077 Improve formatting of the xslt command.
86fbb8ca
CD
24078
24079 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
24080
24081 * org.el (org-file-contents): Improve error message.
24082 (org-set-regexps-and-options): Remove spaces at both ends.
24083
240842010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24085
4d789d84
SM
24086 * org-docbook.el (org-export-as-docbook-pdf):
24087 Improve formatting of the xslt command.
86fbb8ca
CD
24088
240892010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
24090
24091 * org-publish.el (org-publish-cache): Use one big hashmap for
24092 each project defined in `org-publish-project-alist'.
24093 (initialize-files-alist): Function removed.
a628ad9d 24094 (org-publish-validate-link): Function removed.
86fbb8ca
CD
24095 (org-publish-get-base-files): Add variable `sitemap-requested'
24096 to avoid sorting where possible.
24097 (org-publish-get-files): Function removed.
24098 (org-publish-get-project-from-filename): Make independent of
24099 file list.
24100 (org-publish-file): New argument NO-CACHE.
24101
241022010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24103
4d789d84
SM
24104 * org.el (org-beginning-of-defun, org-end-of-defun):
24105 New functions.
86fbb8ca
CD
24106 (org-mode): Install the `org-beginning-of-defun' and
24107 `org-end-of-defun' functions.
24108 (org-pretty-entities): New option.
24109 (org-toggle-pretty-entities): New command.
24110 (org-fontify-entities): New function.
24111 (org-startup-options): New keywords for pretty entities.
24112 (org-set-font-lock-defaults): Call the pretty entities
24113 function.
24114
24115 * org-latex.el (org-export-latex-keywords-maybe): Protect the
24116 TODO markup.
24117
241182010-07-19 Mikael Fornius <mfo@abc.se>
24119
24120 * org-habit.el (org-habit-build-graph): Help-echo date when
24121 mouse is over stars.
24122
a04689de 241232010-07-19 Jan Böcker <jan.boecker@jboecker.de>
86fbb8ca
CD
24124
24125 * org.el (org-file-apps): Improve docstring to reflect
a628ad9d 24126 grouping matches.
86fbb8ca
CD
24127
241282010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24129
24130 * org.el (org-set-startup-visibility): Fix empty line display.
24131
24132 * org-latex.el (org-export-latex-links): Use the formatting
24133 function of the link type, if it is available.
24134
24135 * org-table.el (org-table-get-remote-range): Return to
24136 original buffer when retrieving remote reference.
24137
24138 * org.el (org-display-inline-images): Do the entire buffer,
24139 not just the narrowed region. Clear the cache.
24140 (org-display-inline-images): Match mode file paths.
24141
241422010-07-19 David Maus <dmaus@ictsoc.de>
24143
24144 * org-wl.el (org-wl-store-link-folder): Don't throw error when
24145 called on WL folder group.
24146
241472010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24148
24149 * org.el (org-replace-escapes): Make sure the cdr is not nil.
24150 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
24151 (org-mode): Revert comment syntax changes.
24152
241532010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24154
24155 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
24156 keywords, and `C-c / T' for a specific one.
24157
241582010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24159
24160 * org.el (org-mode): Fix comment syntax settings.
24161
4d789d84
SM
24162 * org-src.el (org-edit-src-allow-write-back-p):
24163 Define variable.
86fbb8ca
CD
24164
24165 * org.el (org-inline-image-overlays): New variable.
24166 (org-toggle-inline-images, org-display-inline-images)
24167 (org-remove-inline-images): New commands.
24168 (org-mode-map): Define a key for `org-toggle-inline-images'.
24169
241702010-07-19 David Maus <dmaus@ictsoc.de>
24171
4d789d84
SM
24172 * org-wl.el (org-wl-message-field): New function.
24173 Return content of header field in message entity.
86fbb8ca
CD
24174 (org-wl-store-link): Call `org-wl-store-link-folder' or
24175 `org-wl-store-link-message' depending on major-mode.
24176 (org-wl-store-link-folder): New function. Store link to
24177 Wanderlust folder.
24178 (org-wl-store-link-message): New function. Store link to
24179 Wanderlust message.
24180 (org-wl-store-link-message): Store link to message while
24181 visiting message.
24182 (org-wl-open): Don't try to jump to message when opening a
24183 folder link.
24184
241852010-07-19 David Maus <dmaus@ictsoc.de>
24186
24187 * org.el (org-replace-escapes): Avoid infinite loop when
24188 replace string contains escape sequence it replaces.
24189
241902010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24191
24192 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
24193 encryption when now key is set.
24194
241952010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24196
24197 * org-table.el (org-table-recalculate-buffer-tables)
24198 (org-table-iterate-buffer-tables): New commands.
24199
24200 * org.el (org-check-for-hidden): When there is a region, skip
24201 the check.
24202
242032010-07-19 Dan Davison <davison@stats.ox.ac.uk>
24204
24205 * org-src.el (org-edit-src-code): allow-write-back-p had
a628ad9d 24206 erroneously been omitted from let binding.
86fbb8ca
CD
24207
242082010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24209
24210 * org-agenda.el (org-sorting-choice): New sorting type alpha.
24211 (org-cmp-alpha): New defsubst.
24212 (org-em): New defsubst.
24213 (org-entries-lessp): Only compute needed comparisons.
24214
242152010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24216
24217 * org-html.el (org-format-org-table-html): Test all columns
24218 for number content.
24219
242202010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24221
4d789d84
SM
24222 * org-latex.el (org-export-latex-treat-sub-super-char):
24223 Make sure parenthesis matching is consistent.
86fbb8ca
CD
24224
24225 * org-table.el (org-table-colgroup-line-p)
24226 (org-table-cookie-line-p): New functions.
24227
24228 * org-exp.el (org-table-clean-before-export): Better tests for
24229 colgroup and cookie lines.
24230
242312010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24232
24233 * org-agenda.el (org-agenda-goto): Push a mark before changing
24234 the position.
24235
24236 * org-footnote.el (org-footnote): New group.
24237 (org-footnote-section)
24238 (org-footnote-tag-for-non-org-mode-files): Fix typos.
24239
24240 * org-list.el (org-end-of-item-text-before-children): Also do
24241 the right thing at the end of a file.
24242
4d789d84
SM
24243 * org.el (org-set-packages-alist, org-get-packages-alist):
24244 New function.
86fbb8ca
CD
24245 (org-export-latex-default-packages-alist)
24246 (org-export-latex-packages-alist): Add extra flag to
24247 each package, indicating if it should be used for snippets.
24248 (org-create-formula-image): Add the snippet argument.
24249 (org-splice-latex-header): New argument SNIPPET-P, pass it
24250 through to `org-latex-packages-to-string'.
24251 (org-latex-packages-to-string): New argument SNIPPET-P.
24252
24253 * org-latex.el (org-export-latex-make-header): Add the snippet
24254 argument.
24255
24256 * org-docbook.el (org-export-as-docbook): Implement ordered
24257 lists starting at some offset.
24258
242592010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24260
24261 * org.el (org-link-types, org-open-at-point): Add doi links.
24262
24263 * org-ascii.el (org-export-ascii-preprocess): Remove list
24264 startcounter cookies.
24265
24266 * org-list.el (org-renumber-ordered-list): Respect counter
24267 start values.
24268
24269 * org-latex.el (org-export-latex-lists): Accept ordered list
24270 item offset cookie.
24271
24272 * org-html.el (org-export-as-html): Accept ordered list
24273 item offset cookie.
24274
24275 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
24276 which messes up alignment of tags.
24277
242782010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24279
24280 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
24281 the modeline display is removed.
24282
4d789d84
SM
24283 * org-exp.el (org-export-format-drawer-function):
24284 Fix docstring.
86fbb8ca
CD
24285
24286 * org-agenda.el (org-agenda-refile): New optional argument
24287 NO-UPDATE.
24288 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
24289 is set.
24290 (org-agenda-bulk-action): Call the refile command with updates
24291 suppressed - but arrange for `org-agenda-redo' to be called at
24292 the end.
24293
24294 * org.el (org-mode): Make table mapping quiet.
24295 (org-table-map-tables): New optional argument QUIETLY.
24296
24297 * org-ascii.el (org-export-ascii-preprocess): Make table
24298 mapping quiet.
24299
4d789d84
SM
24300 * org-html.el (org-export-as-html, org-html-level-start):
24301 Change XHTML IDs to not use dots.
86fbb8ca 24302
4d789d84
SM
24303 * org-exp.el (org-export-define-heading-targets):
24304 Change XHTML IDs to not use dots.
86fbb8ca 24305
4d789d84
SM
24306 * org-docbook.el (org-export-docbook-level-start):
24307 Change XHTML IDs to not use dots.
86fbb8ca
CD
24308
24309 * org-latex.el (org-export-as-latex): Make sure that the
24310 result buffer is in latex-mode.
24311
24312 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4d789d84
SM
24313 (org-shiftleft-final-hook, org-shiftright-final-hook):
24314 New hooks.
86fbb8ca
CD
24315
243162010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24317
24318 * org-table.el (org-table-justify-field-maybe): Make sure that
24319 inserting a value does not turn a line into a hline.
24320
243212010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24322
24323 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
24324 (org-clock-sum): Add property to selected headlines.
24325 (org-dblock-write:clocktable): Make tags matcher.
24326
24327 * org.el (org-set-autofill-regexps): XEmacs compatibility.
24328
24329 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
a628ad9d 24330 in latex class definitions.
86fbb8ca
CD
24331
24332 * org.el (org-shiftup-hook, org-shiftdown-hook)
24333 (org-shiftleft-hook, org-shiftright-hook): New hooks.
24334
24335 * org-entities.el (org-entities): Use \land and \lor for logical
24336 operators.
24337
24338 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
24339 indentation commands.
24340 (org-hidden-tree-error): New defsubst.
24341 (org-metaleft, org-metaright): Check for hidden stuff and throw an
24342 error.
24343 (org-check-for-hidden): New function.
24344
24345 * org-list.el (org-item-re): New function.
24346 (org-at-item-p): Use `org-item-re'.
24347 (org-end-of-item-text-before-children): New function.
24348 (org-outdent-item, org-indent-item): Arrange for leaving the
24349 subtree alone.
24350 (org-outdent-item-tree, org-indent-item-tree): New argument
24351 NO-SUBTREE.
24352 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
24353 to find the end for processing while ignoring the subtree.
24354
24355 * org-publish.el (org-publish-sitemap-sort-alphabetically)
24356 (org-publish-sitemap-sort-folders)
24357 (org-publish-sitemap-sort-ignore-case): New options.
24358
243592010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24360
24361 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
24362
24363 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
24364
24365 * org-publish.el (org-publish-project-alist): Update docstring.
24366 (org-publish-file-title-cache): New variable.
4d789d84
SM
24367 (org-publish-initialize-files-alist):
24368 Initialize `org-publish-initialize-files-alist' to nil.
86fbb8ca
CD
24369 (org-publish-sort-directory-files): New function.
24370 (org-publish-projects): Access the new properties.
24371 (org-publish-find-title): Use the file title cache.
24372 (org-publish-find-title): Build the file title cache.
24373 (org-publish-get-base-files-1): Sort files.
24374 (org-publish-aux-preprocess): Do not throw an error when before
24375 the first headline. Allow an empty target, meaning to link just
24376 to the file.
24377 (org-publish-index-generate-theindex.inc): Check if there is
24378 actually a target and only then add it to the link.
a628ad9d 24379 (org-publish-projects): Fix a remaining issue with the last commit.
86fbb8ca
CD
24380
24381 * org-html.el (org-export-as-html): Treat verse as open/close
24382 paragraph.
24383 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
24384 and out of lists.
24385
243862010-07-19 Dan Davison <davison@stats.ox.ac.uk>
24387
24388 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
24389 be used in a read-only mode.
a628ad9d 24390 (org-edit-src-code): Different message in read-only mode.
86fbb8ca
CD
24391
243922010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24393
24394 * org-src.el (org-edit-src-find-region-and-lang): Test for
24395 table.el as late as possible.
24396
86fbb8ca
CD
24397 * org-colview.el: Make sure this file is never loaded into XEmacs.
24398
24399 * org-agenda.el (org-highlight, org-unhighlight): Use direct
24400 overlay calls.
24401
24402 * org.el (org-key): Apply the translations defined in
24403 `org-xemacs-key-equivalents'.
24404
24405 * org-mouse.el (org-mode-hook): Use `org-defkey'.
24406
24407 * org-compat.el (org-xemacs-key-equivalents): New constant.
24408
244092010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24410
24411 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
24412 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
24413 Obey `org-odd-levels-only'.
24414
24415 * org-compat.el (org-find-overlays): Use overlays-in/at.
24416
24417 * org.el (org-remove-empty-overlays-at)
24418 (org-outline-overlay-data, org-hide-block-toggle)
24419 (org-format-latex, org-context): Use overlays-in/at.
24420
24421 * org-src.el (org-edit-src-exit): Use overlays-in/at.
24422
24423 * org-agenda.el (org-agenda-mark-clocking-task)
24424 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
24425 (org-agenda-entry-text-hide)
24426 (org-agenda-fix-tags-filter-overlays-at)
24427 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
24428
24429 * org-compat.el (org-overlays-at): Function removed.
24430 (org-overlays-in): Function removed.
24431
23f6720e 244322010-07-19 Bastien Guerry <bzg@gnu.org>
86fbb8ca
CD
24433
24434 * org-clock.el (org-clock-set-current): Just return the headline
24435 itself, strip the TODO keyword, the priority cookie and the tags.
24436
244372010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24438
24439 * org-compat.el (org-xemacs-without-invisibility): New macro.
24440 (org-xemacs-without-invisibility): New macro.
24441 (org-indent-to-column, org-indent-line-to, org-move-to-column):
24442 Redefine using the macro `org-xemacs-without-invisibility'.
24443
24444 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
24445
24446 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
24447
24448 * org-compat.el (org-make-overlay, org-delete-overlay)
24449 (org-overlay-start, org-overlay-end, org-overlay-put)
4d789d84
SM
24450 (org-overlay-get, org-overlay-move, org-overlay-buffer):
24451 Functions removed.
86fbb8ca
CD
24452 (org-add-to-invisibility-spec): Function removed.
24453
24454 * org-html.el (org-export-as-html-and-open): Add argument to
24455 kill-buffer.
24456
24457 * org-habit.el (require): `calendar' is now required already by
24458 org.el on top level.
24459
24460 * org-clock.el (require): `calendar' is now required already by
24461 org.el on top level.
24462
24463 * org-agenda.el (require, org-timeline, org-agenda-list)
24464 (org-todo-list, org-agenda-to-appt): `calendar' is now required
24465 already by org.el on top level.
24466
24467 * org.el (org-export-latex-fix-inputenc): Declare function.
24468
24469 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
24470 variables.
24471
24472 * org.el (calendar): Require calendar now on top level in org.el
24473 and define aliases to new variables when needed.
24474 (org-read-date, org-goto-calendar): Do not bind obsolete
24475 variables.
24476
24477 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
24478 compilation warning, add comment that this cannot be done with
24479 `with-current-buffer'.
24480
24481 * org-wl.el (org-wl-open): Use `with-current-buffer'.
24482
24483 * org.el (overlay, org-remove-empty-overlays-at)
24484 (org-outline-overlay-data, org-set-outline-overlay-data)
24485 (org-show-block-all, org-hide-block-toggle)
24486 (org-highlight-new-match, org-remove-occur-highlights)
24487 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
24488 (org-read-date, org-read-date-display, org-eval-in-calendar)
24489 (org-format-latex, org-context)
24490 (org-speedbar-restriction-lock-overlay)
24491 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
24492
24493 * org-table.el (org-table-add-rectangle-overlay)
24494 (org-table-remove-rectangle-highlight)
24495 (org-table-overlay-coordinates)
24496 (org-table-toggle-coordinate-overlays): Use the normal overlay
24497 API.
24498
24499 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
24500 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
24501 normal overlay API.
24502
24503 * org-colview.el (org-columns-new-overlay)
24504 (org-columns-display-here, org-columns-remove-overlays)
24505 (org-columns-edit-value, org-columns-next-allowed-value)
24506 (org-columns-update): Use the normal overlay API.
24507
24508 * org-clock.el (org-clock-out, org-clock-cancel)
24509 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
24510 overlay API.
24511
24512 * org-agenda.el (org-agenda-mark-filtered-text)
24513 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
24514 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
24515 (org-agenda-entry-text-hide)
24516 (org-agenda-restriction-lock-overlay)
24517 (org-agenda-set-restriction-lock)
24518 (org-agenda-filter-by-tag-hide-line)
24519 (org-agenda-fix-tags-filter-overlays-at)
24520 (org-agenda-filter-by-tag-show-all, org-hl)
24521 (org-agenda-goto-calendar, org-agenda-bulk-mark)
24522 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
24523
24524 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 24525 (org-freemind-from-org-mode)
4d789d84
SM
24526 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
24527 Use interactive-p instead of called-interactively, because this is
86fbb8ca
CD
24528 backward compatible with older Emacsen I still support..
24529
245302010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24531
24532 * org-exp.el (org-export-define-heading-targets): Fix bug in
24533 regexp finding ID and CUSTOM_ID properties.
24534
245352010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24536
4d789d84
SM
24537 * org-footnote.el (org-footnote-goto-previous-reference):
24538 Rename from `org-footnote-goto-next-reference'.
86fbb8ca
CD
24539
24540 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
24541 org-log-repeat is non-nil, or if there is clocking data in the
24542 entry.
24543
24544 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
24545
245462010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24547
24548 * org.el (org-align-all-tags): New command.
24549
245502010-07-19 David Maus <dmaus@ictsoc.de>
24551
24552 * org-wl.el (org-wl-link-remove-filter): New customizable
24553 variable. If non-nil, filter conditions are stripped when storing
24554 link to message in filter folder.
4d789d84
SM
24555 (org-wl-shimbun-prefer-web-links): New customizable variable.
24556 If non-nil, links to shimbun messages are created as web links to
86fbb8ca 24557 message source.
4d789d84
SM
24558 (org-wl-nntp-prefer-web-links): New customizable variable.
24559 If non-nil, links to nntp message are created as web links to gmane
86fbb8ca
CD
24560 or googlegroups.
24561 (org-wl-namazu-default-index): New customizable variable.
24562 Directory of namazu search index that should be used as default
24563 when opening a link in a search folder.
24564 (org-wl-folder-types): New constant. Wanderlust folder type
24565 indicators.
24566 (org-wl-folder-type): New function. Return type of Wanderlust
24567 folder.
24568 (org-wl-store-link): Create web links for shimbun or nntp messages
24569 and strip filter conditions depending on customizable variables.
24570 (org-wl-open): Open namazu search folder for message when called
24571 with prefix.
24572
245732010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24574
24575 * org.el (org-remove-if, org-remove-if-not): New functions.
24576 (org-open-file): Use internal remove-if functions.
24577
245782010-07-19 Jan Böcker <jan.boecker@jboecker.de>
24579
a628ad9d
JB
24580 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
24581 (org-file-apps-ex): Remove variable.
86fbb8ca
CD
24582 (org-open-file): Integrate org-file-apps-ex functionality back
24583 into org-file-apps, and decide whether to match a regexp against
24584 the link or the filename using org-file-apps-entry-uses-grouping-p.
24585
245862010-07-19 Jan Böcker <jan.boecker@jboecker.de>
24587
a628ad9d 24588 * org.el (org-file-apps-ex): New variable.
86fbb8ca 24589 (org-open-file): Before considering org-file-apps, first match the
4d789d84
SM
24590 regexps from org-file-apps-ex against the whole link.
24591 See docstring of org-file-apps-ex.
86fbb8ca
CD
24592
245932010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24594
4d789d84
SM
24595 * org.el (org-export-latex-default-packages-alist):
24596 Remove microtype package.
86fbb8ca
CD
24597 (org-todo-repeat-to-state): New variable.
24598 (org-auto-repeat-maybe): Allow user-selected target states.
24599 (org-default-properties): Add the new property REPEAT_TO_STATE.
24600
246012010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
24602
24603 * org-mobile.el (org-mobile-check-setup): Make sure that there is
24604 a binary to compute checksums.
24605
3820f429
CD
246062010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
24607
24608 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
24609 variables.
24610
24611 * org.el (calendar): Require calendar now on top level in org.el
24612 and define aliases to new variables when needed.
24613 (org-read-date, org-goto-calendar): Do not bind obsolete
24614 variables.
24615
c50b0f11
GM
246162010-06-22 Glenn Morris <rgm@gnu.org>
24617
24618 * org-entities.el: Add explicit utf-8 coding cookie to file with
24619 utf-8 characters.
24620
6dc439cb
SM
246212010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24622
24623 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
24624
61a808e8
CY
246252010-05-07 Chong Yidong <cyd@stupidchicken.com>
24626
24627 * Version 23.2 released.
24628
365f8d85
SM
246292010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24630
24631 * org-table.el (orgtbl-setup):
24632 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
24633
56eb0904
SM
246342010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24635
24636 * org-table.el (orgtbl-mode): Use define-minor-mode.
24637
ed21c5c8
CD
246382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24639
56eb0904
SM
24640 * org.el (org-insert-link): Find the link buffer on visible frames.
24641 (org-export-latex-default-packages-alist): Hyperref must be loaded
ed21c5c8
CD
24642 late.
24643 (org-open-file): More care with the new matching for file links.
24644
246452010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24646
24647 * org-latex.el (org-export-latex-preprocess): Do not yet protect
24648 defined entities - these will be taken care of later.
24649 (org-export-latex-special-chars): Post-process entity replacement.
24650 (org-export-latex-fontify-headline): Do not yet protect defined
24651 entities - these will be taken care of later.
24652 (org-export-latex-tables, org-export-latex-links): Format the
24653 caption properly.
24654
24655 * org-entities.el (org-entities-user): Fix typo.
24656
a628ad9d 24657 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
ed21c5c8
CD
24658
24659 * org-entities.el (org-entities-user): Improve docstring.
24660
246612010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24662
24663 * org-entities.el (org-macs): Require org-macs, to be sure that we
24664 have `declare-function' defined.
24665
246662010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24667
24668 * org-latex.el (org-export-latex-classes): Update docstring.
24669
24670 * org.el (org-format-latex-header): Add cookies to the header.
0235128c 24671 (org-splice-latex-header): Implement placement according to cookies.
ed21c5c8
CD
24672
246732010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24674
24675 * org-publish.el (org-publish-aux-preprocess): Control case
24676 sensitivity.
24677
23f6720e 246782010-04-10 Bastien Guerry <bzg@gnu.org>
ed21c5c8
CD
24679
24680 * org.el (org-splice-latex-header): Fix typo.
24681
246822010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24683
0235128c
SM
24684 * org-latex.el (org-export-latex-make-header):
24685 Use `org-splice-latex-header' to build the header.
ed21c5c8
CD
24686 (org-export-latex-classes): Update docstring.
24687
24688 * org.el (org-splice-latex-header): New function.
24689 (org-create-formula-image): Use `org-splice-latex-header' to build
24690 the header.
24691
24692 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
24693
246942010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24695
24696 * org.el (org-export-latex-packages-alist)
24697 (org-export-latex-default-packages-alist): Fix docstring to
24698 reflect the expected structure.
24699
24700 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
24701 (org-export-docbook-finalize-table): Make use of label for tables.
24702
247032010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24704
24705 * org-attach.el (org-attach-commit): Split on newlines.
24706
24707 * org.el (org-export-latex-default-packages-alist): Use list
24708 instead of cons for the entries.
24709
247102010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24711
24712 * org-entities.el (org-entity-get-representation): Catch the case
24713 that there is not entry in the list.
24714
24715 * org-mobile.el (org-mobile-use-encryption)
24716 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
24717 New options.
24718 (org-mobile-check-setup): CHeck the encryption setup.
24719 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
24720 (org-mobile-create-sumo-agenda): Use encryption code.
24721 (org-mobile-encrypt-and-move): New function.
4d789d84
SM
24722 (org-mobile-encrypt-file, org-mobile-decrypt-file):
24723 New functions.
ed21c5c8
CD
24724 (org-mobile-move-capture): Decrypt the capture file.
24725
24726 * org.el (org-entities): Require the new file.
24727 (org-export-latex-default-packages-alist): New variable.
24728 (org-complete): Use new entity code for completion.
24729 (org-create-formula-image): Use the new packages variable.
24730
24731 * org-latex.el (org-export-latex-classes): Remove the standard
24732 packages from the class headers.
24733 (org-export-latex-make-header): Use the new package variable.
24734 (org-export-latex-special-chars): Better regexp for entities, to
24735 support entity name that contain numbers.
24736 (org-export-latex-treat-backslash-char): Use the new entity code.
24737
24738 * org-html.el (org-html-do-expand): Use the new entity code.
24739
24740 * org-exp.el (org-export): Add the new export commands.
24741 (org-html-entities): Constant removed.
24742 (org-export-visible): Add the new export commands.
24743
ed21c5c8
CD
24744 * org-docbook.el (org-docbook-do-expand): Use new entity code.
24745
24746 * org-ascii.el (org-export-ascii-entities): New variable.
24747 (org-export-as-latin1, org-export-as-latin1-to-buffer)
24748 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
24749 (org-export-as-encoding): New function.
24750 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
24751 (org-ascii-replace-entities): New function.
24752
2b4aa886 247532010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4e2af782 24754 Ulf Stegemann <ulf@zeitform.de>
2b4aa886
GM
24755
24756 * org-entities.el: New file.
24757
ed21c5c8
CD
247582010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24759
24760 * org-html.el (org-html-level-start): Catch the case that target
24761 might be nil.
24762
247632010-04-10 Dan Davison <davison@stats.ox.ac.uk>
24764
24765 * org.el (org-appearance): Change Customize group variable name
24766 from org-font-lock to org-appearance, and change tag from "Org
c4cc8b9a
JB
24767 Font Lock" to "Org Appearance".
24768 (org-odd-levels-only): Change Customize group variable name.
24769 (org-level-color-stars-only): Change Customize group variable name.
24770 (org-hide-leading-stars): Change Customize group variable name.
24771 (org-hidden-keywords): Change Customize group variable name.
24772 (org-fontify-done-headline): Change Customize group variable name.
24773 (org-fontify-emphasized-text): Change Customize group variable name.
24774 (org-fontify-whole-heading-line): Change Customize group variable name.
ed21c5c8 24775 (org-highlight-latex-fragments-and-specials): Change Customize
c4cc8b9a
JB
24776 group variable name.
24777 (org-hide-emphasis-markers): Change Customize group variable name.
24778 (org-emphasis-alist): Change Customize group variable name.
ed21c5c8 24779 (org-emphasis-regexp-components): Change Customize group variable
c4cc8b9a 24780 name.
a628ad9d 24781 (org-modules): Remove mention of org-R.
ed21c5c8 24782
a628ad9d 24783 * org-faces.el (org-faces): Change Customize group variable name.
ed21c5c8
CD
24784
247852010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24786
24787 * org-agenda.el (org-diary-last-run-time): New variable.
a628ad9d 24788 (org-diary): Prepare agenda buffers only if last call was some
ed21c5c8
CD
24789 time ago.
24790
24791 * org-html.el (org-export-html-preprocess): Replace \ref macros
24792 with a link.
24793 (org-format-org-table-html): Add the label as an anchor.
24794
24795 * org-docbook.el (org-export-docbook-format-image): Do some
24796 formatting on captions.
24797
24798 * org-latex.el (org-export-latex-tables, org-export-latex-links):
24799 Do some formatting on captions.
24800
24801 * org-html.el (org-export-html-format-image)
24802 (org-format-org-table-html): Do some formatting on captions.
24803
248042010-04-10 Dan Davison <davison@stats.ox.ac.uk>
24805
a628ad9d 24806 * org.el (org-hidden-keywords): New customizable variable. This is
ed21c5c8
CD
24807 a list of symbols specifying which of the special keywords #+DATE,
24808 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
24809 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
91af3942 24810 implementing new faces and hiding behavior.
ed21c5c8 24811
c4cc8b9a
JB
24812 * org-faces.el (org-document-title): New face for #+TITLE lines.
24813 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
a628ad9d
JB
24814 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
24815 keywords.
ed21c5c8
CD
24816
248172010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24818
24819 * org-publish.el (org-publish-sanitize-plist): New function to
24820 rename "index" properties to "sitemap". Do this renaming
24821 globally.
24822 (org-publish-with-aux-preprocess-maybe): New macro.
24823 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
24824 macro.
24825 (org-publish-aux-preprocess)
24826 (org-publish-index-generate-theindex.inc): New function.
24827
248282010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24829
24830 * org-table.el (org-table-align): Interpret <N> at fixed width,
24831 not as maximum width.
24832
248332010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24834
4d789d84
SM
24835 * org-exp.el (org-export-author-info, org-export-email-info):
24836 Fix docstrings.
ed21c5c8 24837
a628ad9d 24838 * org-beamer.el (org-beamer-select-environment): Rename from
ed21c5c8
CD
24839 `org-beamer-set-environment-tag'. Improve docstring.
24840
24841 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
24842 problem with odd levels.
24843
24844 * org-ascii.el (org-export-as-ascii): Export email only if the
24845 author wants it.
24846
24847 * org-docbook.el (org-export-as-docbook): Export email only if the
24848 author wants it.
24849
24850 * org-html.el (org-export-as-html): Export email only if the
24851 author wants it.
24852
24853 * org-exp.el (org-export-email-info): New option.
24854 (org-export-plist-vars): Add entry for `org-export-email'.
24855
248562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24857
24858 * org-table.el (org-table-goto-line): Fix typo.
24859
248602010-04-10 Mikael Fornius <mfo@abc.se>
24861
24862 * org.el (org-agenda-files): Typo.
24863 (org-read-agenda-file-list): Add optional argument to help
24864 `org-store-new-agenda-file-list' to remember un-expanded file
24865 names. Expand file names relative to `org-directory'.
24866 (org-store-new-agenda-file-list): Keep un-expanded file names when
24867 saving, if available.
24868 (org-agenda-files): Update documentation.
24869
248702010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24871
24872 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
24873 a buffer with no file name attached.
24874
24875 * org.el (org-log-refile): New option.
24876 (org-log-note-headings): Add a heading for refiling.
24877 (org-startup-options): Add keywords for logging of the refile
24878 action.
24879 (org-refile): Add logging action.
24880 (org-add-log-note): Allow for refiling action.
24881
24882 * org-agenda.el (org-agenda-bulk-action): Make sure
24883 `org-log-refile' is not `note' during a bulk action.
24884
248852010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24886
24887 * org.el (org-map-dblocks): Use save-excursion to remember the
24888 position.
24889
24890 * org-attach.el (org-attach-commit): Remove dependence on xargs.
24891 (org-attach-delete-one): Commit after deleting a file.
24892
24893 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
24894 borders for strike-through emphasis.
24895
24896 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
24897 handling of odd levels.
24898
24899 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
24900 and `future' values.
24901 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
24902 Handle `past' and `future' values.
24903
24904 * org.el (org-read-agenda-file-list): Interpret file names
24905 relative to org-directory and allow environment variables and
24906 "~".
24907
24908 * org-latex.el (org-export-latex-special-chars): Allow a
24909 parenthesis before an exponent or subscript.
24910
249112010-04-10 Dan Davison <davison@stats.ox.ac.uk>
24912
24913 * org-src.el (org-edit-src-exit): When returning from code edit
24914 buffer, if code block is hidden, leave point at start of
a628ad9d 24915 #+begin_src line.
ed21c5c8
CD
24916
249172010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24918
24919 * org.el (org-insert-heading): Do not remove all spaces if the
24920 headline is empty.
24921
24922 * org-indent.el (org-indent): Fix group name.
24923
249242010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24925
24926 * org-table.el (org-table-goto-column): Fix forcing a non-existing
24927 column.
24928 (org-table-get, org-table-put, org-table-goto-line)
24929 (org-table-current-line): New functions.
24930
249312010-04-10 Jan Böcker <jan.boecker@jboecker.de>
24932
24933 * org.el (org-open-file): Allow regular expressions in
24934 org-file-apps to capture link parameters using groups. In a
24935 command string to be executed, the parameters can be referenced
24936 using %1, %2, etc. Lisp forms can access them using
24937 (match-string n link).
24938 (org-apps-regexp-alist): Adopt the created regexp, as this is now
24939 matched against a file: link instead of the file name.
24940
249412010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24942
24943 * org-crypt.el (org-reveal-start-hook): Add a decryption function
24944 to this hook.
4d789d84
SM
24945 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
24946 Add docstrings.
ed21c5c8
CD
24947
24948 * org.el (org-point-at-end-of-empty-headline)
24949 (org-level-increment, org-get-previous-line-level): New function.
24950 (org-cycle-level): Rewritten to be independent of when this
24951 function is called.
24952 (org-in-regexps-block-p): New function.
24953 (org-reveal-start-hook): New hook.
24954 (org-reveal): Run new hook.
24955
249562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24957
24958 * org-latex.el (org-export-latex-keywords): Start a new paragraph
24959 after time keywords, do not add "\newline".
24960
24961 * org-html.el (org-export-as-html): Avoid double # in href.
24962
24963 * org.el (org-refile-get-location): Catch an invalid target
24964 specification.
24965
249662010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24967
24968 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
24969 Make sure the behavior regarding to extracting time is
24970 consistent.
24971
249722010-04-10 Stephen Eglen <stephen@gnu.org>
24973
4d789d84
SM
24974 * org-agenda.el (org-agenda-insert-diary-extract-time):
24975 New variable.
ed21c5c8
CD
24976 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
24977 variable rather than `org-agenda-search-headline-for-time'.
24978
249792010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24980
24981 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
24982
249832010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
24984
24985 * org.el (org-adaptive-fill-regexp-backup): New variable.
24986 (org-set-autofill-regexps): Store a backup of
24987 `adaptive-fill-regexp'.
24988 (org-adaptive-fill-function): Fix filling of comments and ordered
a628ad9d 24989 lists. If there is no other match, till try adaptive fill.
ed21c5c8
CD
24990
249912010-04-10 John Wiegley <jwiegley@gmail.com>
24992
a628ad9d 24993 * org-agenda.el (org-agenda-include-deadlines): Add new
ed21c5c8
CD
24994 customization variable to determine whether unscheduled tasks
24995 should appear in the agenda solely because of their deadline.
24996 Default to true, which was the previous behavior (it just wasn't
24997 configurable).
24998 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
24999 the agenda to show/hide deadline tasks.
a628ad9d 25000 (org-agenda-menu): Add menu option for show/hide deadlines.
ed21c5c8
CD
25001 (org-agenda-list): Make the agenda list sensitive to the value of
25002 `org-agenda-include-deadlines'.
25003 (org-agenda-toggle-deadlines): New function to toggle the value of
25004 `org-agenda-include-deadlines' and repaint the modeline
25005 indicators.
25006 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
25007 modeline if deadline tasks are being displayed.
25008
250092010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25010
25011 * org-table.el (org-table-eval-formula): Replace $# and @# by
25012 current column and row number.
25013
250142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25015
25016 * org.el (org-set-property, org-delete-property): Go back to
25017 prompting for the property.
25018
25019 * org-latex.el (org-export-latex-make-header): Fully process
25020 author line.
25021 (org-export-latex-fontify-headline): Allow several arguments, not
25022 just one.
25023 (org-export-latex-fix-inputenc): Catch the error when
25024 `latexenc-coding-system-to-inputenc' is not defined.
25025
25026 * org-agenda.el (org-agenda-skip-if-todo): New function.
25027 (org-agenda-skip-if): Add conditions for TODO keywords.
25028 (org-agenda-skip-if): Document the new todo conditions.
25029
250302010-04-10 Mikael Fornius <mfo@abc.se>
25031
25032 * org.el (org-at-property-p): Check if we are inside a property
25033 drawer not just any drawer.
25034 (org-set-property, org-delete-property): When cursor is on a
25035 property key value pair do not prompt for property name instead
25036 use name at cursor.
25037 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
25038 on the first line of a property drawer.
25039 (org-property-end-re): Spell check.
25040
250412010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25042
25043 * org-exp.el (org-export-attach-captions-and-attributes): Add the
25044 properties to the entire table, in case the first line is
25045 removed.
25046
25047 * org-archive.el (org-archive-reversed-order): New option.
25048 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
25049 option `org-archive-reversed-order'.
25050
250512010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25052
25053 * org-agenda.el (org-agenda-entry-types): New variable.
25054 (org-agenda-list): Use `org-agenda-entry-types'.
25055 (org-agenda-custom-commands-local-options): Support for setting
25056 `org-agenda-entry-types' as an option.
25057 (org-diary): Shift some documentation from here to the variable
25058 `org-agenda-entry-types'.
25059
250602010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25061
25062 * org-latex.el (org-export-latex-make-header): Apply macros in
25063 author field.
25064
25065 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
25066 (org-clock-select-task, org-clock-notify-once-if-expired)
25067 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
25068 (org-clock-out-if-current, org-clock-save): Use the new functions.
25069
250702010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25071
25072 * org-docbook.el (org-export-as-docbook): Remove unnecessary
25073 newline.
25074 (org-export-as-docbook): Remove unnecessary newline.
25075 (org-export-as-docbook): Fix problem with double footnote
25076 reference in one place.
25077
4d789d84
SM
25078 * org-exp.el (org-export-format-source-code-or-example):
25079 Remove unnecessary newline.
ed21c5c8
CD
25080
25081 * org.el (org-deadline, org-schedule): Allow rescheduling entries
25082 with repeaters.
25083
25084 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
25085 function calls that look like references.
25086
25087 * org.el (org-open-at-point): Get link abbreviations from
25088 reference buffer.
25089
250902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25091
25092 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
25093 as a reference.
25094
250952010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25096
25097 * org.el (org-link-unescape): Solve issue with lower-case escapes.
25098
250992010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25100
4d789d84
SM
25101 * org-latex.el (org-export-latex-classes):
25102 Add \usepackage{latexsym} to all classes.
ed21c5c8
CD
25103
251042010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25105
25106 * org-html.el (org-export-as-html): Do not allow protected lines
25107 into the table of contents.
25108
25109 * org-latex.el (org-export-latex-special-chars): Find subsequent
25110 occurrences of special characters.
25111 (org-export-latex-tables): Do not convert table-like stuff that is
25112 protected.
25113
251142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25115
25116 * org-list.el (org-toggle-checkbox): No errors when updating
25117 checkbox count fails because there is no heading.
25118
251192010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25120
4d789d84
SM
25121 * org-clock.el (org-clock-report-include-clocking-task):
25122 New option.
ed21c5c8
CD
25123 (org-clock-sum): Add the current clocking task.
25124
251252010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25126
25127 * org.el (org-cycle): Print a message when in a table.el table.
25128 (org-edit-special): Recognize the table.el context.
25129 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
25130
25131 * org-src.el (org-at-table.el-p): Declare.
25132 (org-edit-src-code): Handle a special case for table.el editing.
25133 (org-edit-src-find-region-and-lang): Recognize the table.el
25134 context.
25135
25136 * org-latex.el (org-export-latex-tables): Convert table.el
25137 tables.
25138 (org-export-latex-convert-table.el-table): New function.
25139
25140 * org-html.el (org-html-expand): Fix table.el export.
25141
25142 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
25143 headings.
25144
25145 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
25146 table for the id locations.
25147
25148 * org.el (org-read-date-analyze): Match American-style dates, like
25149 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
25150 current year when reading ISO and American dates.
25151
251522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25153
25154 * org.el (org-face-from-face-or-color): New function.
25155 (org-get-todo-face, org-font-lock-add-priority-faces)
25156 (org-get-tag-face): Use `org-face-from-face-or-color'.
25157
4d789d84
SM
25158 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
25159 Allow simple colors as values.
ed21c5c8
CD
25160 (org-faces-easy-properties): New option.
25161
25162 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
25163 restricted, as an agenda mode.
25164 (org-agenda-fontify-priorities): Allow simple colors as values.
25165
23f6720e 251662010-04-10 Bastien Guerry <bzg@gnu.org>
ed21c5c8 25167
a628ad9d 25168 * org-timer.el (org-timer-current-timer): Rename from
ed21c5c8 25169 `org-timer-last-timer'.
a628ad9d 25170 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
ed21c5c8
CD
25171 (org-timer-cancel-timer, org-timer-show-remaining-time)
25172 (org-timer-set-timer): Update to use only one timer.
25173
25174 * org.el (org-set-property): Remove useless space in the prompt.
25175
251762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25177
25178 * org-html.el (org-export-html-style-default): Add a default style
25179 for textareas.
25180
4d789d84
SM
25181 * org-exp.el (org-export-format-source-code-or-example):
25182 Fix textarea tag.
ed21c5c8 25183
23f6720e 251842010-04-10 Bastien Guerry <bzg@gnu.org>
ed21c5c8
CD
25185
25186 * org-clock.el (org-clock-current-task): New variable to store
25187 last clocked in task.
25188 (org-clock-set-current, org-clock-delete-current): New functions.
25189
251902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25191
25192 * org-remember.el (org-remember-apply-template): Extend comment.
25193 (org-remember-handler): Implement clock sibling filing.
25194
251952010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25196
25197 * org-publish.el (org-publish-all, org-publish-current-file)
25198 (org-publish-current-project): When called with prefix argument
25199 FORCE, also rebuild the validation file list.
25200
25201 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
25202 section headings.
25203
252042010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25205
25206 * org-html.el (org-export-as-html-and-open): Kill product buffer
25207 if the user wants that.
25208
25209 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
25210 if the user wants that.
25211
4d789d84
SM
25212 * org-exp.el (org-export-kill-product-buffer-when-displayed):
25213 New option.
ed21c5c8
CD
25214
25215 * org-agenda.el (org-batch-agenda-csv): Use the time property
25216 instead of the `time-of-day' property.
25217
252182010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25219
25220 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
25221 (org-timer-pause-hook, org-timer-set-hook)
25222 (org-timer-cancel-hook): New hooks.
25223 (org-timer-start): Run `org-timer-start-hook'.
25224 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
25225 (org-timer-stop): Run `org-timer-stop-hook'.
25226 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
25227
252282010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25229
25230 * org.el (org-reveal): Double prefix arg shows the subtree of the
25231 parent.
25232
252332010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25234
25235 * org-agenda.el (org-search-view): Fix bug with searching full
25236 words in headlines in search view.
25237 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
25238 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
25239 scheduled (if the user configures it so.
25240
252412010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25242
25243 * org.el (org-hide-archived-subtrees): Don't jump to end of
25244 subtree if the match was not in a headline.
25245 (org-inside-latex-macro-p): Allow more complex arguments.
25246 (org-emphasize): Protect against use at end of buffer.
25247
252482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25249
25250 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
25251 text properties.
25252
252532010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25254
25255 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
25256 values.
25257 (org-agenda-todo-ignore-scheduled)
25258 (org-agenda-todo-ignore-deadlines): More control with different
25259 allowed values.
25260 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
25261 Honor the new option settings.
25262
252632010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25264
25265 * org.el (org-get-location): Make sure the selection buffer is
25266 shown in the current frame.
25267
4d789d84
SM
25268 * org-ascii.el (org-export-ascii-table-widen-columns):
25269 New option.
ed21c5c8
CD
25270 (org-export-ascii-preprocess): Realign tables to remove narrowing
25271 if `org-export-ascii-table-widen-columns' is set.
25272
25273 * org-table.el (org-table-do-narrow): New variable.
25274 (org-table-align): Narrow only if `org-table-do-narrow' is t.
25275
25276 * org.el (org-deadline, org-schedule): Allow updating if the
25277 relevant time stamp does not have a repeater, i.e. do not require
25278 that no time stamp has a repeater.
25279
25280 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
25281 new white space before the tags.
25282
25283 * org-latex.el (org-export-as-latex): Do nit require the buffer to
25284 be visiting a file when only exporting to a buffer or string.
25285 (org-export-latex-fix-inputenc): Only save the buffer is there is
25286 a file name attached to it.
25287
252882010-04-10 Dan Davison <davison@stats.ox.ac.uk>
25289
a628ad9d 25290 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
ed21c5c8
CD
25291
252922010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25293
4d789d84
SM
25294 * org.el (org-fontify-meta-lines-and-blocks):
25295 Honor `org-fontify-quote-and-verse-blocks'.
ed21c5c8
CD
25296
25297 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
25298
252992010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25300
25301 * org.el (org-open-at-point): Also check for text property
25302 org-linked-text before offering collected links.
25303
253042010-04-10 Stephen Eglen <stephen@gnu.org>
25305
25306 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
25307 Optionally extract time specification from text and add to the
25308 timestamp.
25309
253102010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25311
25312 * org-exp.el (org-html-entities): Fix typo.
25313
25314 * org-latex.el (org-export-latex-make-header): Use \providecommand
25315 to make sure the \alert macro is defined.
25316
25317 * org.el (org-format-latex-signal-error)
25318 (org-create-formula-image): Use `org-format-latex-signal-error'.
25319
253202010-04-10 Stephen Eglen <stephen@gnu.org>
25321
25322 * org.el (org-store-link): For dired buffers, use
25323 default-directory as link name if dired-get-filename returns
25324 nil.
25325
253262010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25327
25328 * org-exp.el (org-export-concatenate-multiline-links): The for
25329 protectedness at beginning of match.
25330
25331 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
25332 AUTO as a coding system, instead default to utf8.
25333
253342010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25335
25336 * org.el (org-block-todo-from-children-or-siblings-or-parent)
25337 (org-block-todo-from-checkboxes): Respect the local variable
25338 value when deciding if blocking should be active.
25339
25340 * org-latex.el (org-export-latex-make-header): Define the align
25341 macro if it is not yet defined.
25342
4d789d84
SM
25343 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
25344 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 25345
4d789d84
SM
25346 * org-mac-message.el (org-mac-message-insert-flagged):
25347 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 25348
a628ad9d 25349 * org.el (org-insert-heading): New argument INVISIBLE-OK.
ed21c5c8
CD
25350
25351 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
25352 prompt message.
25353
25354 * org-html.el (org-html-level-start): Use the
25355 `html-container-class' text property to set an additional class
25356 for an outline container.
25357
4d789d84
SM
25358 * org-exp.el (org-export-remember-html-container-classes):
25359 New function.
25360 (org-export-preprocess-string):
25361 Call `org-export-remember-html-container-classes'.
ed21c5c8
CD
25362
25363 * org.el (org-cycle): Mention level cycling in the docstring.
25364 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
25365
25366 * org-remember.el (org-remember-apply-template): Do file insertion
25367 first.
25368
253692010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25370
25371 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
25372 problem with mis-aligned graphs when showing habits.
25373
253742010-04-10 Mikael Fornius <mfo@abc.se>
25375
25376 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
a628ad9d
JB
25377 when assigning. Begin using numerical characters when all in name
25378 is used up. This is to spare alphanumeric characters for better
ed21c5c8
CD
25379 match with other keywords.
25380
253812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25382
25383 * org-exp.el (org-export-preprocess-hook): Improve documentation.
25384
25385 * org-latex.el (org-export-latex-preprocess): More consistent
25386 conversion and protection of the words LaTeX and TeX.
25387 (org-export-latex-fontify-headline, org-export-latex-preprocess):
25388 Allow angle brackets in commands, for beamer.
25389
253902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25391
25392 * org-clock.el (org-clock-in): Improve the look of the clock line
25393 by formatting links.
25394
253952010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25396
25397 * org-latex.el (org-export-latex-classes): Use AUTO as the place
25398 holder string for the coding system. And improve the
25399 documentation.
25400 (org-export-latex-fix-inputenc): Only modify the coding system if
25401 it is given by the placeholder AUTO.
25402
254032010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25404
25405 * org-clock.el (org-task-overrun-text): New option.
25406 (org-task-overrun, org-clock-update-period): New variables.
4d789d84
SM
25407 (org-clock-get-clock-string, org-clock-update-mode-line):
25408 Mark overrun clock.
ed21c5c8
CD
25409 (org-clock-notify-once-if-expired): Check if clock is overrun.
25410
25411 * org-faces.el: New face `org-mode-line-clock-overrun'.
25412
254132010-04-10 Jan Böcker <jan.boecker@jboecker.de>
25414
25415 * org.el (org-narrow-to-subtree): Position the end of the narrowed
25416 region before the line with the next heading, to prevent the user
25417 from prepending text to the next headline.
25418
254192010-04-10 Stephen Eglen <stephen@gnu.org>
25420
4d789d84
SM
25421 * org-agenda.el (org-get-time-of-day):
25422 Use org-agenda-time-leading-zero to allow leading zero (rather than
ed21c5c8
CD
25423 space) for times.
25424
254252010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25426
25427 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
25428 org-datetree.el is loaded.
25429
a628ad9d 25430 * org-datetree.el: Autoload `org-datetree-find-day-create'.
ed21c5c8
CD
25431
25432 * org-latex.el (org-export-latex-hyperref-format): New option.
25433 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
25434
254352010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25436
25437 * org-ctags.el (org-ctags-enable): Change order of functions.
25438 (org-ctags-create-tags): Add wildcard to file name expansion.
25439
254402010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25441
25442 * org.el (org-entry-properties): Fix some important bugs.
25443
254442010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25445
25446 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
25447 the table is not explicitly given.
25448
254492010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25450
25451 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
25452 as value.
25453 (org-clock-out-if-current): Work with the new list value of
25454 `org-clock-out-when-done'.
25455 (org-clock-out, org-clock-out-if-current): Avoid circular logic
25456 between clocking out and state changes.
25457
25458 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
25459
25460 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
25461 accident protect a character that is before a backslash.
25462
2b4aa886
GM
254632010-04-10 Paul Sexton <eeeickythump@gmail.com>
25464
25465 * org-ctags.el: New file.
25466
ed21c5c8
CD
254672010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25468
4d789d84
SM
25469 * org-agenda.el (org-diary-class):
25470 Use `org-order-calendar-date-args'.
ed21c5c8
CD
25471
25472 * org.el (org-order-calendar-date-args): New function.
25473
25474 * org-exp.el (org-export-target-internal-links): Check for
25475 protectedness after the first bracket.
25476
25477 * org.el (org-entry-properties): Don't match wrong-case TODO
25478 keywords.
25479
25480 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
25481 Document that ARG is passed through to remove the date.
4d789d84
SM
25482 (org-agenda-bulk-action): Accept prefix arg and pass it on.
25483 Do not read a date when the user has given a `C-u' prefix.
ed21c5c8
CD
25484
254852010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25486
25487 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
25488 tags are hidden.
25489
254902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25491
25492 * org-latex.el (org-export-latex-fix-inputenc): New function.
25493 (org-export-latex-inputenc-alist): New option.
25494
25495 * org-exp.el (org-export): New key SPC to publish enclosing
25496 subtree.
25497
254982010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25499
25500 * org-indent.el (org-indent-add-properties): Catch case when there
25501 is no headline in the buffer.
25502
255032010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25504
25505 * org-exp.el (org-html-entities): Add checkmark symbol.
25506
25507 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
25508 verbatim code for ASCII export.
25509
25510 * org.el (org-update-statistics-cookies): Also see checkboxes in
25511 ordered lists.
25512
255132010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25514
25515 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
25516 key.
25517
25518 * org-beamer.el (org-beamer-amend-header): Change the location
25519 where `org-beamer-header-extra' is inserted.
25520
25521 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
25522 just for computing this regexp.
25523
255242010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25525
25526 * org-beamer.el (org-beamer-frame-default-options): New option.
25527 (org-beamer-sectioning): Use default options if the user does not
25528 have defined any.
25529 (org-beamer-fix-toc): Put a frame around the table of contents.
25530
4d789d84
SM
25531 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
25532 Make sure case-folding works well when processing comment stuff.
ed21c5c8
CD
25533
25534 * org-latex.el (org-export-latex-after-save-hook): New hook.
25535 (org-export-as-latex): Run the new hook.
25536
255372010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25538
25539 * org-beamer.el (org-beamer-environments-default): Add the note
25540 environments.
25541 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
25542 lines and collect and combine the content.
25543 (org-beamer-after-initial-vars): Check for note tags and make sure
25544 they will be seen like a property.
25545
25546 * org.el (org-offer-links-in-entry): Fix bug when there is a
25547 single link.
25548
25549 * org-exp.el (org-export): Make sure the mark is activated, also
25550 when `transient-mark-mode' is off.
25551
25552 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
25553 (org-agenda-search-view-search-words-only): Obsolete variable, is
25554 now an alias for `org-agenda-search-view-always-boolean'.
25555 (org-agenda-search-view-force-full-words): New option.
25556 (org-search-view): Improve docstring, and implement a better logic
25557 for Boolean and phrase searches.
25558 (org-agenda-last-search-view-search-was-boolean): New variable.
25559 (org-agenda-manipulate-query): Consider the type of the last
25560 search when modifying the search string.
25561
255622010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25563
25564 * org-latex.el (org-export-as-latex): Do the first letbind in the
25565 right moment.
25566
25567 * org-agenda.el (org-get-entries-from-diary): Add the new face to
25568 these entries.
25569
25570 * org-faces.el (org-agenda-diary): New face.
25571
25572 * org.el (org-make-link-regexps): Allow regexp-special characters
25573 in link types.
25574 (org-open-file): When in-emacs is `system', also force system
25575 opening, like when the value was `(16)'.
25576 (org-update-statistics-cookies): Handle entries without children.
25577
25578 * org-exp.el
25579 (org-export-preprocess-before-normalizing-links-hook): New hook.
25580 (org-export-preprocess-string): Run the new hook.
25581
25582 * org.el (org-offer-links-in-entry): Make RET open all links.
25583
25584 * org-html.el (org-export-as-html): Remove any leftover display
25585 properties in the html file.
25586
25587 * org-wl.el (org-wl-store-link): Work-around for format bug with
25588 text properties.
25589
25590 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
25591 invisibility while adding the graphs.
25592
255932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25594
25595 * org-remember.el (org-select-remember-template): Use C letter to
25596 customize remember templates.
25597
25598 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
25599 Move cursor to next visible line.
25600
256012010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25602
25603 * org-beamer.el (org-beamer-sectioning): Leave columns environment
25604 by specifying 0 or 1 for column width.
25605 (org-beamer-column-widths): Make 0 stand for 0.0.
25606
256072010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25608
25609 * org-exp.el (org-export-mark-radio-links): Don't match inside
25610 <<target>>.
25611
25612 * org.el (org-format-latex-header-extra): New variable.
25613 (org-format-latex): Set org-format-latex-header-extra from
25614 in-buffer stuff.
25615 (org-format-latex): Add org-format-latex-header-extra to the
25616 variables on which image creation depends.
25617 (org-create-formula-image): Add the header stuff from in-buffer
25618 settings.
25619 (org-read-date-analyze): Base the analysis for future preference
25620 on NOW, not on the default date.
25621
25622 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
25623 for TODO keyword in inline tasks.
25624
25625 * org.el (org-log-note-headings): New headings for removing
25626 deadline or scheduling date.
25627 (org-deadline, org-schedule): Arrange for logging when removing a
25628 date.
25629 (org-add-log-note): Handle deadline and scheduling removal.
25630
256312010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25632
25633 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
25634
256352010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25636
25637 * org-agenda.el (org-diary-class): New function.
25638
256392010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25640
25641 * org-latex.el (org-export-latex-preprocess): Do process the text
25642 of a radio target.
25643
256442010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25645
25646 * org.el (org-entry-properties): Add TIMESTAMP properties back
25647 in.
25648
256492010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25650
25651 * org.el (org-all-time-keywords): New variable.
25652 (org-set-regexps-and-options): Set `org-all-time-keywords'.
25653 (org-entry-blocked-p): New function.
25654 (org-special-properties): Add BLOCKED as a new special property.
25655 (org-entry-properties): New optional argument SPECIFIC, only parse
25656 for this property when it is specified.
25657 (org-entry-get): Pass a SPECIFIC argument to
25658 `org-entry-properties'.
25659
25660 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
25661
256622010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25663
25664 * org-latex.el (org-export-latex-tables): No forced line end if
25665 there is no caption.
25666
256672010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25668
25669 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
25670 package.
25671
25672 * org-latex.el (org-export-latex-tables): Only add a caption when
58179cce 25673 macro is in longtable environments if one has been defined.
ed21c5c8
CD
25674
25675 * org-html.el (org-export-as-html): Only take title from buffer if
25676 not exporting body-only.
25677
25678 * org-latex.el (org-export-latex-preprocess): Better version of
25679 the regular expression for protecting LaTeX macros.
25680 (org-export-latex-preprocess): Start searching for macros to
25681 protect from beginning of buffer.
25682
25683 * org-exp.el (org-export-target-internal-links): Check for
25684 protectedness earlier in the string.
25685
25686 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
25687 case sensitively.
25688
25689 * org-id.el (org-id-store-link): Match TODO keywords case
25690 sensitively.
25691
25692 * org.el (org-heading-components, org-get-outline-path)
25693 (org-display-outline-path): Match TODO keywords case sensitively.
25694
25695 * org-latex.el (org-export-as-latex): Ignore read-only
25696 properties.
25697
25698 * org-exp.el (org-export-preprocess-string): Remove any
25699 `read-only' properties.
25700
25701 * org-agenda.el (org-agenda-inactive-leader): New option.
25702 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
25703 (org-tags-view): Prompt for matcher if MATCH is an empty string.
25704 (org-todo-list): Prompt for matcher if ARG is an empty string.
25705
257062010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25707
25708 * org.el (org-open-link-functions): New hook.
25709 (org-open-at-point): Run `org-open-link-functions'.
25710
257112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25712
25713 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
25714 stamps as well.
25715
25716 * org.el (org-inhibit-startup-visibility-stuff): New variable.
25717 (org-mode): Don't do startup visibility if inhibited.
4d789d84
SM
25718 (org-outline-overlay-data, org-set-outline-overlay-data):
25719 New functions.
ed21c5c8
CD
25720 (org-save-outline-visibility): New macro.
25721 (org-log-note-headings): Document that one should not change the
25722 `state' note format.
25723
257242010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25725
25726 * org.el (org-make-link-regexps): Capture link path into a group.
25727
257282010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25729
25730 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
25731 the options plist.
25732
257332010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25734
25735 * org.el (org-startup-with-beamer-mode): New option.
25736 (org-property-changed-functions)
25737 (org-property-allowed-value-functions): New hooks.
25738 (org-entry-put, org-property-get-allowed-values): Run the new
25739 hooks.
25740 (org-property-next-allowed-value): Run the new hooks.
25741
25742 * org-exp.el (org-export-select-backend-specific-text): Add the
25743 special beamer tags.
25744
2b4aa886 25745 * org-beamer.el: New file.
ed21c5c8
CD
25746
25747 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
4d789d84
SM
25748 (org-export-as-latex):
25749 Run `org-export-latex-after-initial-vars-hook'.
ed21c5c8 25750 (org-export-latex-format-toc-function)
4d789d84
SM
25751 (org-export-latex-make-header):
25752 Call `org-export-latex-format-toc-function'.
ed21c5c8
CD
25753
25754 * org.el (org-fill-template): Make template searches case sensitive.
25755
25756 * org-exp.el (org-export): Use "1" as a sign to export only the
25757 subtree.
25758
4d789d84
SM
25759 * org-colview.el (org-columns-edit-value):
25760 Use org-unrestricted property.
ed21c5c8
CD
25761
25762 * org.el (org-compute-property-at-point): Set org-unrestricted
25763 text property if the list contains ":ETC".
4d789d84
SM
25764 (org-insert-property-drawer):
25765 Use org-unrestricted property.
ed21c5c8
CD
25766
25767 * org-exp.el
25768 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
4d789d84
SM
25769 (org-export-preprocess-string):
25770 Run `org-export-preprocess-before-selecting-backend-code-hook'.
ed21c5c8
CD
25771
25772 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
25773
4d789d84
SM
25774 * org-latex.el (org-export-region-as-latex):
25775 Run `org-export-first-hook'.
ed21c5c8
CD
25776
25777 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
25778
4d789d84
SM
25779 * org-docbook.el (org-export-as-docbook):
25780 Run `org-export-first-hook'.
ed21c5c8
CD
25781
25782 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
25783
25784 * org-exp.el (org-export-first-hook): New hook.
25785
257862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25787
25788 * org-list.el (org-previous-item): Exit at the beginning of the
25789 buffer.
25790
25791 * org-id.el (org-id-locations-save): Only write the id locations
25792 if any are defined.
25793
25794 * org-archive.el (org-archive-all-done): Make this work in a file
25795 with org-odd-levels-only set.
25796
25797 * org.el (org-get-refile-targets): Catch the case when a buffer
25798 has no file.
25799
25800 * org-latex.el (org-export-as-latex): Cleanup forced line ends
25801 where they are not needed.
25802 (org-export-latex-subcontent): Remove unnecessary newlines.
25803
258042010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25805
25806 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
25807 (org-export-latex-fontify): Fix regexp bug that takes special
25808 care of protecting the right boundary characters in emphasis
25809 matches.
25810 (org-export-latex-preprocess): Allow multiple arguments to latex
25811 macros.
25812
25813 * org.el (org-make-link-regexps): Use John Gruber's regexp for
25814 urls.
25815
25816 * org-macs.el (org-re): Interpret :punct: in regexps.
25817
4d789d84
SM
25818 * org-exp.el (org-export-replace-src-segments-and-examples):
25819 Also take the final newline after the END line.
ed21c5c8
CD
25820
25821 * org.el (org-clean-visibility-after-subtree-move): Only fix
25822 entries that are not entirely invisible already.
25823 (org-insert-link): Respect org-link-file-path-type for
25824 "docview:" links in addition to "file:" links.
25825
258262010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25827
4d789d84
SM
25828 * org-exp.el (org-export-format-source-code-or-example):
25829 Avoid additional extra white lines in LaTeX.
ed21c5c8
CD
25830
25831 * org-list.el (org-list-parse-list): Leave empty lines after the
25832 list, don't consider them as part of the list.
25833
25834 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
25835 searches.
25836
25837 * org-clock.el (org-clock-select-task): Convert integer to
25838 character for XEmacs.
25839
258402010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25841
25842 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
25843 compatible.
25844
258452010-04-10 Tassilo Horn <tassilo@member.fsf.org>
25846
4d789d84
SM
25847 * org.el (org-complete-tags-always-offer-all-agenda-tags):
25848 New variable.
ed21c5c8
CD
25849 (org-set-tags): Use it.
25850
258512010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25852
4d789d84
SM
25853 * org-list.el (org-empty-line-terminates-plain-lists):
25854 Update docstring.
ed21c5c8
CD
25855
25856 * org.el (org-format-latex): Fix link creation for processed latex
25857 snippets.
25858
258592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25860
25861 * org-footnote.el (org-footnote-normalize): Protect replacement
25862 text.
25863
25864 * org.el (org-inside-latex-macro-p): Save match data.
25865
258662010-04-10 Jan Böcker <jan.boecker@jboecker.de>
25867
25868 * org-docview.el: New file.
25869
258702010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25871
25872 * org-latex.el (org-export-latex-class-options): New variable.
25873 (org-export-latex-set-initial-vars): Use the class options.
25874
25875 * org.el (org-forward-same-level): Stop at headings that start
25876 with an invisible character.
25877 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
25878
258792010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25880
25881 * org-footnote.el (org-footnote-normalize): Don't take optional
25882 arguments in LaTeX macros as footnotes.
25883
25884 * org.el (org-inside-latex-macro-p): New function.
25885
25886 * org-latex.el (org-latex-to-pdf-process): Change customization
25887 group to `org-export-pdf'.
25888
25889 * org-agenda.el (org-agenda-get-blocks): Look at time string also
25890 on days after the first one.
25891
25892 * org.el (org-insert-heading): Also check for item before assuming
25893 before-first-heading condition.
25894
25895 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
25896 (org-export-pdf-logfiles): New option.
25897 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
25898 (org-export-pdf-logfiles): Fix customization type.
25899
25900 * org.el (org-insert-link): Improve error message when there is no
25901 default link to select with RET.
25902
25903 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
25904 parameter list.
25905
259062010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25907
25908 * org-latex.el (org-export-latex-parse-global)
25909 (org-export-latex-parse-content)
4d789d84
SM
25910 (org-export-latex-parse-subcontent):
25911 Use `org-re-search-forward-unprotected'.
ed21c5c8
CD
25912 (org-export-as-pdf): Remove log files produced by XeTeX.
25913
25914 * org-macs.el (org-re-search-forward-unprotected): New function.
25915
259162010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
25917
25918 * org-colview.el (org-agenda-colview-summarize): Sort out some
25919 confusion between properties and titles, which resulted in
25920 agenda summaries not working if a title was set for a column.
25921
259222010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25923
25924 * org-mobile.el (org-mobile-agendas): New option.
25925 (org-mobile-sumo-agenda-command): Select the right agendas.
25926
25927 * org-latex.el (org-export-latex-format-image): Preserve the
25928 original-indentation property.
25929
259302010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25931
25932 * org-clock.el (org-clock-insert-selection-line): Catch error when
25933 an old tasks no longer exists.
25934
25935 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
25936 (org-export-as-pdf): Don't remove the old PDF file before making
25937 the new one.
25938
25939 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
25940 (org-mouse-context-menu): Use `org-looking-back'.
25941
25942 * org.el (org-cycle-level): Use `org-looking-back'.
25943
4d789d84
SM
25944 * org-list.el (org-cycle-item-indentation):
25945 Use `org-looking-back'.
ed21c5c8
CD
25946
25947 * org-compat.el (org-looking-back): New function.
25948
25949 * org.el (org-insert-heading): Catch before-first-headline when
25950 inserting a headline.
25951
259522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25953
25954 * org-latex.el (org-export-latex-format-image): Indent figure
25955 environment, so that it does not interrupt plain list.
25956
25957 * org.el (org-open-at-point): Allow long link descriptions.
25958
259592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
25960
25961 * org-html.el (org-export-as-html): Remove empty lines at the
25962 beginning of the exported text.
25963
eba5b4dd
CY
259642010-03-12 Chong Yidong <cyd@stupidchicken.com>
25965
25966 * org.el (org): Remove from hypermedia group.
25967
288f9fc0
CY
259682010-03-10 Chong Yidong <cyd@stupidchicken.com>
25969
25970 * Branch for 23.2.
25971
adad7a44
CY
259722010-02-15 Chong Yidong <cyd@stupidchicken.com>
25973
25974 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 25975 (org-freemind-from-org-mode)
adad7a44
CY
25976 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
25977 Pass arg to called-interactively-p.
25978
d1f18ec0
JB
259792010-01-14 Juanma Barranquero <lekktu@gmail.com>
25980
25981 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
25982 Fix typos in docstrings.
25983
db4a7382
JB
259842010-01-01 Juanma Barranquero <lekktu@gmail.com>
25985
25986 * org.el (org-get-outline-path, org-speed-command-help):
25987 Fix typos in error messages.
25988
364bc556
JL
259892009-12-14 Juri Linkov <juri@jurta.org>
25990
25991 * org-html.el (org-export-html-style-include-default):
25992 Put `safe-local-variable booleanp' on
25993 `org-export-html-style-include-default' instead of mistakenly
25994 duplicate `org-export-html-style'.
25995
5dec9555
CD
259962009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
25997
4d789d84
SM
25998 * org-agenda.el (org-agenda-diary-entry-in-org-file):
25999 Rebuild agenda after adding new entry.
5dec9555
CD
26000
26001 * org-datetree.el (org-datetree-find-day-create): Fix regular
26002 expression.
26003
26004 * org.el (org-display-outline-path): Use a format specifier for
26005 message, to avoid problems with heading containing `%'.
26006
26007 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
26008 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
26009 (org-agenda-fix-displayed-tags): New function.
26010 (org-agenda-do-context-action): Just call
26011 `org-display-outline-path', without piping the result through
26012 `message'.
26013
26014 * org-latex.el (org-export-latex-preprocess): Protect secondary
26015 footnote references.
26016
26017 * org-indent.el (org-indent-initialize): Avoid empty strings as
26018 line prefixes.
26019
26020 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
26021 hat checking for the mark does not throw an error.
26022 (org-agenda-diary-entry-in-org-file): Catch the case that there is
26023 not `day' text property in the cursor line.
26024
26025 * org.el (org-sort-entries-or-items): Make sure that the final
26026 entry has a newline before doing the sorting.
26027
26028 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
26029 property at the beginning of the line.
26030
26031 * org.el (org-make-link-string): Don't allow a description with
26032 only white space.
26033
26034 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
26035 (org-agenda-insert-diary-as-top-level): New function.
4d789d84
SM
26036 (org-agenda-add-entry-to-org-agenda-diary-file):
26037 Call `org-agenda-insert-diary-as-top-level'.
5dec9555
CD
26038
26039 * org.el (org-occur-in-agenda-files): Make sure none of the
26040 buffers is narrowed.
26041 (org-activate-plain-links): Add the face property here.
26042 (org-set-font-lock-defaults): Do not add the face to plain links,
26043 the activator function does this.
26044
26045 * org-habit.el (org-is-habit-p): Add doc string.
26046
26047 * org-archive.el (org-archive-subtree-default-with-confirmation):
26048 Autoload.
26049
26050 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
26051 after match optional (happens at the end of a line...).
26052
26053 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
26054 for special blocks.
26055
26056 * org-faces.el (org-copy-face): Set lisp indentation.
26057 (org-quote, org-verse): New faces.
26058
26059 * org-agenda.el (org-agenda-remove-date): Remove variable.
26060
26061 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
26062
26063 * org-html.el (org-export-as-html): Move the home/up link into
26064 the content div.
26065
26066 * org.el (org-export-latex-packages-alist): Option definition
26067 moved here from org-latex.el.
26068
26069 * org-html.el (org-export-html-home/up-format): Add an ID to the
26070 up/home div.
26071
26072 * org-wl.el (org-wl-store-link): Handle the case that
26073 `wl-use-petname' is set.
26074
26075 * org.el (org-set-effort): Improve prompt.
26076 (org-get-outline-path): Widen to get full path.
26077 (org-compact-display-after-subtree-move): Function removed.
26078
260792009-11-20 Eric Schulte <schulte.eric@gmail.com>
26080
26081 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
26082 hash keys to cache and re-use images generated by the
26083 org-exp-blocks interface to ditaa and dot.
26084
26085 * org.el (org-format-latex): Latex images are now saved to files
26086 named by the sha1 hash of the latex source text avoiding
26087 regeneration of identical images.
26088
1bcdebed
CD
260892009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
26090
26091 * org-latex.el (org-export-as-latex): Add the :drawers property.
26092
260932009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
26094
26095 * org.el (org-speed-commands-user): Allow documentation headlines.
26096 (org-speed-commands-default): Organize the value of this constant
26097 with descriptive headlines.
26098 (org-print-speed-command): Output the headlines.
26099
261002009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
26101
26102 * org-agenda.el (org-agenda-show-outline-path): New option.
26103 (org-agenda-do-context-action): New function.
4d789d84
SM
26104 (org-agenda-next-line, org-agenda-previous-line):
26105 Use `org-agenda-do-context-action'.
1bcdebed
CD
26106
26107 * org.el (org-use-speed-commands): Allow function value.
26108 (org-speed-commands-default): Make headline motion safe, so that
26109 these commands always end on a headline.
26110 (org-speed-commands-default): New key `v' for `org-agenda'.
26111 (org-speed-move-safe): New function.
26112 (org-self-insert-command): Use the function value of
26113 `org-use-speed-commands'.
26114 (org-get-outline-path): Improve docstring.
26115 (org-format-outline-path): New function.
26116 (org-display-outline-path): New function.
26117
261182009-11-15 John Wiegley <jwiegley@gmail.com>
26119
26120 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
26121 a string, use that to find the LOGBOOK drawer.
26122
68a1b090
GM
261232009-11-15 Glenn Morris <rgm@gnu.org>
26124
26125 * org-agenda.el (org-datetree-find-date-create)
26126 (org-habit-get-priority):
26127 * org.el (org-format-agenda-item): Fix declarations.
26128
8bfe682a
CD
261292009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26130
26131 * org.el (org-clone-subtree-with-time-shift): Make it work at the
26132 end of the buffer.
26133
26134 * org-mobile.el (org-mobile-write-checksums): Specify coding
26135 system.
26136 (org-mobile-timestamp-buffer): Keep local variable/mode line at
26137 beginning of buffer.
26138
26139 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
26140
26141 * org.el (org-block-todo-from-children-or-siblings-or-parent)
26142 (org-block-todo-from-checkboxes): Do not block changes to a nil
26143 TODO state.
26144
261452009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26146
26147 * org-habit.el (org-habit-parse-todo): Indicate which habit is
26148 wrongly set up in the error messages.
26149
26150 * org-colview.el (org-columns-display-here): Don't try to
26151 calculate values if the underlying property is not set.
26152 (org-columns-string-to-number): Convert age strings back into
26153 fractional days.
26154 (org-agenda-colview-summarize): Handle extended summary types
26155 properly.
26156
8bfe682a
CD
261572009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26158
26159 * org-exp.el (org-export-format-drawer-function): New variable.
26160 (org-export-format-drawer): New function.
26161 (org-export-preprocess-string): Pass the backend as a parameter to
26162 `org-export-remove-or-extract-drawers'.
26163 (org-export-remove-or-extract-drawers): New parameter BACKEND.
26164
26165 * org-protocol.el (org-protocol-char-to-string): New defsubst.
26166
261672009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26168
26169 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
26170 message when no block is selected.
26171
26172 * org-latex.el (org-export-latex-links): Check for protectedness
26173 in the last matched character, not after the match.
26174
4d789d84
SM
26175 * org-datetree.el (org-datetree-find-date-create):
26176 Respect restriction when KEEP-RESTRICTION is set.
8bfe682a
CD
26177 (org-datetree-file-entry-under): New function.
26178 (org-datetree-cleanup): New command.
26179
261802009-11-13 Dan Davison <davison@stats.ox.ac.uk>
26181
26182 * org-src.el (org-edit-src-code): New optional argument context
26183 allows calling functions to avoid altering the saved window
26184 configuration.
26185 (org-edit-src-exit): Do not restore window configuration when this
26186 function is used in the context of saving the edit buffer.
26187
261882009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26189
26190 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
26191 instances to switching to with-current-buffer, because these seem
26192 to cause problems - no idea why.
26193
26194 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
26195 Require diary-lib for (diary-date-display-form).
26196
261972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26198
26199 * org.el (org-log-reschedule, org-log-redeadline): New options.
26200 (org-log-note-headings): Add templates for rescheduling and
26201 deadline changing.
26202 (org-startup-options): Add in-buffer settings for logging changing
26203 schedule and deadline time stamps.
26204 (org-deadline, org-schedule): Check for existing date and arrange
26205 for logging if the user requests it.
26206 (org-add-log-note): Prepare proper note buffers for rescheduling
26207 and deadline changes.
26208
262092009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26210
26211 * org-agenda.el (org-agenda-diary-entry-in-org-file)
26212 (org-agenda-add-entry-to-org-agenda-diary-file)
26213 (org-agenda-insert-diary-make-new-entry): New functions.
4d789d84
SM
26214 (org-agenda-diary-entry):
26215 Call `org-agenda-diary-entry-in-org-file' when appropriate.
8bfe682a
CD
26216
26217 * org.el (org-calendar-insert-diary-entry-key): New option.
26218 (org-agenda-diary-file): New option.
26219 ("calendar"): Install our insertion function in the calendar.
26220
26221 * org-remember.el (org-datetree): Require.
26222 (org-remember-templates): Add new positioning option.
26223 (org-remember-reference-date): New variable.
26224 (org-remember-apply-template): Store the reference date in a local
26225 variable.
26226 (org-remember-handler): Implement date tree positioning of entries.
26227
26228 * org-datetree.el: New file.
26229
26230 * org-latex.el (org-export-latex-preprocess): Protect targets in
26231 verbatim emphasis.
26232
26233 * org-html.el (org-export-as-html): Protect targets in verbatim
26234 emphasis.
26235
26236 * org-docbook.el (org-export-as-docbook): Protect targets in
26237 verbatim emphasis.
26238
262392009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26240
26241 * org-clock.el (org-show-notification): Handle messages that
26242 contain a percent character.
26243
26244 * org-remember.el (org-remember-apply-template): Turn of partial
26245 completion.
26246
26247 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
26248 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
26249
26250 * org.el (org-indent-mode): Define variable already in org.el.
26251 (org-unfontify-region): Remove line-prefix and wrap-prefix
26252 properties only if org-indent-mode is active.
26253
262542009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26255
26256 * org-icalendar.el (org-print-icalendar-entries): Save match data
26257 around call to verify function.
26258 (org-print-icalendar-entries): Add a call to the verification
26259 function.
26260
26261 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
26262 save-restrivtion' form.
26263
262642009-11-13 Dan Davison <davison@stats.ox.ac.uk>
26265
4d789d84
SM
26266 * org-exp.el (org-export-format-source-code-or-example):
26267 Restrict scope of preserve-indentp to the let binding.
a628ad9d 26268 (org-src): Require org-src, since org-src-preserve-indentation is used.
8bfe682a
CD
26269
262702009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26271
26272 * org-timer.el (org-timer-set-timer): Set variables
26273 org-timer-timer[123] correctly.
26274
8bfe682a
CD
26275 * org-mobile.el (org-mobile-files-alist): Make it work when
26276 `agenda-archives' is included in
26277 `org-agenda-text-search-extra-files'.
26278 (org-mobile-push): Restore agenda after mobile push.
26279
262802009-11-13 John Wiegley <jwiegley@gmail.com>
26281
26282 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
26283 way the amount of idle time is presented in the minibuffer.
26284
262852009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26286
4d789d84
SM
26287 * org-icalendar.el (org-print-icalendar-entries):
26288 Use org-icalendar-verify-function only if non-nil.
8bfe682a
CD
26289
26290 * org.el (org-refile): Refile to clock only if the prefix arg is
26291 2.
26292 (org-sparse-tree): Fix docstring to be in line with prompt.
4d789d84
SM
26293 (org-update-parent-todo-statistics):
26294 Call `org-after-todo-statistics-hook' on each level.
8bfe682a
CD
26295
262962009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26297
26298 * org-remember.el (org-remember-apply-template): Make sure the
26299 buffer exists.
26300
263012009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26302
26303 * org.el (org-tab-ind-state): New variable.
26304 (org-cycle-level): New function.
26305 (org-cycle-level-after-item/entry-creation): New option.
26306 (org-flag-subtree): New function.
26307 (org-hide-archived-subtrees): Call `org-flag-subtree'.
26308 (org-set-effort): Indexed access.
26309
26310 * org-list.el (org-cycle-item-indentation): New function.
26311
26312 * org.el (org-refile): Make prefix argument 2 refile to current
26313 clock.
26314 (org-priority): Interpret action `remove' as call to remove the
26315 priority cookie.
26316
26317 * org-remember.el (org-remember-apply-template): Don't depend on
26318 buffer name being like file name.
26319
263202009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26321
26322 * org-clock.el (org-clock-play-sound): Expand file in
26323 org-clock-sound, to allow ~ for home.
26324
4d789d84
SM
26325 * org-remember.el (org-remember-handler):
26326 Set text-before-node-creation even if this already looks like a node,
8bfe682a
CD
26327 because the string might be needed on non-org-mode target files.
26328
26329 * org-agenda.el (org-agenda-open-link): Make this work in agenda
26330 clocktables.
26331 (org-agenda-switch-to): Follow a link at point if
26332 org-return-follows-link' is set and there is nothing else to do in
26333 this line.
26334
8bfe682a
CD
263352009-11-13 Dan Davison <davison@stats.ox.ac.uk>
26336
26337 * org-exp-blocks.el: Modify split separator regexp to avoid empty
26338 strings.
26339
263402009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26341
26342 * org-colview.el (org-columns-new): Make this work with the new
26343 operators.
26344 (org-columns-store-format): Make this work with the new operators.
26345
263462009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26347
26348 * org-src.el (org-src-preserve-indentation): Document that this
26349 variable is also used during export.
26350
4d789d84
SM
26351 * org-exp.el (org-export-format-source-code-or-example):
26352 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
26353 `org-src-preserve-indentation' is set.
26354
4d789d84
SM
26355 * org-exp-blocks.el (org-export-blocks-preprocess):
26356 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
26357 `org-src-preserve-indentation' is set.
26358
263592009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26360
26361 * org.el (org-mode-map): Define the new archiving keys.
26362 (org-speed-commands-default): Define an archiving key in the speed
26363 command map.
26364 (org-org-menu): Improve the menu structure concerning archiving.
26365
26366 * org-archive.el (org-archive-subtree-default-with-confirmation):
26367 New command.
26368
26369 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
26370 (org-agenda-menu): Add the new archiving commands to the menu.
26371 (org-agenda-archive-default)
26372 (org-agenda-archive-default-with-confirmation): New commands.
4d789d84
SM
26373 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
26374 Just call `org-agenda-archive-with'.
8bfe682a
CD
26375 (org-agenda-archive-with): New function.
26376
26377 * org-table.el (org-table-convert-region): Inert spaces around "|"
26378 to avoid line beginnings like "|-1" which will be mistaken as
26379 hlines.
26380
263812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26382
26383 * org.el (org-offer-links-in-entry): Return nil if there are no
26384 links, t if a link has been selected.
26385 (org-open-at-point): Open attachment directory when called in the
26386 headline and there are no links in the entry body.
26387 (org-speed-commands-default): Add "o" for open-at-point as a speed
26388 command.
26389
26390 * org-attach.el (org-attach-reveal): Optional prefix arg
26391 IF-EXISTS, which avoids creating the attachment directory if it
26392 does not yet exist.
26393
4d789d84
SM
26394 * org-agenda.el (org-agenda, org-run-agenda-series):
26395 Evaluate MATCH.
8bfe682a
CD
26396
263972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26398
26399 * org.el ("abbrev"): Work with abbrev tables only after they have
26400 been loaded.
26401
26402 * org-list.el (org-list-send-list): Fix bug related to match
26403 data.
26404
26405 * org-latex.el (org-export-latex-fontify): Apply verbatim
26406 emphasis.
26407 (org-export-latex-make-header): Insert \obeylines if line breaks
26408 should be preserved.
26409
26410 * org-exp.el (org-export-protect-verbatim): Add an
26411 `org-verbatim-emph' property to such text.
26412
264132009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26414
26415 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
26416 (org-print-icalendar-entries): Skip entries where the timestamp is
26417 not a deadline and not scheduled, if the user requests that.
26418
26419 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
26420 before an opening quote.
26421
26422 * org-archive.el (org-archive-subtree): Keep archive after
26423 archiving something.
26424
26425 * org-id.el (org-id-update-id-locations): Add archive files if
26426 that is required by `org-id-extra-files'.
26427
264282009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26429
26430 * org-src.el (org-src-window-setup): New option.
26431 (org-src-switch-to-buffer): New function.
26432 (org-edit-src-exit): Add optional argument CONTEXT and use it to
26433 restore window configuration.
26434 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
26435 Call `org-src-switch-to-buffer'.
26436
26437 * org.el (org-default-properties): Add STYLE property.
26438 (org-files-list): Use the function call to get the files.
26439 (org-additional-option-like-keywords): Add SETUPFILE to completion
26440 list.
26441
264422009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26443
26444 * org-table.el (org-table-convert-region): Correctly interpret
26445 quoting in csv import.
26446
26447 * org.el (org-icompleting-read): Make iswitchb completion work
26448 with lists and tables.
26449
26450 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
26451 while pushing the mobile agenda.
26452
264532009-11-13 John Wiegley <jwiegley@gmail.com>
26454
ed9265fc
JB
26455 * org-clock.el (org-clock-auto-clock-resolution): Now takes three
26456 values: nil, t and `when-no-clock-is-running'.
8bfe682a
CD
26457 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
26458 whether or not to resolve Org buffers on clock in.
26459
264602009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26461
26462 * org-colview.el (org-format-time-period): Function to format
26463 times in fractional days for display.
26464 (org-columns-display-here): Add support for showing a calculated
26465 value in place of the property.
26466 (org-columns): Set `org-columns-time' to the current time so time
26467 difference calculations will work.
26468 (org-columns-time): Use to store the current time when column view
26469 is displayed, so all time differences will use the same reference
26470 point.
26471 (org-columns-compile-map): There is now an extra position in each
26472 entry specifying the function to use to calculate the displayed
c4cc8b9a 26473 value for the non-calculated properties in the column.
8bfe682a
CD
26474 (org-columns-compute-all): Set `org-columns-time' to the current
26475 time so time difference calculations will work.
26476 (org-columns-compute): Handle column operators where the values
26477 used are calculated from the underlying property.
c4cc8b9a 26478 (org-columns-number-to-string): Handle the 'age' column format.
8bfe682a 26479 (org-columns-string-to-number): Correct the function name (was
5ce6e4f4 26480 org-column...). Add support for the 'age' column format.
8bfe682a
CD
26481 (org-columns-compile-format): Support the additional parameter in
26482 org-columns-compile-map.
26483
23f6720e 264842009-11-13 Bastien Guerry <bzg@gnu.org>
8bfe682a
CD
26485
26486 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
26487 variable.
26488
264892009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26490
26491 * org-clock.el (org-clock-has-been-used): New variable.
26492 (org-clock-in): Set `org-clock-has-been-used'.
26493 (org-clock-save): Save only if clock data has been used or created
26494 during this session.
26495
264962009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26497
26498 * org-clock.el (org-clock-persist): New value, to store only the
26499 clock history.
26500 (org-clock-save): Don't save the clock if only the history should
26501 be stored.
26502 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
26503 when restoring a saved clock.
26504
265052009-11-13 John Wiegley <jwiegley@gmail.com>
26506
4d789d84
SM
26507 * org-clock.el (org-clock-display, org-clock-put-overlay):
26508 Use `org-time-clock-use-fractional'.
8bfe682a
CD
26509
26510 * org.el (org-time-clocksum-use-fractional)
26511 (org-time-clocksum-fractional-format): Two new customizable
26512 variables which allow the user to select fractional times (1.25
26513 instead of 1:25) in the `org-clock-display' report.
26514
265152009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26516
26517 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
26518 New option.
26519
26520 * org.el (org-tag-alist): Fix customization type.
26521
265222009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26523
26524 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
26525 Make sure the regexp search can fail without throwing an error.
26526 (org-mobile-apply): Save the inbox buffer after removing
26527 successfully applied changes.
26528
265292009-11-13 John Wiegley <jwiegley@gmail.com>
26530
26531 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
26532 time is reported after the user comes back (but before they
26533 resolve time).
26534
26535 * org.el (org-get-repeat): Change so that this function can be
26536 called with either `org-scheduled-string' or
26537 `org-deadline-string'.
26538
a628ad9d 26539 * org-clock.el (org-clock-auto-clock-resolution): Rename from
8bfe682a
CD
26540 `org-clock-disable-clock-resolution', since negatives don't sound
26541 good in customization variables.
26542 (org-clock-in): Don't use the auto-resolution logic if the user is
26543 clocking into a different task while an active clock is running.
26544 This then allows the default behavior of clocking out of the open
26545 task and then into the new task.
26546
26547 * org.el (org-modules): Made this variable more consistent, since
26548 it was referring to Org, OrgMode and Org-mode, whereas the docs
26549 for the variable always refer to Org-mode.
26550
265512009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26552
26553 * org.el (org-repeat-re): The changed org-repeat-re no longer
5ce6e4f4 26554 matched simple +2d type repeaters. Fix it so it does.
8bfe682a
CD
26555
265562009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26557
26558 * org-latex.el (org-export-latex-preprocess): Protect the vspace
26559 macro in the VERSE environment.
26560
265612009-11-13 John Wiegley <jwiegley@gmail.com>
26562
26563 * org-habit.el (org-habit-get-priority): A new function that
26564 determines the relative priority of a habit, based on how long
26565 past its scheduled date it is, and how near the deadline is.
26566
26567 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
26568 using `org-habit-get-priority'.
26569
26570 * org-habit.el (org-habit-build-graph): Start displaying colors
26571 from the first scheduled date, if that date is earlier than the
26572 first completion date.
26573
26574 * org-habit.el: Changed all "color" variables to faces, and made
26575 them appropriate for light and dark backgrounds.
26576
26577 * org-habit.el (org-habit-duration-to-days): Made this function
26578 more general.
26579 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
26580
a628ad9d 26581 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
8bfe682a
CD
26582 habits, since they don't use DEADLINE anymore.
26583
26584 * org.el (org-repeat-re, org-display-custom-time)
a628ad9d 26585 (org-timestamp-change): Extend to support the new ".+N/N"
8bfe682a
CD
26586 syntax, used for habits.
26587
a628ad9d 26588 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
8bfe682a
CD
26589 variable reference.
26590
26591 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
26592 modeline when habits are being displayed (if that module is being
26593 loaded).
26594
265952009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26596
26597 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
26598 idle time using the xscreensaver extension.
26599 (org-user-idle-seconds): Use X11 idle time if available.
26600
266012009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26602
26603 * org-agenda.el (org-agenda-next-line): New command.
26604 (org-agenda-previous-line): New commands.
4d789d84
SM
26605 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
26606 New commands.
8bfe682a
CD
26607 (org-agenda-follow-mode): Do the follow immediately if the mode is
26608 turned on here.
26609 (previous-line, next-line): Replace keys with the corresponding
26610 org functions.
26611 (org-agenda-mode-map): Bind backspace and delete to the scrolling
26612 command.
26613
26614 * org.el (org-icompleting-read): Turn off partial completion mode
26615 for the duration of this completion round.
26616
26617 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
26618 macros in author lines and similar stuff.
26619
26620 * org.el (org-file-tags): Fix docstring.
26621 (org-get-buffer-tags): Add the #+FILETAGS tags.
a628ad9d 26622 ("ecb"): Make ecb show context after jumping into an Org file.
8bfe682a
CD
26623
266242009-11-13 John Wiegley <johnw@newartisans.com>
26625
26626 * org-agenda.el (org-finalize-agenda): Draw habit consistency
26627 graphs after everything else in the buffer has been setup.
26628
266292009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26630
26631 * org-mobile.el (org-mobile-apply): Count success and failure.
26632
26633 * org.el (org-indent-line-function): Fix regexp replace problem.
26634
266352009-11-13 John Wiegley <johnw@newartisans.com>
26636
4d789d84
SM
26637 * org-clock.el (org-clock-disable-clock-resolution):
26638 New customization variable that disable automatic clock resolution on
8bfe682a
CD
26639 clock in.
26640 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
26641 not automatically resolve anything. This is does not affect
26642 idle-time resolution, however, if `org-clock-idle-time' is set.
26643
266442009-11-13 John Wiegley <johnw@newartisans.com>
26645
26646 * org-habit.el: New file, which implements code to build a "habit
26647 consistency graph".
26648
26649 * org-agenda.el (org-agenda-get-deadlines)
26650 (org-agenda-get-scheduled): Display consistency graphs when
26651 outputting habits into the agenda. The graphs are always relative
26652 to the current time.
a628ad9d 26653 (org-format-agenda-item): Add new parameter `habitp', which
8bfe682a
CD
26654 indicates whether we are formatting a habit or not. Do not
26655 display "extra" leading information if habitp is true.
26656
a628ad9d 26657 * org.el (org-repeat-re): Improve regexp to include .+ and ++
8bfe682a
CD
26658 leaders for repeat strings.
26659 (org-get-repeat): Now takes a string parameter `tagline', so the
26660 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
26661
266622009-11-13 John Wiegley <johnw@newartisans.com>
26663
4d789d84
SM
26664 * org-agenda.el (org-agenda-auto-exclude-function):
26665 New customization variable for allowing the user to create an "auto
8bfe682a
CD
26666 exclusion" filter for doing context-aware auto tag filtering.
26667 (org-agenda-filter-by-tag): Changes to support the use of
01c35094 26668 `org-agenda-auto-exclude-function'. See the new manual addition.
8bfe682a
CD
26669
266702009-11-13 John Wiegley <johnw@newartisans.com>
26671
26672 * org.el (org-files-list): Don't attempt to return a file name for
26673 Org buffers which have no associated file.
26674
a628ad9d 26675 * org-agenda.el (org-agenda-do-action): Fix a typo.
8bfe682a
CD
26676
266772009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26678
26679 * org-mobile.el (org-mobile-locate-entry): Interpret files
26680 relative to org-directory.
26681 (org-mobile-inbox-for-pull): Document the best location for this
26682 file.
26683 (org-mobile-check-setup): Verify `org-directory'.
26684 (org-mobile-create-index-file): Sort the files to be listed in
26685 index.org.
26686
266872009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
26688
26689 * org.el (org-fast-tag-selection): Add a way to display a
5ce6e4f4 26690 description for a tag group. This is done by adding a string to
8bfe682a
CD
26691 either the startgroup or endgroup cell.
26692
266932009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26694
26695 * org-clock.el (org-clock-resolve, org-resolve-clocks)
26696 (org-emacs-idle-seconds): Use `org-float-time' instead of
a628ad9d 26697 `time-to-seconds'.
8bfe682a
CD
26698
266992009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26700
26701 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
26702 type.
26703
26704 * org.el (org-pre-cycle-hook): Document that `empty' can also be
26705 the value of ARG when doing local cycling.
26706
267072009-11-13 John Wiegley <johnw@newartisans.com>
26708
26709 * org-clock.el (org-clock-resolve-clock): If keeping or
26710 subtracting time results in a clock out at a time in the past, and
26711 if the resolution occurred due to idleness or invoking `M-x
26712 org-resolve-clocks', remember that past moment in time. On the
26713 next clock in, the user will be prompted to see if they want to
26714 back-date their new clock to then.
26715 (org-clock-resolve): Do not jump the user to the location of a
484eaeac 26716 dangling clock if the resolution is occurring due to an idle
8bfe682a
CD
26717 timeout. In that case there is typically only one dangling clock,
26718 the active one, and there is no value gained by shuffling their
26719 windows around to show it to them. Being prompted to resolve an
26720 idle clock should be as inobtrusive as possible.
26721 (org-resolve-clocks-if-idle): New function that resolves only the
26722 currently active clock if the user has exceeded the time returned
26723 by `org-user-idle-seconds', based on the value of
26724 `org-clock-idle-time'.
c4cc8b9a 26725 (org-clock-in): If, after resolving clocks, (???)
8bfe682a
CD
26726 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
26727
26728 * org-clock.el (org-clock-resolve-clock): New function that
26729 resolves a clock to a specific time, closing or resuming as need
26730 be, and possibly even starting a new clock.
26731 (org-clock-resolve): New function used by `org-resolve-clocks'
4d789d84
SM
26732 that sets up for the call to `org-clock-resolve-clock'.
26733 It determines the time to resolve to based on a single-character
8bfe682a
CD
26734 selection from the user to either keep time, subtract away time or
26735 cancel the clock.
26736 (org-resolve-clocks): New user command which resolves dangling
26737 clocks -- that is, open but not active -- anywhere in the file
26738 list returned by `org-files-list'.
26739 (org-clock-in): Automatically resolve dangling clocks whenever a
26740 user clocks in.
26741 (org-clock-cancel): If the user cancels the solely clock in a
26742 LOGBOOK, remove the empty drawer.
26743
26744 * org-clock.el (org-clock-idle-time): New user customizable option
26745 for detecting whether the user has left a clock idle. Note: it is
26746 only used in this commit to test whether it's worthwhile to check
26747 OS X to get the Mac user's current idle time. If the Emacs idle
26748 time is less than the value, the user hasn't been away long enough
26749 to be worth checking (a more expensive test than just getting
26750 Emacs idle time).
26751 (org-user-idle-seconds, org-mac-idle-seconds)
26752 (org-emacs-idle-seconds): This three functions, in conjunction
26753 with the user customization variable `org-clock-idle-time', return
26754 the number of seconds (as a floating point) that the user has been
26755 away from their Emacs (or, if running on OS X, their computer).
26756
26757 * org-clock.el (org-find-open-clocks): New function that returns a
26758 list of all open clocks in the given FILE. Note that each clock
26759 it returns is a cons cell of the format (MARKER . START-TIME).
26760 This "clock" value is used by several of the new clock module
26761 utility functions.
26762 (org-is-active-clock): New inline function which tests whether the
26763 given clock value is the same as the currently active clock.
26764 Returns non-nil if this is the case.
26765 (org-with-clock-position): New macro that evaluates FORMS with
26766 point in the buffer and at the position of the given clock.
26767 Changes to the current clock are global.
26768 (org-with-clock): New macro that evaluates FORMS with point in the
26769 buffer and at the position of the given clock. However, changes
26770 to the current clock are local and have no effect on the user's
26771 active clock. This allows, for example, far any clock to be
c80e3b4a 26772 canceled without canceling the active clock.
8bfe682a
CD
26773 (org-clock-clock-in): New inline function that switches the active
26774 clock to the given clock. If either the argument RESUME, or the
26775 global `org-clock-in-resume', are non-nil, it will resume a clock
26776 that was previously left open.
26777 (org-clock-clock-out): New inline function that clocks out the
26778 given clock value without affecting the currently active clock.
26779 (org-clock-clock-cancel): New inline function that cancels the
26780 given clock value without affecting the currently active clock.
26781
26782 * org-clock.el (org-clock-in): Before creating
26783 `org-clock-mode-line-timer', check to make sure an older timer is
26784 not currently running.
26785 (org-clock-out): Accept new third parameter `at-time', which
26786 permits a clock to be clocked out at a specific time. Note that
26787 no attempt is made to verify that the clock out time is later than
26788 the clock in time.
26789
26790 * org.el (org-files-list): New utility function for returning a
26791 list of all open org-mode buffers, plus all files used to build
26792 the agenda buffer. Note that not all the files will necessarily
26793 be visited by a buffer at time of call.
26794 (org-entry-beginning-position): Like the function
26795 `line-beginning-position', this inline function returns the
26796 beginning position of the current heading/entry.
26797 (org-entry-end-position): Like the function `line-end-position',
26798 this inline function returns the end position of the current
26799 heading/entry.
26800
268012009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26802
26803 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
26804 a header line.
26805
268062009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26807
26808 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
26809
268102009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26811
26812 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
26813 entries that have no tags.
26814 (org-agenda-search-view): New customize group.
26815 (org-agenda-search-view-search-words-only): New option.
26816 (org-search-view): Implement substring search.
26817
268182009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26819
26820 * org.el (org-outline-level): Add doc string.
26821
268222009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26823
26824 * org-inlinetask.el (org-inlinetask-export): Re-introduce
26825 variable.
26826 (org-inlinetask-export-handler): Only export inline task if the
26827 user option calls for it.
26828
268292009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26830
26831 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
26832 END if present.
26833
268342009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26835
26836 * org-latex.el (org-export-latex-tables): Don't format in
26837 protected regions.
26838
268392009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26840
26841 * org-src.el (org-edit-src-code)
4d789d84
SM
26842 (org-edit-src-find-region-and-lang, org-edit-src-exit):
26843 Handle macro editing.
8bfe682a
CD
26844
26845 * org-agenda.el (org-prefix-category-max-length): New variable.
26846 (org-format-agenda-item): Use `org-prefix-category-max-length'.
26847 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
26848
268492009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26850
26851 * org-mobile.el (org-mobile-create-index-file): Improve the
26852 listing of tags and todo keywords.
26853
26854 * org-latex.el (org-export-latex-format-image): New function.
26855 (org-export-latex-links): Use `org-export-latex-format-image'.
26856
268572009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26858
26859 * org-inlinetask.el (org-inlinetask-get-current-indentation)
26860 (org-inlinetask-remove-terminator): New functions.
26861 (org-inlinetask-export-handler): Terminate the description list.
26862
26863 * org-exp.el (org-export-select-backend-specific-text): Remove the
26864 region markers.
26865
a628ad9d 26866 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
8bfe682a
CD
26867 tasks without content.
26868
26869 * org-clock.el: Make sure the clock-in target position does not
26870 move to a different node by widening the buffer.
26871
26872 * org-html.el (org-export-html-format-image): Wrap image into
26873 figure div only when there is a caption.
26874
26875 * org-archive.el (org-archive-mark-done): Change default value to
26876 nil.
26877
268782009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
26879
26880 * org.el (org-context): Call `bobp', not `eobp'.
26881
26882 * org-clock.el (org-clock-cancel): Remove quotes from marker
26883 variables.
26884
26885 * org.el (org-read-date-prefer-future): New allowed value `time'.
26886 (org-read-date-analyze): Shift day to tomorrow depending on time
26887 entered and value of `org-read-date-prefer-future'.
26888
81ad75af
SM
268892009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
26890
26891 * org.el (org-version, org-get-refile-targets, org-refile)
26892 (org-store-log-note, org-diary-to-ical-string)
26893 (org-speedbar-set-agenda-restriction):
26894 * org-publish.el (org-publish-find-title):
26895 * org-plot.el (org-plot/gnuplot):
26896 * org-mouse.el (org-mouse-do-remotely):
26897 * org-mobile.el (org-mobile-move-capture):
26898 * org-mac-message.el (org-mac-message-insert-flagged):
26899 * org-latex.el (org-replace-region-by-latex):
26900 * org-docbook.el (org-replace-region-by-docbook):
26901 * org-clock.el (org-clock-out, org-clock-cancel):
26902 * org-bibtex.el (org-execute-file-search-in-bibtex):
26903 Use with-current-buffer.
26904
04e65fdb
JB
269052009-10-04 Juanma Barranquero <lekktu@gmail.com>
26906
26907 * org.el (org-directory, org-map-entries):
26908 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
26909
8d642074
CD
269102009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26911
26912 * org.el (org-set-tags-to): New command.
26913
26914 * org-latex.el (org-export-latex-set-initial-vars): Also check in
26915 the plist.
26916
26917 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
26918 keyword.
26919
26920 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
26921
269222009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26923
26924 * org-inlinetask.el (org-inlinetask-export): Option removed.
26925 (org-inlinetask-export-handler): Better export.
26926
26927 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
26928 (org-export-as-xoxo): Run the new hook.
26929
26930 * org-html.el (org-export-html-final-hook): New hook.
26931 (org-export-as-html): Run the new hook.
26932
26933 * org-docbook.el (org-export-docbook-final-hook): New hook.
26934 (org-export-as-docbook): Run the new hook.
26935
26936 * org-ascii.el (org-export-ascii-final-hook): New hook.
26937 (org-export-as-ascii): Run the new hook.
26938
26939 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
26940 space character as the character before the ^/_.
26941 (org-export-latex-final-hook): New hook.
26942 (org-export-as-latex): Run `org-export-latex-final-hook'.
26943
269442009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26945
26946 * org-macs.el (org-if-unprotected-at): Fix docstring.
26947
26948 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
26949 text in the prefix (if category is a link).
26950
26951 * org-latex.el (org-export-latex-preprocess): Deal properly with
26952 empty lines in verse environments.
26953
26954 * org.el (org-format-latex-header): Inline fullpage.sty.
26955
26956 * org-footnote.el (org-footnote-create-definition): Reveal context
26957 to add a new footnote definition.
26958
26959 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
26960 org-table-recalculate when cursor is in TBLFM line.
26961
26962 * org-list.el (org-renumber-ordered-list): Fix cursor position
26963 when bullet length has changed.
26964
269652009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26966
26967 * org.el (org-format-latex): Mention `org-format-latex-options' in
26968 the docstring.
26969
269702009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
26971
26972 * org.el (org-agenda-get): New function.
26973
26974 * org-agenda.el (org-agenda-post-command-hook): No longer move
26975 point away from end of line.
26976 (org-agenda-add-entry-text, org-agenda-collect-markers)
26977 (org-finalize-agenda, org-agenda-mark-clocking-task)
26978 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
26979 (org-agenda-entry-text-show, org-agenda-highlight-todo)
26980 (org-agenda-compare-effort, org-agenda-filter-apply)
26981 (org-agenda-later, org-agenda-change-time-span)
26982 (org-agenda-post-command-hook, org-agenda-show-priority)
26983 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
26984 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
26985 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
26986 (org-agenda-open-link, org-agenda-copy-local-variable)
26987 (org-agenda-switch-to, org-agenda-check-no-diary)
26988 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
26989 (org-agenda-add-note, org-agenda-change-all-lines)
26990 (org-agenda-priority, org-agenda-set-tags)
26991 (org-agenda-set-property, org-agenda-set-effort)
26992 (org-agenda-toggle-archive-tag, org-agenda-date-later)
26993 (org-agenda-show-new-time, org-agenda-date-prompt)
26994 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
26995 (org-agenda-clock-in, org-agenda-bulk-mark)
4d789d84
SM
26996 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
26997 Use `org-get-at-bol'.
8d642074
CD
26998
26999 * org-colview.el (org-columns-display-here)
4d789d84
SM
27000 (org-columns-edit-allowed, org-agenda-columns):
27001 Use `org-get-at-bol'.
8d642074
CD
27002
270032009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27004
27005 * org.el (org-special-ctrl-a/e): Improve documentation and
27006 customize type.
27007 (org-end-of-line): Don't jump to after the ellipsis.
27008 (org-mode-map): Bind <home> and <end> as well.
27009
270102009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27011
27012 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
27013 space after #+ as comments.
27014 (org-open-at-point): Run `org-follow-link-hook' always.
27015
27016 * org-latex.el (org-export-latex-emph-format): Use better commands
27017 to insert special characters in verbatim snippets.
27018
270192009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27020
27021 * org-faces.el (org-copy-face): New function. Use it to create
27022 various faces formerly created by using `copy-face'.
27023
27024 * org-agenda.el (org-prepare-agenda): Don't officially mark this
27025 window dedicated.
27026 (org-agenda-quit): Kill the frame containing the agenda window if
27027 that frame was created for the agenda.
27028
270292009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27030
27031 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
27032 stamp in the agenda.
27033
270342009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27035
4d789d84
SM
27036 * org-agenda.el (org-prepare-agenda):
27037 Reset `org-drawers-for-agenda'.
8d642074
CD
27038 (org-prepare-agenda): Uniquify list of drawers.
27039
27040 * org.el (org-complex-heading-regexp-format): New variable.
4d789d84
SM
27041 (org-set-regexps-and-options):
27042 Define `org-complex-heading-regexp-format'.
8d642074
CD
27043 (org-drawers-for-agenda): New variable.
27044 (org-map-entries): Bind `org-drawers-for-agenda'.
27045 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
27046
27047 * org-remember.el (org-go-to-remember-target)
27048 (org-remember-handler): Use `org-complex-heading-regexp-format'.
27049
270502009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27051
27052 * org-agenda.el (org-agenda-highlight-todo): Fix text property
27053 problem.
27054
27055 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
27056 always with `invisible-ok'.
27057 (org-store-link): No error when there is nothing to link to in the
27058 agenda.
27059
27060 * org-list.el (org-update-checkbox-count): Insert changed cookie
27061 before the old, to avoid problems with invisibility at the end of
27062 the line.
27063 (org-update-checkbox-count): Insert changed cookie before the old,
27064 to avoid problems with invisibility at the end of the line.
27065
27066 * org.el (org-sort-entries-or-items): Include the final newline.
27067 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
27068 lines for fontification.
27069 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
27070 (org-prepare-dblock): Store the current indentation of the BEGIN
27071 line.
27072 (org-update-dblock): Apply the indentation of the begin line to
27073 the rest of the block.
27074 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
27075 (org-startup-folded): New allowed value `showeverything'.
27076 (org-startup-options): Add STARTUP keyword `showeverything'.
27077 (org-set-startup-visibility): Respect value `showeverything' in
27078 org-startup-folded.
27079
270802009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27081
27082 * org.el (org-closest-date): Fix issue with past preference.
27083
27084 * org-archive.el (org-archive-set-tag)
27085 (org-archive-subtree-default): New commands.
27086
4d789d84
SM
27087 * org-clock.el (org-clock-clocktable-default-properties):
27088 New option.
27089 (org-clock-report):
27090 Use `org-clock-clocktable-default-properties'.
8d642074
CD
27091
270922009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27093
27094 * org.el (org-iswitchb-completing-read): Fix typo.
27095
27096 * org-crypt.el: New file.
27097
27098 * org.el: Add an entry for org-crypt.
27099
271002009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27101
27102 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
27103 consistency.
27104 (org-batch-store-agenda-views): New function.
27105 (org-agenda-title-append): Define variable.
27106 (org-write-agenda): New export to Org files.
27107 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
27108 (org-agenda): Allow to keep the restricted file list if a special
27109 variable is bound to t.
27110 (org-agenda): Define a special agenda view for working on flagged
27111 entries.
27112 (org-agenda-get-restriction-and-command): List the new agenda
27113 view.
27114 (org-agenda-show-the-flagging-note): New command.
27115 (org-agenda-mode-map): New key `?' for looking at the flagging
27116 note.
27117
27118 * org.el (org-autoload): Autoload org-mobile.el.
27119 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
27120
27121 * org-mobile.el: New file.
27122
27123 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
27124
271252009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27126
27127 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
27128 statements.
27129 (org-table-get-remote-range): Match indented #+TBLNAME
27130 statements.
27131
27132 * org.el (org-convert-to-odd-levels)
27133 (org-convert-to-oddeven-levels): Work also correctly if the file
27134 is in outline-mode.
27135
271362009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27137
27138 * org.el (org-store-link): When in agenda buffer, link to
27139 referenced entry.
27140 (org-add-planning-info): Remove spaces at eol.
27141
27142 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
27143 property.
27144
271452009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27146
27147 * org-latex.el (org-export-latex-first-lines): Fix problem with
27148 LaTeX export of first line and selected subtree.
27149
27150 * org.el (org-shifttab): Interpret arg differently when using only
27151 odd levels.
27152
23f6720e 271532009-10-01 Bastien Guerry <bzg@gnu.org>
8d642074 27154
a628ad9d 27155 * org.el (org-check-agenda-file): Use a more explicit message.
8d642074
CD
27156
271572009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27158
27159 * org-exp.el (org-export-remove-special-table-lines): Don't remove
27160 normal lines.
27161
23f6720e 271622009-10-01 Bastien Guerry <bzg@gnu.org>
8d642074
CD
27163
27164 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
27165 prompt in the temporary window.
27166
27167 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
27168 prefix for marked entries in the agenda view.
27169
5ce6e4f4 271702009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
8d642074
CD
27171
27172 * org.el (outline-end-of-subtree): Bugfix: advise this function in
27173 a way that prevents any trailing character from being displayed.
27174
271752009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27176
27177 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
27178 menu.
27179
27180 * org-exp.el (org-export-remove-special-table-lines): Remove bad
27181 slow regexp match.
27182
271832009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27184
27185 * org-latex.el (org-export-latex-preprocess): Do not protect in
27186 the LaTeX header.
27187
27188 * org-src.el (org-edit-src-save): Save window setup while saving.
27189 (org-edit-src-code): Use new buffer name construction scheme.
27190
271912009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27192
4d789d84
SM
27193 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
27194 New variable.
8d642074
CD
27195 (org-agenda-entry-text-cleanup-hook): New hook.
27196 (org-agenda-get-some-entry-text): Remove matches of
27197 `org-agenda-entry-text-exclude-regexps' and run the hook
27198 `org-agenda-entry-text-cleanup-hook'.
27199
27200 * org.el (org-offer-links-in-entry): New argument ZERO to
27201 implement a link with index zero.
27202 (org-cycle-show-empty-lines): Not keep empty line under header
27203 hidden.
27204 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
27205 to nil for special completion.
27206 (org-store-link): Don't error before the first heading.
27207
27208 * org-agenda.el (org-agenda-open-link): Pass the prefix to
27209 `org-offer-links-in-entry'.
27210
272112009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
27212
27213 * org-agenda.el (org-agenda-quit): Provide the window argument for
27214 `window-dedicated-p', Emacs 22 needs it.
27215 (org-format-agenda-item): If the category is a link, arrange for
27216 invisible text to replaced with spaces.
27217 (org-compile-prefix-format): Add the extra space.
27218 (org-prefix-category-length): New variable.
27219
27220 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
27221 references from TOC lines.
27222
27223 * org.el (org-selected-window): New variable.
27224
27225 * org-table.el (org-table-edit-formulas): Remember the selected
27226 window.
27227 (org-table-fedit-finish, org-table-fedit-abort): Select the window
27228 that was originally selected.
27229
27230 * org-exp.el (org-export-preprocess-apply-macros): Scan the
27231 expansion of a macro for more macro definitions.
27232
27233 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
27234 invisibility overlay starts on the newline.
27235
b15c31c7
GM
272362009-10-01 Glenn Morris <rgm@gnu.org>
27237
27238 * org-agenda.el (calendar-check-holidays):
27239 * org-exp.el (org-agenda-skip):
27240 * org-list.el (outline-back-to-heading):
27241 * org-wl.el (wl-summary-goto-folder-subr):
27242 * org.el (iswitchb-mode, remember, remember-buffer-desc)
27243 (remember-finalize, remember-save-after-remembering, remember-register)
27244 (remember-buffer, remember-handler-functions)
27245 (remember-annotation-functions): Remove unused declarations.
27246
27247 * org.el (iswitchb-read-buffer): Fix declaration.
27248
9d459fc5
GM
272492009-09-30 Glenn Morris <rgm@gnu.org>
27250
27251 * org-compat.el (w32-focus-frame):
27252 * org-exp-blocks.el (R):
27253 * org-exp.el (htmlize-buffer):
27254 * org-protocol.el (server-edit):
27255 * org-table.el (org-format-org-table-html):
27256 * org.el (org-indent-mode): Fix declarations.
27257
27258 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
27259 free variable `fun'.
27260
baf0cb84
JB
272612009-09-29 Juanma Barranquero <lekktu@gmail.com>
27262
27263 * org-agenda.el (org-agenda-restore-windows-after-quit):
27264 Fix typo in docstring.
27265
f924a367
JB
272662009-09-23 Juanma Barranquero <lekktu@gmail.com>
27267
27268 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
27269 (org-shiftselect-error, org-ctrl-c-ctrl-c):
27270 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
27271 * org-attach.el (org-attach-check-absolute-path):
27272 * org-docbook.el (org-export-as-docbook):
27273 * org-html.el (org-export-as-html):
27274 * org-id.el (org-id-update-id-locations):
27275 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
27276 Fix typos in error messages.
27277
52e5311b
SM
272782009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
27279
27280 * org-ascii.el: Require CL for the `loop' macro.
27281
fc226b2f
CD
272822009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
27283
27284 * org-gnus.el (require): Wrap (require gnus-sum) into
8bdd66dc 27285 eval-when-compile.
fc226b2f 27286
94db5327
CD
272872009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
27288
53e31a31
CD
27289 * org-protocol.el (org-protocol-store-link)
27290 (org-protocol-remember, org-protocol-open-source): Remove autoload
27291 cookies again.
27292
40ba71a5
CD
27293 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
27294 referencing the start of the line.
27295
94db5327
CD
27296 * org-gnus.el: Remove unnecessary declare-function forms.
27297 (gnus-sum): Always require gnus-sum.
27298
54a0dee5
CD
272992009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27300
27301 * org-protocol.el (org-protocol-store-link)
27302 (org-protocol-remember, org-protocol-open-source): Add autoloads.
27303
27304 * org-compat.el (org-float-time): New function.
27305
27306 * org.el (org-clock-update-time-maybe)
27307 (org-sort-entries-or-items, org-do-sort)
27308 (org-evaluate-time-range, org-time-string-to-seconds)
27309 (org-closed-in-range): Use `org-float-time'.
27310
27311 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
8bdd66dc 27312 (org-timer-seconds): Use `org-float-time'.
54a0dee5
CD
27313
27314 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
27315 (org-clock-sum, org-dblock-write:clocktable)
8bdd66dc 27316 (org-clocktable-steps): Use `org-float-time'.
54a0dee5
CD
27317
27318 * org-agenda.el (org-agenda-last-marker-time)
8bdd66dc 27319 (org-agenda-new-marker, org-diary): Use `org-float-time'.
54a0dee5
CD
27320
27321 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
27322 function.
27323
27324 * org-exp.el (org-get-file-contents): Only protect lines that
27325 really need it.
27326
27327 * org-html.el (require): Require cl for compilation.
27328
8bdd66dc 27329 * org.el: Avoid using `default-major-mode'.
54a0dee5
CD
27330
27331 * org-plot.el (require): Require CL only at compile time.
27332
27333 * org-exp.el (require): Require CL only at compile time.
27334
27335 * org-agenda.el (org-agenda-quit): When the agenda window is
27336 dedicated, remove other windows before exiting, so that the frame
27337 really will be killed.
27338
27339 * org-exp.el (org-export-handle-include-files): Reset START and
27340 END for each loop cycle.
27341
273422009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27343
4d789d84
SM
27344 * org.el (org-eval-in-calendar):
27345 Use `org-select-frame-set-input-focus'.
54a0dee5
CD
27346
27347 * org-compat.el (org-select-frame-set-input-focus): New function.
27348
27349 * org.el (org-update-statistics-cookies): New function.
27350 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
27351
273522009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27353
27354 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
27355 after the local variables are set.
27356
27357 * org-latex.el (org-export-latex-protect-amp): New function.
27358 (org-export-latex-links): Protect link ampersands in tables.
27359
27360 * org-exp.el (org-export-select-backend-specific-text): Match in
27361 two steps, to avoid regexp problems.
27362
27363 * org.el (org-offer-links-in-entry): Improve working with many and
27364 duplicate links.
27365
27366 * org-agenda.el (org-agenda-show-1): Make more consistent with
27367 normal cycling.
27368 (org-agenda-cycle-show): Make more consistent with normal cycling.
27369
27370 * org-gnus.el (org-gnus-store-link): Restore the linking to a
27371 website.
27372
23f6720e 273732009-09-02 Bastien Guerry <bzg@gnu.org>
54a0dee5
CD
27374
27375 * org-latex.el (org-export-latex-first-lines): Bugfix.
27376
273772009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27378
27379 * org-clock.el (org-clock-modify-effort-estimate): Emit message
27380 about new effort.
27381
27382 * org.el (org-set-effort): New function.
27383 (org-mode-map): New key for effort setting command.
27384
27385 * org-agenda.el (org-agenda): Keep window setup when calling
27386 agenda from within agenda window.
27387 (org-agenda-mode-map): New keys for effort setting commands.
27388 (org-agenda-menu): Add effort setting commands to menu.
27389 (org-agenda-set-property, org-agenda-set-effort): New functions.
27390
4d789d84
SM
27391 * org-latex.el (org-export-latex-tables):
27392 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
54a0dee5
CD
27393 the first column has been removed.
27394
273952009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27396
27397 * org.el (org-remove-timestamp-with-keyword): Only remove in
27398 entry, not in subtree.
27399
27400 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
27401 emacs lisp.
27402
27403 * org.el (org-open-at-point): When on headline, offer all strings
27404 in entry.
27405
27406 * org-remember.el (org-remember-templates): Documentation fix.
27407
27408 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
27409 `org-get-last-sibling' instead of the outline versions of these
27410 functions.
27411 (org-get-last-sibling): New function.
27412 (org-refile): Use `org-get-next-sibling' instead of the outline
27413 version of this function.
4d789d84
SM
27414 (org-clean-visibility-after-subtree-move):
27415 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
54a0dee5
CD
27416 outline versions of these functions.
27417
274182009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27419
27420 * org-agenda.el (org-prepare-agenda): When creating a new frame
27421 for the agenda, make the window dedicated.
27422
27423 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
27424
27425 * org-table.el (org-table-align): Change the order of reinsertion
27426 and deletion, to avoid problems with overlays following the table.
27427
27428 * org.el (org-parse-time-string): Better error message.
27429 (org-show-subtree): Use org-end-of-subtree.
27430
27431 * org-macs.el (org-goto-line): New defsubst.
27432
27433 * org.el (org-open-file, org-change-tag-in-region)
27434 (org-fast-tag-show-exit): Don't use `goto-line'.
27435
27436 * org-table.el (org-table-align, org-table-insert-column)
27437 (org-table-delete-column, org-table-move-column)
27438 (org-table-sort-lines, org-table-copy-region)
27439 (org-table-paste-rectangle, org-table-wrap-region)
27440 (org-table-get-specials, org-table-rotate-recalc-marks)
27441 (org-table-get-range, org-table-recalculate)
27442 (org-table-edit-formulas, org-table-fedit-convert-buffer)
4d789d84
SM
27443 (org-table-show-reference, org-table-highlight-rectangle):
27444 Don't use `goto-line'.
54a0dee5
CD
27445
27446 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
27447 (org-edit-src-exit): Don't use `goto-line'.
27448
27449 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
27450
27451 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
27452 Don't use `goto-line'.
27453
27454 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
27455
27456 * org-colview.el (org-columns, org-columns-redo)
27457 (org-agenda-columns): Don't use `goto-line'.
27458
54a0dee5
CD
27459 * org-agenda.el (org-agenda-mode): Force visual line motion off.
27460 (org-agenda-add-entry-text-maxlines): Improve docstring.
27461 (org-agenda-start-with-entry-text-mode): New option.
27462 (org-agenda-entry-text-maxlines): New option.
27463 (org-agenda-entry-text-mode): New variable.
27464 (org-agenda-mode): Set initial value of
27465 `org-agenda-entry-text-mode'.
27466 (org-agenda-mode-map): Add the `E' key.
27467 (org-agenda-menu): Add entry text mode to the menu.
27468 (org-agenda-get-some-entry-text): Fix line count bug.
27469 (org-finalize-agenda): Apply entry text mode if appropriate.
27470 (org-agenda-entry-text-show-here): New function.
27471 (org-agenda-entry-text-show): New function.
27472 (org-agenda-entry-text-hide): New function.
27473 (org-agenda-view-mode-dispatch): Add entry text mode to the view
27474 key menu.
27475 (org-agenda-entry-text-mode): New command.
27476 (org-agenda-set-mode-name): Add entry text mode to the mode line
27477 string.
27478 (org-agenda-undo, org-agenda-get-restriction-and-command)
27479 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
27480 `goto-line'.
27481
274822009-09-02 Bernt Hansen <bernt@norang.ca>
27483
27484 * org-clock.el (org-notify): Bugfix.
27485
274862009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27487
27488 * org-agenda.el (org-agenda-open-link): Handle multiple links and
27489 check for after-string.
27490
27491 * org-gnus.el (org-gnus-store-link): Simplify.
27492
27493 * org.el (org-latex-regexps): Don't add extra empty lines for
27494 display formulas.
27495
274962009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27497
27498 * org-agenda.el (org-agenda-get-some-entry-text): New function.
4d789d84
SM
27499 (org-agenda-add-entry-text):
27500 Use `org-agenda-get-some-entry-text'.
54a0dee5
CD
27501
27502 * org.el (org-cycle-separator-lines): Update docstring.
27503 (org-cycle-show-empty-lines): Handle negative values for
27504 `org-cycle-show-empty-lines'.
27505
27506 * org-exp.el (org-export-protect-sub-super): New function.
27507 (org-export-normalize-links): Protect the url of plain links from
27508 supscript and superscript processing.
27509
27510 * org-remember.el (org-remember-escaped-%): New function.
27511 (org-remember-apply-template): Use `org-remember-escaped-%' to
27512 detect escaped % signs.
27513
23f6720e 275142009-09-02 Bastien Guerry <bzg@gnu.org>
54a0dee5
CD
27515
27516 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
27517 sound when showing the notification.
27518
27519 * org-clock.el (org-notify): New function.
27520 (org-clock-notify-once-if-expired): Use `org-notify'.
27521
27522 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
27523 and `gnus-article-mode' separately.
27524 (gnus-summary-article-header): Fix the declare-function.
27525
275262009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27527
4d789d84
SM
27528 * org-exp.el (org-export-format-source-code-or-example):
27529 Translate language.
54a0dee5 27530
c4cc8b9a 27531 * org-src.el (org-src-lang-modes): New variable.
54a0dee5
CD
27532 (org-edit-src-code): Translate language.
27533
27534 * org-exp.el (org-export-format-source-code-or-example): Deal wit
27535 the new structure of the `org-export-latex-listings-langs'
27536 variable.
27537
27538 * org-latex.el (org-export-latex-listings-langs): Change structure
27539 of the variable from plist to alist.
27540
275412009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27542
27543 * org.el (org-in-commented-line): New function.
27544
275452009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27546
27547 * org.el (org-hide-block-toggle): Make folded blocks searchable.
27548
8bdd66dc 275492009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
54a0dee5
CD
27550
27551 * org.el (org-flag-drawer): More useful error.
27552
275532009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27554
4d789d84
SM
27555 * org-remember.el (org-remember-apply-template):
27556 Use org-icompleting-read.
54a0dee5
CD
27557
27558 * org-publish.el (org-publish): Use org-icompleting-read.
27559
27560 * org-colview.el (org-columns-edit-value, org-columns-new)
27561 (org-insert-columns-dblock): Use org-icompleting-read.
27562
4d789d84
SM
27563 * org-attach.el (org-attach-delete-one, org-attach-open):
27564 Use org-icompleting-read.
54a0dee5
CD
27565
275662009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27567
27568 * org.el (org-hierarchical-todo-statistics): Improve docstring.
27569 (org-version): Return the version text.
27570 (org-org-menu): Add a menu entry for the new bug reporter.
27571 (org-submit-bug-report): New command.
27572
4d789d84
SM
27573 * org-list.el (org-hierarchical-checkbox-statistics):
27574 Improve docstring.
54a0dee5
CD
27575
27576 * org.el (org-emphasis-regexp-components): Add "`" to set of
27577 pre-emphasis characters.
27578
27579 * org-latex.el (org-export-latex-classes): Always include the soul
27580 package.
27581 (org-export-latex-emphasis-alist): Use \st for strikethough.
27582
4d789d84
SM
27583 * org-exp-blocks.el (org-export-blocks-preprocess):
27584 Use `indent-code-rigidly' to indent.
54a0dee5 27585
4d789d84
SM
27586 * org-agenda.el (org-agenda-get-restriction-and-command):
27587 Remove properties only if MATCH really is a string.
54a0dee5
CD
27588
275892009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27590
4d789d84
SM
27591 * org-latex.el (org-export-latex-packages-alist):
27592 Fix customization type.
54a0dee5
CD
27593
27594 * org.el (org-create-formula-image): Also use
27595 `org-export-latex-packages-alist'.
27596
27597 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
27598 (org-export-as-html): Format footnotes correctly.
27599
276002009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27601
27602 * org.el (org-fast-tag-selection): Avoid text properties on tags
27603 in the alist.
27604
4d789d84
SM
27605 * org-agenda.el (org-agenda-get-restriction-and-command):
27606 Avoid text properties on the match element.
54a0dee5
CD
27607
276082009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27609
27610 * org.el (org-set-regexps-and-options): Make sure the list of done
27611 keywords is not invalid.
27612
27613 * org-exp.el (org-export-interpolate-newlines): New function.
27614
276152009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27616
27617 * org.el (org-format-latex): Avoid nested overlays.
27618
27619 * org-latex.el (org-export-latex-listings-langs): Add a few more
27620 languages.
27621
27622 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
27623 ignore newlines and space before the first macro argument.
27624
27625 * org-latex.el (org-export-latex-tables): Remove save-excursion
27626 around `org-table-align'.
27627
276282009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27629
4d789d84
SM
27630 * org.el (org-export-html-special-string-regexps):
27631 Definition moved into org.el.
54a0dee5
CD
27632
27633 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
27634 in macro calls.
27635
276362009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27637
27638 * org-latex.el (org-export-latex-listings)
27639 (org-export-latex-listings-langs): New options.
27640
4d789d84
SM
27641 * org-exp.el (org-export-format-source-code-or-example):
27642 Use listing package if requested by the user.
54a0dee5 27643
23f6720e 276442009-09-02 Bastien Guerry <bzg@gnu.org>
54a0dee5
CD
27645
27646 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
27647 command before actually switching to a buffer.
27648
276492009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27650
27651 * org-exp.el (org-get-file-contents): Only quote org lines when
27652 the markup is src or example.
27653
27654 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
c4cc8b9a 27655 New option.
54a0dee5
CD
27656 (org-agenda-get-day-entries): Remember deadline results and pass
27657 them on into the function getting the scheduling information.
27658 (org-agenda-get-scheduled): Accept deadline results as parameters
27659 and maybe skip some entries.
27660 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
27661
27662 * org.el (org-insert-heading): When respecting content, do not
27663 convert current line to headline.
27664
4d789d84
SM
27665 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
27666 Also cheeeeeck the hd marker.
54a0dee5
CD
27667 (org-clock-in): Also set the hd marker.
27668 (org-clock-out): Also set the hd marker.
27669 (org-clock-cancel): Reset markers.
27670
27671 * org.el (org-clock-hd-marker): New marker.
27672
27673 * org-faces.el (org-agenda-clocking): New face.
27674
27675 * org-agenda.el (org-agenda-mark-clocking-task): New function.
a628ad9d 27676 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
54a0dee5
CD
27677
27678 * org.el (org-modules): Add org-track.el.
27679
27680 * org-agenda.el (org-agenda-bulk-marked-p): New function.
4d789d84
SM
27681 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
27682 Use `org-agenda-bulk-marked-p'.
54a0dee5
CD
27683 (org-agenda-bulk-toggle): New command.
27684
276852009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
27686
27687 * org.el (org-move-subtree-down): Hide subtree if it was folded,
27688 not just the body.
27689
27690 * org-remember.el (org-remember-finalize): Avoid buffer-modified
27691 messages.
27692
14acf2f5
SM
276932009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
27694
27695 * org-html.el (org-export-as-html):
27696 * org-docbook.el (org-export-as-docbook):
27697 Use (default-value 'major-mode) instead of default-major-mode.
27698
7f25cb00
CD
276992009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
27700
27701 * org-docbook.el: Add arch-tag.
27702
8bdd66dc 27703 * org-exp-blocks.el: Add arch-tag.
7f25cb00 27704
8bdd66dc 27705 * org-id.el: Add arch-tag.
7f25cb00 27706
8bdd66dc 27707 * org-indent.el: Add arch-tag.
7f25cb00 27708
8bdd66dc 27709 * org-inlinetask.el: Add arch-tag.
7f25cb00 27710
8bdd66dc 27711 * org-protocol.el: Add arch-tag.
7f25cb00 27712
c8d0cf5c
CD
277132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27714
27715 * org.el (org-create-formula-image): Remove the -E option for
27716 dvipng.
27717
27718 * org-exp.el (org-default-export-plist): Respect #+BIND.
27719 (org-export-confirm-letbind): New function.
27720
27721 * org.el (org-paste-subtree): Test the kill ring entry if it is
27722 going to be used.
27723 (org-copy-subtree): Use `org-forward-same-level'.
27724 (org-forward-same-level): Respect the `invisibe-ok' arg for
27725 back-to-heading.
27726
277272009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27728
27729 * org.el (org-table-map-tables): Make sure cursor is back at table
27730 beginning after funcall.
27731
27732 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
27733 handled before children, and do not error if an entry is not
27734 found, probably because it hase been remove when the parent was
27735 archived or refiled.
27736
27737 * org.el (org-ido-completing-read): Accept straight lists for
27738 completion as well as alists.
27739
3e344045 27740 * org-timer.el (org-timer-cancel-timers): Rename from
c8d0cf5c
CD
27741 `org-timer-cancel-timers'.
27742
27743 * org.el (org-cycle-internal-local): Fix problem with finding next
27744 invisible line.
27745
277462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27747
4d789d84
SM
27748 * org-list.el (org-list-send-list):
27749 Call `org-list-goto-true-beginning' instead of
c8d0cf5c
CD
27750 `org-list-find-true-beginning', which does not exist.
27751
27752 * org-timer.el (org-timer-reset-timers): Use `mapc'.
27753 (org-timer-set-timer): Do not assign to heading.
27754
27755 * org-id.el (org-id-open): Quote function name.
27756
27757 * org-macs.el (org-unmodified): Turn off recording undo
27758 information while running inside the macro.
27759
27760 * org-table.el (org-table-export): Also work in file-less
27761 buffers.
27762
27763 * org.el (org-startup-indented): New option.
27764 (org-startup-options): Add new options indent and noindent.
27765 (org-unfontify-region): Remove line-prefix and wrap-prefix
27766 properties.
4d789d84
SM
27767 (org-after-demote-entry-hook, org-after-promote-entry-hook):
27768 New hooks.
c8d0cf5c
CD
27769 (org-promote, org-demote): Run the new hooks.
27770
27771 * org-table.el (org-table-align): Replace leading \n as well.
27772
27773 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
27774 and `line-wrap' text properties.
27775
27776 * org-compat.el (org-kill-new): New function.
27777
27778 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
27779 `line-wrap' text properties.
27780
27781 * org-indent.el: New file.
27782
277832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27784
27785 * org.el (org-provide-todo-statistics): Tweak docstring.
27786
27787 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
27788
277892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27790
27791 * org-exp.el (org-export-as-org): Insert the "-source" string
27792 before the extension.
27793
27794 * org.el (org-read-date): Make sure the calendar is in the current
27795 frame.
27796 (org-set-emph-re): Remove the ? from the post-match.
27797 (org-emphasis-regexp-components): Add backslash to the
27798 postmatch class.
27799 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
27800 optional so that also lines at the end of the buffers will still
27801 be matched as headlines.
27802
27803 * org-table.el (org-table-error-on-row-ref-crossing-hline):
27804 Variable made obsolete.
27805 (org-table-relative-ref-may-cross-hline): New option.
27806 (org-table-find-row-type): Honow the new option
27807 `org-table-relative-ref-may-cross-hline'.
27808
278092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27810
4d789d84
SM
27811 * org-table.el (org-table-cut-region, org-table-copy-region):
27812 Work on single field if no active region.
c8d0cf5c
CD
27813
278142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27815
27816 * org-latex.el (org-export-latex-make-header): Only insert title
27817 if one is defined.
27818
27819 * org.el (org-make-options-regexp): Allow empty values.
27820
278212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27822
d36ed1c8 27823 * org.el (org-cycle-internal-local): Improve version of finding
c8d0cf5c
CD
27824 next visible line.
27825 (org-cycle-hide-drawers): Only hide drawers if this is really
27826 necessary.
27827 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
27828 org-version of this function in Org-mode. We use advice to
27829 implement this change, so that future changes to this function in
27830 outline.el wil be handled properly.
27831 (org-forward-same-level, org-backward-same-level): New commands.
27832
278332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27834
27835 * org.el (org-remove-empty-overlays-at)
cd1181db 27836 (org-clean-visibility-after-subtree-move): New functions.
c8d0cf5c
CD
27837 (org-move-subtree-down): Simplify cleanup of display.
27838
278392009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27840
27841 * org-mac-message.el (org-mac-message-get-links): Improve
27842 docstring. Make argument SELECT-OR-FLAGGED optional, default to
27843 "s". Fix the return value.
27844 (org-mac-message-insert-flagged): Simplify.
27845
27846 * org.el (org-refile-get-location): Tamper with refile history o
27847 that history contains compete matches instead of the entered
27848 string.
27849
278502009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27851
27852 * org.el (org-store-link): Never store a link to an inline task.
27853
4d789d84
SM
27854 * org-footnote.el (org-footnote-goto-local-insertion-point):
27855 Skip inline tasks when positioning footnotes.
c8d0cf5c
CD
27856
27857 * org.el (org-refile): Remove the END line when archiving an
27858 inline task that does have an END line.
27859
27860 * org-archive.el (org-archive-subtree): Remove the END line when
27861 archiving an inline task that does have an END line.
27862
27863 * org-macs.el (org-with-limited-levels): New macro.
27864 (org-get-limited-outline-regexp): New function.
27865
27866 * org-exp.el (org-export-format-source-code-or-example): Fix bug
27867 that did not enumerate first line.
27868 (org-export-mark-radio-links): Skip matches in links.
27869
278702009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
27871
27872 * org.el (org-activate-plain-links): Make single-match.
27873 (org-adapt-indentation): Fix docstring.
27874
27875 * org-macs.el (org-unmodified): Turn of modification hooks while
27876 running this macro.
27877
23f6720e 278782009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27879
27880 * org.el (org-adapt-indentation): Slightly improve the docstring.
27881 (org-occur): Sends an error when the user inputs an empty string.
27882 (org-priority): Bugfix: the tag alignement should happen within
27883 save-excursion.
27884
23f6720e 278852009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27886
27887 * org.el (org-make-link-regexps): Don't exclude parentheses from
c4cc8b9a 27888 `org-plain-link-re'.
c8d0cf5c 27889 (org-cycle-internal-local): When locally cycling, switch directly
c4cc8b9a 27890 from CHILDREN to FOLDED if there is no subtree.
c8d0cf5c
CD
27891 (org-cycle): Update the docstring to document the new behavior of
27892 `org-cycle-internal-local'.
27893
8bdd66dc 278942009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
c8d0cf5c
CD
27895
27896 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
27897 an abbreviated format for days.
27898
23f6720e 278992009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c 27900
4d789d84
SM
27901 * org-protocol.el (org-protocol-default-template-key):
27902 New option.
c8d0cf5c
CD
27903
27904 * org.el (org-refile): Bugfix: save-excursion before reading the
27905 refile target, otherwise cursor moves might confuse `org-refile'.
27906
27907 * org.el (org-toggle-heading): Bugfix: correctly convert list
27908 items before the first headline.
27909
27910 * org.el (org-provide-todo-statistics): Allow a list of TODO
27911 keywords to compute statistics against headlines containing a
27912 keyword from this list.
27913 (org-update-parent-todo-statistics): Possibly use the new allowed
27914 value of `org-provide-todo-statistics'.
27915
23f6720e 279162009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27917
27918 * org-timer.el: Add autoload cookie.
27919
27920 * org.el (org-occur-link-in-agenda-files): New function.
27921
27922 * org-timer.el (org-timer-last-timer): New variable.
27923
27924 * org-agenda.el (org-agenda-mode-map): New key for
27925 org-timer-set-timer called from the agenda.
27926
27927 * org.el (org-mode-map): New key for org-timer-set-timer.
27928
27929 * org-timer.el (org-timer-reset-timers)
4d789d84
SM
27930 (org-timer-show-remaining-time, org-timer-set-timer):
27931 New functions.
c8d0cf5c
CD
27932
27933 * org-clock.el (org-show-notification): Update the docstring.
27934
27935 * org.el (org-provide-todo-statistics): Allow new value
27936 'all-headlines for this option, which includes entries with no
27937 TODO keywords in the todo statistics.
27938 (org-update-parent-todo-statistics): Possibly use the new
27939 'all-headline value from `org-provide-todo-statistics'.
27940
23f6720e 279412009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27942
27943 * org-clock.el (org-dblock-write:clocktable): Add a new option
27944 :timestamp which allows display of timestamps in clock reports.
27945
27946 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
27947 list to a subtree, preserving the structure of the list.
27948 (org-set-emph-re): Make the last element optional in the regexp.
27949 This regexp now matches an emphasized string at the end of a line.
27950
27951 * org-list.el (org-list-goto-true-beginning)
27952 (org-list-make-subtree, org-list-make-subtrees): New functions.
27953
27954 * org.el (org-eval-in-calendar): Select the right frame.
27955 (org-save-frame-excursion): Remove this macro.
27956
23f6720e 279572009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27958
27959 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
27960 trying to find the beginning of a list.
27961
27962 * org-exp.el (org-get-file-contents): Use a new argument: markup.
27963 When present, tell org-get-file-contents not to protect org-like
27964 lines.
27965
27966 * org-id.el (org-id-uuid-program): New option to set the name of
27967 the uuidgen program.
27968 (org-id-method): Use `org-id-uuid-program'.
27969 (org-id-new): Use `org-id-uuid-program'.
27970
23f6720e 279712009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27972
27973 * org-exp.el (org-export-number-lines): Allow whitespace in code
27974 references. Allow the -r switch to remove the references in the
27975 source code even when the lines are not numbered: the labels can
27976 be explicit enough.
27977
27978 * org.el (org-fontify-whole-heading-line): New option.
27979 (org-set-font-lock-defaults): Use the new option.
27980
27981 * org-clock.el (org-show-notification-handler): New option.
27982 (org-show-notification): Use the new option.
27983
23f6720e 279842009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27985
27986 * org.el (org-eval-in-calendar): Fix a bug about calendar
27987 navigation when `calendar-setup' value is 'calendar-only.
27988
23f6720e 279892009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27990
27991 * org.el (orgstruct++-mode): Fix typo in docstring.
27992 (org-insert-link): Clean up: (or (...)) => (...)
27993 (org-insert-link): Use TAB for stored links completion.
27994
23f6720e 279952009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
27996
27997 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
27998 building the list of targets.
27999
4d789d84
SM
28000 * org-remember.el (org-remember-delete-empty-lines-at-end):
28001 New option.
c8d0cf5c
CD
28002 (org-remember-handler): Use the new option.
28003
280042009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
28005
28006 * org.el (org-tags-sort-function): New option for sorting tags.
28007 (org-set-tags): Use the new option to sort tags.
28008
28009 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
28010 premature deletion of the data when using org-plot in a script.
28011
23f6720e 280122009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
28013
28014 * org-clock.el (org-clock-in-prepare-hook): New hook.
28015 (org-clock-in): Use this new hook.
28016
23f6720e 280172009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c 28018
c7015153 28019 * org.el (org-special-ctrl-a/e): Explicitly bind the value
c8d0cf5c
CD
28020 'reversed for this option to the "true line boundary first"
28021 behavior.
28022 (org-tags-match-list-sublevels): Document the 'indented value for
28023 this variable.
28024
28025 * org-latex.el (org-export-latex-first-lines): Fix problem with
28026 publishing the region.
28027
4d789d84
SM
28028 * org-exp.el (org-export-format-source-code-or-example):
28029 Fix bad line numbering when exporting examples in HTML.
c8d0cf5c
CD
28030
280312009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
28032
28033 * org-colview.el (org-format-time-period): Formats a time in
28034 fractional days as days, hours, mins, seconds.
28035 (org-columns-display-here): Add special handling for SINCE and
28036 SINCE_IA to format for display.
28037
28038 * org.el (org-time-since): Add a function to get the time since an
28039 org timestamp.
28040 (org-entry-properties): Add two new special properties: SINCE and
f924a367 28041 SINCE_IA. These give the time since any active or inactive
c8d0cf5c
CD
28042 timestamp in an entry.
28043 (org-special-properties): Add SINCE, SINCE_IA.
28044 (org-tags-sort-function): Add custom declaration for tags
28045 sorting function.
8bdd66dc 28046 (org-set-tags): Sort tags if org-tags-sort-function is set.
c8d0cf5c
CD
28047
280482009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28049
28050 * org-clock.el (org-clock-goto): Find hidden headlines as well.
28051
28052 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
28053
28054 * org-plot.el (org-plot/add-options-to-plist): Add timeind
28055 option.
28056
280572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28058
28059 * org-publish.el (org-publish-remove-all-timestamps): New function.
28060 (org-publish-all): Remove all timestamp files if `org-publish-all'
28061 is called with a prefix argument.
28062
28063 * org-list.el (org-indent-item): Fix typo.
28064 (org-item-indent-positions): Normalize ordered bullet.
28065
280662009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28067
28068 * org-macs.el (org-set-local): Make a local variable, do not make
28069 the variable buffer-local!
28070
28071 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
28072
28073 * org-exp.el (org-infile-export-plist): Read BIND lines.
28074 (org-install-letbind): New function.
4d789d84
SM
28075 (org-export-as-org, org-export-preprocess-string):
28076 Call `org-install-letbind'.
c8d0cf5c
CD
28077
28078 * org-list.el (org-list-demote-modify-bullet): New option.
28079 (org-first-list-item-p): Save point.
28080 (org-fix-bullet-type): New optional argument FORCE-BULLET.
28081 (org-indent-item): Honor `org-list-demote-modify-bullet'.
28082 (org-item-indent-positions): Return bullet types along with
28083 indentation.
28084
280852009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28086
28087 * org.el (org-show-entry): Hide drawers.
28088
280892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28090
28091 * org-footnote.el (org-footnote-auto-adjust): New option.
28092 (org-footnote-auto-adjust-maybe): New function.
4d789d84
SM
28093 (org-footnote-new, org-footnote-delete):
28094 Call `org-footnote-auto-adjust-maybe'.
c8d0cf5c
CD
28095
28096 * org.el (org-startup-options): Add new footnote-related
28097 keywords.
28098
28099 * org-publish.el (org-publish-timestamp-filename): Additional
28100 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
28101 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
28102 TRUE-PUB-DIR. Pass them through to
28103 `org-publish-timestamp-filename'.
28104 (org-publish-update-timestamp): Additional arguments PUB-DIR and
28105 PUB-FUNC, which are included in the hash.
28106 (org-publish-file): Delay timestamp test until the publishing
28107 function is known.
28108
281092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28110
28111 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
28112 setting the deadline.
28113
28114 * org.el (org-read-date-final-answer): New variable.
28115 (org-read-date): Store the final answer string, including the date
28116 from the calendar, for reuse by agenda bulk commands.
28117
28118 * org-publish.el (org-publish-attachment): Fix publishing of
28119 attachments.
28120
28121 * org-latex.el (org-export-latex-quotation-marks): Fix export of
28122 quotation makrs in parenthesis.
28123 (org-remove-initial-hash): New function.
28124 (org-export-latex-preprocess): Fix bug with infinite loop if
28125 environment is not properly closed.
28126
28127 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
28128 when indented.
28129
28130 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
28131 highlight also when indented.
28132
281332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28134
28135 * org-footnote.el (org-footnote-renumber-fn:N): New command.
28136 (org-footnote-action): Offer renumbering.
28137
28138 * org.el (org-cycle): Honor the `integrate' value of
28139 org-cycle-include-plain-lists'.
28140
28141 * org-list.el (org-cycle-include-plain-lists): New allowed value
28142 `internal'. Improve the docstring.
28143
28144 * org.el (org-set-autofill-regexps): Improve the paragraph-start
28145 regexp to work better with LaTeX commands.
28146
281472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28148
28149 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
28150 and eps extensions.
28151
281522009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28153
28154 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
28155 loaded.
28156
28157 * org.el (org-map-entries): No longer force
28158 `org-tags-match-list-sublevels' to t during a todo-only tags
28159 search.
28160
281612009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28162
28163 * org-latex.el (org-export-latex-low-levels): Allow user-defined
28164 environment.
28165 (org-export-latex-subcontent): Handle user-defined environment.
28166
28167 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
28168 the View dispatcher.
28169
28170 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
28171 `make-overlay'.
28172
28173 * org-latex.el (org-export-as-pdf): Protect match data during call
28174 to shell-quote-argument.
28175
28176 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
28177 (org-agenda-view-mode-dispatch): New function.
28178
281792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28180
28181 * org-agenda.el (org-agenda-mode): Reset list of marks.
28182 (org-agenda-mode-map): Define new keys for refile and bulk action.
28183 (org-agenda-menu): Add menu itesm for refile and bulk action.
28184 (org-agenda-refile): New function.
28185 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
28186 (org-agenda-marked-entries): New variable.
28187 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
28188 (org-agenda-remove-all-bulk-action-marks)
28189 (org-agenda-bulk-action): New functions/commands.
28190
281912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28192
28193 * org-exp.el (org-get-file-contents): Protect org-like lines in
28194 included files.
28195 (org-export-format-source-code-or-example): Remove newlines.
28196
28197 * org-latex.el (org-export-latex-links): Check for no-description
28198 marking.
28199
28200 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
28201 argument separator back to comma.
28202 (org-export-normalize-links): Mark links without description.
28203
282042009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28205
28206 * org-exp.el (org-infile-export-plist): Fix bug in macro
28207 processing.
28208
28209 * org-agenda.el (org-agenda-clock-out): Update line after clocking
28210 out.
28211 (org-agenda-highlight-todo): Fix bug with highlighting.
28212
282132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28214
28215 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
28216 new alignment strings.
28217
28218 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
28219 command list.
28220 (org-table-align): Check for forced align type.
28221
28222 * org.el (org-self-insert-command): Add yas/expand to command
28223 list.
28224
28225 * org-clock.el (org-clock-in-hook): New hook.
28226 (org-clock-in): Run `org-clock-in-hook.
28227 (org-clock-out-hook): New hook.
28228 (org-clock-out): Run `org-clock-out-hook.
28229 (org-clock-cancel-hook): New hook.
28230 (org-clock-cancel): Run `org-clock-cancel-hook.
28231 (org-clock-goto-hook): New hook.
28232 (org-clock-goto): Run `org-clock-goto-hook.
28233
282342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28235
28236 * org.el (org-store-link): Better default description for link to
28237 Org-mode headline.
28238
28239 * org-exp.el (org-export-generic): Autoload the generic exporter
28240 function.
28241 (org-export): Implement the `g' key for the generic exporter.
28242
282432009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28244
28245 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
28246 and for zbacktab'.
28247
28248 * org-exp.el (org-infile-export-plist): Get macros also from
28249 #+SETUPFILE.
28250
282512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28252
28253 * org-colview.el (org-columns-capture-view): Protect vertical bars
28254 in column values.
28255 (org-columns-capture-view): Exclude comment and archived trees.
28256
c8d0cf5c
CD
28257 * org.el (org-quote-vert): New function.
28258
28259 * org-latex.el (org-export-latex-verbatim-wrap): New option.
28260
4d789d84
SM
28261 * org-exp.el (org-export-format-source-code-or-example):
28262 Use `org-export-latex-verbatim-wrap'.
c8d0cf5c
CD
28263
28264 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
28265 time stamps.
28266
646bcdd7 282672009-08-06 Eric Schulte <schulte.eric@gmail.com>
c8d0cf5c
CD
28268
28269 * org-exp-blocks.el: New file.
28270
646bcdd7
GM
282712009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28272
c8d0cf5c
CD
28273 * org-remember.el (org-remember-templates): Allow the headline
28274 element to be a function.
28275 (org-remember-apply-template): If the headline is a function, call
28276 it to get the true function.
28277
28278 * org-clock.el (org-clock-menu): New function.
28279 (org-clock-update-mode-line): Update help string.
28280 (org-clock-modify-effort-estimate): New function.
28281 (org-clock-mark-default-task): New function.
28282
28283 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
28284 minutes as input.
28285 (org-org-menu): Add new clocking stuff.
28286 (org-clock-is-active): New function.
28287
282882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28289
28290 * org.el (org-open-non-existing-files): Improve docstring.
28291
282922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28293
4d789d84
SM
28294 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
28295 New option.
c8d0cf5c
CD
28296 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
28297
28298 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
28299
28300 * org-list.el (org-get-checkbox-statistics-face): Use the new
28301 faces.
28302
28303 * org-faces.el (org-checkbox-statistics-todo)
28304 (org-checkbox-statistics-done): New faces.
28305
283062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28307
28308 * org-latex.el (org-export-latex-use-verb): New variable.
28309 (org-export-latex-emph-format): Prefer \texttt over \verb when
28310 org-export-latex-use-verb is set.
28311
283122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28313
28314 * org-remember.el (org-remember-handler): Abort remember if the
28315 buffer is empty.
28316
4d789d84
SM
28317 * org-exp.el (org-export-format-source-code-or-example):
28318 Run `org-src-mode-hook'.
c8d0cf5c
CD
28319
283202009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28321
28322 * org.el (org-indent-line-function): Fix indentation of +#end lines.
28323
283242009-08-06 Tassilo Horn <tassilo@member.fsf.org>
28325
28326 * org-gnus.el (org-gnus-store-link): Require message.el in
28327 org-gnus-store-link.
28328
283292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28330
646bcdd7 28331 * org-src.el: New file, split out of org.el.
c8d0cf5c
CD
28332
28333 * org-macs.el (org-replace-match-keep-properties): New function.
28334
4d789d84
SM
28335 * org-exp.el (org-export-mark-blockquote-verse-center):
28336 Better preprocessing of center and quote and verse blocks.
c8d0cf5c
CD
28337
28338 * org-list.el (org-list-end): Respect the stored "original"
28339 indentation when determining the end of the list.
28340
28341 * org-exp.el (org-export-replace-src-segments-and-examples):
28342 Remember indentation correctly.
28343
283442009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28345
28346 * org-clock.el (org-clock-update-mode-line): Apply face
28347 org-mode-line-clock.
28348
28349 * org-faces.el (org-mode-line-clock): New face.
28350
283512009-08-06 Tassilo Horn <tassilo@member.fsf.org>
28352
28353 * org-gnus.el (org-gnus-store-link): Fix bug where
28354 `org-gnus-store-link' used wrong subject when called in an article
28355 buffer. Patch provided by fengli AT gmail DOT com.
28356
283572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28358
4d789d84
SM
28359 * org-exp.el (org-export-format-source-code-or-example):
28360 Remember the original indentation of source code snippets and examples.
c8d0cf5c
CD
28361
28362 * org-latex.el (org-export-as-latex): Relocate the table of
28363 contents.
28364
28365 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
28366
28367 * org-agenda.el (org-run-agenda-series): Scope global options also
28368 when creating the agenda buffer.
28369
283702009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28371
28372 * org.el (org-adapt-indentation): Improve documentation.
28373 (org-insert-property-drawer): Respect org-adapt-indentation when
28374 inserting the drawer.
28375 (org-remove-flyspell-overlays-in): New function.
28376 (org-do-emphasis-faces, org-activate-plain-links)
28377 (org-activate-code, org-fontify-meta-lines-and-blocks)
28378 (org-activate-angle-links, org-activate-footnote-links)
28379 (org-activate-bracket-links, org-activate-dates)
28380 (org-activate-target-links, org-activate-tags): Remove flyspell
28381 overlays.
28382
283832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28384
28385 * org.el (org-edit-src-save): New function.
28386
28387 * org-clock.el (org-clock-out-switch-to-state): New option.
28388 (org-clock-out): Honor `org-clock-out-switch-to-state'.
28389
28390 * org-compat.el (org-compatible-face): Improve macro.
28391
28392 * org.el (org-global-properties-fixed): Add default for
28393 CLOCK_MODELINE_TOTAL.
28394
76e3243a
JB
28395 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
28396 and tend.
c8d0cf5c
CD
28397 (org-clock-sum-current-item): Optional argument TSTART, pass it to
28398 org-clock-sum.
28399 (org-clock-get-sum-start): New function.
28400
28401 * org.el (org-startup-options): New keywords blockhide and
28402 blockshow.
28403 (org-mode): Add new invisibility spec.
28404 (org-set-startup-visibility): Hide block on startup if so
28405 desired.
28406 (org-hide-block-startup): New option.
28407 (org-block-regexp): New constant.
28408 (org-hide-block-overlays): New variable.
28409 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
28410 (org-show-block-all, org-hide-block-toggle-maybe)
28411 (org-hide-block-toggle): New functions.
28412 (org-edit-src-exit): Do not quote lines starting with # and no +
28413 behind it.
28414 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
28415 entry.
28416
284172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28418
28419 * org.el (org-buffer-property-keys): Add Effort property for
28420 completion.
28421
284222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28423
28424 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
28425 when retrieving total clocked time in the subtree.
28426
28427 * org.el (org-quoting-blocks): New variable.
28428
284292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28430
28431 * org-table.el (org-table-store-formulas)
28432 (org-table-get-stored-formulas, org-table-fix-formulas)
28433 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
28434 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
28435
4d789d84
SM
28436 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
28437 Allow indented #+TBLFM line.
c8d0cf5c 28438
4d789d84
SM
28439 * org-footnote.el (org-footnote-goto-local-insertion-point):
28440 Allow indented #+TBLFM line.
c8d0cf5c
CD
28441
28442 * org-colview.el (org-dblock-write:columnview): Allow indented
28443 #+TBLFM line.
28444
c8d0cf5c
CD
28445 * org-clock.el (org-dblock-write:clocktable): Allow indented
28446 #+TBLFM line.
28447
284482009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28449
4d789d84
SM
28450 * org-exp.el (org-export-format-source-code-or-example):
28451 Make editing indented blocks work correctly.
c8d0cf5c
CD
28452
28453 * org.el (org-edit-src-nindent): New variable.
28454 (org-edit-src-code, org-edit-fixed-width-region)
4d789d84
SM
28455 (org-edit-src-find-region-and-lang, org-edit-src-exit):
28456 Make editing indented blocks work correctly.
c8d0cf5c
CD
28457
284582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28459
4d789d84
SM
28460 * org-exp.el (org-export-replace-src-segments-and-examples):
28461 Find indented blocks.
c8d0cf5c
CD
28462 (org-export-format-source-code-or-example): Fix indentation of
28463 blocks.
28464 (org-export-remove-indentation): New function.
28465 (org-export-select-backend-specific-text): Allow backend-specific
28466 code to be indented.
28467 (org-export-mark-blockquote-verse-center): Allow markers to be
28468 indented.
28469
28470 * org.el (org-fontify-meta-lines): New function.
28471 (org-set-font-lock-defaults): Call the new fontification
28472 function.
28473
c4cc8b9a 28474 * org-faces.el (org-meta-line): New face.
8bdd66dc 28475 (org-block): New face.
c8d0cf5c
CD
28476
284772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28478
28479 * org.el (org-treat-insert-todo-heading-as-state-change)
4d789d84
SM
28480 (org-treat-S-cursor-todo-selection-as-state-change):
28481 New variables.
28482 (org-insert-todo-heading):
28483 Honor `org-treat-insert-todo-heading-as-state-change'.
28484 (org-shiftright, org-shiftleft):
28485 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
c8d0cf5c
CD
28486 (org-inhibit-logging): New variable.
28487
284882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28489
4d789d84
SM
28490 * org-agenda.el (org-remove-subtree-entries-from-agenda):
28491 Reduce range for marker position checking.
c8d0cf5c
CD
28492
28493 * org-latex.el (org-export-latex-first-lines): Fix bug when
28494 exporting a region.
28495
284962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28497
28498 * org-exp.el (org-export-push-to-kill-ring): Protect using
28499 x-set-selection, because that does not always work.
28500
28501 * org-agenda.el (org-agenda-list): Apply the new face
28502 `org-agenda-date-today'.
28503
28504 * org-faces.el (org-agenda-date-today): New face.
28505
285062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28507
28508 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
28509 creating appointments.
28510
28511 * org-latex.el (org-export-latex-low-levels): Fix customization
28512 type.
28513
4d789d84
SM
28514 * org.el (org-priority, org-shiftup, org-shiftdown):
28515 Disable priority commands.
c8d0cf5c
CD
28516
28517 * org-agenda.el (org-agenda-priority): Disable priority commands.
28518
28519 * org.el (org-enable-priority-commands): New option.
28520
c8d0cf5c
CD
28521 * org-colview.el (org-columns-compute)
28522 (org-columns-number-to-string): Fix problems with empty fields.
28523
28524 * org-exp.el (org-export-push-to-kill-ring): New function.
28525 (org-export-copy-to-kill-ring): New option.
28526
4d789d84
SM
28527 * org-latex.el (org-export-as-latex):
28528 Call `org-export-push-to-kill-ring'.
c8d0cf5c 28529
4d789d84
SM
28530 * org-exp.el (org-export-show-temporary-export-buffer):
28531 New option.
c8d0cf5c 28532
4d789d84
SM
28533 * org-latex.el (org-export-as-latex):
28534 Use `org-export-show-temporary-export-buffer'.
c8d0cf5c 28535
4d789d84
SM
28536 * org-exp.el (org-export-show-temporary-export-buffer):
28537 New option.
c8d0cf5c
CD
28538 (org-export-push-to-kill-ring): New function.
28539
28540 * org-colview.el (org-columns-compile-map): New variable.
28541 (org-columns-new, org-columns-compute)
28542 (org-columns-number-to-string, org-columns-uncompile-format)
28543 (org-columns-compile-format): Implement new operators.
28544
285452009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28546
28547 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
28548
28549 * org-list.el (org-update-checkbox-count): Make property
28550 dependent.
28551
28552 * org.el (org-hierarchical-todo-statistics): New option.
3e344045 28553 (org-update-parent-todo-statistics): Modify to handle recursive
c8d0cf5c
CD
28554 statistics.
28555
285562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28557
28558 * org-publish.el (org-publish): Make this function behave
28559 correctly in interactive use when called with a prefix argument.
28560
28561 * org.el (org-todo-statistics-hook): New hook.
28562 (org-update-parent-todo-statistics): Use new hook.
28563 (org-log-into-drawer): New function.
28564 (org-add-log-setup): Use the new `org-log-into-drawer' function to
28565 determine if we should be logging into a drawer.
28566 (org-log-into-drawer): Update docstring.
28567 (org-default-properties): Add LOG_INTO_DRAWER as a property.
28568
28569 * org-list.el (org-checkbox-statistics-hook): New hook.
28570 (org-update-checkbox-count-maybe): Use new hook.
28571
285722009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28573
28574 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
fe7a3057 28575 better buffer-generating mechanism.
c8d0cf5c
CD
28576 (org-edit-src-find-buffer): New function.
28577
28578 * org-icalendar.el (org-print-icalendar-entries): Don't check for
28579 archive tag, this is already done by `org-agenda-skip'.
28580 data while constructing lost of tags.
28581
285822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28583
28584 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
28585 as argument separator in macros.
28586
285872009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28588
28589 * org.el (org-after-sorting-entries-or-items-hook): New hook.
28590 (org-sort-entries-or-items): Run the new hook.
28591 (org-after-refile-insert-hook): New hook.
28592 (org-refile): Run `org-after-refile-insert-hook'.
28593
28594 * org-agenda.el (org-agenda-get-progress): Never take time of day
28595 from headline when displaying progress.
28596
28597 * org-latex.el (org-export-latex-complex-heading-re): New variable.
28598 (org-export-as-latex): Force the correct regexp in the
28599 preprocessor buffer.
4d789d84
SM
28600 (org-export-latex-set-initial-vars):
28601 Set `org-export-latex-complex-heading-re'.
c8d0cf5c
CD
28602
28603 * org-agenda.el (org-agenda-start-with-log-mode): New option.
28604 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
28605
286062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28607
28608 * org-latex.el (org-export-latex-tables-centered): New option.
28609 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
28610
28611 * org-exp.el (org-export-as-org): New command.
28612 (org-export-as-org): New command.
28613
28614 * org-publish.el (org-publish-org-to-org): New function.
28615
286162009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28617
28618 * org.el (org-yank): Just call `org-yank-generic'.
28619 (org-yank-generic): New function, containing the formaer
28620 functionality of `org-yank'.
28621
28622 * org-latex.el (org-export-latex-not-done-keywords)
28623 (org-export-latex-done-keywords): New variables.
28624 (org-export-latex-todo-keyword-markup): New option.
28625 (org-export-latex-set-initial-vars): Remember the TODO keywords.
28626 (org-export-latex-keywords-maybe): Apply the TODO markup.
28627
286282009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28629
28630 * org-exp.el (org-infile-export-plist): Add more default macros.
28631 (org-export-preprocess-apply-macros): Process macro arguments.
28632
286332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28634
a628ad9d 28635 * org-icalendar.el (org-icalendar-include-todo): New allowed value
c8d0cf5c
CD
28636 `unblocked'.
28637 (org-print-icalendar-entries): Respect the new value of
28638 `org-icalendar-include-todo'.
28639
28640 * org.el (org-link-try-special-completion)
28641 (org-file-complete-link): New functions.
28642 (org-insert-link): Add special completion support for some link
28643 types.
28644
28645 * org-bbdb.el (org-bbdb-complete-link): New function.
28646
286472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28648
28649 * org-list.el (org-update-checkbox-count): Allow recursive
28650 statistics.
28651 (org-hierarchical-checkbox-statistics): New option.
28652
28653 * org.el (org-cycle): Remove erraneous space character.
28654
28655 * org-icalendar.el (org-icalendar-timezone): Initialize from
28656 environment.
28657
286582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28659
28660 * org.el (org-autoload): Fix autoloading of ascii export
28661 functions.
28662 (org-modules): Add org-special-blocks.
28663
286642009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28665
28666 * org-icalendar.el (org-start-icalendar-file): Use the new option.
28667 (org-ical-timezone): New option.
28668
28669 * org-exp.el (org-export-get-coderef-format): Use the description
28670 is present.
28671
28672 * org.el (org-sort-entries-or-items): Improve docstring, and make
28673 better implementation for time sorting.
28674
286752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28676
28677 * org.el (org-edit-src-persistent-message): New option.
28678 (org-edit-src-code, org-edit-fixed-width-region): Use the new
28679 option.
28680
28681 * org-clock.el (org-clock-insert-selection-line): Fix prefious
28682 patch.
28683
4d789d84
SM
28684 * org.el (org-edit-src-code, org-edit-fixed-width-region):
28685 Use separate buffer instead of indirect buffer to edit source code.
c8d0cf5c
CD
28686 (org-edit-src-exit): Make this function work with the new setup.
28687
28688 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
28689 are properly fontified before shown in the selection menu.
28690
28691 * org.el (org-fontify-like-in-org-mode): New function.
28692
28693 * org-latex.el (org-export-latex-links): Use the property list to
28694 retrieve the default image attributes.
28695
28696 * org-exp.el (org-export-plist-vars): Add a new option.
28697
286982009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28699
28700 * org-exp.el (org-export, org-export-visible): Support ASCII
c4cc8b9a 28701 export to buffer.
c8d0cf5c
CD
28702 (org-export-normalize-links): Do not protect the description if it
28703 is explicitly given.
28704
3e344045 28705 * org-list.el (org-reset-checkbox-state-subtree): Move here from
c8d0cf5c 28706 org-checklist.el.
4d789d84
SM
28707 (org-reset-checkbox-state-subtree):
28708 Call `org-reset-checkbox-state-subtree'.
c8d0cf5c
CD
28709
28710 * org-remember.el (org-select-remember-template): For the
28711 selection of a valid template.
28712
28713 * org-latex.el (org-export-region-as-latex): Supply the
28714 force-no-subtree argument.
28715 (org-export-as-latex): Provide better limits when exporting the
28716 first line. When exporting to string, we still want the first
28717 lines.
28718 (org-export-latex-first-lines): New argument END, to force the end
28719 of the region.
28720 (org-export-region-as-latex): Use the property list.
01c35094 28721 (org-export-as-latex): ????
c8d0cf5c 28722
c8d0cf5c
CD
287232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28724
28725 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
28726 (org-export-latex-preprocess): Run the new hook.
28727
28728 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
28729 (org-export-preprocess-string): Run the new hook.
28730
287312009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28732
28733 * org-macs.el (org-check-external-command): New defsubst.
28734
28735 * org.el (org-mode-map): New key for reload.
28736 (org-format-latex): Better error message when external programs
28737 are not available.
28738
28739 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
28740
28741 * org.el (org-sort-entries-or-items): Explicit sorting function
28742 for priorities, needed for XEmacs compatibility.
28743
28744 * org-remember.el (org-remember-apply-template): Improve auto-save
28745 behavior.
28746
287472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28748
28749 * org-latex.el (org-export-latex-preprocess): Also protect
28750 environments ending in a star.
28751
28752 * org-list.el (org-at-item-p): Fix regular expression.
28753
287542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28755
28756 * org.el (org-end-of-subtree): Improve speed.
28757
28758 * org-agenda.el (org-agenda-get-timestamps)
28759 (org-agenda-get-progress, org-agenda-get-deadlines)
28760 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
28761 in particular, wait as long as possible to collect the tags.
28762 (org-stuck-projects): Improve docstring.
28763
28764 * org.el (org-store-link): No errors when getting custom id before
28765 first headline.
28766 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
28767
287682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28769
28770 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
28771
28772 * org-protocol.el: Remove dependency on url.el.
4d789d84
SM
28773 (org-protocol-unhex-compound, org-protocol-open-source):
28774 Remove dependency on url.el.
c8d0cf5c 28775
4d789d84
SM
28776 * org-latex.el (org-export-as-pdf):
28777 Use `org-latex-to-pdf-process'.
c8d0cf5c
CD
28778
287792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28780
28781 * org-latex.el (org-latex-to-pdf-process): New option.
28782
28783 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
28784 New option.
4d789d84
SM
28785 (org-agenda-get-timestamps):
28786 Honor `org-agenda-skip-additional-timestamps-same-entry'.
c8d0cf5c
CD
28787
28788 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
28789 (org-clock-goto): Find recent task only if
28790 `org-clock-goto-may-find-recent-task' allows it.
28791
28792 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
28793 drawers, and drawers that are missing the :END: line.
28794
287952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28796
28797 * org-clock.el (org-clock-goto): Go to recently clocked task if no
28798 clock is running.
28799
288002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28801
28802 * org.el (org-update-parent-todo-statistics): Check for
28803 STATISTICS_FROM property.
28804
28805 * org-list.el (org-update-checkbox-count): Check for
28806 STATISTICS_FROM property.
28807
28808 * org.el (org-tab-first-hook)
28809 (org-tab-after-check-for-table-hook)
28810 (org-tab-after-check-for-cycling-hook): New hooks.
4d789d84
SM
28811 (org-cycle-internal-global, org-cycle-internal-local):
28812 New functions, split out from `org-cycle'.
c8d0cf5c
CD
28813 (org-cycle): Call the new hooks.
28814
288152009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28816
28817 * org-exp.el (org-export-preprocess-string): Reset the list of
28818 preferred targets for each run of the preprocessor.
28819
4d789d84
SM
28820 * org.el (org-refile-target-verify-function):
28821 Improve documentation.
c8d0cf5c
CD
28822 (org-get-refile-targets): Respect point being moved by the
28823 verification function.
28824
4d789d84
SM
28825 * org-latex.el (org-export-latex-timestamp-keyword-markup):
28826 New option.
c8d0cf5c
CD
28827 (org-export-latex-keywords): Use new option.
28828
28829 * org.el (org-rear-nonsticky-at): New defsubst.
28830 (org-activate-plain-links, org-activate-angle-links)
28831 (org-activate-footnote-links, org-activate-bracket-links)
28832 (org-activate-dates, org-activate-target-links)
28833 (org-activate-tags): Place the rear-nonsticky properties at the
28834 correct location.
28835
288362009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28837
28838 * org-protocol.el (server-edit): Declare `server-edit'.
4d789d84
SM
28839 (org-protocol-unhex-string, org-protocol-unhex-compound):
28840 New functions.
c8d0cf5c
CD
28841 (org-protocol-check-filename-for-protocol): Call `server-edit'.
28842
28843 * org.el (org-default-properties): New default properteis for
28844 completion.
28845
28846 * org-exp.el (org-export-add-subtree-options): Add new properties
28847 for subtree export.
28848
288492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28850
28851 * org-id.el (org-id-get-with-outline-path-completion): Turn off
28852 org-refile-target-verify-function for the duration of the command.
28853
28854 * org.el (org-link-to-org-use-id): New possible value
28855 `create-if-interactive-and-no-custom-id'.
28856 (org-store-link): Use custom IDs.
28857 (org-link-search): Find custom ID properties from #link.
28858 (org-default-properties): Add CUSTOM_ID for property completion.
28859 (org-refile-target-verify-function): New option.
28860 (org-goto): Turn off org-refile-target-verify-function
28861 for the duration of the command.
28862
288632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28864
28865 * org-exp.el (org-export-preferred-target-alist): New variable.
28866 (org-export-define-heading-targets): Find the new CUSTOM_ID
28867 property.
28868 (org-export-target-internal-links): Target the custom ids when
28869 possible.
28870
28871 * org-latex.el (org-export-latex-preprocess): Better regexp for
28872 matching latex macros with arguments.
28873
288742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28875
28876 * org-remember.el (org-remember-handler): Allow filing to non-org
28877 files.
28878
8bdd66dc 288792009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
c8d0cf5c
CD
28880
28881 * org-table.el (org-table-fix-formulas): Do not change references
28882 to remote tables.
28883 (org-table-get-remote-range): Convert standard coordinates to RC
28884 format.
28885
28886 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
28887
288882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28889
28890 * org-compat.el (org-sha1-string): Function removed.
28891
28892 * org.el (org-refile-allow-creating-parent-nodes): New option.
28893 (org-refile-get-location): New argument NEW-NODES.
28894 (org-refile): Call `org-refile-get-location' with the new
28895 argument.
28896 (org-refile-get-location): Arrange for adding a new child.
28897 (org-refile-new-child): New function.
28898
28899 * org-clock.el: Fix a number of docstrings.
28900 (org-clock-find-position): New argument
28901 FIND-UNCLOSED to make the function find an unclosed clock in the
28902 entry.
28903 (org-clock-in): Call `org-clock-find-position' with the new
28904 argument if we might be resuming a clock.
28905
289062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28907
28908 * org-latex.el (org-export-latex-display-custom-times): New variable.
28909 (org-export-latex-timestamp-markup): New option.
28910 (org-export-latex-set-initial-vars): Remember the local value of
28911 `org-display-custom-times'.
28912 (org-export-latex-content): Process time stamps.
28913 (org-export-latex-time-stamps): New function.
28914
28915 * org-macs.el (org-maybe-intangible): Add intangible property
28916 again to invisible text.
28917
289182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28919
28920 * org-exp.el (org-default-export-plist): Handle undefined
28921 variables.
28922
289232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28924
53964682 28925 * org.el (org-sort-entries-or-items): Match TODO keywords
c8d0cf5c
CD
28926 case-sensitively, when sorting.
28927 (org-priority): Do not match TODO keywords with wrong case.
28928
289292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28930
28931 * org.el (org-todo): Honor the NOBLOCKING property.
28932
28933 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
28934 NOBLOCKING property.
28935
8bdd66dc 28936 * org.el (org-scan-tags): Fix bug in tag scanner.
c8d0cf5c
CD
28937
289382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28939
28940 * org.el (org-modules): Mark obsolete packages.
28941
28942 * org-html.el: New file, split out from org-exp.el.
28943
28944 * org-icalendar.el: New file, split out from org-exp.el.
28945
28946 * org-xoxo.el: New file, split out from org-exp.el.
28947
28948 * org-ascii.el: New file, split out from org-exp.el.
28949
289502009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28951
28952 * org-compat.el (org-find-library-name): New function.
28953
28954 * org.el (org-pre-cycle-hook): New hook.
28955 (org-cycle): Call the new hook in appropriate places.
28956 (org-reload): Only reload files that have been loaded before.
28957
289582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28959
28960 * org.el (org-set-font-lock-defaults): Enforxe space or line end
28961 after todo keyword.
28962 (org-todo): When changing TODO state, do matching
28963 case-sensitively.
28964 (org-map-continue-from): New variable.
28965 (org-scan-tags): Respect values in `org-map-continue-from'.
28966 (org-reload): Make XEmacs compatible.
28967
289682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28969
28970 * org-protocol.el (org-protocol-flatten-greedy): New function.
28971 (org-protocol-flatten): New function.
28972
28973 * org.el (org-open-link-from-string): Pass reference buffer to
28974 `org-open-at-point'.
28975 (org-open-at-point): New optional argument `reference-buffer'.
28976
289772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28978
28979 * org.el (org-scan-tags): Make tag scan find headline in first
28980 line, 2nd attempt.
28981 (org-get-refile-targets): Add the naked file name.
28982 (org-refile): Store as top-level entry when only file name was
28983 given.
28984
28985 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
28986
28987 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3e344045 28988 Rename from org-block-todo-from-children-or-siblings, and
c8d0cf5c
CD
28989 enhanced to look for the parent's status as well.
28990
28991 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
28992 (org-agenda-get-progress): Add first notes line to log entry if so
28993 desired.
28994
289952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
28996
28997 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
28998 (org-agenda-cleanup-fancy-diary): Call the new hook.
28999
29000 * org-remember.el (org-remember-apply-template): Take the default
29001 for the annotation from the :annotation property.
29002
29003 * org-mac-message.el (org-mac-message-get-link): Remove the
29004 quotes.
29005 (org-mac-message-get-link): Return the result.
29006
290072009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29008
29009 * org.el (org-refile-get-location): Add file name only if not
29010 already included in outline path.
29011
29012 * org-faces.el (org-n-level-faces): Fix customization type from
29013 number to integer.
29014
29015 * org-exp.el (org-export-headline-levels): Fix customization type
29016 from number to integer.
29017
29018 * org-agenda.el (org-agenda-confirm-kill)
29019 (org-agenda-custom-commands-local-options)
29020 (org-timeline-show-empty-dates, org-agenda-ndays)
4d789d84
SM
29021 (org-agenda-start-on-weekday, org-scheduled-past-days):
29022 Fix customization type from number to integer.
c8d0cf5c
CD
29023
290242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29025
29026 * org-protocol.el: Declare some functions.
29027
4d789d84
SM
29028 * org-agenda.el (org-agenda-compare-effort):
29029 Honor `org-sort-agenda-noeffort-is-high'.
c8d0cf5c
CD
29030 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
29031 (org-agenda-compare-effort): Implement the "?" operator for
29032 finding entries without effort setting.
29033
29034 * org.el (org-extract-attributes-from-string): New function.
29035
29036 * org-exp.el (org-export-splice-attributes): New function.
29037
23f6720e 290382009-08-06 Bastien Guerry <bzg@gnu.org>
646bcdd7
GM
29039 Daniel M German <dmg@uvic.org>
29040 Sebastian Rose <sebastian_rose@gmx.de>
29041 Ross Patterson <me@rpatterson.net>
29042
29043 * org-protocol.el: New file.
29044
290452009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
29046
29047 * org-docbook.el: New file.
29048
c8d0cf5c
CD
290492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29050
646bcdd7 29051 * org-mouse.el: XEmacs compatibility fixes.
c8d0cf5c 29052
c4cc8b9a 29053 * org.el (org-modules): Add org-inlinetasks.el.
c8d0cf5c
CD
29054 (org-cycle): Implement limiting level on cycling.
29055 (org-move-subtree-down): Fix bug with swapping subtrees at end of
29056 buffer.
29057
29058 * org-inlinetask.el: New file.
29059
c8d0cf5c
CD
29060 * org.el (org-emphasis-regexp-components): Allow braces in
29061 emphasis pre and post match.
29062
a628ad9d 29063 * org-footnote.el (org-footnote-normalize): When only sorting, do
c8d0cf5c
CD
29064 not insert inline notes at the end.
29065
29066 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
29067
c8d0cf5c
CD
290682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29069
29070 * org.el (org-reftex-citation): New command.
29071
290722009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29073
29074 * org-agenda.el (org-agenda-cmp-user-defined): New option.
29075 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
29076 sorting options.
29077 (org-entries-lessp): Apply the new sorting option.
29078
29079 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
29080 blocker code, when an older sibling has children.
29081
29082 * org-mac-message.el (org-mac-message-get-link): Improve getting
29083 links from multiple selected messages.
29084
290852009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29086
29087 * org-remember.el (org-remember-finalize): Do not set buffer file
29088 name to nil.
29089 (org-remember-handler): Mark buffer as unmodified.
29090 (org-remember-handler): Delete backup file and show message about
29091 remaining backup files.
29092 (org-remember-auto-remove-backup-files): New option.
29093
29094 * org.el (org-store-link): Use buffer name as link description in
29095 w3-mode buffers.
29096 (org-ido-switchb): Fix argument bug for completion.
29097
29098 * org-remember.el (org-remember-apply-template): Set local
29099 variable `auto-save-visited-file-name' instead of global one.
29100
291012009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29102
29103 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
29104 (org-agenda-get-todos): Mark file tags as inherited.
29105 (org-agenda-list): Always search diary lines for a time.
29106
291072009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29108
29109 * org-feed.el: New file.
29110
29111 * org-exp.el (org-export-as-html): Close local lists depending on
29112 indentation, also when starting a table.
29113
29114 * org-remember.el (org-remember-backup-directory)
29115 (org-remember-backup-name): New internal variable.
29116
291172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29118
29119 * org-clock.el (org-clock-out-if-current): Make buffer detection
29120 work in indirect buffers as well.
29121
29122 * org.el (org-emphasis-regexp-components): Add the exxclamation
29123 mark to the post-emphasis characters.
29124
291252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29126
29127 * org.el (org-read-date-minibiffer-septup-hook): New hook.
29128 (org-read-date): Run the new hook.
29129
29130 * org-mac-message.el (org-mac-flagged-mail): New group.
29131 (org-mac-mail-account): New variable.
4d789d84
SM
29132 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
29133 New commands.
c8d0cf5c
CD
29134
29135 * org-remember.el (org-remember-backup-directory): New variable.
29136 (org-remember-apply-template): Write file to backup directory.
29137
291382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29139
29140 * org-mouse.el (org-mouse-todo-menu): New function.
29141 (org-mouse-todo-keywords): Function removed.
29142 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
29143
29144 * org-table.el (org-table-beginning-of-field)
c4cc8b9a 29145 (org-table-end-of-field): New commands.
4d789d84
SM
29146 (org-table-previous-field, org-table-beginning-of-field):
29147 Better error messages.
c8d0cf5c
CD
29148 (orgtbl-setup): Include `M-a' and `M-e'.
29149
4d789d84
SM
29150 * org.el (org-backward-sentence, org-forward-sentence):
29151 New commands.
c8d0cf5c 29152
4d789d84
SM
29153 * org-colview.el (org-colview-initial-truncate-line-value):
29154 New variable.
c8d0cf5c
CD
29155 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
29156 (org-columns): Remember the value of `truncate-lines'.
29157
c8d0cf5c
CD
29158 * org.el (org-columns-skip-arrchived-trees): New option.
29159
29160 * org-agenda.el (org-agenda-export-html-style): Define color for
29161 org-agenda-done face.
29162 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
29163 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
29164
29165 * org.el (org-scan-tags): Use the new face.
29166
29167 * org-faces.el (org-agenda-done): New face.
29168
29169 * org.el (org-scan-tags): Test the value org
29170 `org-tags-match-list-sublevels'.
29171 (org-tags-match-list-sublevels): New allowed value: indented.
29172
29173 * org-latex.el (org-export-latex-make-header): Apply macros
29174 in header.
29175
29176 * org-exp.el (org-export-apply-macros-in-string): New function.
29177
29178 * org-latex.el (org-export-latex-list-parameters): Fix bug
29179 with the definition of a checked box.
29180
29181 * org-clock.el (org-clock-find-position): Fix drawer indentations.
29182
29183 * org-latex.el (org-export-latex-low-levels): More options
29184 for how to process lower levels in LaTeX.
29185 (org-export-latex-subcontent): Better treatment for lists as a
29186 means of publishing lower levels.
29187
291882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29189
29190 * org.el (org-set-font-lock-defaults): Use new checkbox face.
29191
29192 * org-faces.el (org-checkbox): New face.
29193
29194 * org-exp.el (org-export-html-preprocess): Only create LaTeX
29195 fragement images if there is an export file.
29196
291972009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29198
29199 * org-agenda.el (org-stuck-projects): Document that the subtree of
29200 projects that are not stuck will now be searched for stuck
29201 sub-projects.
29202 (org-agenda-skip-entry-when-regexp-matches)
29203 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4d789d84
SM
29204 (org-agenda-list-stuck-projects):
29205 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
c8d0cf5c 29206
4d789d84
SM
29207 * org-latex.el (org-export-latex-preprocess):
29208 Improve export of verses.
c8d0cf5c
CD
29209
29210 * org-exp.el (org-export-as-html): Implement centering as a div
29211 rather than a paragraph. Do a better job with line-end in verse
29212 environments.
29213
292142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29215
29216 * org.el (org-open-at-point): Fix tags searches by mouse click.
29217
292182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29219
29220 * org-latex.el (org-export-latex-preprocess): Implement the
29221 centering markup.
29222
4d789d84
SM
29223 * org-exp.el (org-export-mark-blockquote-verse-center):
29224 Rename from `org-export-mark-blockquote-and-verse'.
c8d0cf5c
CD
29225 (org-export-as-html): Implement the centering markup.
29226
29227 * org-latex.el (org-export-latex-tables): Fix vertical
29228 lines in tables.
29229
292302009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29231
29232 * org.el (org-read-date-history): New variable.
29233 (org-read-date): Use new history variable.
29234 (org-toggle-heading): Fix bug when used before first headline.
29235 (org-store-log-note): Remove drawer if empty while note is
29236 aborted.
29237 (org-remove-empty-drawer-at): New function.
29238 (org-check-after-date): New command.
29239 (org-sparse-tree): New sparse tree command "a".
29240
29241 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
29242
23f6720e 292432009-08-06 Bastien Guerry <bzg@gnu.org>
c8d0cf5c
CD
29244
29245 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
29246 column and a space, not only a column.
29247
292482009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29249
4d789d84
SM
29250 * org-latex.el (org-export-latex-emphasis-alist):
29251 Better defaults for verbose emphasis.
c8d0cf5c
CD
29252 (org-export-latex-emph-format): New function.
29253 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
29254
29255 * org-agenda.el (org-agenda-menu): Add new commands to menu.
29256 (org-agenda-do-date-later, org-agenda-do-date-earlier)
29257 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4d789d84
SM
29258 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
29259 New commands.
c8d0cf5c
CD
29260
29261 * org.el (org-timestamp-change): Move end-time along with start
29262 time.
29263
292642009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29265
29266 * org-exp.el (org-export-target-internal-links)
29267 (org-export-as-html): Protect links specified as #name.
29268
292692009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29270
29271 * org.el (org-clone-subtree-with-time-shift): New command.
29272
29273 * org-latex.el (org-export-latex-special-chars)
29274 (org-export-latex-treat-sub-super-char): Fix subscript export.
29275
29276 * org-exp.el (org-create-multibrace-regexp): Do not add
29277 backslashes to the class.
29278
292792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29280
29281 * org-colview.el (org-columns-map): Better functions for moving up
29282 and down a row, even if `truncate-line' is nil.
29283
29284 * org.el (org-insert-todo-heading): Make sure the keyword is
29285 inserted at the correct position.
29286
29287 * org-publish.el (org-publish-project-alist)
29288 (org-publish-projects, org-publish-org-index): Change default anme
29289 for the index of file names to "sitemap.org".
29290
4d789d84
SM
29291 * org-latex.el (org-export-latex-tables):
29292 Use `org-split-string', for Emacs 21 compatibility.
c8d0cf5c
CD
29293
292942009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29295
29296 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
29297
292982009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29299
29300 * org-exp.el (org-export-page-description)
29301 (org-export-page-keywords): New variables.
29302 (org-export-plist-vars): Add entries for :keywords and
29303 :description.
29304 (org-infile-export-plist): Parse for new keywords.
c4cc8b9a 29305 (org-get-current-options): Add new keywords.
c8d0cf5c
CD
29306 (org-export-as-html): Publish description and keywords.
29307
4d789d84
SM
29308 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
29309 New option.
29310 (org-agenda-add-entry-text):
29311 Honor `org-agenda-add-entry-text-descriptive-links'.
c8d0cf5c
CD
29312
29313 * org-latex.el (org-export-latex-preprocess): Make all
29314 external preprocess functions use a PARAMETER arg.
29315
29316 * org-exp.el (org-export-preprocess-string)
29317 (org-export-select-backend-specific-text)
29318 (org-export-format-source-code-or-example)
29319 (org-format-org-table-html): Support docbook export.
29320 (org-export-preprocess-string): Make all external preprocess
29321 functions use a PARAMETER arg.
29322
293232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29324
29325 * org-exp.el (org-export-html-style-include-scripts): New option.
29326 (org-export-plist-vars): Add new option
29327 `org-export-html-style-include-scripts'.
29328 (org-export-as-html): Honor new option
29329 `org-export-html-style-include-scripts'.
4d789d84
SM
29330 (org-export-html-scripts, org-export-html-style-default):
29331 Fix xml issues with the Safari browser.
c8d0cf5c
CD
29332
293332009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29334
29335 * org-publish.el (org-publish-attachment): Only copy file when the
29336 directories differ.
29337
293382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29339
29340 * org-clock.el (org-clocktable-steps): Use inactive time stamps
29341 for clocktable steps.
29342
29343 * org.el (org-additional-option-like-keywords): Add two more
29344 keywords.
29345
293462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29347
4d789d84
SM
29348 * org-exp.el (org-export-format-source-code-or-example):
29349 Mark temporary buffer unmodified, so that it will be killed even if
c8d0cf5c
CD
29350 mode like message mode has decided to assign a file name.
29351
29352 * org.el (org-scan-tags): Improve tag inheritance.
29353 (org-scan-tags, org-make-tags-matcher): Make tag comparison
29354 case-sensitive.
29355 (org-scan-tags): Use the internal tags list instead of creating it
29356 from scratch.
29357 (org-trust-scanner-tags, org-scanner-tags): New variables.
29358 (org-scan-tags): Set `org-scanner-tags'.
29359 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
29360 (org-map-entries): Document the possible speedup using scanner
29361 tags.
29362
293632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29364
29365 * org.el (org-add-planning-info): Fix bug with looking for keyword
29366 only at column 0.
29367
4d789d84
SM
29368 * org-agenda.el (org-agenda-custom-commands-local-options):
29369 Add option for tags filter preset.
c8d0cf5c
CD
29370 (org-prepare-agenda): Store filter preset as a property on the
29371 filter variable.
29372 (org-finalize-agenda): Call the filter, if there is a preset.
29373 (org-agenda-filter-by-tag): Filter again after clearing the
29374 filter, when there still is a preset.
29375 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
29376 Include the preset filter.
29377 (org-agenda-redo): Apply the filter again, also the preset filter.
29378
29379 * org-exp.el (org-export-as-html): Use IDs in the correct way.
29380
cd1181db 29381 * org.el (org-uuidgen-p): New function.
c8d0cf5c
CD
29382
29383 * org-agenda.el (org-agenda-fontify-priorities): New default value
29384 `cookies'.
3e344045 29385 (org-agenda-fontify-priorities): Rename from
c8d0cf5c
CD
29386 org-fontify-priorities.
29387
4d789d84
SM
29388 * org.el (org-set-font-lock-defaults):
29389 Call `org-font-lock-add-priority-faces'.
c8d0cf5c
CD
29390 (org-font-lock-add-priority-faces): New function.
29391
04e65fdb 29392 * org-faces.el (org-set-tag-faces): New option.
c8d0cf5c
CD
29393 (org-priority-faces): New variable.
29394
29395 * org-exp.el (org-export-as-html): Add a "content" div around the
29396 entire content of the body tag.
29397 (org-export-html-get-bibliography): New function.
29398 (org-export-html-validation-link): New variable.
29399 (org-export-as-html): Add validation link to exported page.
29400
3e344045 29401 * org.el (org-match-sparse-tree): Rename from
c8d0cf5c
CD
29402 `org-tags-sparse-tree'.
29403 (org-tags-sparse-tree): New alias.
29404
294052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29406
29407 * org.el (org-get-valid-level): Catch the case where the level
29408 change is nil.
29409
29410 * org-clock.el (org-clock-find-position): Better indentation of
29411 new clock drawers.
29412
294132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29414
29415 * org-agenda.el (org-agenda-quit): Delete window only when the
29416 frame-setup was not `current-window'.
29417
29418 * org.el (org-tag-persistent-alist): New option.
29419 (org-startup-options): Add keyword `noptag'.
29420 (org-fast-todo-selection): Handle :newline correctly.
29421 (org-set-tags): Handle :newline correctly.
29422 (org-fast-tag-selection): Handle :newline correctly.
29423
294242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29425
29426 * org-exp.el (org-export-as-ascii): Reverse link buffer before
29427 outputting it.
29428 (org-export-ascii-push-links): Fix bug with pussing links into the
29429 export buffer.
29430
294312009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29432
29433 * org-archive.el (org-archive-subtree): Do not add 1 to level if
29434 pasting at top level.
29435
29436 * org-bbdb.el: Improve documentation.
29437
294382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29439
29440 * org-list.el (org-insert-item): Only consider insert empty lines
29441 is `org-empty-line-terminates-plain-lists' is not nil.
29442
29443 * org.el (org-blank-before-new-entry): Mention the dependence on
29444 `org-empty-line-terminates-plain-lists' in the docstring.
29445
4d789d84
SM
29446 * org-publish.el (org-publish-get-project-from-filename):
29447 New optional argument UP. Only find the top project if UP is set.
c8d0cf5c
CD
29448 (org-publish-current-project): Find the top encloding project.
29449
29450 * org-agenda.el (org-agenda-before-write-hook)
29451 (org-agenda-add-entry-text-maxlines): New options.
29452 (org-write-agenda): Run the new hook in the temporary buffer.
29453 (org-agenda-add-entry-text): New function.
29454 (org-write-agenda): Implement PDF export, using ps2pdf.
29455
29456 * org.el (org-global-properties-fixed, org-global-properties):
29457 Improve documentation string.
29458
29459 * org-exp.el (org-export-ascii-links-to-notes): New option.
29460 (org-export-as-ascii): Handle links better.
4d789d84
SM
29461 (org-export-ascii-wrap, org-export-ascii-push-links):
29462 New functions.
c8d0cf5c
CD
29463
294642009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29465
29466 * org-agenda.el (org-agenda): Make prefix arg optional.
29467 (org-agenda-search-headline-for-time): New option.
4d789d84
SM
29468 (org-format-agenda-item):
29469 Honor `org-agenda-search-headline-for-time'.
c8d0cf5c
CD
29470
29471 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
29472 characters.
29473
29474 * org.el (org-self-insert-cluster-for-undo): New option.
29475 (org-self-insert-command): Cluster undo for 20 characters.
29476 (org-self-insert-command-undo-counter): New variable.
29477
294782009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29479
29480 * org-exp.el (org-export-as-html): Fix problem with closing colone
29481 example.
29482
294832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29484
29485 * org-latex.el (org-export-as-latex)
29486 (org-export-latex-first-lines): Avoid modification flag when
29487 adding or removing text properties.
29488 (org-export-latex-fontify): Catch error when org-emph-alist has
29489 entries that are not defined for LaTeX export.
29490
a628ad9d 29491 * org-export-latex.el: Rename to org-latex.el.
c8d0cf5c 29492
a628ad9d 29493 * org-latex.el: Rename from org-export-latex.el.
c8d0cf5c
CD
29494
29495 * org.el (orgstruct++-mode): New function.
29496 (turn-on-orgstruct++): Call `orgstruct++-mode'.
29497 (org-context-p): Allow detecting item context after the first line
29498 of an item.
29499 (orgstruct-make-binding): Detect if item-body context should be
29500 seen.
29501 (orgstruct-is-++): New variable.
29502 (org-add-planning-info): Catch the case when there is no planning
29503 info yet and the call does not want to add anything, only maybe
29504 tries to remove something.
29505 (org-special-ctrl-a/e): All value to be a cons cell with separate
04e65fdb 29506 settings for `C-a' and `C-e'.
c8d0cf5c
CD
29507 (org-beginning-of-line, org-end-of-line): Honor separate values
29508 for `C-a' and `C-e'.
29509
295102009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29511
29512 * org.el (org-reload): New command.
29513
a5a79894
TH
295142009-06-05 Tassilo Horn <tassilo@member.fsf.org>
29515
29516 * org-gnus.el (org-gnus-store-link): Fix bug where
29517 org-gnus-store-link used wrong subject when called in an article
29518 buffer. Patch provided by fengli AT gmail DOT com.
29519
1f82c9ed
GM
295202009-03-13 D. Goel <deego3@gmail.com>
29521
29522 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
29523 replace ls by (values-list ls).
29524
9148fdd0
CD
295252009-02-20 Carsten Dominik <dominik@science.uva.nl>
29526
29527 * org-remember.el (org-remember-apply-template): Turn off ido for
29528 this completion.
29529
29530 * org.el (org-priority): Also find invisible headings, for remote
29531 editing.
29532 (org-completing-read-no-ido): New function.
29533 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
29534
29535 * org-colview.el (org-columns-edit-value): No special treatment of
29536 prefix arg.
29537
7b96ff9a
CD
295382009-02-19 Carsten Dominik <dominik@science.uva.nl>
29539
4d789d84
SM
29540 * org.el (org-block-todo-from-children-or-siblings):
29541 Use `org-up-heading-all' so that this will work correctly with hidden
7b96ff9a
CD
29542 property drawers and entries.
29543 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
29544 falling back to normal, default command.
29545 (org-get-location): Temporarily turn off special behavior.
29546
41342c80
GM
295472009-02-13 Glenn Morris <rgm@gnu.org>
29548
29549 * org-rmail.el (rmail-show-message): Restore argument list to the
29550 declaration now that this functions behaves in Emacs 23 as in 22.
29551
576e334d
GM
295522009-02-12 Glenn Morris <rgm@gnu.org>
29553
29554 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
29555
295562009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
29557
29558 * org-footnote.el (org-footnote-action): Fix doc typo.
29559
0b91aef0
CD
295602009-02-06 Carsten Dominik <dominik@science.uva.nl>
29561
ee9d4ebe
CD
29562 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
29563 text before first headline.
7297ca6d
CD
29564 (org-export-remove-or-extract-drawers): Fix regular expression for
29565 extracting drawers.
ee9d4ebe 29566
0b91aef0
CD
29567 * org.el (org-format-latex): Stop LaTeX fragment processing in
29568 protected examples.
29569
c82c35fc
GM
295702009-02-05 Glenn Morris <rgm@gnu.org>
29571
29572 * org-rmail.el (rmail-show-message): Update declaration.
29573 (rmail-buffer, rmail-view-buffer): Declare.
29574 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
29575
cc6dbcb7
CD
295762009-02-04 Carsten Dominik <dominik@science.uva.nl>
29577
29578 * org.el (org-return-follows-link): Revert setting
29579 `org-return-follows-link' to t by default.
29580
20106e31
CD
295812009-02-02 Carsten Dominik <dominik@science.uva.nl>
29582
29583 * org.el (org-cycle-global-at-bob): Fix typo.
29584
29585 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
29586
5ace2fe5
CD
295872009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
29588
29589 * org.el (org-mode): Make dependence stuff work more reliably.
29590 (org-update-parent-todo-statistics): Fix bug with updating
29591 statistics cookie.
29592 (org-yank-adjusted-subtrees, org-return-follows-link)
29593 (org-use-fast-todo-selection, org-tags-column): New default
29594 setting for variables.
29595
29596 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
29597 ~ as verbatim delimiters, to avoid table bug.
29598 (org-export-latex-classes): Remove the a4paper option from the
29599 default styles.
29600
29601 * org-exp.el (org-export-html-format-image): New argument
29602 PAR-OPEN, to fix XHTM validation bug.
29603 (org-export-as-html): Pass par-open to
29604 `org-export-html-format-image'.
29605 (org-export-html-footnotes-section): Use a more consistent id for
29606 footnotes.
29607
29608 * org-agenda.el (org-agenda-sorting-strategy)
29609 (org-agenda-tags-column): New default setting for variables, based
29610 on a poll what typical uses use.
29611 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
29612 setting the blocked tag.
29613
72d06d81
CD
296142009-01-31 Carsten Dominik <dominik@science.uva.nl>
29615
29616 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
29617 only checking for blocks.
29618
8bdd66dc
JB
29619 * org-exp.el (org-export-html-footnotes-section): Make the div id
29620 consistent.
72d06d81 29621
4d789d84
SM
29622 * org-export-latex.el (org-export-latex-classes):
29623 Remove paper size option from LaTeX classes.
72d06d81 29624
6c817206
CD
296252009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
29626
29627 * org.el (org-enforce-todo-checkbox-dependencies): New option.
29628 (org-block-todo-from-checkboxes): New function.
ee7683eb 29629 (org-todo): Make triple prefix arg circumvent blocking.
6c817206 29630
6f3e2af6
GM
296312009-01-30 Glenn Morris <rgm@gnu.org>
29632
805b5d9c
GM
29633 * org-list.el (org-empty-line-terminates-plain-lists)
29634 (org-toggle-checkbox): Doc fixes.
29635
6f3e2af6
GM
29636 * org-table.el (org-table-clean-before-export): Fix declaration.
29637
a2a2e7fb
CD
296382009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
29639
29640 * org-timer.el (org-timer): Provide the timer feature.
29641
29642 * org.el (org-require-autoloaded-modules): Add a few more files to
29643 the list of autoloaded modules.
29644
29645 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
29646
29647 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
29648 drawers that are unprotected.
29649 (org-export-html-format-image): Make sure inlined LaTeX fragment
29650 images remain inlined.
29651
29652 * org.el (org-toggle-ordered-property): New function.
29653 (org-mode-map): Add a key for `org-toggle-ordered-property'.
29654 (org-org-menu): Add menu entries for TODO dependencies.
29655
29656 * org.el (org-default-properties): Add ORDERED to the default
29657 properties, to get completion support for it.
29658
29659 * org-list.el (org-update-checkbox-count): Update more than one cookie.
29660
29661 * org.el (org-update-parent-todo-statistics): Update more than one
29662 cookie.
29663
d6685abc
CD
296642009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
29665
29666 * org-agenda.el (org-agenda-get-todos): Start search from correct
29667 position.
29668
29669 * org.el (org-fast-todo-selection): Make sure TODO selection does
29670 not change buffer position.
29671
29672 * org-list.el (org-toggle-checkbox): Implement adding or removing
29673 checkboxes from line or region when called with a prefix
29674 argument.
29675
29676 * org-rmail.el (org-rmail-store-link): Protect the call to
29677 `rmail-narrow-to-non-pruned-header'.
29678
29679 * org-clock.el (org-clock-special-range): Fix week display in
29680 clock tables.
29681
29682 * org-exp.el (org-get-current-options): Fix bug when in indirect
29683 buffer.
29684
29685 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
29686 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
29687 (org-agenda-dim-blocked-tasks): New function.
29688
29689 * org.el (org-enforce-todo-dependencies): New option.
29690 (org-block-todo-from-children-or-siblings): New function.
29691
29692 * org-faces.el (org-agenda-dimmed-todo-face): New face.
29693
65c439fd
CD
296942009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
29695
29696 * org.el (org-todo): Return correct state type even if the blocker
29697 throws an error.
3e344045 29698 (org-modifier-cursor-error): Rename from
65c439fd
CD
29699 `org-shiftcursor-error'.
29700 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
29701 (org-shiftmetadown): Call `org-modifier-cursor-error'.
29702
29703 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
29704 to get real errors from the blocker hook.
29705
4d789d84
SM
29706 * org.el (org-shiftselect-error, org-call-for-shift-select):
29707 New functions.
65c439fd
CD
29708 (org-set-visibility-according-to-property): Turn off the setting
29709 of `org-show-entry-below', to avoid overruling a FOLDED visibility
29710 property.
29711
29712 * org.el (org-support-shift-select): New option.
29713 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
29714 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
29715 selection outside contexts.
29716
29717 * org-list.el (org-at-item-bullet-p): New function.
29718
29719 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
29720 variables.
29721
29722 * org-footnote.el (org-footnote-normalize): Remove unnecessary
29723 variable.
4d789d84
SM
29724 (org-insert-footnote-reference-near-definition):
29725 Remove unnecessary let form.
65c439fd 29726
1e4f816a
CD
297272009-01-26 Carsten Dominik <dominik@science.uva.nl>
29728
4d789d84
SM
29729 * org-export-latex.el (org-export-as-latex):
29730 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
3c9ebe55
CD
29731 (org-export-latex-first-lines): New parameter OPT-PLIST.
29732
1e4f816a
CD
29733 * org.el (org-yank): Tell `delete-selection-mode' about
29734 `org-yank'.
29735
29736 * org-faces.el (org-clock-overlay): Fix face definition.
29737
4d789d84
SM
29738 * org-export-latex.el (org-export-latex-first-lines):
29739 Pass timestamp and footnote parameters to the preprocessor.
1e4f816a
CD
29740
29741 * org-exp.el (org-export-remove-timestamps): Do not remove time
29742 stamps inside tables.
29743
0bd48b37
CD
297442009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29745
29746 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
29747
4d789d84
SM
29748 * org.el (org-agenda-tags-todo-honor-ignore-options):
29749 Declare variable.
0bd48b37 29750
c5e87d10 29751 * org-table.el (org-table-insert-hline): Fix typo in function call
0bd48b37
CD
29752 to `backward-char'.
29753
29754 * org-exp.el (org-export-as-html): Remove the initial space from
29755 colon examples.
29756
4d789d84
SM
29757 * org.el (org-scan-tags):
29758 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37 29759
4d789d84
SM
29760 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
29761 New customization groups.
0bd48b37
CD
29762 (org-agenda-tags-todo-honor-ignore-options): New option.
29763 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
29764 New function.
4d789d84
SM
29765 (org-agenda-get-todos):
29766 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37
CD
29767
297682009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29769
4d789d84
SM
29770 * org-exp.el (org-export-format-source-code-or-example):
29771 Escape HTML characters also in examples that anre not treated with
0bd48b37
CD
29772 htmlize. Also, just switch to EXAMPLE processing if we do not
29773 have a good version of htmlize.
29774
29775 * org-rmail.el: Fix copyright notice.
29776
29777 * org.el (org-activate-footnote-links): Improve footnote link
29778 highlighting.
29779
29780 * org-footnote.el (org-footnote-normalize): Fix finding the end of
29781 a footnote definition at the end of the file.
29782
29783 * org-table.el (org-table-get-specials): Add an imagined hline at
29784 the end of the table. This can be useful for references that want
29785 to go to the end of the table. Also fix bug when computing last
29786 row constants, in tables that do not start right at the right
29787 margin.
29788 (org-table-eval-formula): Match and replace remove references.
29789 (org-table-formula-substitute-names): Make sure that names inside
29790 a "remote" call are left alone, the will be replaced later when
29791 the remote call is handled.
29792 (org-table-convert-refs-to-rc): Do not convert things that might
29793 look like a reference, but are really part of an ID or namei n a
29794 remote reference.
29795 (org-table-get-remote-range): New function.
29796
297972009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29798
29799 * org-faces.el (org-clock-overlay): Fix bug in face definition.
29800
29801 * org-clock.el (org-clock-put-overlay): Use new face instead of
29802 `secondary-selection'.
29803
29804 * org-faces.el (org-clock-overlay): New face.
29805
298062009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29807
29808 * org-exp.el (org-get-current-options): Include the option for
29809 publishing time stamps.
29810
3e344045 29811 * org.el (org-toggle-heading): Rename from
0bd48b37
CD
29812 `org-toggel-region-headings'.
29813 No longer needs a region defined, but will use it if there is one.
3e344045 29814 (org-ctrl-c-star): Simplify, relying more on the internal
0bd48b37 29815 workings of `org-toggle-heading'.
3e344045 29816 (org-toggle-item): Rename from `org-toggle-region-items'.
0bd48b37 29817 No longer needs a region defined, but will use it if there is one.
3e344045 29818 (org-ctrl-c-minus): Simplify, relying more on the inernal
0bd48b37
CD
29819 workings of `org-toggle-item'.
29820
29821 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
29822 environment detection. Also, do real changes only in unprotected
29823 places.
29824
298252009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29826
4d789d84
SM
29827 * org-export-latex.el (org-export-latex-quotation-marks):
29828 Use `org-if-unprotected-1'.
0bd48b37
CD
29829 (org-export-latex-set-initial-vars): Check for class definition in
29830 property.
29831
29832 * org-macs.el (org-if-unprotected-1): New macro.
29833
298342009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29835
29836 * org-compat.el (org-count-lines): New function.
29837
4d789d84
SM
29838 * org-exp.el (org-export-format-source-code-or-example):
29839 Handle switches related to text areas.
0bd48b37
CD
29840
29841 * org.el (org-activate-footnote-links): Don't allow match inside a
29842 link.
29843
29844 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
29845
29846 * org-export-latex.el (org-export-latex-links): Keep a relative
29847 path relative also after export.
29848
29849 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
29850
29851 * org.el (org-make-tags-matcher): Never use IDO for completing the
29852 tags matcher match string.
29853 (org-completing-read): Also remove the special biding for "?".
29854
29855 * org-attach.el (org-attach-allow-inheritance): New option.
29856 (org-attach-inherited): New variable.
29857 (org-attach-dir): Handle properties related to the attachment
29858 directory.
29859 (org-attach-check-absolute-path): New function.
29860 (org-attach-set-directory, org-attach-set-inherit): New commands.
29861 (org-attach): Accommodate the new commands in the dispatcher.
29862
298632009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29864
29865 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
29866 `window-full-width-p'.
29867
29868 * org-exp.el (org-export-as-html): Only check for images files
8bdd66dc 29869 that really can be inlined.
0bd48b37
CD
29870
29871 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
29872 list of extensions to be a parameter.
29873
4d789d84
SM
29874 * org-exp.el (org-export-html-inline-image-extensions):
29875 New variable.
0bd48b37 29876
4d789d84
SM
29877 * org-agenda.el (org-prepare-agenda):
29878 Use `org-agenda-block-separator'.
0bd48b37
CD
29879 (org-agenda-block-separator): New option.
29880
298812009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29882
4d789d84
SM
29883 * org-export-latex.el (org-export-latex-tables):
29884 Call `org-table-clean-before-export' with the new optional argument.
0bd48b37
CD
29885
29886 * org-exp.el (org-table-clean-before-export): New optional
29887 parameter MAYBE-QUOTED, allows for quoted characters like \# in
29888 first column.
29889
298902009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29891
29892 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
29893 histograms.
29894
4d789d84
SM
29895 * org-colview.el (org-colview-construct-allowed-dates):
29896 Better error catching when a date/time property does not have allowed
0bd48b37
CD
29897 values defined.
29898
0bd48b37
CD
298992009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29900
29901 * org.el (org-map-entries): Restore point and restriction after
29902 `org-map-entries'.
29903
299042009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29905
29906 * org.el (org-time=, org-time<, org-time<=, org-time>)
29907 (org-time>=, org-time<>): Make sure both values are dates.
29908
299092009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29910
29911 * org-archive.el (org-extract-archive-heading): Allow %s for file
29912 name also in achive location heading.
29913
299142009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29915
29916 * org-archive.el (org-add-archive-files): Uniquify the list before
29917 returning it.
29918
299192009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29920
4d789d84
SM
29921 * org-compat.el (org-fit-window-to-buffer):
29922 Use `window-full-width-p'.
0bd48b37
CD
29923
29924 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
29925 space after the colon in short examples.
29926
29927 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
29928 enforce a space after the colon. However, we also allow lines
29929 that are *only* a colon.
29930 (org-export-as-html): Enforce the space after the colon in short
29931 examples.
29932 (org-export-preprocess-string): Do the colon example protection
29933 earlier.
29934 (org-export-remove-timestamps): Do not check for protection at the
29935 end of the line.
29936
299372009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29938
29939 * org.el (org-format-latex-options): Add new matcher for single
29940 letters between dollars.
29941 (org-get-header): Function removed.
29942 (org-heading-components): New function.
29943
29944 * org-exp.el (org-export-define-heading-targets): Record ID's also
29945 as alternative targets.
29946 (org-export-as-html): Interpret "id:" links to other files by
29947 preserving the relative path.
29948
29949 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
29950 is nil.
29951
29952 * org-exp.el (org-export-normalize-links): Protect the main link,
29953 to avoid special character processing.
29954
29955 * org-export-latex.el (org-export-latex-special-keyword-regexp):
29956 New variable.
29957 (org-export-latex-special-string-regexps): Variable removed.
29958 (org-export-latex-keywords): Use the new regexp.
29959
29960 * org-exp.el (org-export-handle-include-files): Fetch switches and
29961 put them into the BEGIN statement.
29962
29963 * org-timer.el (org-timer-mode-line-string): New variable.
29964
3e344045 29965 * org-clock.el (org-clock-mode-line-map): Rename from
0bd48b37 29966 `org-clock-mode-map'.
3e344045
SM
29967 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
29968 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
29969 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
29970 (org-clock-remove-overlays): Rename from
0bd48b37
CD
29971 `org-remove-clock-overlays'.
29972
29973 * org-timer.el (org-timer-pause-or-continue): Implement stopping
29974 and mode line display.
29975 (org-timer-stop): New command.
29976 (org-timer-seconds): Return correct time when timer is paused.
29977 (org-timer-mode-line-timer): New variable.
4d789d84
SM
29978 (org-timer-set-mode-line, org-timer-update-mode-line):
29979 New functions.
0bd48b37 29980
8bdd66dc 29981 * org.el (org-insert-heading): Handle new value `auto' for
0bd48b37
CD
29982 `org-blank-before-new-entry'.
29983 (org-org-menu): Add new items for timer functions.
29984
29985 * org-list.el (org-insert-item): Handle new value `auto' for
29986 `org-blank-before-new-entry'.
29987
29988 * org.el (org-blank-before-new-entry): New value `auto', made
29989 default.
29990
299912009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29992
29993 * org-exp.el (org-export-normalize-links): If the link is also
29994 used as the description, protect the description.
29995
299962009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
29997
29998 * org.el (org-closest-date): Fix bug with yearly repeats, in
29999 combination with preference of the past as it is used for deadline
30000 and scheduling search.
30001
30002 * org-exp.el (org-html-handle-time-stamps): No longer check for
30003 the `org-export-with-timestamps' option, because the preprocesser
30004 has taken care of this already.
30005
30006 * org.el (org-entry-properties): Catch the case when this is
30007 called in a non-org-mode file.
30008
30009 * org-export-latex.el (org-export-latex-remove-from-headlines):
30010 Variable made obsolete, also LaTeX export now uses the standard
30011 variables.
30012 (org-export-as-latex): Add the timestamps parameter to the
30013 preprocessor parameter list.
30014 (org-export-latex-content): Export the remaining keywords without
30015 considering to remove them.
30016 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
30017 Use bold font instead of tt font for the keywords.
30018 (org-export-latex-fontify-headline): Format headlines, assuming
30019 that all keywords still present should be published.
30020 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
30021 publish what ever remains of the time stamps.
30022 (org-export-latex-list-parameters): New option.
30023 (org-export-latex-lists): Pass additional parameters to the list
30024 converter.
30025
30026 * org-exp.el (org-export-preprocess-string): Remove clock lines
30027 and timestamps already in the preprocesor.
4d789d84
SM
30028 (org-export-remove-timestamps, org-export-remove-clock-lines):
30029 New functions.
0bd48b37
CD
30030 (org-export-as-ascii, org-export-as-html): Add the timestamps
30031 parameter to the preprocessor parameter list.
30032
30033 * org-list.el (org-list-parse-list): Parse for checkboxes.
30034 (org-list-to-generic): Introduce and handle new parameters :cbon
30035 and :cboff.
4d789d84
SM
30036 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
30037 Add optional parameter PARAMS.
0bd48b37 30038
4d789d84
SM
30039 * org-export-latex.el (org-export-latex-special-chars):
30040 Fix problems with interpreting dollar signs.
0bd48b37
CD
30041 (org-inside-latex-math-p): New function.
30042 (org-export-latex-preprocess): Protect all the math fragments.
30043
30044 * org.el (org-latex-regexps): Allow a dash after a dollar.
30045
30046 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
30047 mark after copying.
30048
30049 * org-agenda.el (org-run-agenda-series): Have series options set
30050 when finalizing the agenda.
30051
4d789d84
SM
30052 * org-exp.el (org-export-format-source-code-or-example):
30053 Protect the converted examples.
0bd48b37
CD
30054
30055 * org.el (org-set-regexps-and-options): Fix the regexp
30056 `org-complex-heading-regexp'.
30057
300582009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
30059
30060 * org.el (org-edit-src-get-label-format): New function.
30061 (org-coderef-label-format): New option.
30062 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
30063 a label format specification and make sure it is used in the edit
30064 buffer.
30065 (org-edit-src-get-label-format): New function.
30066 (org-store-link): Handle new coderef formats.
30067 (org-link-search): Handle new coderef formats.
30068
30069 * org-footnote.el (org-footnote-create-definition)
30070 (org-footnote-goto-local-insertion-point): Make footnote insertion
30071 work correctly when the "Footnotes" headline is the last line in
30072 the buffer.
30073
30074 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
30075 the location.
30076
300772009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
30078
30079 * org-w3m.el (org-w3m): New customization group.
30080 (org-w3m-deactivate-mark): New option.
30081 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
30082 option say not to.
30083
300842009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
30085
30086 * org.el (org-set-font-lock-defaults): Trigger footnote
30087 fontification.
30088 (org-activate-footnote-links): New function.
30089 (org-activate-links): New entry `footnote'.
30090
30091 * org-faces.el (org-footnote): New face.
30092
300932009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
30094
30095 * org-macs.el (org-re): Handle the [:word:] class.
30096
4d789d84
SM
30097 * org-exp.el (org-export-preprocess-string):
30098 Call `org-export-protect-colon-examples'.
3e344045 30099 (org-export-protect-colon-examples): Rename from
0bd48b37
CD
30100 `org-export-protect-examples', and scope limited to lines starting
30101 with a colon.
30102
301032009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
30104
30105 * org-exp.el (org-export-preprocess-string): Move the preprocess
30106 hook to after turning on Org-mode.
30107 (org-export-preprocess-after-include-files-hook)
30108 (org-export-preprocess-after-tree-selection-hook)
30109 (org-export-preprocess-before-backend-specifics-hook)
30110 (org-export-preprocess-final-hook): New hooks.
30111 (org-export-preprocess-string): Run the new hooks.
30112
30113 * org.el (org-ctrl-c-minus): Fix indentation for new items.
30114
30115 * org-footnote.el: New file.
30116
30117 * org.el (org-footnote): Require footnote code.
30118 (org-startup-options): Add new footnote options.
30119 (org-mode-map): New keybindig for footnotes.
30120 (org-ctrl-c-ctrl-c): Add function at footnotes.
30121 (org-org-menu): New menu entries for footnotes.
30122
30123 * org-export-latex.el (org-export-as-latex): Pass footnote
30124 variable to preprocessor.
30125 (org-export-latex-preprocess): Treat multiple references to a
30126 footnote.
30127
4d789d84
SM
30128 * org-exp.el (org-export-preprocess-string):
30129 Call `org-footnote-normalize'.
0bd48b37
CD
30130 (org-export-as-ascii, org-export-as-html): Pass footnote variable
30131 to preprocessor.
30132 (org-export-as-html): Treat multiple references to a footnote.
30133
301342009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
30135
30136 * org-export-latex.el (org-export-latex-links): Handle coderef
30137 links.
30138
30139 * org.el (org-bracket-link-analytic-regexp++): New variable.
4d789d84
SM
30140 (org-make-link-regexps):
30141 Initialize `org-bracket-link-analytic-regexp++'.
0bd48b37
CD
30142 (org-store-link): Implement special case in edit-src buffer.
30143 (org-insert-link): No use of ide to insert stored links.
30144 (org-link-search): Implement special case for coderefs.
30145
30146 * org-exp.el (org-export-html-scripts): New constant.
30147 (org-export-html-style-default): Add a new style for highlighted
30148 code.
30149 (org-export-code-refs): New variable.
30150 (org-export-preprocess-string): Initialize `org-export-code-refs'.
30151 Call `org-export-replace-src-segments-and-examples'
30152 No longer call `org-export-protect-examples'.
30153 (org-export-target-internal-links): Take care of coderef targets.
30154 (org-export-last-code-line-counter-value): New variable.
3e344045 30155 (org-export-replace-src-segments-and-examples): Rename from
0bd48b37 30156 `org-export-replace-src-segments', and modified.
3e344045 30157 (org-export-format-source-code-or-example): Rename from
0bd48b37
CD
30158 `org-export-format-source-code'.
30159 (org-export-number-lines): New function.
30160 (org-export-as-ascii, org-export-as-html): Handle coderef links.
30161
bd5e4c2b
GM
301622009-01-23 Glenn Morris <rgm@gnu.org>
30163
30164 * org-rmail.el (rmail-narrow-to-non-pruned-header):
30165 Remove declaration of deleted function.
30166
0e47efc5
GM
301672009-01-16 Glenn Morris <rgm@gnu.org>
30168
4d789d84
SM
30169 * org-mouse.el (org-mouse-show-context-menu):
30170 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
0e47efc5
GM
30171 mouse-major-mode-menu.
30172
bb31cb31
CD
301732008-12-23 Carsten Dominik <dominik@science.uva.nl>
30174
30175 * org-remember.el (org-remember-handler): Safer way to get a new
30176 buffer accessing the target file.
30177
30178 * org.el (org-refile-get-location): Handle case of current buffer
30179 not having a file associated with it.
30180
830334b1
CD
301812008-12-22 Carsten Dominik <dominik@science.uva.nl>
30182
30183 * org-table.el (org-table-get-formula): Only ask to overwrite
30184 field formula if there really is one.
30185
6671980f
CD
301862008-12-21 Carsten Dominik <dominik@science.uva.nl>
30187
30188 * org-export-latex.el (org-export-latex-make-header): Double the
30189 commenting % in the time stamp format.
e9aab93b
CD
30190 (org-export-latex-special-chars): Handle case where there is no
30191 match group 3.
6671980f 30192
a11ac4ae
CD
301932008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
30194
4d789d84
SM
30195 * org.el (org-get-refile-targets, org-refile-get-location):
30196 Use expanded file name to improve comparison.
a11ac4ae
CD
30197
301982008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
30199
30200 * org.el (org-scan-tags): Rescan for tags, to get the correct
30201 upcase/downcase stuff. This slows things down for now, but it
30202 works.
30203 (org-mode): Make sure the tag-faces regexp is initialized.
30204
30205 * org-export-latex.el (org-export-latex-links): Fix bug with
30206 undefined label.
30207
4d789d84
SM
30208 * org-table.el (org-table-get-specials):
30209 Set `org-table-current-last-data-line'.
a11ac4ae
CD
30210 (org-table-current-last-data-line): New variable.
30211 (org-table-insert-column, org-table-delete-column)
4d789d84
SM
30212 (org-table-move-column, org-table-fix-formulas):
30213 Call `org-table-fix-formulas' a second time to fix the $LR references.
a11ac4ae
CD
30214 (org-table-get-specials): Add the $LR references to the tables.
30215 (org-table-get-formula): Do not offer last-row names as LHS of
30216 formulas.
30217
30218 * org.el (org-store-link): Capture link description from
30219 `org-id-store-link'.
30220
30221 * org-exp.el (org-export-html-format-image): Add the / to the end
30222 of the <img> tag.
30223 (org-export-format-source-code): Surround example by empty lines,
30224 to make sure it will not be inside a paragraph.
30225
30226 * org.el (org-ido-switchb): New function.
30227
302282008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
30229
30230 * org-agenda.el (org-agenda-show): New prefix argument
30231 FULL-ENTRY.
30232
30233 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
30234 argument.
30235
fd8d5da9
GM
302362008-12-20 Glenn Morris <rgm@gnu.org>
30237
30238 * org.el (org-org-menu): Fix some more menu entries.
30239
bd67cbf0
CD
302402008-12-18 Carsten Dominik <dominik@science.uva.nl>
30241
d21d2e9a
CD
30242 * org-table.el (org-table-get-specials): Revert introduction of @0
30243 as reference of the last table row, because of conflicts.
30244
bd67cbf0
CD
30245 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
30246 argument, get the current tags directly.
30247 (org-agenda-set-tags): Leave getting current tags to
30248 `org-agenda-change-all-lines'.
30249
521beede
CD
302502008-12-17 Carsten Dominik <dominik@science.uva.nl>
30251
30252 * org.el (org-org-menu): Do not quote the set-tags command.
30253
ff28a0bd
CD
302542008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
30255
30256 * Fix typos in comments and docstrings throughout Org-mode.
30257
30258 * org.el (org-get-outline-path): Fix bug if level is not given.
30259
f0131492 30260 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
ff28a0bd 30261
8265647f
CD
302622008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30263
30264 * org.el (org-refile): Avoid refiling to within the region to be
30265 refiled.
30266
4d789d84
SM
30267 * org-export-latex.el (org-export-latex-special-chars):
30268 Replace special characters also in tables.
8265647f
CD
30269
30270 * org-agenda.el (org-agenda-change-all-lines): New argument
30271 FORCE-TAGS.
f0131492 30272 (org-agenda-set-tags): Get the new tags and pass them to
8265647f
CD
30273 `org-format-agenda-item'.
30274
302752008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30276
30277 * org-export-latex.el (org-export-latex-classes): Add longable as
30278 a default package to all classes.
30279 (org-export-latex-tables): Handle the longtable attribute and the
30280 align attribute.
30281
30282 * org-table.el (orgtbl-to-generic): Handle tables that start with
30283 a hline.
30284
30285 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
30286 \verb for colde-like snippets.
30287 (org-export-as-latex): Fix issues with region export.
30288
30289 * org.el (org-up-heading-safe): Speed up function by using a
30290 direct regexp search.
30291 (org-olpa): New variable.
30292 (org-get-outline-path): Speed-up path constructions in cases where
30293 this is possible because the entire hierarchy is scanned anyway.
30294 (org-refile-get-location): Don't compare the truenames of files,
30295 this is too slow.
30296 (org-goto-max-level): New option.
30297 (org-goto): Use `org-goto-max-level'.
30298
302992008-12-16 Tassilo Horn <tassilo@member.fsf.org>
30300
30301 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
30302 Strip angle brackets from message-ids in the former and don't do
30303 it in the latter.
30304 (org-gnus-follow-link): Open summary reliable, even if the last
30305 messages were deleted, and handle empty groups, too.
30306
303072008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30308
30309 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
30310 instead of \texttt for the =...= and ~===~ emphasis environments.
30311 (org-export-as-latex): Remove any old :org-license-to-kill text
30312 properties.
30313 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
30314 (org-export-latex-make-header): Add some hard space after the
30315 table of contents.
4d789d84
SM
30316 (org-export-latex-first-lines): Accept RBEG argument.
30317 Mark exported text so that it will be excuded in further steps.
8265647f
CD
30318
30319 * org-table.el (org-table-get-specials): Make @0 reference the
30320 last line in a table.
30321 (org-table-recalculate): Improve docstring.
30322
303232008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30324
30325 * org.el (org-log-done): Fix docstring.
30326
303272008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30328
30329 * org-exp.el (org-export-html-format-image): Fix bugs.
30330
30331 * org-export-latex.el (org-export-latex-tables)
30332 (org-export-latex-links): Implement attribute, label, and caption
30333 handling.
30334
30335 * org-exp.el (org-export-html-style-default): Add style
30336 definitions for the figure div.
4d789d84
SM
30337 (org-export-preprocess-string, org-export-as-html):
30338 Implement attribute, label, and caption handling.
8265647f
CD
30339 (org-export-attach-captions-and-attributes): New function.
30340 (org-export-html-format-image): New function.
30341 (org-format-org-table-html): Implement attribute, label, and
30342 caption handling.
30343
30344 * org.el (org-find-text-property-in-string): New function.
30345 (org-extract-attributes): Use the property org-attr instead of
30346 org-attrobutes, because this property is now set with the #+ATTR
30347 lines.
30348
303492008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30350
30351 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
30352 the case that FROM is nil.
30353
30354 * org.el (org-before-first-heading-p): New function.
30355
303562008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30357
30358 * org-exp.el (org-export-as-html): Do not add a space before
30359 enforces line breaks.
30360 (org-export-as-html): Close paragraph before blockquote and verse
30361 tags.
30362
303632008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
30364
30365 * org-id.el (org-id-locations-file): Wrap file name with
30366 `convert-standard-filename'.
30367 (org-id-files): New variable.
30368 (org-id-use-hash): New option.
30369 (org-id-update-id-locations): Also search in all files current
30370 listed in `org-id-files'. Convert the resulting alist to a hash
30371 if the user customation says so.
30372 (org-id-locations-save): Handle he case if `org-id-locations' is a
30373 hash.
30374 (org-id-locations-load): Convert the alist to a hash.
30375 (org-id-add-location): Handle the hast case.
30376 (kill-emacs-hook): Make sure id locations are saved when Emacs is
30377 exited.
30378 (org-id-hash-to-alist, org-id-alist-to-hash)
30379 (org-id-paste-tracker): New functions.
243de2b4
CD
30380
303812008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30382
30383 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
30384 bindings of calendar variables.
30385
3e344045 30386 * org-table.el (org-table-find-row-type): Rename from
243de2b4 30387 `org-find-row-type'.
3e344045 30388 (org-table-rewrite-old-row-references): Rename from
243de2b4 30389 `org-rewrite-old-row-references'.
3e344045
SM
30390 (org-table-shift-refpart): Rename from `org-shift-refpart'.
30391 (org-table-cleanup-narrow-column-properties): Rename from
243de2b4
CD
30392 `org-cleanup-narrow-column-properties'.
30393
303942008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30395
30396 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
30397 for better error messages.
30398 (org-table-get-descriptor-line): Supply the new arguments to
30399 `org-find-row-type'.
30400 (org-table-error-on-row-ref-crossing-hline): New option.
30401
30402 * org.el (org-target-link-regexp): Make buffer-local.
30403 (org-move-subtree-down): Fix bug with trees at beginning of
30404 buffer.
30405
304062008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30407
30408 * org-faces.el (org-set-tag-faces): New function.
30409 (org-tags-special-faces-re): New variable.
30410
30411 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
30412
30413 * org-faces.el (org-tag-faces): New option.
30414 (org-tag): Mention `org-tag-faces' in the docstring.
30415
304162008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30417
30418 * org-exp.el (org-export-html-style-default): Implement new
30419 quoting.
30420
30421 * org-jsinfo.el (org-infojs-template): Implement new quoting.
30422
30423 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
30424 command to the `w3m-minor-mode-map'.
30425
4d789d84
SM
30426 * org-archive.el (org-archive-to-archive-sibling):
30427 Protect `this-command' to avoid appending kills during archiving.
243de2b4
CD
30428
30429 * org-exp.el (org-export-with-priority): New variable.
30430 (org-export-add-options-to-plist): Use `org-export-plist-vars'
30431 instead of internal list of strings and properties.
30432 (org-print-icalendar-entries): Retrieve the location property with
30433 inheritance.
30434
304352008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30436
30437 * org-exp.el (org-export-with-todo-keywords): New option.
30438 (org-export-plist-vars): Include also the keys for the #+OPTIONS
30439 line.
30440 (org-default-export-plist, org-export-add-options-to-plist)
30441 (org-export-as-ascii, org-export-as-html): Use the new structure
30442 of `org-export-plist-vars'.
30443
30444 * org.el (org-map-entries): Return all values.
30445
304462008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30447
30448 * org.el (org-matcher-time): Recognize more special values.
30449
30450 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
30451
304522008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30453
30454 * org.el (org-tags-exclude-from-inheritance): New option.
4d789d84
SM
30455 (org-tag-inherit-p, org-remove-uniherited-tags):
30456 Respect `org-tags-exclude-from-inheritance'.
243de2b4
CD
30457
30458 * org-agenda.el (org-agenda-show-inherited-tags): New option.
30459 (org-format-agenda-item): Add inherited tags to the agenda line
30460 string, and make sure that properties are kept when downcasing the
30461 tags list.
30462 (org-agenda-add-inherited-tags): New function.
30463 (org-downcase-keep-props): New function.
30464
30465 * org.el (org-scan-tags): Mark inherited tags with a text
30466 property.
30467 (org-get-tags-at): Mark inherited tags with a text property.
30468 (org-add-prop-inherited): New function.
30469
30470 * org-agenda.el (org-agenda-add-inherited-tags): New function.
30471 (org-agenda-show-inherited-tags): New option.
30472
304732008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30474
30475 * org.el (org-modules): Add org-w3m to the default modules.
30476
30477 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
30478 orgtbl-mode.
30479 (orgtabl-create-or-convert-from-region): New command.
30480
30481 * org-exp.el (org-export-as-ascii): Remove the handling of
30482 targets.
30483 (org-export-ascii-preprocess): Handle targets already in this
30484 function.
30485
304862008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30487
30488 * org-timer.el (org-timer-start-time): Define this variable.
30489 (org-timer-item): Make argument optional.
30490
30491 * org-list.el (org-insert-item): Automatically insert a timer item
30492 if the current list is a timer list.
30493
30494 * org-timer.el: New file.
30495
30496 * org-publish.el (org-publish-org-index): Only exclude the index
30497 file in the main directory from being added to the site-map.
30498 (org-publish-get-project-from-filename): If the current project is
30499 a component, start publishing from the parent project.
30500
305012008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30502
30503 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
30504
30505 * org-publish.el (org-publish-org-index): Improve removal of
30506 temporary buffers.
30507
d95a8199
CD
305082008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
30509
30510 * org-agenda.el (org-get-closed): Re-apply changes
30511 accidentially overwritten by last commit to Emacs.
30512
30513 * org.el (org-outline-path-complete-in-steps): New option.
4d789d84
SM
30514 (org-refile-get-location):
30515 Honor `org-outline-path-complete-in-steps'.
d95a8199
CD
30516 (org-agenda-change-all-lines, org-tags-sparse-tree)
30517 (org-time-string-to-absolute, org-small-year-to-year)
30518 (org-link-escape): Re-apply changes accidentially overwritten
30519 by last commit to Emacs.
30520
770f39cf
CD
305212008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30522
30523 * org-clock.el (org-dblock-write:clocktable): Make sure the
30524 clocktable sees the first line.
30525 (org-clock-in): Warn if the clock cannot be resumed.
30526
305272008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30528
30529 * org.el (org-open-at-point): Fix mixup about interactive and
30530 non-interactive elisp links.
30531
305322008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30533
30534 * org-exp.el (org-export-preprocess-string): Allow one comment
30535 line before the first headline to always be included. This is
30536 to not miss a commented target.
30537
4d789d84
SM
30538 * org-mouse.el (org-mouse-insert-item):
30539 Call `org-indent-to-column' instead of `indent-to', for XEmacs
770f39cf
CD
30540 compatibility.
30541
30542 * org.el (org-refile-targets): Fix customize definition so
30543 that it works also in XEmacs.
30544 (org-fixup-indentation): Call `org-indent-to-column' instead
30545 of `indent-to', for XEmacs compatibility.
30546
305472008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
30548
30549 * org-mew.el (org-mew-store-link): Get the correct case folder
30550 for refiled messages.
30551
305522008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30553
30554 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
30555 line break indicators.
30556
30557 * org.el (org-ido-completing-read): Remove the "i:" prefix for
30558 ido-completion propts.
30559
305602008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30561
4d789d84
SM
30562 * org-remember.el (org-remember-apply-template):
30563 Use `org-substring-no-properties'.
770f39cf
CD
30564
30565 * org-compat.el (org-substring-no-properties): New function.
30566
4d789d84
SM
30567 * org-remember.el (org-remember-apply-template):
30568 Use `org-substring-no-properties' for compatibility.
770f39cf 30569
4d789d84
SM
30570 * org-list.el (org-list-two-spaces-after-bullet-regexp):
30571 New option.
30572 (org-fix-bullet-type):
30573 Respect `org-list-two-spaces-after-bullet-regexp'.
770f39cf
CD
30574
30575 * org-clock.el (org-clock-load): Clean up the code.
30576
30577 * org.el (org-adaptive-fill-function): Allow two spaces after
30578 "1." as a list bullet.
30579
305802008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30581
30582 * org-clock.el (org-clock-save, org-clock-load): Check for
30583 live buffers, existing files, and buffer file names to ensure
30584 consistent information.
30585 (org-clock-persist): Make `clock' a special value of this
30586 variable, and improve docstring.
30587
30588 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
30589 (org-get-string-indentation): Adapt indentation when the bullet
30590 width changes.
30591
305922008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30593
30594 * org-remember.el (org-remember-finalize): Make interactive.
30595 (org-remember-kill): New command.
30596 (org-remember-finish-immediately): Call `org-remember-finalize'
30597 directly.
30598 (org-remember-finalize): Make `org-remember-finalize' an interactive
30599 function.
30600
306012008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30602
30603 * org-remember.el (org-remember-apply-template): No ido completion
30604 for free prompts in remember templates.
30605 (org-remember-before-finalize-hook): New hook.
30606 (org-remember-mode): New minor mode.
30607 (org-remember-apply-template): Turn on `org-remember-mode'.
30608
770f39cf
CD
30609 * org-remember.el (org-remember-apply-template): Fix the way how
30610 the list of allowed properties is retrieved from the target file.
30611
30612 * org.el (org-insert-link): Improve file link matching.
30613
306142008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30615
30616 * org-colview.el (org-columns-display-here): New argument
30617 DATELINE, to trigger using the new face.
30618 (org-agenda-colview-summarize): Call `org-columns-display-here'
30619 with the new argument.
30620
30621 * org-faces.el (org-agenda-column-dateline): New face.
30622
30623 * org-publish.el (org-publish-org-index): Use index-title at page
30624 title, not as section.
30625
30626 * org-exp.el (org-export-html-format-desc): Respect the
30627 org-protect property.
30628 (org-export-as-html): Protect image specifiers that are in the
30629 description part of a link.
30630
30631 * org.el (org-sort-entries-or-items, org-completing-read)
30632 (org-refile-get-location, org-olpath-completing-read, org-todo)
30633 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
30634 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
30635 (org-set-property, org-delete-property)
30636 (org-delete-property-globally): Use `org-ido-completing-read'.
30637
4d789d84
SM
30638 * org-remember.el (org-remember-apply-template):
30639 Use `org-ido-completing-read'.
770f39cf
CD
30640
30641 * org-publish.el (org-publish): Use `org-ido-completing-read'.
30642
30643 * org-colview.el (org-columns-edit-value, org-columns-new)
30644 (org-insert-columns-dblock): Use `org-ido-completing-read'.
30645
4d789d84
SM
30646 * org-attach.el (org-attach-delete-one, org-attach-open):
30647 Use `org-ido-completing-read'.
770f39cf 30648
4d789d84
SM
30649 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
30650 Use `org-ido-completing-read'.
770f39cf
CD
30651
30652 * org.el (org-time-today): New function.
30653 (org-matcher-time): Use `org-time-today'. Add special treatment
30654 for "<tomorrow>" and "<yesterday>".
30655 (org-ido-completing-read): New function.
30656 (org-completion-use-ido): New option.
30657
30658 * org-exp.el (org-export-format-source-code): Fix bug in require
30659 htmlize code.
30660 (org-export-target-internal-links): Fix bug in search for text
30661 property.
30662
306632008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30664
4d789d84 30665 * org-export-latex.el (org-export-latex-subcontent):
c7015153 30666 Interpret target aliases as additional labels.
770f39cf
CD
30667
30668 * org-exp.el (org-export-target-aliases): New variable.
30669 (org-export-preprocess-string)
30670 (org-export-handle-invisible-targets): Fill the alias alist.
30671 (org-export-as-html): Remove the &nbsp; from the anchor, and also
30672 assign an id.
91af3942 30673 (org-html-level-start): Insert the target aliases as additional
770f39cf
CD
30674 anchors.
30675
30676 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
30677 picture area.
30678
306792008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30680
30681 * org.el (org-open-at-mouse): Ensure correct link abbreviations
30682 when following a link with the mouse from the agenda.
30683
30684 * org-exp.el (org-export-as-html): Avoid lone </div> when no
30685 headlines are created.
30686
306872008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30688
30689 * org.el (org-link-translation-function): New option.
30690 (org-open-at-point): Call `org-link-translation-function' if
30691 non-nil.
30692 (org-translate-link): New function.
30693 (org-translate-link-from-planner): New function.
30694 (org-open-at-point): Allow interactive commands in elisp links.
30695
30696 * org-exp.el (org-icalendar-cleanup-string): Restore the old
30697 iCalendar quoting. The new one seems to caus problems with
30698 applications.
30699
30700 * org.el (org-yank): Set `this-command' to `yank', so that
30701 `yank-pop' will work.
30702
307032008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30704
30705 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
30706 compliance as far as quoting is concerned.
30707
30708 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
30709 hexified version of the tag.
30710
30711 * org-vm.el (org-vm-follow-link): Require `vm-search'.
30712
4d789d84
SM
30713 * org.el (org-up-heading-safe, org-forward-same-level):
30714 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
770f39cf
CD
30715 (org-back-to-heading): New wrapper around outline-back-to-heading,
30716 with a useful error message telling where the error happened.
30717
30718 * org-list.el (org-update-checkbox-count): Always call
30719 `org-back-to-heading' instead of `outline-back-to-heading'.
30720
30721 * org-exp.el (org-export-as-html): Make sure that each <img> tag
30722 has an `alt' attribute, to ensure XHTML validation.
30723
307242008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
30725
30726 * org-publish.el (org-publish-attachment): Allow publishing to
30727 overwrite attachment files.
30728
30729 * org-agenda.el (org-agenda-timerange-leaders): New option.
30730 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
30731
30732 * org.el (org-edit-src-exit): Untabify ASCII image before
30733 returning.
30734
dcbfa92b
GM
307352008-11-19 Glenn Morris <rgm@gnu.org>
30736
30737 * org.el, org-mouse.el (org-agenda-change-all-lines):
30738 Fix declaration.
30739
0dade8aa
CD
307402008-11-18 Carsten Dominik <dominik@science.uva.nl>
30741
30742 * org.el ("speedbar"): Only show context if the file really is an
30743 org-mode buffer.
30744
062552e7
JB
307452008-11-17 Juanma Barranquero <lekktu@gmail.com>
30746
30747 * org.el (org-time-string-to-absolute, org-small-year-to-year)
30748 (org-tags-sparse-tree): Fix typos in docstrings.
30749
4389931e
CD
307502008-11-15 Carsten Dominik <dominik@science.uva.nl>
30751
d7dbaa7d 30752 * org-publish.el (org-publish-attachment): Allow copy-file to
4389931e
CD
30753 overwrite files.
30754
2cc7988b
GM
307552008-11-13 Glenn Morris <rgm@gnu.org>
30756
30757 * org-agenda.el (org-get-closed): Fix alias.
30758
7173f311 307592008-11-12 Juanma Barranquero <lekktu@gmail.com>
fb8df73b 30760
7173f311 30761 * org.el (org-link-escape): Fix typo in docstring.
fb8df73b
CD
30762
307632008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30764
30765 * org.el (org-yank): Make any prefix force normal yanking.
30766 Suppress folding if text would be swallowed into a folded
30767 subtree.
30768 (org-yank-folded-subtrees, org-yank): Docstring updates.
30769
30770 * org-agenda.el (org-agenda-compare-effort): Treat no effort
30771 defined as 0.
30772
30773 * org-exp.el (org-export-language-setup): Add Catalan and
30774 Esperanto language entries.
30775
307762008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30777
30778 * org.el (org-refile): Allow refiling of entire regions.
30779
30780 * org-clock.el (org-clock-time%): New function.
30781
30782 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
30783 retrieve property values.
30784
307852008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30786
30787 * org-agenda.el (org-agenda-list): Handle the value `only' of
30788 org-agenda-show-log'.
30789 (org-agenda-log-mode): Interpret a double prefix arg.
30790
307912008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30792
30793 * org-exp.el (org-export-html-footnotes-section): New variable.
30794 (org-export-as-html): Use `org-export-html-footnotes-section' to
30795 insert the footnotes.
30796 (org-export-language-setup): Add "Footnotes" to language words.
30797
307982008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30799
30800 * org.el (org-yank): Fix bug when not inserting a subtree.
30801
308022008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30803
30804 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
30805 instead of `vm-beginning-of-message'.
30806
30807 * org.el (org-make-link-regexps): Make sure that links to gnus can
30808 contain brackets.
30809
308102008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
30811
30812 * org-attach.el (org-attach-dir): Remove duplicate ID creation
30813 code.
30814
30815 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
30816 shell output.
30817
30818 * org.el (org-link-abbrev-alist): Improve customization type.
30819
4d789d84
SM
30820 * org-attach.el (org-attach-expand-link, org-attach-expand):
30821 New functions.
fb8df73b 30822
3e344045 30823 * org-agenda.el (org-agenda-get-progress): Rename from
fb8df73b
CD
30824 `org-get-closed'. Implement searching for state changes as well.
30825 (org-agenda-log-mode-items): New option.
30826 (org-agenda-log-mode): New option prefix argument, interpreted as
30827 request to show all possible progress info.
30828 (org-agenda-get-day-entries): Call `org-get-progress' instead of
30829 `org-get-closed'.
30830 (org-agenda-set-mode-name): Handle the more complex log mode
30831 settings.
30832 (org-get-closed): New alias, pointing to `org-get-progress'.
30833
308342008-11-12 Carsten Dominik <dominik@science.uva.nl>
30835
30836 * org.el (org-file-apps-defaults-gnu)
30837 (org-file-apps-defaults-macosx)
30838 (org-file-apps-defaults-windowsnt): Add an entry defining the
30839 system command.
30840 (org-file-apps): Allow `system' as key and value.
30841 (org-open-at-point): Explain the effect of a double prefix arg.
30842 (org-open-file): If the argument `in-emacs' is (16),
30843 i.e. corresponding to a double prefix argument, try to open the
30844 file externally.
30845
308462008-11-12 Carsten Dominik <dominik@science.uva.nl>
30847
30848 * org.el (org-insert-link): Abbreviate absolute files names in
30849 links. Also, fix a bug in which the double C-u prefix would not
30850 be honored.
30851
308522008-11-12 Carsten Dominik <dominik@science.uva.nl>
30853
30854 * org.el (org-insert-heading): If buffer does not end with a
30855 newline, add one if necessary to insert headline correctly.
30856
30857 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
30858 paragraphs, not inside.
30859
4d789d84
SM
30860 * org.el (org-todo):
30861 Quote `org-agenda-headline-snapshot-before-repeat'.
fb8df73b
CD
30862
30863 * org-exp.el (org-export-as-html): Fully process link descriptions.
30864 (org-export-html-format-desc): New function.
30865 (org-export-as-html): Collect footnotes into the correct basket.
30866 (org-html-protect): No longer protect quotations marks here, this
30867 goes wrong.
30868
30869 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
30870 BEG.
30871
30872 * org-compat.el (org-fit-window-to-buffer): New function (not
30873 really, a preliminary and incomplete version was present earlier,
30874 but not used).
30875
4d789d84
SM
30876 * org.el (org-fast-todo-selection, org-fast-tag-selection):
30877 Use `org-fit-window-to-buffer'.
fb8df73b
CD
30878
30879 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
30880
30881 * org-agenda.el (org-agenda-get-restriction-and-command)
4d789d84
SM
30882 (org-fit-agenda-window, org-agenda-convert-date):
30883 Use `org-fit-window-to-buffer'.
fb8df73b
CD
30884
30885 * org-exp.el (org-export-as-html): Process href links through
30886 `org-export-html-format-href'.
30887 (org-export-html-format-href): New function.
30888
30889 * org-agenda.el (org-agenda-todo): Update only the current
30890 headline if this is a repeated TODO, marked done for today.
30891 (org-agenda-change-all-lines): New argument JUST-THIS, to change
30892 only the current line.
30893
30894 * org.el (org-todo): Take a snapshot of the headline if the
30895 repeater might change it.
30896
308972008-11-12 Carsten Dominik <dominik@science.uva.nl>
30898
30899 * org-publish.el (org-publish-find-title): Remove buffers visited
30900 only for extracting the title.
30901
30902 * org-exp.el (org-export-html-style)
30903 (org-export-html-style-default): Mark style definitions as
30904 unparsed CDATA.
30905
4d789d84
SM
30906 * org-publish.el (org-publish-validate-link):
30907 Function re-introduced.
fb8df73b
CD
30908
309092008-11-12 Charles Sebold <csebold@gmail.com>
30910
30911 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
30912 property.
30913 (org-plot-quote-timestamp-field): New function.
30914 (org-plot-quote-tsv-field): Call timestamp field function when
30915 necessary rather than just quoting as a string.
30916 (org-plot/gnuplot-to-data): Pass in timefmt property.
30917 (org-plot/gnuplot-script): Supports timefmt property.
30918 (org-plot/gnuplot): Checks for timestamp column before checking
30919 for text index column.
30920
309212008-11-12 Carsten Dominik <dominik@science.uva.nl>
30922
30923 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
30924
30925 * org-publish.el (org-publish-org-index): Create a section in the
30926 index file.
30927 (org-publish-org-index): Stop linking to directories.
30928
30929 * org.el (org-emphasis-alist): Use span instead of <u> to
30930 underline text.
30931
30932 * org-exp.el (org-export-as-html): Make sure <p> is closed before
30933 <pre> sections.
30934
309352008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
30936
30937 * org-jsinfo.el (org-infojs-template): Remove language attribute
30938 from script tag.
30939
309402008-11-12 Carsten Dominik <dominik@science.uva.nl>
30941
30942 * org-agenda.el (org-agenda-remove-marked-text): New function.
30943 (org-agenda-mark-filtered-text)
30944 (org-agenda-unmark-filtered-text): New functions.
a628ad9d 30945 (org-write-agenda): Remove filtered text.
fb8df73b
CD
30946
30947 * org.el (org-make-tags-matcher): Give access to TODO "property"
30948 without speed penalty.
30949
309502008-11-12 Carsten Dominik <dominik@science.uva.nl>
30951
30952 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
30953 option.
30954 (org-store-link-props): Make sure adding to the plist works
30955 correctly.
30956
30957 * org-gnus.el (org-gnus-no-new-news): New function.
30958 (org-gnus-follow-link): Allow the article ID to be a message-id,
30959 in addition to allowing article numbers. Message IDs make much
30960 more roubust links.
30961 (org-gnus-store-link): Use message-id to create link.
30962
309632008-11-12 Carsten Dominik <dominik@science.uva.nl>
30964
30965 * org.el (org-emphasize): Reverse the selection array.
30966 (org-emphasis-alist): Set <code> tags for the verbatim
30967 environment.
30968
30969 * org-remember.el (org-remember-handler): Fix bug with
30970 prefix-related changing of the note storage target.
30971
30972 * org-exp.el (org-print-icalendar-entries): Make the exported
30973 priorities compatible with RFC 2445.
30974
30975 * org-clock.el (org-clock-save): Insert time stamp without
30976 dependence on time-stamp.el.
30977
309782008-11-12 Carsten Dominik <dominik@science.uva.nl>
30979
30980 * org.el ("saveplace"): If saveplace puts point into an invisible
30981 location, make it visible.
30982 (org-make-tags-matcher): Allow inactive time stamps in time
30983 comparisons.
30984 (org-yank-adjusted-subtrees): New option.
30985 (org-yank): Incorporate adjusting trees.
30986 (org-paste-subtree): New argument FOR-YANK which will cause
30987 insertion at point without backing up over white lines, and leave
30988 point at the end of the inserted text. Also if the cursor is
30989 at the beginning of a headline, use the same level or the inserted
30990 tree.
30991
30992 * org-publish.el (org-publish-get-base-files-1): Deal correctly
8bdd66dc 30993 with broken symlinks.
fb8df73b
CD
30994
309952008-11-12 Carsten Dominik <dominik@science.uva.nl>
30996
30997 * org-exp.el (org-export-select-tags, org-get-current-options):
30998 Fix typo.
30999
ed08ccb4
GM
310002008-11-06 Glenn Morris <rgm@gnu.org>
31001
49ace7fb
GM
31002 * org-publish.el (org-publish-attachment): Use copy-file rather than
31003 eshell/cp.
ed08ccb4 31004
40ac2137
JB
310052008-11-04 Juanma Barranquero <lekktu@gmail.com>
31006
31007 * org.el (org-columns-modify-value-for-display-function):
31008 * org-table.el (org-table-convert-region): Fix typos in docstrings.
31009
9fc10007
GM
310102008-10-28 Glenn Morris <rgm@gnu.org>
31011
31012 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
31013
31014 * org-list.el (outline-next-heading, outline-back-to-heading):
31015 Fix declarations.
31016
71d35b24
CD
310172008-10-26 Carsten Dominik <dominik@science.uva.nl>
31018
31019 * org-agenda.el (org-format-agenda-item)
31020 (org-agenda-filter-make-matcher): Make sure tags are stored and
9b8ba1e5 31021 compared downcased.
71d35b24
CD
31022
310232008-10-26 Carsten Dominik <dominik@science.uva.nl>
31024
31025 * org.el (org-insert-todo-heading): Fix bug with force-heading
31026 argument.
31027
310282008-10-26 Carsten Dominik <dominik@science.uva.nl>
31029
31030 * org-exp.el (org-export-as-ascii): Handle the case that we are
31031 bulishing from an indirect buffer.
31032
31033 * org-table.el (org-table-copy-down): Fix bug with time stamp
31034 increment.
31035
31036 * org-mouse.el (org-mouse-features): New option.
31037 (org-mode-hook): Turn on features depending on
31038 `org-mouse-features'.
31039
31040 * org.el (org-insert-heading-respect-content): Force heading
31041 creation.
a628ad9d 31042 (org-insert-heading): Keep the folding state of the heading before
71d35b24
CD
31043 the inserted one.
31044
310452008-10-26 Carsten Dominik <dominik@science.uva.nl>
31046
31047 * org-archive.el (org-archive-to-archive-sibling): Handle top
31048 level headlines better.
31049
23f6720e 310502008-10-26 Bastien Guerry <bzg@gnu.org>
71d35b24 31051
4d789d84
SM
31052 * org-export-latex.el (org-export-latex-classes):
31053 Add \usepackage{graphicx} to the default list of packages.
71d35b24
CD
31054
310552008-10-26 Carsten Dominik <dominik@science.uva.nl>
31056
3e344045 31057 * org-agenda.el (org-agenda-filter): Rename from
71d35b24
CD
31058 `org-agenda-filter-tags'.
31059
310602008-10-26 Carsten Dominik <dominik@science.uva.nl>
31061
31062 * org.el (org-entry-properties): Add CATEGORY property, iven if it
31063 is not defined as a property in this entry.
31064 (org-add-log-note): Mask prefix argument when immediately storing
31065 the note.
31066
4d789d84
SM
31067 * org-agenda.el (org-agenda-filter-effort-default-operator):
31068 New option.
71d35b24
CD
31069
310702008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
31071
31072 * org.el (org-add-log-setup): Bugfix; code to find insertion point
31073 after drawers was skipping ahead one line too many, so notes were
31074 inserted after the first note instead of before it.
31075
310762008-10-26 Carsten Dominik <dominik@science.uva.nl>
31077
01c35094 31078 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
71d35b24
CD
31079 New variables.
31080 (org-prepare-agenda): Reset the filter tags.
31081 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
31082 Show filter tags in mode line.
31083
31084 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
31085 formatter.
31086
31087 * org-export-latex.el (org-latex-entities-regexp): New constant.
31088 (org-export-as-pdf): Use two calls to `shell-command'.
31089
310902008-10-26 Carsten Dominik <dominik@science.uva.nl>
31091
31092 * org-export-latex.el (org-export-latex-treat-sub-super-char):
31093 Honor the {} value of the subsuperscript setting. Make sure that
31094 longer subsuperscripts are typeset in a roman font.
31095
31096 * org.el (org-clock-update-time-maybe): Compute negative clock
31097 intervals correctly.
31098
310992008-10-26 Carsten Dominik <dominik@science.uva.nl>
31100
4d789d84
SM
31101 * org.el (org-add-log-setup):
31102 Respect `org-log-state-notes-insert-after-drawers'.
71d35b24
CD
31103 (org-log-state-notes-insert-after-drawers): New option.
31104 (org-todo-trigger-tag-changes): New function.
31105 (org-todo): Call `org-todo-trigger-tag-changes'.
31106
311072008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
31108
88dbda51 31109 * org.el (org-add-log-setup): Only skip drawers if they are
71d35b24
CD
31110 immediately after the scheduling keywords.
31111
31112 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
c4cc8b9a 31113 function.
71d35b24
CD
31114 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
31115 call it with the current todo state to get the state to switch to
31116 when clocking in.
31117 (org-clock-in): Use org-indent-line-function to indent clock lines.
31118 (org-clock-find-position): Fix indentation of empty clock drawers.
31119
311202008-10-26 Carsten Dominik <dominik@science.uva.nl>
31121
31122 * org-publish.el (org-publish-org-to): Handle case when
31123 org-export-to-pdf does return a file name, not a buffer.
31124 (org-publish-org-to-pdf): New function.
31125
31126 * org-export-latex.el (org-export-as-pdf)
31127 (org-export-as-pdf-and-open): New commands.
31128
31129 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
31130 forms as ranges.
31131
31132 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
31133 things in protexted regions.
31134
311352008-10-26 Carsten Dominik <dominik@science.uva.nl>
31136
4d789d84
SM
31137 * org-export-latex.el (org-export-latex-preprocess):
31138 Improve quoting of LaTeX environments.
71d35b24 31139
34767325
EZ
311402008-10-19 Eli Zaretskii <eliz@gnu.org>
31141
646bcdd7
GM
31142 * org.el (org-default-notes-file):
31143 * org-publish.el (org-publish-timestamp-directory):
34767325
EZ
31144 * org-id.el (org-id-locations-file): Run file names that begin
31145 with a period thru `convert-standard-filename'.
31146
a3c1e192
CD
311472008-10-12 Carsten Dominik <dominik@science.uva.nl>
31148
31149 * org-plot.el: Switch coding system to unix.
31150
646bcdd7
GM
311512008-10-12 John Wiegley <johnw@newartisans.com>
31152
31153 * org-attach.el: New file.
31154
621f83e4
CD
311552008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
31156
31157 * org.el (org-edit-fixed-width-region): Exclude final newline from
31158 picture area.
31159
31160 * org-export-latex.el (org-export-latex-subcontent): Add labels to
31161 sections, to make internal links work.
31162 (org-export-latex-fontify-headline): Do not remove all text
31163 properties, to make sure that target properties survive this
31164 process.
31165
31166 * org-exp.el (org-export-preprocess-string): Change sequence of
31167 modifications, to make sure links are prepared before the LaTeX
31168 conversions do happen.
31169
3e344045 31170 * org-attach.el (org-attach-delete-all): Rename from
621f83e4
CD
31171 `org-attch-delete'. Add a security query before deleting the
31172 entire directory. New optional argument FORCE can overrule the
31173 security query.
31174 (org-attach-delete-one): New command.
31175
31176 * org-attach.el (org-attach-file-list): Fix bug with directory.
31177
31178 * org.el (org-apps-regexp-alist): New function.
31179 (org-file-apps): Add auto-mode to the default value.
31180 (org-open-file): Use the new structure of org-file-apps.
31181
31182 * org-attach.el (org-attach): Support the new keys.
31183 (org-attach-method): New option.
31184
31185 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
31186 March.
31187
31188 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
31189 of the list value o `org-use-tag-inheritance'.
31190
31191 * org-attach.el (org-attach-auto-tag): New option.
31192 (org-attach-tag, org-attach-untag): New functions.
4d789d84
SM
31193 (org-attach-attach, org-attach-new, org-attach-sync):
31194 Call `org-attach-tag'.
621f83e4
CD
31195 (org-attach-delete): Call `org-attach-untag'.
31196
621f83e4
CD
31197 * org-table.el (orgtbl-self-insert-command): Make this work for
31198 the keypad as well.
31199
31200 * org.el (org-add-log-setup): Limit searc for drawers to entry
31201 text, not to subtree.
31202
31203 * org-clock.el (org-clock-heading-for-remember): New variable.
31204 (org-clock-in): Set `org-clock-heading-for-remember'.
31205
f44d8669 312062008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
31207
31208 * org-remember.el (org-remember-apply-template): Add new
31209 expansions: %k, %K for currently clocked task and a link to the
31210 currently clocked task, and %< to file notes in the currently
31211 clocked task.
31212
312132008-10-12 Carsten Dominik <dominik@science.uva.nl>
31214
31215 * org-export-latex.el (org-export-latex-make-header): Also insert
31216 the content of the property :latex-header-extra.
31217
31218 * org-exp.el (org-infile-export-plist): Put the content of
31219 #+LATEX_HEADER: into the property :latex-header-extra.
31220
4d789d84
SM
31221 * org-colview.el (org-columns-get-format-and-top-level):
31222 Remove resetting the marker.
621f83e4 31223
621f83e4
CD
31224 * org.el (org-entry-property-inherited-from): Improve docstring.
31225 (org-entry-get-with-inheritance): Reset marker before starting the
31226 search.
31227
31228 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
31229
31230 * org.el (org-entry-get-multivalued-property)
4d789d84
SM
31231 (org-entry-protect-space, org-entry-restore-space):
31232 New functions.
7877f373 31233 (org-file-apps-defaults-macosx): Let PostScript files be opened by
621f83e4
CD
31234 preview.
31235 (org-time-stamp-inactive): Call `org-time-stamp'.
cd1181db 31236 (org-time-stamp): New argument `inactive'. Also edit inactive
f924a367 31237 stamps. Convert time stamp type.
621f83e4
CD
31238 (org-open-file): Interpret the `default' value for the `command'
31239 in `org-file-apps'.
31240
31241 * org-id.el (org-id-int-to-b36-one-digit)
31242 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3e344045 31243 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
621f83e4
CD
31244 b36.
31245
31246 * org-id.el (org-id-reverse-string): New function.
31247 (org-id-new): Use `org-id-reverse-string' to make sure the
31248 beginning chars of the ID are mutating fast. This allows to use a
31249 directory structure to spread things better.
3e344045 31250 (org-id-prefix): Change default to nil.
621f83e4
CD
31251
31252 * org-list.el (org-move-item-down, org-move-item-up): Remember and
31253 restore the column of the cursor position.
31254
31255 * org-remember.el (org-remember-apply-template): Remove properties
31256 from `initial'.
31257
31258 * org-wl.el (org-wl-open): Remove useless call to
31259 `wl-thread-open-all'.
31260
31261 * org-remember.el (org-remember-handler): Fix bug with `bottom'
31262 location.
31263
31264 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
31265 `org-bbdb-anniversaries'.
31266
4d789d84
SM
31267 * org.el (org-get-next-sibling, org-forward-same-level):
31268 New functions, similar to the outline versions, but invisible headings
621f83e4
CD
31269 are OK.
31270
23f6720e 312712008-10-12 Bastien Guerry <bzg@gnu.org>
621f83e4
CD
31272
31273 * org.el (org-auto-repeat-maybe): Insert a space between
31274 the timestamp's type and the timestamp itself.
31275
312762008-10-12 Carsten Dominik <dominik@science.uva.nl>
31277
31278 * org-table.el (org-table-sum): Do not format the result with %g,
31279 it does rounding when there are too many digits.
31280
31281 * org.el (org-map-entries): Protect the keyword-selecting variables.
31282
23f6720e 312832008-10-12 Bastien Guerry <bzg@gnu.org>
621f83e4
CD
31284
31285 * org-agenda.el (org-agenda-to-appt): Make sure the function check
31286 against all agenda files.
31287
312882008-10-12 Carsten Dominik <dominik@science.uva.nl>
23f6720e 31289 Bastien Guerry <bzg@gnu.org>
621f83e4
CD
31290
31291 * org-list.el: New file, aggregating list functions from org.el
31292 and org-export-latex.el.
31293
646bcdd7
GM
312942008-10-12 Carsten Dominik <dominik@science.uva.nl>
31295
621f83e4
CD
31296 * org.el (org-edit-src-region-extra): New option.
31297
31298 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
31299 time before 1am.
31300
23f6720e 313012008-10-12 Bastien Guerry <bzg@gnu.org>
621f83e4
CD
31302
31303 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
31304
f44d8669 313052008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
31306
31307 * org-plot.el (org-plot/gnuplot): Make tables starting with a
31308 hline work correctly.
31309 (org-plot/gnuplot-script): Put commas at the end of each script
31310 line.
31311
31312 * org.el (org-get-refile-targets): Replace links with their
c4cc8b9a 31313 descriptions.
621f83e4
CD
31314 (org-imenu-get-tree): Replace links with their descriptions.
31315
31316 * org-remember.el (org-remember-apply-template): Add a new
31317 expansion for adding properties to remember items.
31318
31319 * org.el (org-add-log-setup): Skip over drawers (properties,
31320 clocks etc) when adding notes.
31321
a628ad9d 31322 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
621f83e4
CD
31323 items as well as the start and end times.
31324
31325 * org-compat.el (org-get-x-clipboard-compat): Add a compat
31326 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
31327
31328 * org-remember.el (org-get-x-clipboard): Use the compat
31329 function to get clipboard values when x-selection-value is
f924a367 31330 unavailable. Use substring-no-properties instead of
621f83e4
CD
31331 set-text-properties to remove text properties from the clipboard
31332 value.
31333
76e3243a 31334 * org-clock.el (org-update-mode-line): Support limiting the
621f83e4 31335 modeline clock string, and display the full todo value in the
f924a367 31336 tooltip. Set a local keymap so mouse-3 on the clock string goes to
621f83e4
CD
31337 the currently clocked task.
31338 (org-clock-string-limit): Add a custom value for the maximum
31339 length of the clock string in the modeline.
8bdd66dc 31340 (org-clock-mode-map): Add a keymap for the modeline string.
621f83e4
CD
31341
313422008-10-12 Carsten Dominik <dominik@science.uva.nl>
31343
31344 * org-compat.el (org-propertize): New function.
31345
23f6720e 313462008-10-12 Bastien Guerry <bzg@gnu.org>
621f83e4 31347
a628ad9d 31348 * org-export-latex.el (org-export-latex-tables): Protect exported
621f83e4
CD
31349 tables from further special chars conversion.
31350 (org-export-latex-preprocess): Preserve LaTeX environments.
31351 (org-list-parse-list): Parse descriptive lists.
31352 (org-list-to-generic, org-list-to-latex, org-list-to-html)
31353 (org-list-to-texinfo): Export descriptive lists.
31354 (org-quote-chars): Remove.
31355 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
31356 (org-export-latex-list-beginning-re): Rename to
c4cc8b9a 31357 `org-list-beginning-re'.
8bdd66dc 31358 (org-list-item-begin): Rename to `org-list-item-beginning'.
621f83e4 31359
646bcdd7
GM
313602008-10-12 Eric Schulte <schulte.eric@gmail.com>
31361
31362 * org-plot.el: New file.
31363
621f83e4
CD
313642008-10-12 Carsten Dominik <dominik@science.uva.nl>
31365
31366 * org.el (org-refile): Allow refiling to the last entry in the
31367 buffer.
31368 (org-get-tags-at): Fix bug when inheritance is turned off.
31369
31370 * org.el (org-indent-line-function): No longer check for src
31371 regions, this is too much overhead.
31372
31373 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
31374 matching.
31375
31376 * org.el (org-scan-tags): Make sure that tags matching is not case
31377 sensitive. TODO keyword matching is case sensitive, however, to
31378 avoid confusion with similar words that are not meant to be
31379 keywords.
31380
31381 * org.el (org-get-local-tags-at): New function.
31382 (org-get-local-tags): New function.
31383
31384 * org-exp.el (org-export-get-categories): New function.
31385
31386 * org-agenda.el (org-sorting-choice)
31387 (org-agenda-sorting-strategy, org-agenda-get-todos)
31388 (org-agenda-get-timestamps, org-agenda-get-deadlines)
31389 (org-agenda-get-scheduled, org-agenda-get-blocks)
31390 (org-entries-lessp): Implement sorting by TODO state.
31391 (org-cmp-todo-state): New defsubst.
31392
4d789d84
SM
31393 * org-colview.el (org-colview-construct-allowed-dates):
31394 New function.
31395 (org-columns-next-allowed-value):
31396 Use `org-colview-construct-allowed-dates'.
621f83e4 31397
621f83e4
CD
31398 * org.el (org-protect-slash): New function.
31399 (org-get-refile-targets): Use `org-protect-slash'.
31400
31401 * org-agenda.el (org-global-tags-completion-table): New variable.
31402
31403 * org-exp.el (org-export-handle-export-tags): New function.
4d789d84
SM
31404 (org-export-preprocess-string):
31405 Call `org-export-handle-export-tags'.
621f83e4 31406
621f83e4
CD
31407 * org-publish.el (org-publish-expand-components): Function removed.
31408 (org-publish-expand-projects): Allow components to have components.
31409
31410 * org.el (org-indent-line-function): Do not indent in regions that
31411 are external source code.
31412 (org-yank-and-fold-if-subtree): New function.
31413
31414 * org-agenda.el (org-agenda-todayp): New function.
4d789d84
SM
31415 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31416 Use `org-agenda-todayp'.
621f83e4
CD
31417
31418 * org.el (org-insert-heading-respect-content)
31419 (org-insert-todo-heading-respect-content): New commands.
31420 (org-insert-heading-respect-content): New option.
31421 (org-insert-heading): Respect `org-insert-heading-respect-content'.
31422
31423 * org-clock.el (org-clock-find-position): Make sure the note after
31424 the clock line gets moved into the new clock drawer.
31425
31426 * org-id.el (org-id-new): New option.
31427
31428 * org-table.el (org-table-copy-down): Avoid overflow during
31429 increment. Use prefix argument 0 to temporarily disable the
31430 increment.
31431
31432 * org-exp.el (org-export-as-html): Do not turn on the major mode
31433 if the buffer will be killed anyway.
31434 (org-get-current-options): Exclude the #+TEXT field.
31435 (org-export-as-html): Make sure text before the first headline is
31436 a paragraph.
31437
31438 * org-publish.el (org-publish-org-to): Tell the exporter that this
31439 buffer will be killed, so it is not necessary to do major mode
31440 initialization.
31441
31442 * org-archive.el (org-archive-to-archive-sibling): Show empty
31443 lines after folding the archive sibling.
31444
31445 * org.el (org-log-note-extra): New variable.
31446
23f6720e 314472008-10-12 Bastien Guerry <bzg@gnu.org>
621f83e4 31448
3e344045 31449 * org.el (org-additional-option-like-keywords): Add keywords for
621f83e4
CD
31450 the _QUOTE, _VERSE and _SRC environments.
31451
31452 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
31453 exporting _QUOTE and _VERSE environments.
31454
314552008-10-12 Carsten Dominik <dominik@science.uva.nl>
31456
31457 * org-agenda.el (org-agenda-filter-by-tag): New command.
31458
31459 * org-exp.el (org-get-current-options): Remove angular brackets
31460 from the date entry.
31461
31462 * org.el (org-edit-fixed-width-region): New function.
31463 (org-edit-fixed-width-region): Also try
31464 `org-edit-fixed-width-region'.
31465 (org-edit-fixed-width-region-mode): New option.
c7015153 31466 (org-activate-code): Only interpret lines starting with colon
621f83e4
CD
31467 plus a space as example lines.
31468
31469 * org-remember.el (org-remember-templates): Add nil instead of
31470 empty strings to fix the length of remember templates.
31471
31472 * org-table.el (org-calc-default-modes): Fix the time format for
31473 calc, from 12 hour to 24 hour clock.
31474
31475 * org-agenda.el (org-agenda-get-deadlines)
31476 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
31477 entries that are pre-warnings of deadlines or reminders.
31478
31479 * org.el (org-sort-entries-or-items): Make numeric and alpha
31480 comparisons ignore any TODO keyword and priority cookie.
31481
31482 * org-remember.el (org-remember-handler): Reinterpretation of the
31483 prefix argument.
31484
31485 * org-agenda.el (org-agenda-get-scheduled): Use new
31486 `org-scheduled' face.
31487
31488 * org-faces.el (org-scheduled): New face.
31489
31490 * org-wl.el (org-wl-open): Remove incorrect declaration.
31491
31492 * org-gnus.el (org-gnus-store-link): Support for :to information
31493 in gnus links.
31494
3e344045 31495 * org-exp.el (org-export-as-html): Fix typo in creator
621f83e4
CD
31496 information.
31497 (org-export-protect-examples): New parameter indent. Insert extra
31498 spaces only when this parameter is specified.
31499 (org-export-preprocess-string): Call `org-export-protect-examples'
31500 with an indentation parameter when exporting to ASCII.
31501
31502 * org-remember.el (org-remember-templates)
31503 (org-remember-apply-template): Allow the file component to be a
31504 function.
31505
3e344045 31506 * org.el (org-goto-local-search-headings): Rename from
621f83e4
CD
31507 `org-goto-local-search-forward-headings'. Added the possibility
31508 to search backwards.
31509
31510 * org-export-latex.el (org-export-latex): New customization
31511 group.
31512
31513 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
31514
31515 * org-exp.el (org-html-do-expand): Allow {} to terminate
8bdd66dc 31516 tex macro.
621f83e4
CD
31517
31518 * org.el (org-buffer-list): Select buffers based on major mode,
31519 not on file name.
31520
31521 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
31522 face property.
31523
4d789d84
SM
31524 * org-colview.el (org-columns-display-here):
31525 Use `org-columns-modify-value-for-display-function'.
621f83e4 31526
621f83e4
CD
31527 * org.el (org-columns-modify-value-for-display-function): New option.
31528
621f83e4
CD
31529 * org-publish.el (org-publish-file): Make sure the directory match
31530 for the publishing directory works correctly.
31531
31532 * org-agenda.el (org-agenda-execute-calendar-command)
31533 (org-agenda-diary-entry): Additional optional argument.
31534
315352008-07-24 Carsten Dominik <dominik@science.uva.nl>
31536
31537 * org-exp.el (org-export-as-html): Add attributes also in mailto
31538 and ftp links.
31539
31540 * org.el (org-autoload): Add `org-dblock-write:columnview'.
31541
79e43d6e
GM
315422008-08-11 Glenn Morris <rgm@gnu.org>
31543
31544 * org-mac-message.el (do-applescript): Fix declaration.
31545
5c94b31c
GM
315462008-08-10 Glenn Morris <rgm@gnu.org>
31547
31548 * org-exp.el (org-export-as-html): Let-bind `i'.
31549
31550 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
31551 (org-extract-attributes): Let-bind `key', `value'.
31552 (org-make-tags-matcher): Let-bind `time-p'.
31553
0eafa5a7
CD
315542008-07-27 Carsten Dominik <dominik@science.uva.nl>
31555
31556 * org-install.el: New file.
31557
ad9c4a78
CD
315582008-07-26 Carsten Dominik <dominik@science.uva.nl>
31559
31560 * org-exp.el (org-export-html-style)
31561 (org-export-html-style-extra): Declare as safe-local-variable.
31562
0627c265
CD
315632008-07-25 Carsten Dominik <dominik@science.uva.nl>
31564
31565 * org-publish.el (org-publish-file): Use the true name of the
31566 file.
31567
31568 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
31569 instead of :style.
31570
31571 * org-exp.el (org-export-plist-vars)
31572 (org-export-add-options-to-plist): Handle creator setting flag.
31573 (org-export-as-html): Handle attributes also for ftp and mailto
31574 links.
31575
31576 * org-agenda.el (org-agenda-diary-entry)
31577 (org-agenda-execute-calendar-command): Cater for the second
31578 argument of `calendar-cursor-to-date'.
31579
2c3ad40d
CD
315802008-07-24 Carsten Dominik <dominik@science.uva.nl>
31581
4d789d84
SM
31582 * org-exp.el (org-export-region-as-html, org-export-as-html):
31583 Make sure that calls from `org-export-region-as-html' do not do the
2c3ad40d
CD
31584 special check for a subtree.
31585
31586 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
31587
4d789d84
SM
31588 * org.el (org-open-file):
31589 Use `org-open-directory-means-index-dot-org'.
2c3ad40d
CD
31590 (org-open-directory-means-index-dot-org): New option.
31591
31592 * org.el (org-make-link-string): Remove link attributes from
31593 description.
10d1d0af 31594 (org-open-at-point): Remove link attributes before using the path.
2c3ad40d
CD
31595
31596 * org-exp.el (org-export-as-html): Handle link attributes.
31597
31598 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
31599
31600 * org-table.el (org-table-to-lisp): New function.
31601
31602 * org.el (org-narrow-to-subtree): Do not include the final newline
31603 into the narrowed region.
31604
4d789d84
SM
31605 * org-agenda.el (org-agenda-custom-commands-local-options):
31606 Fix bug with user-define skipping condition.
2c3ad40d 31607
3e344045 31608 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
2c3ad40d
CD
31609
31610 * org-exp.el (org-export-html-style-default): Automatic overflow
31611 handling for pre fields.
31612 (org-export-as-ascii, org-export-as-html): Change default format
31613 for time stamp.
31614
31615 * org-table.el (org-table-export): Offer completion for translator
31616 functions, and do not require a heading above the table.
31617
31618 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
31619 Cater for the case of a list starting in the first line of the
31620 buffer.
31621
31622 * org-publish.el (org-publish-find-title): Bug fix.
31623 (org-publish-org-index): Implement new :index-style option.
31624
4d789d84
SM
31625 * org-publish.el (org-publish-timestamp-filename):
31626 Use SHA1-encoded file names in the timestamp directory.
2c3ad40d
CD
31627
31628 * org-publish.el (org-publish-needed-p): Be verbose about files
31629 published and files skipped.
31630
31631 * org-exp.el (org-export-preprocess-string): Swap link
10d1d0af 31632 normalization and internal link targeting.
2c3ad40d
CD
31633
31634 * org-publish.el (org-publish-needed-p): Create timestamp
31635 directory when it does not exist.
31636
31637 * org-clock.el (org-clock-out-when-done): Doc fix.
31638
31639 * org.el (org-agenda-skip-unavailable-files): Doc fix.
31640
31641 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
31642 Ignore case when searching for the COMMENT cookie at export time.
31643
31644 * org-exp.el (org-get-file-contents)
31645 (org-get-and-remove-property): New functions.
31646 (org-export-handle-include-files): Handle the new prefix options.
31647 (org-export-as-html): Fix the verse environment.
31648
31649 * org.el (org-time=, org-time<, org-time<=, org-time>)
31650 (org-time>=, org-time<>, org-2ft): New functions.
10d1d0af 31651 (org-op-to-function): Also provide for the time testing functions.
2c3ad40d
CD
31652
31653 * org-exp.el (org-export-html-style-default): New constant.
31654
31655 * org-exp.el (org-export-html-style-extra): New variable.
31656 (org-export-splice-style): New function.
31657
31658 * org-exp.el (org-export-plist-vars, org-export-as-html):
31659 Implement `org-export-creator-info'.
31660 (org-export-creator-info): New option.
31661
31662 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
31663 (org-property-drawer-re, org-clock-drawer-re): New constants.
31664
31665 * org-exp.el (org-icalendar-use-deadline)
31666 (org-icalendar-use-scheduled): New options.
31667 (org-icalendar-include-todo): Default changed to t.
31668 (org-print-icalendar-entries): Implement better utilization of
31669 scheduling and deadline time stamps.
31670 (org-export-target-internal-links, org-export-as-html): Allow file
31671 lines without the "file:" prefix if the file path is an absolute
31672 path or starts with ".".
31673
10d1d0af 31674 * org-clock.el (org-clocktable-shift): Also understand yesterday,
2c3ad40d 31675 lastweek etc.
10d1d0af 31676 (org-clock-special-range): Also understand yesterday, lastweek etc.
2c3ad40d
CD
31677
31678 * org.el (org-agenda-skip-archived-trees): Docstring now
31679 discourages using this.
31680 (org-scan-tags): Check for org-agenda-archives-mode.
31681 (org-map-entries): Make sure org-agenda-archives-mode is nil.
31682 (org-agenda-files): Functionality of second arg changed.
31683
c4cc8b9a 31684 * org-agenda.el (org-agenda-archives-mode): New variable.
2c3ad40d
CD
31685 (org-write-agenda, org-prepare-agenda, org-agenda-list)
31686 (org-search-view, org-todo-list, org-tags-view)
31687 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
31688 `ifmode' argument.
31689 (org-agenda-quit): Reset the archives mode.
31690 (org-agenda-archives-mode): New command.
31691 (org-agenda-set-mode-name): Include archives info.
31692
31693 * org.el (org-paste-subtree): Make sure the yanked headline is
31694 visible if it was yanked at a visible point.
31695 (org-move-item-up): Fix the bug with moving white space at the end
31696 of the item.
31697 (org-show-empty-lines-in-parent): New function.
31698
ff759a98
JL
316992008-07-19 Juri Linkov <juri@jurta.org>
31700
31701 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
31702 new keymap `narrow-map' instead of binding "\C-xns".
31703
cf7241c8
JB
317042008-07-02 Juanma Barranquero <lekktu@gmail.com>
31705
31706 * org.el (org-agenda-skip-unavailable-files):
31707 * org-clock.el (org-clock-out-when-done): Doc fixes.
31708
2530ae2a
GM
317092008-06-18 Glenn Morris <rgm@gnu.org>
31710
31711 * org.el (org-map-entries): Let-bind `file'.
31712
b349f79f
CD
317132008-06-17 Carsten Dominik <dominik@science.uva.nl>
31714
31715 * org-colview.el (org-columns-next-allowed-value): Bug fix.
31716
b349f79f
CD
31717 * org-agenda.el (org-agenda-get-closed): Get the end time into the
31718 agenda prefix as well.
31719
31720 * org-publish.el (org-publish-org-index): Make a properly indented
31721 list.
31722
31723 * org.el (org-calendar-agenda-action-key): New option.
31724 (org-get-cursor-date): New function.
31725 (org-mark-entry-for-agenda-action): New command.
31726 (org-overriding-default-time): New variable.
31727 (org-read-date): Respect `org-overriding-default-time'.
31728
31729 * org-remember.el (org-remember-apply-template): Respect the
cf7241c8 31730 overriding default time.
b349f79f
CD
31731
31732 * org-agenda.el (org-agenda-action-marker): New variable.
31733 (org-agenda-action): New command.
31734 (org-agenda-do-action): New function.
31735
317362008-06-17 Carsten Dominik <dominik@science.uva.nl>
31737
31738 * org.el (org-schedule, org-deadline): Protect scheduled and
e4920bc9 31739 deadline tasks against changes that accidentally remove the
b349f79f
CD
31740 repeater. Also show a message with the new date when done.
31741
317422008-06-17 Carsten Dominik <dominik@science.uva.nl>
31743
31744 * org.el (org-beginning-of-line): Cater for the case when there
31745 are tags but no headline text.
31746 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
31747 it set.
31748
317492008-06-17 Carsten Dominik <dominik@science.uva.nl>
31750
31751 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
31752 the return value is nil instead of "nil" when there is no match.
31753
31754 * org-exp.el (org-insert-centered): Use fill-column instead of
31755 80.
31756 (org-export-as-ascii): Use string-width to measure the width of
31757 the heading.
31758
31759 * org.el (org-diary-to-ical-string): No longer kill buffer
31760 FROMBUF, this is now done by the caller.
31761
31762 * org-exp.el (org-print-icalendar-entries): Move the call to
31763 `org-diary-to-ical-string' out of the loop, and kill the buffer
31764 afterwords.
31765
4d789d84
SM
31766 * org-remember.el (org-remember-visit-immediately):
31767 Position cursor after moving to the note.
b349f79f
CD
31768 (org-remember-apply-template): Use a text property to record the
31769 cursor position.
31770 (org-remember-handler): Align tags after pasting the note.
31771
317722008-06-17 Carsten Dominik <dominik@science.uva.nl>
31773
31774 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
31775
31776 * org-agenda.el (org-agenda-open-link): If there is an
31777 org-bbdb-name property in the current line, jump to that bbdb
31778 entry.
31779
31780 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
31781 text property, so that the agenda knows where this entry comes
31782 from.
31783
3e344045 31784 * org-agenda.el (org-agenda-clock-in): Fix bug in the
b349f79f
CD
31785 interaction between clocking-in from the agenda, and automatic
31786 task state switching.
31787
10d1d0af 31788 * org-macs.el (org-with-point-at): Bug fix in macro definition.
b349f79f
CD
31789
31790 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
31791 zmacs-region stays after this command in XEmacs.
31792
317932008-06-17 Carsten Dominik <dominik@science.uva.nl>
31794
31795 * org.el (org-scan-tags): Allow new values for ACTION parameter.
31796
31797 * org-remember.el (org-remember-templates): Fix bug in
31798 customization type definition.
31799
31800 * org.el (org-map-entries): New function.
31801
318022008-06-17 Carsten Dominik <dominik@science.uva.nl>
31803
31804 * org-agenda.el (org-agenda-skip-comment-trees): New option.
31805 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
31806
318072008-06-17 Carsten Dominik <dominik@science.uva.nl>
31808
31809 * org-remember.el (org-jump-to-target-location): New variable.
4d789d84
SM
31810 (org-remember-apply-template):
31811 Set `org-remember-apply-template' if requested by template.
b349f79f
CD
31812 (org-remember-handler): Start an idle timer to jump to
31813 remember location.
31814
31815 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
31816
31817 * org.el (org-set-regexps-and-options): Fix bug with parsing of
31818 file tags.
31819 (org-get-tags-at): Add the content of `org-file-tags'.
31820
31821 * org-exp.el (org-export-handle-comments): Fix bug with several
31822 comment lines after each other.
31823 (org-number-to-roman, org-number-to-counter): New functions.
31824 (org-export-section-number-format): New option.
31825
318262008-06-17 Carsten Dominik <dominik@science.uva.nl>
31827
31828 * org-exp.el (org-export-protect-examples): Catch the case of a
31829 missing end_example line.
31830
31831 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
31832 `org-file-tags' to nil.
31833
31834 * org-colview.el (org-columns-next-allowed-value): Handle next
31835 argument NTH to directly select a value.
31836
b349f79f
CD
318372008-06-17 Carsten Dominik <dominik@science.uva.nl>
31838
31839 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
31840
318412008-06-17 Carsten Dominik <dominik@science.uva.nl>
31842
31843 * org.el (org-columns-ellipses): New option.
31844
318452008-06-17 Carsten Dominik <dominik@science.uva.nl>
31846
31847 * org-colview.el (org-columns-add-ellipses): New function.
31848 (org-columns-compact-links): New function.
31849 (org-columns-cleanup-item): Call `org-columns-compact-links'.
31850 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
31851 when in agenda.
3e344045 31852 (org-columns-edit-value): Fix bug with editing values from
b349f79f
CD
31853 agenda column view.
31854 (org-columns-redo): Also redo the agenda itself.
31855
318562008-06-17 Carsten Dominik <dominik@science.uva.nl>
31857
4d789d84
SM
31858 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
31859 New option.
b349f79f
CD
31860
31861 * org-colview.el (org-agenda-columns-cleanup-item): New function.
31862
3e344045 31863 * org-exp.el (org-export-ascii-preprocess): Rename from
b349f79f
CD
31864 `org-export-ascii-clean-string'.
31865 (org-export-kill-licensed-text)
31866 (org-export-define-heading-targets)
31867 (org-export-handle-invisible-targets)
31868 (org-export-target-internal-links)
31869 (org-export-remove-or-extract-drawers)
31870 (org-export-remove-archived-trees)
31871 (org-export-protect-quoted-subtrees)
31872 (org-export-protect-verbatim, org-export-protect-examples)
31873 (org-export-select-backend-specific-text)
31874 (org-export-mark-blockquote-and-verse)
31875 (org-export-remove-comment-blocks-and-subtrees)
31876 (org-export-handle-comments, org-export-mark-radio-links)
31877 (org-export-remove-special-table-lines)
31878 (org-export-normalize-links)
31879 (org-export-concatenate-multiline-links)
31880 (org-export-concatenate-multiline-emphasis): New functions,
10d1d0af 31881 obtained from spliting the export preprocessor.
b349f79f
CD
31882
31883 * org-table.el (org-table-recalculate): Improve error message if
31884 the row number is invalid.
31885
318862008-06-17 Carsten Dominik <dominik@science.uva.nl>
31887
31888 * org-archive.el (org-archive-save-context-info): Fix bugs in
31889 customization setup and docstring.
31890
3e344045 31891 * org-exp.el (org-export-html-style): Change the size of in the
b349f79f
CD
31892 <pre> element to 90%.
31893
318942008-06-17 Carsten Dominik <dominik@science.uva.nl>
31895
31896 * org.el (org-find-src-example-start): Function removed.
31897 (org-edit-src-find-region-and-lang): New function.
31898
318992008-06-17 Carsten Dominik <dominik@science.uva.nl>
31900
31901 * org.el (org-edit-src-exit): New function.
31902 (org-exit-edit-mode): New minor mode.
31903
31904 * org-exp.el (org-export-preprocess-string): Fix bug with removing
31905 comment-like lines from protected examples.
31906
31907 * org.el (org-edit-src-example, org-find-src-example-start)
31908 (org-protect-source-example, org-edit-special): New functions.
31909
319102008-06-17 Carsten Dominik <dominik@science.uva.nl>
31911
31912 * org-publish.el (org-publish-project-alist): Fix typo in
31913 docstring.
31914 (org-publish-project-alist): Handle :index-title property.
31915
319162008-06-17 Carsten Dominik <dominik@science.uva.nl>
31917
31918 * org-export-latex.el (org-export-as-latex): Make sure region
31919 bounds are correct. Parse subtree properties relating to export.
31920
31921 * org-exp.el (org-export-add-options-to-plist): New function.
31922 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
31923
319242008-06-17 Carsten Dominik <dominik@science.uva.nl>
31925
31926 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
31927 EXPORT_TITLE.
31928
31929 * org-exp.el (org-export-get-title-from-subtree)
31930 (org-export-as-ascii, org-export-as-html): Make sure the original
3e344045 31931 region-beginning and region-end are used, even after moving point.
b349f79f
CD
31932 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
31933 property.
31934
31935 * org-remember.el (org-remember-last-stored-marker): New variable.
31936 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
31937 (org-remember-handler): Also use marker to remember
31938 last-stored position.
31939
31940 * org.el (org-goto-marker-or-bmk): New function.
31941
319422008-06-17 Carsten Dominik <dominik@science.uva.nl>
31943
3e344045 31944 * org.el (org-file-properties): Rename from `org-local-properties'.
b349f79f
CD
31945 (org-scan-tags): Take file tags into account.
31946 (org-tags-match-list-sublevels): Default changed to t.
31947
3e344045 31948 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
b349f79f
CD
31949
31950 * org.el (org-update-parent-todo-statistics): New function.
31951
31952 * org-exp.el (org-icalendar-store-UID): New option.
31953 (org-icalendar-force-UID): Option removed.
31954 (org-print-icalendar-entries): IMplement UIDs.
31955
319562008-06-17 Carsten Dominik <dominik@science.uva.nl>
31957
31958 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
31959
319602008-06-17 Carsten Dominik <dominik@science.uva.nl>
31961
31962 * org-faces.el (org-column): Document how this face is being used
062f2cfc 31963 and why sometimes the background faces shine through.
b349f79f
CD
31964
31965 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
31966
31967 * org-publish.el (org-publish-attachment): Create publishing
31968 directory if it does not yet exist.
31969
31970 * org-table.el (org-calc-default-modes): Change default number
31971 format to (float 8).
31972
31973 * org.el (org-olpath-completing-read): New function.
31974 (org-time-clocksum-format): New option.
31975 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
31976
31977 * org-clock.el (org-clock-display, org-clock-out)
31978 (org-update-mode-line): Use `org-time-clocksum-format'.
31979
4d789d84
SM
31980 * org-colview.el (org-columns-number-to-string):
31981 Use `org-time-clocksum-format'.
b349f79f
CD
31982
319832008-06-17 Carsten Dominik <dominik@science.uva.nl>
31984
31985 * org-id.el: New file, move from contrib to core.
31986
31987 * org-exp.el (org-icalendar-force-UID): New option.
31988
319892008-06-17 Carsten Dominik <dominik@science.uva.nl>
31990
31991 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3e344045 31992 shifted by one day if there is a date range without an end time.
b349f79f
CD
31993
31994 * org.el (org-try-structure-completion): New function.
31995
319962008-06-17 Carsten Dominik <dominik@science.uva.nl>
31997
31998 * org.el (org-set-font-lock-defaults): Improve fontification of
31999 description lists.
32000 (org-insert-item): Handle description lists.
32001 (org-adaptive-fill-function): Improve auto indentation in
32002 description lists.
32003
32004 * org-exp.el (org-export-as-html, org-export-preprocess-string):
32005 Implement VERSE environment.
32006 (org-export-preprocess-string): Implement the COMMENT
32007 environment.
32008
4d789d84
SM
32009 * org-export-latex.el (org-export-latex-preprocess):
32010 Implement VERSE environment.
b349f79f
CD
32011
320122008-06-17 Carsten Dominik <dominik@science.uva.nl>
32013
32014 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
32015 option.
32016
320172008-06-17 Carsten Dominik <dominik@science.uva.nl>
32018
32019 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
32020
32021 * org.el (org-quote-csv-field): New functions.
32022
32023 * org-table.el (org-table-export-default-format): Remove :splice
32024 from default format, we get the same effect by not specifying
32025 :tstart and :tend.
32026 (org-table-export): Improve setup, distinguish better between
32027 interactive and non-interactive use, allow specifying the format
32028 on the fly, better protection against wrong file names.
32029 (orgtbl-to-generic): Fix documentation. Do not require :tstart
32030 and :tend when :splice is omitted.
32031
320322008-06-17 Carsten Dominik <dominik@science.uva.nl>
32033
32034 * org-clock.el (org-clock-select-task): Make sure the selection
32035 letters are 1-9 and A-Z, no special characters.
32036
320372008-06-17 Carsten Dominik <dominik@science.uva.nl>
32038
32039 * org-exp.el (org-export-htmlize): New group.
32040 (org-export-htmlize-output-type)
32041 (org-export-htmlize-css-font-prefix): New options.
32042 (org-export-htmlize-region-for-paste): New function.
32043 (org-export-htmlize-generate-css): New command.
32044
320452008-06-17 Carsten Dominik <dominik@science.uva.nl>
32046
32047 * org.el (org-set-visibility-according-to-property): New function.
32048 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
32049 and compute the regular expressions, and update font-lock.
32050 (org-property-re): Allow a dash in property names.
32051
32052 * org-archive.el (org-extract-archive-file): Insert the file name
32053 without the path into the format, to allow the location format to
32054 contain a subdirectory.
32055
32056 * org-agenda.el (org-agenda-post-command-hook): If point is at end
32057 of buffer, and the `org-agenda-type' property undefined, use the
32058 value from the character before.
32059
32060 * org.el (org-add-planning-info): Don't let indentation for
32061 would-be timestamp become extra whitespace at the end of headline.
32062
320632008-06-17 Carsten Dominik <dominik@science.uva.nl>
32064
4d789d84
SM
32065 * org.el (org-remove-double-quotes, org-file-contents):
32066 New functions.
b349f79f
CD
32067
32068 * org-exp.el (org-infile-export-plist): Also parse the
32069 contents of #+SETUPFILE files, recursively.
32070
32071 * org.el (org-set-regexps-and-options): Also parse the
32072 contents of #+SETUPFILE files, recursively.
32073
32074 * org-exp.el (org-export-handle-include-files): New function.
4d789d84
SM
32075 (org-export-preprocess-string):
32076 Call `org-export-handle-include-files'.
b349f79f
CD
32077
32078 * org.el (org-delete-property-globally)
32079 (org-delete-property, org-set-property): Ignore case during
32080 completion.
32081 (org-set-property): Use `org-completing-read' instead of
32082 `completing-read'.
32083
32084 * org.el (org-complete-expand-structure-template): New,
32085 experimental function.
32086 (org-structure-template-alist): New, experimental option.
32087 (org-complete): Call `org-complete-expand-structure-template'.
32088
23f6720e 320892008-06-17 Bastien Guerry <bzg@gnu.org>
b349f79f 32090
3e344045
SM
32091 * org-export-latex.el (org-export-latex-preprocess):
32092 Add support for blockquotes.
b349f79f
CD
32093
320942008-06-17 Carsten Dominik <dominik@science.uva.nl>
32095
32096 * org.el (org-read-date-analyze): Catch the case where only a
32097 weekday is given.
32098
320992008-06-17 Carsten Dominik <dominik@science.uva.nl>
32100
32101 * org.el (org-set-font-lock-defaults): Make the description
32102 tag bold.
32103
4d789d84
SM
32104 * org-exp.el (org-export-as-html, org-close-li):
32105 Implement description lists.
b349f79f 32106
f0131492 321072008-06-17 Jason Riedy <jason@acm.org>
b349f79f
CD
32108
32109 * org-table.el (*orgtbl-default-fmt*): New variable.
32110 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
32111 when there is no other fmt available.
32112
32113 (orgtbl-to-generic): Allow an explicitly nil :tstart or
32114 :tend to suppress the appropriate string.
32115
32116 (orgtbl-to-orgtbl): New function for translating to another orgtbl
32117 table.
32118
321192008-06-17 Carsten Dominik <dominik@science.uva.nl>
32120
32121 * org.el (org-read-date-analyze): "." as an alias for "+0" in
32122 read date.
32123
32124 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
32125 New function.
32126
32127 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
32128 New function.
32129
321302008-06-17 Carsten Dominik <dominik@science.uva.nl>
32131
32132 * org-clock.el (org-clock-find-position): Don't include notes
32133 into clock drawer.
32134
32135 * org-archive.el (org-archive-subtree): No longer remove an
32136 extra line after cutting the subtree. `org-cut-subtree' already
32137 takes care of this.
32138
32139 * org-remember.el (org-remember-handler): Only kill the target
32140 buffer if it does not contain the running clock.
32141
32142 * org.el (org-markers-to-move): New variable.
32143 (org-save-markers-in-region, org-check-and-save-marker)
32144 (org-reinstall-markers-in-region): New function.
32145 (org-move-subtree-down, org-copy-subtree): Remember relative
32146 marker positions before cutting.
32147 (org-move-subtree-down, org-paste-subtree): Restore relative
32148 marker positions after pasting.
32149
32150 * org-remember.el (org-remember-clock-out-on-exit): New option.
32151 (org-remember-finalize): Clock out only if the setting in
32152 `org-remember-clock-out-on-exit' requires it.
32153 (org-remember-handler): Do the cleanup in the buffer, to make sure
32154 that the clock marker remains in tact.
32155
321562008-06-17 Carsten Dominik <dominik@science.uva.nl>
32157
32158 * org-clock.el (org-clock-goto): Widen buffer if necessary.
32159 (org-clock-in): Make sure that also tasks outside the narrowed
32160 region will be clocked in correctly.
32161 (org-clock-insert-selection-line): Widen the buffer so that we can
32162 find the correct task heading.
32163
32164 * org.el (org-base-buffer): New function.
32165
01c35094 32166 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
b349f79f
CD
32167 and ";" are escaped.
32168 (org-print-icalendar-entries): Also apply
32169 `org-icalendar-cleanup-string' to the headline, not only to the
32170 summary property.
32171
321722008-06-17 Carsten Dominik <dominik@science.uva.nl>
32173
32174 * org-exp.el (org-export-preprocess-hook): New hook.
3e344045 32175 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
b349f79f
CD
32176
32177 * org.el (org-font-lock-hook): New variable.
32178 (org-font-lock-hook): New function.
32179 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
32180
2530ae2a
GM
32181;; Local Variables:
32182;; coding: utf-8
32183;; add-log-time-zone-rule: t
32184;; End:
32185
ba318903 32186 Copyright (C) 2008-2014 Free Software Foundation, Inc.
2530ae2a
GM
32187
32188 This file is part of GNU Emacs.
32189
32190 GNU Emacs is free software: you can redistribute it and/or modify
32191 it under the terms of the GNU General Public License as published by
32192 the Free Software Foundation, either version 3 of the License, or
32193 (at your option) any later version.
32194
32195 GNU Emacs is distributed in the hope that it will be useful,
32196 but WITHOUT ANY WARRANTY; without even the implied warranty of
32197 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32198 GNU General Public License for more details.
32199
32200 You should have received a copy of the GNU General Public License
32201 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.