]> code.delx.au - gnu-emacs/blob - lisp/org/ChangeLog
Remove duplicated ChangeLog entry
[gnu-emacs] / lisp / org / ChangeLog
1 2013-01-08 Achim Gratz <Stromeko@Stromeko.de>
2
3 * org-compat.el (org-define-obsolete-function-alias)
4 (org-define-obsolete-variable-alias): Introduce new compatibility
5 macros to obsolete functions and variables.
6
7 * org-agenda.el, org-clock.el, org-id.el, org-lparse.el,
8 org-protocol.el org.el: Use
9 `org-define-obsolete-{function,variable}-alias' instead of
10 `define-obsolate{function,variable}-alias'.
11
12 * org-faces.el: Define face alias mode-line for XEmacs (it's
13 called modeline there).
14
15 * org-compat.el (org-condition-case-unless-debug): Do not use
16 defalias for special forms, the Emacs 22 byte-compiler does not
17 recognize them correctly when compiling macros. Use a macro
18 instead and rely on macro expansion. That however makes the
19 decision at compile time, which should be acceptable in this case
20 since it only affects debugging.
21
22 * org-compat.el (org-no-popups): New wrapper macro which let-binds
23 the correct variables to suppress popup windows depending on the
24 Emacs version in use. This is a compile-time decision when
25 byte-compiling.
26
27 * org.el (org-get-location, org-switch-to-buffer-other-window):
28 Use the wrapper `org-no-popups´ to let-bind the correct variables
29 for suppression of popup windows.
30
31 * org-compat.el (user-error): Defalias to `error´ for Emacsen that
32 don't have it.
33
34 * org-agenda.el (org-agenda-write): Use org-called-interactively-p
35 instead of called-interactively-p.
36
37 * org.el (org-find-invisible-foreground): Do not use the value of
38 variables `default-frame-alist´, `initial-frame-alist´ and
39 `window-system-default-frame-alist´ when their symbol is not
40 bound.
41
42 2013-01-08 Bastien Guerry <bzg@gnu.org>
43
44 * org-src.el (org-edit-src-code): Fix bug when trying to edit a
45 table.el table.
46
47 * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
48 whole function.
49
50 * org.el (org-entry-get): Speed up by let-binding some variables
51 only if needed. Also fix a bug: consider an empty drawer as no
52 drawer.
53
54 * org-agenda.el (org-search-view, org-agenda-get-todos)
55 (org-agenda-get-timestamps, org-agenda-get-sexps)
56 (org-agenda-get-progress, org-agenda-get-deadlines)
57 (org-agenda-get-scheduled, org-agenda-get-blocks)
58 (org-agenda-change-all-lines): Get local tags only.
59 (org-agenda-use-tag-inheritance): New option.
60 (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
61 is non-nil, possibly reset tags in the agenda buffer.
62 (org-agenda-check-type): Enhance docstring.
63
64 * org.el (org-use-tag-inheritance): Fix typo in docstring.
65
66 * org-agenda.el (org-float): Don't alias `org-float'.
67
68 * org.el (org-scan-tags): The skipper already checks for archived
69 entries.
70
71 * org.el (org-refresh-properties): Rename from
72 `org-refresh-effort-properties' and use two new parameters.
73 (org-agenda-prepare-buffers): Use `org-refresh-properties'.
74 Also refresh the 'org-appt-warntime text property.
75
76 * org-clock.el (org-clock-in): Use the renamed defun.
77
78 * org-icalendar.el (org-icalendar-print-entries): Refresh the
79 'org-appt-warntime property.
80 (org-icalendar-print-entries):
81 * org-agenda.el (org-agenda-get-timestamps)
82 (org-agenda-get-sexps, org-agenda-get-deadlines)
83 (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
84 "APPT_WARNTIME" property value.
85
86 * org.el (org-id-link-to-org-use-id): Fix compiler warning.
87
88 * org-agenda.el (org-agenda-format-item): Do not use
89 `org-get-effort' to get the effort text property.
90 (org-agenda-get-sexps): Use `org-back-to-heading' when setting the
91 tags.
92
93 * org-clock.el (org-clock-in): Refresh effort properties.
94
95 * org.el (org-refresh-effort-properties): New defun.
96 (org-get-effort): Delete.
97 (org-set-effort):
98 (org-property-next-allowed-value): Set the 'org-effort text
99 property.
100 (org-agenda-prepare-buffers): Refresh effort properties.
101
102 * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
103 nil so that the mouse doesn't jump when the option is set to t
104 globally.
105
106 * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
107 (org-agenda-dim-blocked-tasks): Make interactive and allow an
108 optional parameter 'invisible to hide blocked tasks instead of
109 just dimming them.
110 (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to
111 "#".
112
113 * org-agenda.el (org-agenda-finalize): Don't try to align tags
114 when there are no tags. Only try to draw the habit consistency
115 graph when there is a habit in the buffer. Only mark clocking
116 task when there is one.
117
118 * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
119
120 * org.el (org-get-priority): Save match data even when using
121 `org-get-priority-function'.
122
123 * org-mobile.el (org-mobile-create-index-file): Possibly normalize
124 `org-todo-keywords'.
125
126 * org-mobile.el (org-mobile-push): Use the correct agenda buffer
127 names.
128
129 * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
130 of the obsolete variable name.
131
132 * org.el (org-fontify-meta-lines-and-blocks-1): Fix bug when
133 fontifying keywords with no value.
134
135 * org.el (org-goto-auto-isearch): Enhance docstring.
136 (org-goto-map): Make a defun, so that the customized value of
137 org-goto-auto-isearch is correctly initialized.
138 (org-goto): Initialize the keymap with `org-goto-map'.
139 (org-get-location): Use *Org Help* as a temporary buffer.
140 Tell whether auto-isearch is on or off.
141
142 * org-exp.el (org-export-as-org): Remove useless argument.
143
144 * org-docbook.el (org-export-as-docbook-batch)
145 (org-export-region-as-docbook, org-export-as-docbook-pdf): Fix
146 the number of arguments.
147 (org-export-as-docbook): Remove useless argument.
148
149 * org.el (org-speed-commands-default): Use ":" instead of ";" for
150 `org-set-tags-command', which is consistent with ":" in agenda
151 view. Use "=" for `org-columns".
152
153 * org.el (org-sparse-tree): Fix redundant information in prompt.
154
155 * org-exp.el (org-export-string): Fix number of arguments passed
156 to the org-export-as-* functions.
157
158 * org-latex.el (org-export-as-latex): Fix typo in docstring.
159
160 * org-list.el (org-cycle-include-plain-lists): Docstring
161 enhancement.
162
163 * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
164 bug when fontifying a keyword with no associated value.
165 (org-cycle-internal-local): Don't run hooks when cycling a plain
166 list before first headline.
167 (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
168 blocked checkbox.
169 (org-indent-line): Fix table formulas indenting.
170
171 * org-agenda.el (org-agenda-open-link): Fix bug when no link is
172 matched. Return a message instead of an error.
173 (org-agenda-priority): Remove useless parameter and fix showing
174 priority in agenda buffers.
175
176 * org-macs.el (org-with-buffer-modified-unmodified): New macro.
177
178 * org.el (org-entry-blocked-p): Use the new macro.
179
180 * org-src.el (org-edit-src-exit): Don't comma-escape the content
181 of a fixed width region.
182
183 * org.el (org-blocker-hook): Update the docstring to mention that
184 functions in this hook should not modify the buffer.
185 (org-trigger-hook): Small docstring fix.
186 (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
187 so that the function never modifies the buffer.
188
189 * org-agenda.el (org-agenda-open-link): Allow to open an internal
190 link by using the new `org-offer-links-in-entry' function.
191
192 * org.el (org-offer-links-in-entry): Do not open the link directly
193 through `org-open-link-from-string', only offer to select a link
194 and return a cons with the link (as a string) and the end of
195 entry.
196 (org-open-at-point): Use `org-offer-links-in-entry' correctly.
197
198 * org.el (org-cycle-internal-local): Fix bug: allow headings with
199 leading blank characters.
200
201 * org-clock.el (org-clock-persist): Docstring fix: document the
202 'history value.
203
204 * org.el (org-insert-link): Fix bug when inserting links to
205 headlines containing the ">" character.
206
207 * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
208
209 * org-compat.el (org-delete-directory): New compatibility function
210 for Emacs 22, where `delete-directory' does not support recursive
211 deletion.
212
213 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new
214 compatibility function.
215
216 * org.el (org-table-map-tables): Fix allowed blocks.
217
218 * org.el (org-edit-special):
219 * org-src.el (org-edit-src-code): Fix regression: allow editing
220 HTML and LaTeX source blocks again.
221
222 * org.el (org-nonsticky-props): Add `htmlize-link'.
223 (org-nonsticky-props): Add `htmlize-link'.
224
225 * org.el (org-edit-special):
226 * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
227
228 * org-table.el (org-table-fedit-lisp-indent)
229 (orgtbl-self-insert-command): Use `org-delete-backward-char'
230 instead of `backward-delete-char'.
231
232 * org-src.el (org-edit-src-code): Fix another bug about editing
233 special blocks "example" and "verbatim".
234
235 * org.el (org-structure-template-alist): Add verbatim.
236 (org-edit-special): Fix bug about editing special blocks
237 "example" and "verbatim".
238
239 * org.el (org-delete-backward-char, org-delete-char): Save match
240 data, `delete-backward-char' and `delete-char' don't.
241
242 * org.el (org-enable-table-editor, org-insert-heading)
243 (org-remove-timestamp-with-keyword, org-self-insert-command):
244 * org-table.el (org-table-fedit-lisp-indent)
245 (orgtbl-self-insert-command):
246 * org-latex.el (org-export-latex-subcontent):
247 * org-clock.el (org-clocktable-write-default):
248 * org-ascii.el (org-export-ascii-preprocess): Use
249 `delete-backward-char' instead of `backward-delete-char'.
250
251 * org.el (org-todo): Ignore the comment string when changing the
252 TODO state of a headline.
253 (org-edit-special): Fix docstring.
254 (org-in-src-block-p): Small enhancement.
255
256 * org-publish.el (org-publish-org-to): Call `org-export-as-*'
257 functions with the correct list of arguments.
258
259 * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
260 (org-export-as-html-and-open, org-export-as-html-batch)
261 (org-export-region-as-html): Don't use obsolete arg.
262
263 * org-ascii.el (org-export-as-ascii): Delete obsolete arg
264 `hidden'.
265 (org-export-as-ascii-to-buffer): Don't use obsolete arg.
266
267 * org.el (org-in-fixed-width-region-p): Save match data.
268 (org-in-src-block-p): Use case-folding for searching the block
269 boundaries.
270 (org-activate-plain-links, org-activate-angle-links)
271 (org-activate-bracket-links): Prevent link activation in
272 source code blocks.
273
274 * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
275 setting the correct buffer before marking it unmodified to
276 silently kill him.
277
278 * org.el (org-set-font-lock-defaults): Don't activate links in
279 source code blocks and fixed-width regions.
280
281 * org-agenda.el (org-agenda-finalize): Fix links activation.
282
283 * org.el (org-open-at-point): Throw the correct error on
284 non-links. Use `user-error' instead of `error'.
285
286 * org.el (org-in-fixed-width-region-p): Define before use.
287
288 * org-src.el (org-in-src-block-p): Declare function.
289
290 * org-compat.el: Fix bug: don't use `eval-when-compile' when
291 aliasing `user-error'.
292
293 * org-agenda.el (org-agenda-skip): Only check if point is
294 inside a code block, not at a code block.
295
296 * org.el (org-in-fixed-width-region-p): Rewrite using
297 org-element.el.
298
299 * org.el (org-fill-paragraph): Fill correctly in source code
300 block.
301
302 * org.el (org-in-fixed-width-region-p): New function.
303 (org-edit-special): Fix bug: make sure to DTRT in every
304 special environment. Also use the new function to check
305 against fixed-width environment.
306
307 * org-src.el (org-edit-src-code): Check if we are in a source code
308 block with `org-in-src-block-p'. Slightly reformat the docstring.
309
310 * org.el (org-in-src-block-p): Return t when point is at the
311 #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
312 'inside is set to t.
313
314 * ob-exp.el (obe-marker): Delete useless var.
315
316 * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
317 (copy-marker nil) on Emacs <24.1.
318
319 2013-01-08 Dmitry Antipov <dmantipov@yandex.ru>
320
321 * org-agenda.el (org-agenda-get-restriction-and-command):
322 * org-capture.el (org-capture-place-template):
323 * org-colview.el (org-dblock-write:columnview):
324 * org-mobile.el (org-mobile-locate-entry):
325 * org-table.el (org-table-convert-region):
326 * org.el (org-update-statistics-cookies): Use `point-marker'.
327
328 2013-01-08 Eric Schulte <eric.schulte@gmx.com>
329
330 * org-exp.el (org-export-string): Pass the dir option on through
331 to any subsequent export functions.
332
333 2013-01-08 Henning Weiss <hdweiss@gmail.com> (tiny change)
334
335 * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
336 description from block agendas when they have a title.
337
338 2013-01-08 Jambunathan K <kjambunathan@gmail.com>
339
340 * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
341 Fix Emacs Bug#13254.
342
343 * org-odt.el (org-odt-format-org-link): Add check for presence of
344 description in headline links.
345
346 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
347
348 * ob.el (org-babel-temp-file): Fix setting of
349 `temporary-file-directory' on remote hosts.
350
351 * ob-eval.el (org-babel-shell-command-on-region): Use
352 `process-file' instead of `call-process-region'. The latter one
353 does not work on remote hosts.
354
355 2013-01-08 Michael Gauland <mike_gauland@stanfordalumni.org> (tiny change)
356
357 * org-src.el: Create a marker to pass to copy-marker.
358
359 2013-01-08 Nicolas Goaziou <n.goaziou@gmail.com>
360
361 * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
362 nil because `org-adaptive-fill-function' already determines which
363 lines should be filled.
364
365 * org.el (org-fill-paragraph): Small refactoring.
366
367 * org-element.el (org-element--parse-elements)
368 (org-element-at-point): Fix parsing of a list in a block in a
369 list.
370
371 2013-01-08 Sebastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
372
373 * org.el (org-copy-subtree, org-paste-subtree): Fix whitespace
374 handling when copying/pasting a subtree.
375
376 2012-12-12 Bastien Guerry <bzg@gnu.org>
377
378 * org-latex.el (org-export-latex-links): Escape raw path when
379 exporting links to files.
380
381 * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
382 S-TAB key should not trigger a native TAB command.
383
384 * org.el (org-open-at-point): Allow to open any link within
385 footnotes definition, not only bracket links.
386
387 * org.el (org-sort-entries): Bugfix: keep track of the clock
388 marker when sorting entries. Enhance the docstring.
389
390 * org-clock.el (org-clock-out): Use `user-error' when the user
391 tries to clock out while there is no running clock.
392
393 * org-table.el (org-table-sort-lines): Ensure coordinates are
394 correctly displayed when sorting.
395
396 * org.el (org-do-sort): Enhance prompt.
397
398 * org-agenda.el (org-agenda-finalize): Also activate plain links.
399
400 * org-timer.el (org-timer-stop): Add message.
401
402 * org-agenda.el (org-agenda-schedule, org-agenda-deadline): Fix
403 redundant messages.
404
405 * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
406
407 * org.el (org-additional-option-like-keywords): Add "INDEX:".
408
409 * org-install.el: Enhance warning.
410
411 2012-12-12 Erik Hetzner <egh@e6h.org> (tiny change)
412
413 * org.el (org-log-into-drawer): Honor the nil value for the
414 :LOG_INTO_DRAWER: property.
415
416 2012-12-12 Le Wang <l26wang@gmail.com> (tiny change)
417
418 * org-src.el (org-edit-src-exit): Fix editing source section with
419 blank lines.
420
421 2012-12-12 Le Wang <le.wang@agworld.com.au>
422
423 * org-src.el (org-edit-src-code): Use marker with insertion type
424 t to track end and remove hack requiring delete from beg to (1- end).
425
426 2012-12-12 Nicolas Goaziou <n.goaziou@gmail.com>
427
428 * org-element.el (org-element-context): When point is between two
429 objects, be sure to return the second one.
430
431 * org-list.el (org-list-separating-blank-lines-number): When
432 computing number of blank lines separating items, also count those
433 in unparsed blocks, like example blocks.
434
435 * org.el (org-end-of-line): When visual line mode is on, really
436 move by visual lines. Small refactoring.
437
438 * org.el (org-end-of-line): On a hidden block make sure to
439 delegate motion to `end-of-line' instead of `move-end-of-line' in
440 order to stay on the current line.
441
442 2012-12-12 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
443
444 * org-bibtex.el: In the documentation section of the file, fix the
445 broken URL to Andrew Roberts' document on BibTeX entries.
446
447 * org-remember.el (org-remember-handler): Correctly strip the
448 comment lines in the temporary buffer *Remember* when handling a
449 remember note.
450
451 * org-remember.el (org-remember-apply-template): Start the
452 commented lines in the Remember temporary buffer with the
453 appropriate characters.
454
455 2012-12-12 Toby S. Cubitt <tsc25@cantab.net>
456
457 * org.el (org-beginning-of-line): Check `visual-line-mode' instead
458 of `line-visual-mode' to determine whether to move by visual
459 lines.
460
461 * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
462
463 2012-10-26 Achim Gratz <stromeko@stromeko.de>
464
465 * ob-ditaa.el: Needs to (require 'org-compat) for
466 org-find-library-dir.
467
468 * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
469 work when loaded from compressed files.
470
471 * org-compat.el: Make sure that file-name-directory is getting a
472 stringp. This avoids a possible " (wrong-type-argument stringp
473 nil)" error when the library in question does not exist.
474
475 * org-odt.el: Replace arc-mode.el by arc-mode.
476
477 * org.el: Replace org-macs.el by org-macs.
478
479 * org-install.el: Provide an empty file that prints a warning
480 about an outdated configuration.
481
482 2012-10-26 Bastien Guerry <bzg@gnu.org>
483
484 * org-latex.el (org-export-as-latex): Remove obsolete argument
485 `hidden'. Also fix the docstring: using 'string as the value
486 for `to-buffer' outputs a string with no LaTeX header.
487 (org-export-as-latex-batch)
488 (org-export-as-latex-to-buffer, org-export-region-as-latex)
489 (org-export-as-pdf): Don't use the obsoleted argument.
490
491 * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
492 argument `hidden'.
493
494 * org.el (org-refile): Run within `with-demoted-errors' so that a
495 corrupted bookmark file does not stop the refile process.
496
497 * org-capture.el (org-capture-bookmark-last-stored-position):
498 Ditto for the capture process.
499
500 * org-src.el (org-edit-src-exit): Fix bug when saving an empty
501 source buffer.
502
503 * org-lparse.el (org-lparse): Fix bug by returning the output
504 of `org-do-lparse'.
505
506 * org.el (org-refile-check-position): Throw an error when the
507 refile target is the current buffer and is not a file.
508 (org-agenda-file-to-front, org-remove-file): Throw an error
509 when the current buffer is not a file.
510 (org-check-agenda-file): Enhance the message.
511 (org-element-type): Autoload.
512 (org-element-context, org-element-paragraph-parser): Don't
513 declare as these two functions are not used in org.el.
514
515 * org-lparse.el (browse-url-file-url): Declare.
516
517 * org.el (org-refile-check-position): Fix typo in docstring.
518
519 * org-clock.el (org-clock-modeline-total): Make obsolete.
520 (org-clock-mode-line-total): Rename from
521 `org-clock-modeline-total'.
522 (org-clock-get-sum-start): Fix references to
523 `org-clock-modeline-total'.
524
525 * org-faces.el (org-agenda-filter-tags)
526 (org-agenda-filter-category, mode-line): Use the 'mode-line
527 face instead of the obsolete 'modeline.
528
529 * org-odt.el (org-odt-styles-dir): Try more directories.
530 Don't throw an error, just send a message.
531
532 * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
533 (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
534 (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
535 correct directories without requiring other variables.
536
537 * org-fixup.el (org-make-org-version, org-make-autoloads):
538 Don't define `org-odt-data-dir' in org-version.el.
539
540 * org-loaddefs.el: New file.
541
542 * org.el ("org-loaddefs.el"): Don't throw an error if the file
543 cannot be fund.
544 (org-version): Use org-loaddefs.el instead of org-install.el.
545
546 * org.el: Don't dynamically autoload already autoloaded
547 functions.
548 (org-clock-update-time-maybe): Move to org-clock.el.
549
550 * org-exp.el (org-insert-export-options-template): Remove
551 autoload cookie.
552
553 * org-clock.el (org-resolve-clocks, org-clock-in)
554 (org-clock-out, org-clock-cancel, org-clock-goto)
555 (org-clock-sum, org-clock-display, org-clock-report)
556 (org-dblock-write:clocktable): Add autoload cookie.
557 (org-clock-update-time-maybe): Moved from org.el.
558
559 * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
560
561 * org-ascii.el (org-export-ascii-preprocess): Ditto.
562
563 * org-archive.el (org-archive-subtree)
564 (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
565 autoload cookie.
566
567 * org-colview.el (org-columns, org-dblock-write:columnview)
568 (org-insert-columns-dblock, org-agenda-columns): Ditto.
569
570 * org-table.el (org-table-create-with-table.el)
571 (org-table-create-or-convert-from-region, org-table-create)
572 (org-table-convert-region, org-table-import)
573 (org-table-export, org-table-align)
574 (org-table-justify-field-maybe, org-table-next-field)
575 (org-table-previous-field, org-table-next-row)
576 (org-table-copy-down, org-table-field-info)
577 (org-table-current-dline, org-table-goto-column)
578 (org-table-insert-column, org-table-delete-column)
579 (org-table-move-column-right, org-table-move-column-left)
580 (org-table-move-column, org-table-move-row-down)
581 (org-table-move-row-up, org-table-move-row)
582 (org-table-insert-row, org-table-insert-hline)
583 (org-table-hline-and-move, org-table-kill-row)
584 (org-table-sort-lines, org-table-cut-region)
585 (org-table-copy-region, org-table-paste-rectangle)
586 (org-table-convert, org-table-wrap-region)
587 (org-table-edit-field, org-table-sum)
588 (org-table-get-stored-formulas)
589 (org-table-maybe-eval-formula)
590 (org-table-rotate-recalc-marks)
591 (org-table-maybe-recalculate-line, org-table-eval-formula)
592 (org-table-recalculate, org-table-iterate)
593 (org-table-edit-formulas)
594 (org-table-toggle-coordinate-overlays)
595 (org-table-toggle-formula-debugger, orgtbl-to-generic)
596 (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
597 (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
598
599 * org.el (turn-on-orgtbl): Moved here from org-table.el.
600 (org-clock-persistence-insinuate): Moved here from org-clock.el.
601 (org-update-all-dblocks, org-map-entries)
602 (org-require-autoloaded-modules, org-forward-element)
603 (org-backward-element, org-up-element)
604 (org-element-greater-elements, org-drag-element-backward)
605 (org-drag-element-forward, org-mark-element)
606 (org-narrow-to-element, org-transpose-element)
607 (org-unindent-buffer): Don't autoload.
608
609 * org-clock.el (org-clock-get-clocktable): Rename from
610 `org-get-clocktable'.
611 (org-clock-persistence-insinuate): Move to org.el.
612
613 * org-capture.el: Do no set `generated-autoload-file' locally.
614 Minor code clean up.
615
616 * org-agenda.el (org-agenda-list): Use
617 `org-clock-get-clocktable'. Do no set
618 `generated-autoload-file' locally.
619
620 * org-table.el (org-table-iterate-buffer-tables): Minor
621 reformatting.
622 (turn-on-orgtbl): Move to org.el.
623
624 * org-html.el (org-export-htmlize-generate-css): Don't autoload.
625
626 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
627 Ditto.
628
629 * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
630
631 * ob-lob.el (org-babel-lob-ingest): Ditto.
632
633 * org-id.el (org-id-copy)
634 (org-id-get-with-outline-path-completion)
635 (org-id-get-with-outline-drilling): Ditto.
636
637 * org-lparse.el (org-lparse-and-open, org-lparse-batch)
638 (org-lparse-to-buffer, org-replace-region-by)
639 (org-lparse-region): Ditto.
640
641 * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
642
643 * org.el (org-cycle): Fix misplaced autoload cookie.
644
645 * org-agenda.el (org-agenda-get-timestamps): Check if the item
646 is an habit when formatting it with `org-agenda-format-item'.
647 (org-agenda-get-blocks): Fix bug: don't assume the item is an
648 habit when formatting with `org-agenda-format-item'.
649
650 * org.el (org-calendar-agenda-action-key): Delete an option.
651 (org-mode-map): Delete its keybinding.
652 (org-agenda-action-marker, org-mark-entry-for-agenda-action):
653 Delete.
654
655 * org-agenda.el (org-agenda-diary-entry): Don't prevent from
656 being used outside of Org agendas, as it can be used in
657 calendar buffers too.
658
659 2012-10-26 Caio Tiago Oliveira <asrail@gmail.com> (tiny change)
660
661 * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
662 block enclosing the submitted code.
663
664 2012-10-26 Myles English <mylesenglish@gmail.com> (tiny change)
665
666 * org-clock.el (org-clock-in): Moved the call to
667 org-clock-in-prepare-hook until the task's properties
668 can be accessed.
669
670 2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
671
672 * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
673 mode is nil when pre-computed `fill-prefix' is the empty string.
674 Otherwise filling functions from fill.el think it has to be computed
675 again and overwrite it.
676
677 * org.el: Make `org-closest-date' aware of hours repeaters.
678
679 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
680 moving to the end of line. Also improve behaviour on elements that
681 can be hidden.
682
683 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
684 with an argument.
685
686 * org-element.el (org-element--get-next-object-candidates): Fix
687 parsing of objects of the same type in a single paragraph.
688
689 * org-element.el (org-element-sub/superscript-successor): Fix
690 parsing of sub/superscript at beginning of item.
691 (org-element-latex-or-entity-successor): Fix parsing of latex
692 fragments at beginning of item.
693
694 * org-agenda.el (org-agenda-later): Fix function when span is
695 a number and an argument was provided. Also fix typo in docstring.
696
697 * org.el (org-read-date-analyze): Fix analyzing for dates like
698 "29.03 16:40".
699
700 * org-element.el (org-element-center-block-parser)
701 (org-element-drawer-parser, , org-element-footnote-definition-parser)
702 (org-element-inlinetask-parser, org-element-plain-list-parser)
703 (org-element-quote-block-parser, org-element-special-block-parser)
704 (org-element-babel-call-parser, org-element-clock-parser)
705 (org-element-comment-parser, org-element-comment-block-parser)
706 (org-element-example-block-parser, org-element-export-block-parser)
707 (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
708 (org-element-keyword-parser, org-element-latex-environment-parser)
709 (org-element-paragraph-parser, org-element-planning-parser)
710 (org-element-property-drawer-parser, org-element-src-block-parser)
711 (org-element-table-parser)
712 (org-element-verse-block-parserorg-element-dynamic-block-parser):
713 Make sure element never ends at the end of a blank non-empty line.
714
715 * org-element.el (org-element-context)
716 (org-element--get-next-object-candidates): Fix `org-element-context'.
717 In particular, the restrictions for an object may be different from
718 those of its container (i.e. table rows and table cells).
719
720 * org-element.el (org-element-example-block-parser)
721 (org-element-src-block-parser): Store value of example-blocks and
722 src-blocks unescaped.
723 (org-element-example-block-interpreter)
724 (org-element-src-block-interpreter): Escape value again when storing
725 it.
726
727 * org-src.el (org-escape-code-in-string)
728 (org-unescape-code-in-string, org-escape-code-in-region)
729 (org-unescape-code-in-region): New functions.
730 (org-edit-src-code, org-edit-src-exit): Use new functions.
731
732 * org.el (org-strip-protective-commas): Removed function.
733
734 * org-exp.el (org-export-select-backend-specific-text): Use new
735 function.
736
737 * ob.el (org-babel-parse-src-block-match)
738 (org-babel-parse-inline-src-block-match, org-babel-insert-result):
739 Always escape produced blocks, independently on the language of the
740 block, if any. Use new functions.
741
742 * org-element.el (org-element-paragraph-parser): Fix regexp
743 starting a block.
744
745 * org-element.el (org-element-center-block-parser):
746 (org-element-drawer-parser, org-element-dynamic-block-parser)
747 (org-element-example-block-parser, org-element-export-block-parser)
748 (org-element-latex-environment-parser, org-element-paragraph-parser)
749 (org-element-property-drawer-parser, org-element-src-block-parser)
750 (org-element-verse-block-parser): Use stricter regexps for boundaries
751 of elements.
752
753 2012-10-26 Toby S. Cubitt <tsc25@cantab.net>
754
755 * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
756 beginning of re-search-forward loop, otherwise next iteration picks up
757 `extra' value from previous entry.
758
759 2012-09-30 Abdó Roig-Maranges <abdo.roig@gmail.com>
760
761 * org-html.el (org-export-html-preprocess)
762 (org-export-html-format-image): Use
763 `org-latex-preview-ltxpng-directory'.
764
765 * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
766 Ditto.
767
768 * org.el (org-latex-preview-ltxpng-directory): New option.
769 (org-preview-latex-fragment): Store LaTeX preview images in
770 `org-latex-preview-ltxpng-directory'.
771
772 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
773
774 * ob-R.el (org-babel-R-initiate-session): Protect against use of
775 unbound variable `ess-ask-for-ess-directory´. The default for this
776 variable is true, so act accordingly if it is found unbound.
777
778 * ob-R.el: Remove initialization with `nil´ from
779 `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove
780 second declaration for `ess-local-process-name´.
781
782 * org-gnus.el: Add a missing require for gnus-util.
783
784 * org-compat.el: Rename utils to make throughout.
785
786 * org.el: Move check for outline-mode-keymap after (require
787 'outline).
788
789 * org-element.el: New file. Do not (require 'org).
790
791 * org-agenda.el: Remove duplicate requires.
792
793 * org.el (org-mode-map): Add keybindings to
794 `org-element-transpose' and `org-narrow-to-element'.
795 (org-metaup): Fall back on `org-element-drag-backward'.
796 (org-metadown): Fall back on `org-element-drag-forward'. Also
797 move chunks of declarations and require statements to get rid of
798 compiler warnings.
799
800 * org-exp-blocks.el (org): Don't require org. Add declarations.
801
802 * org-clock.el (org): Don't require org.
803
804 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
805
806 * ob.el (org-babel-exeext): New defconst to hold extension for
807 executables or nil if none. Should be ".exe" for both Windows and
808 Cygwin.
809
810 * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
811 constructing the target file name for the compiled executable.
812
813 * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
814 when constructing the target file name for the compiled
815 executable.
816
817 * org-version.el: New file.
818
819 * org-compat.el (org-check-version): New macro. Check if
820 org-version.el exists and provide autoloads to that. Otherwise
821 check if org-fixup.el exists and use it to provide definitions.
822 Finally if nothing worked, complain about a botched installation
823 and provide fallback definitions.
824
825 * org.el: Use org-check-version.
826
827 * org.el: Fix a subtle error resulting in version functions
828 sometimes not being defined and byte-compiling failing. Always
829 compile in fallback definitions into org.elc -- org-fixup either
830 provides re-definitions at compile-time or checks org-version.el
831 and then the git work tree when run uncompiled. So the fallback
832 definitions will only come into effect when org-fixup is not
833 available.
834
835 * org.el (org-version): Make org-version more robust, e.g. when
836 byte-compiling single files with 'make compile-dirty'.
837
838 * org.el (org-reload): Revert an undesirable change in org-reload.
839 Do not prepend org-dir to babel-files, which prevents the files
840 from being found in load-path.
841
842 * org.el (org-version): Add optional parameters 'full and 'message
843 to optionally return the full version string and echo to message
844 area in non-interactive calls.
845
846 * org.el (org-submit-bug-report): Add optional parameter 'full to
847 call of (org-version) so that the bug report has all version
848 information.
849
850 * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
851 exist anymore). Keep org-*.el at the end of the files list.
852 Explicitely load org-version.el (since it doesn't provide feature
853 'org-version) at the very end, but ignore errors when it doesn't
854 exist. Add parameters 'full and 'message to the call of
855 (org-version) so that after reload the full version information is
856 displayed in the message area again.
857
858 * org-agenda.el: Replace with-no-warnings with org-no-warnings
859 (defined in org-macs.el).
860
861 * org-bbdb.el: Replace with-no-warnings with org-no-warnings
862 (defined in org-macs.el).
863
864 * org-clock.el: Replace with-no-warnings with org-no-warnings
865 (defined in org-macs.el).
866
867 * org.el: Replace with-no-warnings with org-no-warnings (defined
868 in org-macs.el).
869
870 * org.el: Add with-not-warnings around call of (org-fixup).
871
872 * org-compat.el (org-find-library-dir): Rename
873 org-find-library-name (misleading) and implement with a function
874 that exists identically in Emacs/XEmacs.
875
876 * org-exp-blocks.el: Change calls to org-find-library-dir.
877
878 * org.el: change calls to org-find-library-dir. Make require for
879 noutline fail silently because it is missing from XEmacs.
880
881 * org.el (org-version): Use functions instead of global variables
882 to get the version strings and remove the defvaralias to
883 org-version. Warn when encountering a mixed installation (org and
884 org-install.el should be found in the same directory).
885
886 * org.el: Add with-no-warning to defvar for two unprefixed global
887 variables from calendar.el (there's nothing else we can do inside
888 org until it is fixed in calendar.el).
889
890 * org.el: Require find-func and remove declare-function for
891 find-library-name, otherwise autoloaded org-version doesn't show
892 all info correctly.
893
894 * org.el (org-version): Show the full path to org-install.el in
895 the version string to avoid confusion if multiple installations
896 exist or a previously loaded org-install.el has already defined a
897 version string that is now out of date.
898
899 * org.el (org-version): Remove determination of version
900 information, show "N/A" if the information is not provided via
901 org-install.el.
902
903 * org.el (org-git-version): Placeholder for recording the Git
904 version of org during install
905
906 * org.el (org-version): Initialize local git-version with
907 placeholder and fall through using it when org is not installed in
908 a Git repository
909
910 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
911
912 * org-html.el: Add hyperlink to http://orgmode.org/ from export
913 footer.
914
915 * org-clock.el (org-clock-modify-effort-estimate): Display a
916 message when no clock is currently active.
917
918 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
919
920 * org-archive.el (org-archive-subtree): Allow archiving to a
921 datetree.
922
923 * org.el (org-archive-location): Ditto.
924
925 2012-09-30 Bastien Guerry <bzg@gnu.org>
926
927 * ob-io.el: New file.
928
929 * ob-scala.el: New file.
930
931 * org.el (org-url-hexify-p, org-doi-server-url)
932 (org-latex-preview-ltxpng-directory, org-custom-properties)
933 (org-sparse-tree-default-date-type): Add :version "24.3".
934
935 * org-agenda.el (org-agenda-sticky)
936 (org-agenda-custom-commands-contexts): Ditto.
937
938 * org-capture.el (org-capture-bookmark)
939 (org-capture-templates-contexts) (org-capture-use-agenda-date):
940 Ditto.
941
942 * org-latex.el (org-export-latex-hyperref-options-format)
943 (org-export-latex-link-with-unknown-path-format): Ditto.
944
945 * org-id.el (org-id-link-to-org-use-id): Ditto.
946
947 * org-datetree.el (org-datetree-add-timestamp): Ditto.
948
949 * org.el (org-make-link-description-function): Enhance docstring.
950 (org-insert-link): Fall back on interactive prompt when
951 `org-make-link-description-function' fails.
952
953 * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
954 `org-agenda-sticky' is non-nil.
955
956 * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
957 (org-agenda-pre-follow-window-conf): New variable.
958 (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
959 window when there an indirect buffer is already displayed.
960
961 * org-agenda.el (org-agenda-manipulate-query)
962 (org-agenda-goto-date, org-agenda-goto-today)
963 (org-agenda-find-same-or-today-or-agenda, )
964 (org-agenda-later, org-agenda-change-time-span)
965 (org-agenda-change-all-lines)
966 (org-agenda-execute-calendar-command)
967 (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
968 get a property from (1- (point-max)), not (point-max)).
969
970 * ob-dot.el (org-babel-execute:dot): Throw an error when there is
971 no :file parameter.
972
973 * org-table.el (org-table-eval-formula): Convert time-stamps to
974 inactive time-stamp so that Calc can handle them correctly.
975
976 * org-table.el (org-table-fix-formulas): Warn with a message when
977 formulas have been updated.
978
979 * org-publish.el (org-publish-cache-ctime-of-src): Delete the
980 base-dir argument and use (file-name-directory file) to get the
981 file's directory.
982 (org-publish-update-timestamp)
983 (org-publish-cache-file-needs-publishing): Call
984 `org-publish-cache-ctime-of-src' with only one argument.
985
986 * org.el (org-follow-timestamp-link): Fix bug when using sticky
987 agenda. Add a docstring.
988
989 * org-agenda.el (org-agenda-sticky): Don't use a function to set.
990 Add a :version string.
991
992 * org.el (org-priority): Use a new argument to show priority
993 instead of setting it.
994 (org-show-priority): New function to show priority both in normal
995 Org buffers and in Org Agenda buffers.
996 (org-speed-commands-default): Use "," as a speed command for
997 setting priority.
998
999 * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
1000 to `C-c ,' as it was before.
1001 (org-agenda-show-priority): Delete.
1002 (org-agenda-priority): Use a new argument to show priority instead
1003 of setting it.
1004
1005 * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
1006 docstring.
1007 (org-display-inline-remove-overlay): Rename from
1008 `org-display-inline-modification-hook'.
1009 (org-speed-command-activate): Rename from
1010 `org-speed-command-default-hook'.
1011 (org-babel-speed-command-hook): Rename from
1012 `org-babel-speed-command-activate'.
1013
1014 * org-agenda.el (org-agenda-update-agenda-type): Rename from
1015 `org-agenda-post-command-hook'.
1016 (org-agenda-mode): Use the new name.
1017 (org-agenda-post-command-hook): Define as obsolete function.
1018
1019 * org-lparse.el (org-lparse): Temporarily activate the hooks
1020 needed for the ODT conversion.
1021 (org-lparse-preprocess-after-blockquote): Rename from
1022 `org-lparse-preprocess-after-blockquote-hook'.
1023 (org-lparse-strip-experimental-blocks-maybe): Rename from
1024 `org-lparse-strip-experimental-blocks-maybe'.
1025 (org-lparse-preprocess-after-blockquote-hook)
1026 (org-lparse-strip-experimental-blocks-maybe-hook): Define as
1027 obsolete functions.
1028
1029 * ob.el (org-babel-insert-result): Comma-escape results inserted
1030 with ":results org".
1031
1032 * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
1033 saving the source editing window with the default value for
1034 `org-src-window-setup' (i.e. 'reorganize-frame).
1035
1036 * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
1037 fontify the last character.
1038
1039 * org.el (org-open-at-point): Don't follow timestamp within
1040 bracket links.
1041
1042 * org-capture.el (org-capture-templates): Fix typo in docstring.
1043
1044 * org-agenda.el (org-agenda-skip): Skip information retrieved from
1045 a source block.
1046
1047 * ob.el (org-babel-common-header-args-w-values)
1048 (org-babel-insert-result): Reintroduce ":results org" but using
1049 "#+BEGIN_SRC org", not "#+BEGIN_ORG".
1050
1051 * ob.el (org-babel-common-header-args-w-values): Remove "org" the
1052 list of predefined values for the ":results" parameter.
1053
1054 * ob.el (org-babel-insert-result): Remove support for ":results
1055 org".
1056
1057 * ob.el (org-babel-common-header-args-w-values)
1058 (org-babel-insert-result): Deprecate ":results wrap" in favor of
1059 ":results drawer".
1060
1061 * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
1062 happens before the first headline.
1063
1064 * org-capture.el (org-at-encrypted-entry-p)
1065 (org-encrypt-entry, org-decrypt-entry): Declare.
1066 (org-capture-set-target-location): Check whether `org-crypt' has
1067 been loaded.
1068
1069 * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
1070 docstring.
1071
1072 * org-capture.el (org-capture-finalize): Maybe re-encrypt the
1073 target headline if it was decrypted.
1074 (org-capture-set-target-location): Maybe decrypt the target
1075 headline.
1076
1077 * org-crypt.el (org-at-encrypted-entry-p): New function.
1078
1079 * org.el (org-options-keywords): Add "STYLE:".
1080
1081 * org-agenda.el (org-agenda-ndays): Don't make an alias, as
1082 `org-agenda-span' is defined separately.
1083
1084 * org.el (org-in-subtree-not-table-p): New utility function for
1085 building the menu.
1086 (org-org-menu): Add an item for refiling. Check more contexts
1087 when activating items.
1088 (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
1089
1090 * org-agenda.el (org-agenda-tree-to-indirect-buffer)
1091 (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
1092
1093 * org-capture.el (org-capture-set-target-location): Set a correct
1094 time value when storing a note in a datetree and prompting the
1095 user for a date.
1096
1097 * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
1098 hook twice.
1099
1100 * org-agenda.el (org-agenda-menu-two-column)
1101 (org-finalize-agenda-hook, org-agenda-ndays): Use
1102 `define-obsolete-variable-alias' instead of
1103 `make-obsolete-variable'.
1104
1105 * org.el (org-link-to-org-use-id): Move to org-id.el.
1106
1107 * org-id.el (org-id-link-to-org-use-id): Rename from
1108 `org-link-to-org-use-id'. Use `nil' as the default value.
1109 (org-link-to-org-use-id): Alias and define as obsolete.
1110
1111 * org-agenda.el (org-search-view, org-agenda-get-todos)
1112 (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
1113 parameter of `org-agenda-format-item' so that 'time-up and
1114 'time-down agenda sorting strategies are handled correctly.
1115
1116 * org-capture.el (org-capture-fill-template): Fix checking of
1117 protected template entries.
1118
1119 * org.el (org-cycle-global-at-bob): Fix typo in docstring.
1120
1121 * org.el (org-insert-drawer): Deactivate the mark before trying to
1122 indent the :END: of the drawer.
1123
1124 * org-agenda.el (org-agenda-export-html-style): Default to nil as
1125 any string value will replace the htmlize style.
1126
1127 * org.el (org-cycle-hook): Fix tiny typo in docstring.
1128
1129 * org.el (org-time-string-to-time)
1130 (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
1131
1132 * org-freemind.el (org-freemind-write-node): Enhance links
1133 conversion in nodes.
1134
1135 * org-freemind.el (org-freemind-write-node): Convert links in
1136 nodes.
1137
1138 * org.el (org-link-to-org-use-id, org-directory)
1139 (org-default-notes-file, org-reverse-note-order)
1140 (org-extend-today-until, org-finish-function)
1141 (org-store-link-functions): Use "capture" instead of "remember" in
1142 docstrings. Also use the `org-capture' group when it makes sense.
1143
1144 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
1145 correct agenda buffer. Don't split the agenda window when the
1146 indirect buffer is displayed in another frame.
1147
1148 * org.el (org-mode): Try to set the org-hide face correctly.
1149
1150 * org-exp.el (org-export): Set the mark correctly when exporting a
1151 subtree.
1152
1153 * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
1154 display of the number of commands for block agendas.
1155
1156 * org-agenda.el (org-agenda-before-write-hook)
1157 (org-agenda-add-entry-text-maxlines): Enhance phrasing.
1158 (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
1159 buffer is writable when the hook is called.
1160 (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
1161 the buffer.
1162
1163 * org-agenda.el (org-habit-show-all-today): Only use defvar to
1164 silent the byte-compiler.
1165 (org-agenda-get-scheduled): Check whether some org-habit.el
1166 options have been defined.
1167
1168 * org-capture.el (org-capture-entry): New variable.
1169 (org-capture-string, org-capture): Use it to possibly skip the
1170 interactive prompt for a capture template.
1171
1172 * org.el (org-activate-plain-links): Don't try to check if we are
1173 in a bracket link already.
1174
1175 * org.el (org-read-date-analyze): Fix bug introduced in commit
1176 cc5f9f: adding a time should not prevent relative answers to be
1177 parsed correctly.
1178
1179 * org-agenda.el (org-agenda-bulk-action): Always read the date
1180 through `org-read-date'. When possible, use the date at point as
1181 the default date.
1182
1183 * org-agenda.el (org-agenda-bulk-action): Fix bug when
1184 bulk-shifting timestamps.
1185
1186 * org.el (org-version): New constant.
1187
1188 * org-compat.el (org-random): New compatibility function.
1189
1190 * org-id.el (org-id-uuid): Use it.
1191
1192 * org-capture.el (org-capture-use-agenda-date): New option.
1193 (org-capture): Use it.
1194
1195 * org-agenda.el (org-agenda-capture): New command.
1196 (org-agenda-mode-map): Bind it to `k'.
1197 (org-agenda-menu): Add it to the menu.
1198
1199 * org-capture.el (org-capture): Update docstring.
1200
1201 * org-capture.el (org-capture): When called from an agenda buffer,
1202 use the cursor date at the default date.
1203
1204 * org-agenda.el (org-agenda-bulk-action): Use the let-bound
1205 `entries' instead the variable.
1206
1207 * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
1208 persistent marks too early.
1209
1210 * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
1211 point to reset the scheduled or deadline cookie. On date headers,
1212 use it without prompting the user. On an item, use the item's
1213 date as the default prompt for `org-read-date'.
1214
1215 * org.el (org-read-date): Docstring fix.
1216
1217 * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
1218 in the message.
1219
1220 * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
1221 (org-agenda-mode-map): Delete related keys.
1222
1223 * org-agenda.el (org-agenda-menu): Fix a keybinding.
1224
1225 * org-colview.el (org-columns-goto-top-level): Correctly move the
1226 marker `org-columns-top-level-marker'.
1227 (org-agenda-columns): Don't set
1228 `org-agenda-overriding-columns-format' as a buffer variable, as we
1229 only need it dynamically.
1230 (org-agenda-colview-summarize): Fix a bug in returning the match
1231 string.
1232
1233 * org-agenda.el (org-agenda-span-to-ndays): Make the second
1234 argument `starting-day' optional.
1235 (org-agenda-goto-date): Keep parameters of custom agendas.
1236
1237 * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
1238 name through a temporary variable.
1239 (org-agenda-buffer-tmp-name): New variable to temporary store the
1240 agenda buffer name.
1241
1242 * org-agenda.el (org-agenda-goto-date): Fix behavior when using
1243 sticky agendas.
1244
1245 * org-agenda.el (org-diary): Don't check whether there is an
1246 agenda buffer when trying to compile the prefix format.
1247 (org-compile-prefix-format): Check if there is an agenda buffer.
1248 If not, use the current buffer.
1249
1250 * org-agenda.el (org-agenda-get-day-entries): Set the agenda
1251 buffer inconditionnally.
1252
1253 * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
1254 more general regexp.
1255
1256 * ob.el (org-babel-where-is-src-block-head): Find a src block head
1257 correctly when #+header(s) is before #+name.
1258
1259 * org-agenda.el (org-agenda-finalize-hook)
1260 (org-agenda-finalize, org-agenda-finalize-entries): Rename from
1261 org-finalize-agenda-*.
1262 (org-agenda-run-series, org-agenda-finalize, org-timeline)
1263 (org-agenda-list, org-search-view, org-todo-list)
1264 (org-tags-view, org-diary, org-agenda-finalize-entries)
1265 (org-agenda-change-all-lines): Use the new names.
1266
1267 * org-agenda.el (org-agenda-local-vars): Remove
1268 ̀org-agenda-last-arguments' from the list of local variables.
1269 (org-agenda-mode-map): `g' does the same than `r' in buffers with
1270 only one agenda view, but its behavior differs when there are
1271 several views. In manually appended agendas (with `A'), `g'
1272 displays only the agenda under the point. With multiple agenda
1273 blocks, `g' reinitializes the view by discarding any temporary
1274 changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
1275 changes for the agenda view under the point.
1276 (org-agenda-run-series, org-agenda-redo): Implement the above
1277 changes.
1278 (org-agenda-mark-header-line): Don't set useless properties.
1279 (org-agenda-list, org-todo-only, org-search-view)
1280 (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
1281 (org-agenda-manipulate-query, org-agenda-goto-today)
1282 (org-agenda-later, org-agenda-change-time-span): Use text
1283 properties for storing the last command and the last arguments for
1284 each agenda block.
1285 (org-unhighlight-once): Delete.
1286
1287 * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
1288 buffer.
1289
1290 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
1291 check whether we are in org-agenda-mode.
1292
1293 * org-agenda.el (org-agenda-pre-window-conf): Rename from
1294 `org-pre-agenda-window-conf'.
1295 (org-agenda-local-vars, org-agenda-prepare-window)
1296 (org-agenda-Quit, org-agenda-quit): Use the new name.
1297
1298 * org-agenda.el (org-keys, org-match): New variable, dynamically
1299 scoped in `org-agenda'.
1300 (org-agenda, org-agenda-list, org-search-view, org-todo-list)
1301 (org-tags-view): Use the new variables.
1302 (org-batch-store-agenda-views): Let-bind `match'.
1303
1304 * org-agenda.el (org-search-view, org-todo-list)
1305 (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
1306 these functions programmatically. Also use the sticky agenda
1307 function correctly.
1308
1309 * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
1310 correctly with sticky agendas and non-custom commands.
1311
1312 * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
1313 `org-fit-agenda-window'.
1314 (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
1315 (org-search-view, org-todo-list, org-tags-view): Use the new name.
1316
1317 * org-agenda.el (org-agenda-prepare): Let `throw' display an
1318 error.
1319
1320 * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
1321 when called from programs as (org-agenda-list).
1322
1323 * org-agenda.el (org-todo-list): Make arg optional.
1324
1325 * org.el (org-agenda-prepare-buffers): Rename from
1326 `org-prepare-agenda-buffers'.
1327 (org-match-sparse-tree, org-map-entries): Use the new names.
1328
1329 * org-agenda.el (org-agenda-prepare-window): Rename from
1330 `org-prepare-agenda-window'.
1331 (org-agenda-prepare): Rename from `org-prepare-agenda'.
1332 (org-agenda-run-series, org-agenda-prepare, org-timeline)
1333 (org-agenda-list, org-search-view, org-todo-list)
1334 (org-tags-view, org-agenda-list-stuck-projects, org-diary)
1335 (org-agenda-to-appt): Use the new names.
1336
1337 * org-mobile.el (org-mobile-create-index-file): Ditto.
1338
1339 * org-icalendar.el (org-export-icalendar): Ditto.
1340
1341 * org-clock.el (org-dblock-write:clocktable)
1342 (org-dblock-write:clocktable): Ditto.
1343
1344 * org2rem.el (org2rem): Ditto.
1345
1346 * org-agenda.el (org-agenda): In sticky agendas, use the current
1347 command's match to set the buffer name. This gives more
1348 information to the user and allows to distinguish various agendas
1349 triggered by the same key.
1350 (org-batch-store-agenda-views): Handle the new sticky agenda
1351 buffer name.
1352
1353 * org-agenda.el (org-agenda)
1354 (org-agenda-get-restriction-and-command): Use `S' as a key for
1355 searching words in TODO-only entries.
1356
1357 * org-agenda.el (org-prepare-agenda): Fit agenda window when
1358 displaying a sticky agenda.
1359
1360 * org-table.el (org-table-number-regexp): Allow the user to set it
1361 to a new regexp, which allows commas as decimal mark. The default
1362 is to not use this setting, but the one before commit 7ff8c1,
1363 which has ben reverted.
1364
1365 * org-agenda.el (org-agenda-overriding-cmd)
1366 (org-agenda-multi-current-cmd)
1367 (org-agenda-multi-overriding-arguments): New variables.
1368 (org-agenda-run-series): `org-agenda-overriding-arguments'
1369 defaults to the last agenda block arguments, so don't use it
1370 globally.
1371 (org-agenda-mark-header-line): Add properties needed so that
1372 `org-agenda-overriding-arguments', `org-agenda-current-span' and
1373 `org-agenda-last-arguments' can be set to their correct contextual
1374 value.
1375 (org-agenda-multi-back-to-pos): New variable.
1376 (org-agenda-later): Retrieve `org-agenda-current-span' and
1377 `org-agenda-overriding-arguments' from text properties. Also
1378 handle numeric span.
1379 (org-agenda-later, org-agenda-change-time-span): Set
1380 `org-agenda-overriding-cmd' so that we to take overriding
1381 arguments into account for this command only.
1382
1383 * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
1384 bug when called with a non-nil value of `org-agenda-stick'.
1385
1386 * org-agenda.el (org-agenda-refile): Fix bug when refiling an
1387 entry from a sticky agenda.
1388
1389 * org-agenda.el (org-prepare-agenda-window): Use
1390 `org-pre-agenda-window-conf' if already set.
1391 (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
1392 quitting.
1393 (org-agenda-quit): Ditto.
1394
1395 * org-capture.el (org-capture-fill-template): Protect the text
1396 used for replacement from being further replaced.
1397
1398 * org.el (org-contextualize-validate-key): Fix the check against a
1399 function.
1400
1401 * org.el (org-contextualize-keys): Rename from
1402 `org-contextualize-agenda-or-capture'. Fix normalization to
1403 handle empty key replacement string.
1404 (org-contextualize-validate-key): Rename from
1405 `org-contexts-validate'. Allow checking against a custom
1406 function.
1407
1408 * org-agenda.el (org-agenda-custom-commands-contexts): Update.
1409 (org-agenda): Use `org-contextualize-keys'.
1410
1411 * org-capture.el (org-capture-templates-contexts): Ditto.
1412
1413 * org.el (org-contextualize-agenda-or-capture): Normalize
1414 contexts.
1415
1416 * org.el (org-contextualize-agenda-or-capture): Handle key
1417 replacement depending on the contexts.
1418
1419 * org-capture.el (org-capture-templates-contexts): Allow to use
1420 the context as a way to replace one capture template by another
1421 one.
1422
1423 * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
1424 use the context as a way to replace one agenda custom command by
1425 another one.
1426
1427 * org.el (org-contextualize-agenda-or-capture)
1428 (org-rule-validate): New functions, implement context filtering
1429 for agenda commands and capture templates.
1430
1431 * org-agenda.el (org-agenda-custom-commands-contexts): New option.
1432 (org-agenda): Use it.
1433
1434 * org-capture.el (org-capture-templates-contexts): New option.
1435 (org-capture-select-template): Use it.
1436
1437 * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
1438 (org-mode): Set `beginning-of-defun-function' and
1439 `end-of-defun-function' directly.
1440
1441 * org.el (org-insert-link): Fix bug: include links abbreviations
1442 when completing.
1443
1444 * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
1445 `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
1446 items should not be ignored.
1447
1448 * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
1449 clean-up.
1450
1451 * org-freemind.el (org-freemind-convert-links-from-org): Replace
1452 literally to prevent errors when replacing with string containing
1453 backslashes.
1454
1455 * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1456 complete) a "thing" containing dashes.
1457
1458 * org-table.el (org-table-toggle-coordinate-overlays): Better
1459 message when interactively toggling.
1460
1461 * org-table.el (org-table-number-regexp): Update the docstring to
1462 show an example of a decimal number using the comma as a
1463 separation mark.
1464
1465 * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1466 (org-agenda-filter-by-category): Filtering must be turned off only
1467 when a category filter has been set and this filter is not empty.
1468
1469 * org-agenda.el (org-search-view, org-agenda-get-todos)
1470 (org-agenda-get-timestamps, org-agenda-get-sexps)
1471 (org-agenda-get-progress, org-agenda-get-deadlines)
1472 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1473 `category-pos' instead of `org-category-pos'.
1474
1475 * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1476 `ob-fortran-transform-list'.
1477 (org-babel-fortran-var-to-fortran): Use the new function's name.
1478
1479 * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1480 `ob-calc-maybe-resolve-var'.
1481 (org-babel-execute:calc): Use the new function's name.
1482
1483 * org-jsinfo.el (org-infojs-template): Add a license.
1484 (org-infojs-handle-options): Replace all template elements.
1485
1486 * org-html.el (org-export-html-scripts): Add a license.
1487 (org-export-html-mathjax-config): Replace all template elements.
1488 (org-export-html-mathjax-template): Add a license.
1489 (org-export-as-html): Minor code clean-up.
1490
1491 * org.el (org-options-keywords): Add "#+MATHJAX" and
1492 "#+INFOJS_OPT" to the list of keywords for completion.
1493
1494 * org.el (org-src-prevent-auto-filling): Remove unused and useless
1495 option.
1496
1497 * org.el (org-element-at-point): Autoload.
1498 (org-element-up): Remove useless declaration.
1499 (org-fill-context-prefix, org-fill-paragraph)
1500 (org-mark-element, org-narrow-to-element)
1501 (org-transpose-element, org-unindent-buffer): Do not require
1502 org-element.
1503
1504 * org.el (org-fill-paragraph): Require org-element.
1505
1506 * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1507 enhancement.
1508
1509 * org.el (org-create-math-formula): Use the compatibility function
1510 `org-region-active-p'.
1511
1512 * org-odt.el (org-export-as-odf): Ditto.
1513
1514 * ob.el (org-babel-demarcate-block): Ditto.
1515
1516 * org.el (org-mark-subtree): Maybe call `org-mark-element'
1517 interactively.
1518 (org-mark-element): Only mark further elements when called
1519 interactively.
1520
1521 * org.el (org-mark-element, org-narrow-to-element)
1522 (org-transpose-element): Require org-element.
1523
1524 * org-agenda.el (org-agenda-get-timestamps)
1525 (org-agenda-get-sexps, org-agenda-get-deadlines)
1526 (org-agenda-get-scheduled): Add the 'warntime as a text property,
1527 getting its value from the APPT_WARNTIME property.
1528 (org-agenda-to-appt): Use the 'warntime text property.
1529
1530 * org-capture.el (org-capture-place-table-line): Fix bug.
1531
1532 * org.el (org-activate-plain-links): Don't activate a plain link
1533 when it is part of a bracketed link, unless bracketed links are
1534 not enlisted in `org-activate-links'.
1535 (org-open-at-point): Don't consider the text immediately after a
1536 bracketed link is part of a plain link.
1537
1538 * org.el (org-compute-latex-and-specials-regexp)
1539 (org-paste-subtree, org-sort-entries, org-store-link)
1540 (org-open-at-point, org-file-remote-p, org-add-log-setup)
1541 (org-set-tags-to, org-fast-tag-selection)
1542 (org-diary-sexp-entry): Ditto.
1543
1544 * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1545 (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1546 (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1547 end of (cond ...) constructs.
1548
1549 * org-mobile.el (org-mobile-create-index-file): Ditto.
1550
1551 * org-lparse.el (org-lparse-format-table-row): Ditto.
1552
1553 * org-list.el (org-sort-list): Ditto.
1554
1555 * org-id.el (org-id-get): Ditto.
1556
1557 * org-html.el (org-export-html-preprocess): Ditto.
1558
1559 * org-exp.el (org-default-export-plist)
1560 (org-table-clean-before-export): Ditto.
1561
1562 * org.el (org-options-keywords): Add "TODO".
1563 (org-make-options-regexp): Make the hashtag mandatory for options
1564 and don't allow whitespaces between the hashtag and the plus sign.
1565
1566 * org.el (org-refresh-category-properties)
1567 (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1568 lowercase "#+category" and "#+begin:" dynamic blocks.
1569
1570 * org.el (org-context): Use case-folding when trying to match
1571 clocktables and source blocks contexts.
1572
1573 * org-clock.el (org-clock-put-overlay): Put the overlay on the
1574 whole headline, not only on the last character. This fixes a bug
1575 with overlays on headlines ending with a bracketed link.
1576
1577 * org-html.el (org-export-as-html): Make sure we always process a
1578 string.
1579
1580 * org-exp.el (org-export-cleanup-toc-line): Always return a
1581 string.
1582
1583 * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1584 metalines with #+results[...]:.
1585
1586 * org-exp.el (org-export-handle-metalines): Rename from
1587 `org-export-handle-table-metalines'. Now also handle source block
1588 metalines.
1589 (org-export-res/src-name-cleanup): Delete.
1590 (org-export-preprocess-string): Use `org-export-handle-metalines'.
1591 Don't use `org-export-res/src-name-cleanup' anymore.
1592
1593 * org-html.el (org-format-org-table-html): Don't include the
1594 caption tag for empty captions in HTML export. Keep it in the
1595 DocBook export so that it produces valid DocBook XML.
1596
1597 * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1598 8am" to be parsed correctly with respect to possible values of
1599 `org-read-date-prefer-future'.
1600 (org-read-date-prefer-future): Update docstring to remove the
1601 restriction about inserting only the time. The user can now
1602 insert the time and the day.
1603
1604 * org-icalendar.el (org-icalendar-print-entries): Rename from
1605 `org-print-icalendar-entries'.
1606 (org-icalendar-start-file): Rename from
1607 `org-start-icalendar-file'.
1608 (org-icalendar-finish-file): Rename from
1609 `org-finish-icalendar-file'.
1610 (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1611 (org-export-icalendar): Use the correct functions.
1612
1613 * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1614 commit e85479.
1615
1616 * org.el (org-fill-context-prefix): Require org-element.
1617 (org-timestamp-change): Fix bug by saving excursion when adjusting
1618 another clock.
1619
1620 * org.el (org-read-date-prefer-future): Fix docstring formatting.
1621 (org-read-date-analyze): Fix the interpretation of
1622 `org-read-date-prefer-future'.
1623
1624 * org-agenda.el (org-agenda-menu-two-column): Rename to
1625 `org-agenda-menu-two-columns'.
1626
1627 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1628 `org-labels' by `let*'.
1629
1630 * org-bibtex.el (org-bibtex-headline): Ditto.
1631
1632 * org-compat.el: Delete `org-labels'.
1633
1634 * ob.el (org-babel-get-src-block-info)
1635 (org-babel-check-src-block, org-babel-current-result-hash)
1636 (org-babel-parse-src-block-match, org-babel-read-link)
1637 (org-babel-insert-result, org-babel-clean-text-properties): Use
1638 ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1639 (org-babel-clean-text-properties): Delete redundant function
1640 `org-babel-clean-text-properties'.
1641
1642 * ob-tangle.el (org-babel-tangle-collect-blocks)
1643 (org-babel-tangle-comment-links): Ditto.
1644
1645 * ob-table.el (sbe): Ditto.
1646
1647 * ob-lob.el (org-babel-lob-get-info)
1648 (org-babel-lob-execute): Ditto.
1649
1650 * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1651
1652 * org-macs.el (org-no-properties): Allow a new parameter
1653 `restricted' to restrict the properties removal to those in
1654 `org-rm-props'. The default is now to remove all properties.
1655
1656 * org-compat.el (org-substring-no-properties): Remove unused
1657 defun.
1658
1659 * org-remember.el (org-remember-apply-template): Remove redundant
1660 removal of text properties.
1661 (org-remember-apply-template): Use `org-no-properties'.
1662
1663 * org-capture.el (org-capture-fill-template): Remove redundant
1664 removal of text properties.
1665 (org-capture-fill-template): Use `org-no-properties'.
1666
1667 * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1668 `org-no-properties'.
1669
1670 * org-colview.el (org-columns-display-here): Ditto.
1671
1672 * org-table.el (org-table-eval-formula): Ditto.
1673
1674 * org.el (org-entry-properties): Ditto.
1675
1676 * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1677 handling `alarm-time'.
1678
1679 * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1680
1681 * org.el (org-store-log-note): Only skip comments starting with "#
1682 " when storing a note.
1683
1684 * org.el (org-custom-properties): New option.
1685 (org-custom-properties-overlays): New variable.
1686 (org-toggle-custom-properties-visibility): New command to toggle
1687 the visibility of custom properties.
1688 (org-check-before-invisible-edit): Also prevent errors when trying
1689 to edit invisible properties.
1690
1691 * org-datetree.el (org-datetree-add-timestamp): New option.
1692 (org-datetree-insert-line): Use it.
1693
1694 * org.el (org-fill-template): Fix bug when filling template for a
1695 key associated to the nil value.
1696
1697 * org-agenda.el (org-diary): Fix tiny typo.
1698
1699 * org.el (message-in-body-p): Move declaration up to fix compiler
1700 warning.
1701
1702 * org.el (org-fill-context-prefix): Fix auto-filling in
1703 `message-mode'.
1704
1705 * org.el (org-fill-paragraph): Correctly fill paragraph in
1706 message-mode.
1707 (org-indent-line): Correctly indent according to mode when
1708 `orgstruct++-mode' is on.
1709 (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1710 stored in `org-fb-vars'.
1711
1712 * org.el (org-fill-paragraph): Make a command. Fix bug about
1713 filling message headers and citations.
1714
1715 * org.el (org-redisplay-inline-images): New command.
1716 (org-mode-map): Bind it to C-c C-x C-M-v.
1717
1718 * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1719 (org-columns-get-format): Fix compiler warning.
1720
1721 * org-feed.el: Add declarations.
1722
1723 * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1724 allow tag inheritance.
1725
1726 * org-capture.el (org-capture): Fix bug introduced by commit
1727 1737d3.
1728
1729 * org-publish.el (org-publish-needed-p)
1730 (org-publish-update-timestamp, org-publish-file)
1731 (org-publish-cache-file-needs-publishing): New argument
1732 `base-dir'.
1733 (org-publish-cache-ctime-of-src): Use the new argument to make
1734 sure we find the file according to :base-directory.
1735
1736 * org-capture.el (org-capture-string): New command to prompt for
1737 the interactive text interactively. This can also be used in
1738 Elisp programs to use ̀org-capture' with some initial text.
1739 (org-capture-initial): New variable to store the initial text.
1740 (org-capture): Use `org-capture-initial'.
1741
1742 * org.el (org-emph-re): Tiny docstring formatting fix.
1743
1744 * org-compat.el (org-labels): Remove.
1745
1746 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1747
1748 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1749
1750 * org.el (org-emph-re): Tiny formatting fix.
1751
1752 * org.el (orgstruct-setup): Require `org-element'.
1753
1754 * org.el (org-store-link, org-open-at-point): New link type
1755 "help".
1756
1757 * org-compat.el (org-flet): Remove alias.
1758
1759 * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1760 (org-babel-get-rownames, org-babel-insert-result)
1761 (org-babel-merge-params)
1762 (org-babel-expand-noweb-references): Don't use `org-flet'. Also
1763 indent some functions correctly.
1764
1765 * ob.el (org-babel-execute-src-block)
1766 (org-babel-join-splits-near-ch, org-babel-format-result)
1767 (org-babel-examplize-region): Don't use `org-flet'.
1768 (org-babel-tramp-handle-call-process-region): Fix typo.
1769
1770 * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1771
1772 * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1773
1774 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1775 use `org-flet'.
1776
1777 * org-pcomplete.el (org-compat): Require.
1778
1779 * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1780
1781 * org-bibtex.el (org-bibtex-write): Use let*.
1782
1783 * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1784
1785 * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1786 (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1787
1788 * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1789
1790 * org-pcomplete.el (org-thing-at-point): Ditto.
1791
1792 * org.el (org-timestamp-change): Ditto.
1793
1794 * org-mouse.el (org-mouse-timestamp-today)
1795 (org-mouse-set-priority, org-mouse-popup-global-menu)
1796 (org-mouse-context-menu): Don't use ̀org-flet'.
1797
1798 * org.el (org-priority): Fix docstring.
1799
1800 * org-publish.el (org-publish-write-cache-file)
1801 (org-publish-initialize-cache)
1802 (org-publish-cache-file-needs-publishing)
1803 (org-publish-cache-get): Small code clean-up.
1804
1805 * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1806
1807 * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1808 agenda entries created from sexps.
1809
1810 * org-capture.el (org-capture-templates): Docstring clean up.
1811 (org-capture-place-entry, org-capture-place-item)
1812 (org-capture-place-plain-text, org-capture-place-table-line):
1813 Ensure to always position the point according to %?.
1814
1815 * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1816 converting remote table references.
1817
1818 * org-agenda.el (org-agenda-switch-to): Run hooks in
1819 ̀org-agenda-after-show-hook'.
1820
1821 * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1822 variable `length' to `lgth'.
1823
1824 * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1825 ̀org-flet'.
1826
1827 * org-exp.el (org-export-format-source-code-or-example): Ditto.
1828
1829 * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1830
1831 * ob.el (org-babel-view-src-block-info)
1832 (org-babel-execute-src-block, org-babel-edit-distance)
1833 (org-babel-switch-to-session-with-code)
1834 (org-babel-balanced-split, org-babel-insert-result): Ditto.
1835
1836 * ob-ref.el (org-babel-ref-index-list): Ditto.
1837
1838 * ob-python.el (org-babel-python-evaluate-session): Ditto.
1839
1840 * ob-lob.el (org-babel-lob-get-info): Ditto.
1841
1842 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1843
1844 * ob-exp.el (org-babel-exp-do-export): Ditto.
1845
1846 * org-table.el (orgtbl-to-generic): Fix docstring.
1847
1848 * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1849 argument `switch-to-state' set to nil. Fix docstring.
1850 (org-clock-in-last): Prompt for a todo state to switch to when
1851 called with three universal prefix arguments. Don't display a
1852 message when the clock is already running. Update docstring.
1853 (org-clock-out): New argument `switch-to-state'. When this
1854 argument is non-nil, prompt for a state to switch the clocked out
1855 task to, overriding `org-clock-out-switch-to-state'.
1856
1857 * org.el (org-entry-get): Don't use `org-flet'.
1858
1859 * org.el (org-forward-heading-same-level): Rename from
1860 `org-forward-same-level'.
1861 (org-backward-heading-same-level): Rename from
1862 `org-backward-same-level'.
1863
1864 * org.el (org-forward-element): Rename from `org-element-forward'.
1865 (org-backward-element): Rename from `org-element-backward'.
1866 (org-up-element): Rename from `org-element-up'.
1867 (org-down-element): Rename from `org-element-down'.
1868 (org-drag-element-backward): Rename from
1869 `org-element-drag-backward'.
1870 (org-drag-element-forward): Rename from
1871 `org-element-drag-forward'.
1872 (org-mark-element): Rename from `org-element-mark-element'.
1873 (org-transpose-element): Rename from `org-element-transpose'.
1874 (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1875 (org-mode-map): Update the names of a commands. Remove useless
1876 declarations.
1877
1878 * org-element.el (org-element-forward, org-element-backward)
1879 (org-element-up, org-element-down)
1880 (org-element-drag-backward, org-element-drag-forward)
1881 (org-element-mark-element, org-narrow-to-element)
1882 (org-element-transpose, org-element-unindent-buffer): Move to
1883 org.el.
1884
1885 * org.el (org-forward-same-level): Fix typo in docstring.
1886
1887 * org-agenda.el (org-agenda-mode-map): Bind
1888 `org-agenda-show-priority' to `C-c,' instead of `P'.
1889 (org-agenda-next-item, org-agenda-previous-item): New commands to
1890 move by one item down/up in the agenda.
1891 (org-agenda-mode-map): Bind `org-agenda-next-item' and
1892 `org-agenda-previous-item' to `N' and `P' respectively.
1893
1894 * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1895 Toggle headers when necessary.
1896
1897 * org-element.el (org-narrow-to-element): Autoload.
1898
1899 * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1900 (org-mark-subtree): Allow a numeric prefix argument to move up
1901 into the hierarchy of headlines.
1902
1903 * org-element.el (org-element-up, org-element-down): Autoload.
1904
1905 * org.el: Declare functions and don't require org-element.
1906
1907 * org-element.el (org-element-at-point, org-element-forward)
1908 (org-element-backward, org-element-drag-backward)
1909 (org-element-drag-forward, org-element-mark-element)
1910 (org-element-transpose, org-element-unindent-buffer): Autoload.
1911 Require 'org and remove all declarations.
1912
1913 * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1914 variables instead of constants.
1915
1916 * org-archive.el (org-datetree-find-date-create): Declare.
1917
1918 * org.el (org-open-at-point): Only set
1919 `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1920 has been loaded.
1921
1922 * org-icalendar.el (org-print-icalendar-entries): Let
1923 APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1924
1925 * org.el (org-special-properties): New special property
1926 CLOCKSUM_T.
1927 (org-entry-properties): Handle the new special property.
1928
1929 * org-colview.el (org-columns): Handle a new special property
1930 CLOCKSUM_T.
1931 (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1932
1933 * org-clock.el (org-clock-sum-today): New function.
1934 (org-clock-sum): New argument PROPNAME to set a custom text
1935 property instead of :org-clock-minutes.
1936
1937 * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1938 error message when no agenda is currently being displayed.
1939
1940 * org.el (org-get-property-block): Find blocks before the first
1941 headline.
1942 (org-entry-properties): Minor code cleanup.
1943 (org-entry-get, org-entry-get-with-inheritance): Get property
1944 before the first headline.
1945
1946 * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1947
1948 * org.el (org-make-link): Delete.
1949 (org-store-link, org-insert-link)
1950 (org-file-complete-link): Don't use `org-make-link'.
1951
1952 * org-wl.el (org-wl-store-link-folder)
1953 (org-wl-store-link-message): Ditto.
1954
1955 * org-vm.el (org-vm-store-link): Ditto.
1956
1957 * org-rmail.el (org-rmail-store-link): Ditto.
1958
1959 * org-mhe.el (org-mhe-store-link): Ditto.
1960
1961 * org-mew.el (org-mew-store-link): Ditto.
1962
1963 * org-irc.el (org-irc-erc-store-link): Ditto.
1964
1965 * org-info.el (org-info-store-link): Ditto.
1966
1967 * org-id.el (org-id-store-link): Ditto.
1968
1969 * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1970
1971 * org-eshell.el (org-eshell-store-link): Ditto.
1972
1973 * org-bbdb.el (org-bbdb-store-link): Ditto.
1974
1975 * org.el (org-url-hexify-p): New option. When non-nil (the
1976 default), hexify URLs when creating a link.
1977
1978 * org.el (org-insert-link): Make sure point is at the beginning of
1979 the buffer.
1980
1981 * org.el (clean-buffer-list-kill-buffer-names): Declare.
1982 (org-open-at-point): Allow opening multiple shell links by
1983 creating a new output buffer for each shell process. The new
1984 buffer is added to `clean-buffer-list-kill-buffer-names'.
1985
1986 * org-mobile.el (org-mobile-create-index-file): Use
1987 `org-global-tags-completion-table' instead of
1988 `org-tag-alist-for-agenda' to get the tags for the index file.
1989
1990 * org.el (org-global-tags-completion-table): Fix typo in
1991 docstring.
1992
1993 * org.el (org-link-to-org-use-id): Use `org-capture' instead of
1994 `org-remember' in the docstring.
1995 (org-link-fontify-links-to-this-file): New function to fontify
1996 links to the current buffer in `org-stored-links'.
1997 (org-store-link): Small code simplification.
1998 (org-link-prettify): Enclose literal links into <...> instead of
1999 [[...]].
2000 (org-insert-link): Use `org-link-fontify-links-to-this-file'.
2001 Also allow completion over links' descriptions, as well as links
2002 destinations. When the user uses the description for completion,
2003 don't prompt again for a description.
2004
2005 * org-capture.el (org-capture-templates): Fix docstring by adding
2006 Gnus to the list of mail clients.
2007
2008 * org.el (org-log-repeat): Enhance docstring.
2009
2010 * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
2011 `org-element-backward/forward' as these functions stops when there
2012 is no element of the same type before/after point. It is useful
2013 to navigate with `forward/backward-paragraph' with no stop in most
2014 cases.
2015
2016 * org-capture.el (org-capture-templates): New template %l to
2017 insert the literal link pointing at the current buffer.
2018
2019 * org.el (org-todo-keywords): Ditto.
2020
2021 * org.el (org-fill-paragraph): Falls back on
2022 `message-fill-paragraph' if required in `message-mode'.
2023
2024 * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
2025 (pcomplete/org-mode/file-option/options)
2026 (pcomplete/org-mode/file-option/title)
2027 (pcomplete/org-mode/file-option/author)
2028 (pcomplete/org-mode/file-option/email)
2029 (pcomplete/org-mode/file-option/date): Use the new macro to offer
2030 completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
2031 #+EMAIL and #+DATE.
2032
2033 * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
2034 an external file while `org-agenda-sticky' is non-nil.
2035
2036 * org.el (org-speed-commands-default): New speedy command to
2037 quickly add the :APPT_WARNTIME: property.
2038
2039 * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
2040 property to override `appt-message-warning-time' when adding an
2041 appointment from an entry.
2042
2043 * org.el (org-version): Improve docstring.
2044 (org-self-insert-cluster-for-undo): The default value should be
2045 nil for Emacs >=24.1. See bug#11774.
2046
2047 * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
2048 commit.
2049
2050 * org.el (org-options-keywords): New constant.
2051 (org-additional-option-like-keywords): Remove duplicates with
2052 keywords in the new constant.
2053 (org-additional-option-like-keywords-for-flyspell): Use the new
2054 constant.
2055 (org-mode-flyspell-verify): Exclude keywords from the new
2056 constant.
2057
2058 * org-pcomplete.el (pcomplete/org-mode/file-option): Use
2059 `org-options-keywords'.
2060
2061 * org.el (org-toggle-heading): Bugfix: use
2062 `org-element-mark-element' instead of `org-mark-list'.
2063
2064 * org-list.el (org-mark-list): Delete.
2065
2066 * org.el: Update a few keybindings.
2067
2068 * org-element.el (org-element-down): Throw an error when the
2069 element has no content.
2070
2071 * org-table.el (orgtbl-radio-table-templates): Add a template for
2072 org-mode.
2073 (orgtbl-to-orgtbl): Complete and align the table created with
2074 orgtbl-to-orgtbl, in case the user use the function for radio
2075 tables.
2076 (orgtbl-to-table.el): New function to export a table to another
2077 one using the table.el format.
2078 (orgtbl-to-unicode): New function to export a table using unicode
2079 characters.
2080
2081 * org-exp.el (org-export-language-setup): Use "Sommaire" for the
2082 french translation of "Table of contents", to avoid a possible bug
2083 when exporting to ODT.
2084
2085 * org.el (org-additional-option-like-keywords): Add keywords.
2086 (org-additional-option-like-keywords-for-flyspell): New constant
2087 to use with flyspell.
2088 (org-mode-flyspell-verify): Use the dedicated constant and don't
2089 check `org-startup-options'.
2090
2091 * org-agenda.el (org-batch-store-agenda-views): Use the sticky
2092 agenda buffer name, if required.
2093 (org-agenda-write): New parameter `agenda-bufname' to allow
2094 setting the agenda buffer name.
2095
2096 * org.el (org-mode-map): Add keybindings for
2097 `org-element-forward', `org-element-backward', `org-element-up'
2098 and `org-element-down'.
2099
2100 * org.el (org-auto-fill-function): Don't call `do-auto-fill'
2101 within (org-let org-fb-vars ...) as `do-auto-fill' should do the
2102 right thing whether orgstruct++-mode is turned on or off.
2103
2104 * org.el (org-sparse-tree-default-date-type): New option.
2105 (org-ts-type): New variable.
2106 (org-sparse-tree): New argument `type'. Use the new option
2107 `org-sparse-tree-default-date-type' as the default value for
2108 `type'. Fix docstring.
2109 (org-re-timestamp): New function.
2110 (org-check-before-date, org-check-after-date)
2111 (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
2112 to tell compute the date regexp.
2113
2114 * org.el (orgstruct++-mode, org-get-local-variables): Also set
2115 `normal-auto-fill-function' when turning on/off orgstruct++-mode.
2116
2117 * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
2118 customization types.
2119
2120 * org-faces.el (org-document-title): Use the normal height.
2121
2122 * org-clock.el (org-x11idle-exists-p): New variable.
2123 (org-user-idle-seconds): Use it.
2124
2125 * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
2126 C-M-l'.
2127
2128 * org.el (org-insert-all-links): New command.
2129 (org-insert-link): `org-keep-stored-link-after-insertion' is now
2130 checked when the link to insert has been defined, regardless on
2131 how it has been defined. Also don't read the description
2132 interactively when the `default-description' parameter was given.
2133 (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
2134
2135 * org.el (org-inc-effort): New command to increment the effort
2136 property.
2137 (org-set-effort): Use it.
2138 (org-mode-map): Bind it to `C-c C-x E'.
2139 (org-speed-commands-default): Use `E' as a speed command for it.
2140
2141 * org.el (org-re-property-keyword): New function.
2142 (org-entry-put): Use it to fix a bug with respect to setting the
2143 value of a property when a property line with no value already
2144 exists.
2145
2146 * org.el (org-timestamp-change): Adjust clock in other org files
2147 correctly.
2148
2149 * org-clock.el (org-user-idle-seconds): Simplify.
2150
2151 * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
2152 C-z'.
2153
2154 * org.el (org-mode-map): Add keybindings to
2155 `org-element-transpose' and `org-narrow-to-element'.
2156 (org-metaup): Fall back on `org-element-drag-backward'.
2157 (org-metadown): Fall back on `org-element-drag-forward'. Also
2158 move chunks of declarations and require statements to get rid of
2159 compiler warnings.
2160
2161 * org-exp-blocks.el (org): Don't require org. Add declarations.
2162
2163 * org-clock.el (org): Don't require org.
2164
2165 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
2166
2167 * org.el (org-timestamp-change): Don't use the `position'.
2168
2169 * org.el (org-clock-history, org-clock-adjust-closest): New
2170 variables.
2171 (org-timestamp-change): Maybe adjust the next or previous clock in
2172 `org-clock-history'.
2173 (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
2174 timestamp at point and adjust the next or previous clock in
2175 `org-clock-history', when possible.
2176
2177 * org-clock.el (org-clock-in): Set the marker for
2178 `org-clock-history' at a safer position.
2179
2180 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
2181 Autoload.
2182
2183 * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
2184
2185 * org.el (org-indent-line): Fix indentation of a property line
2186 starting at the beginning of a line.
2187
2188 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2189
2190 * org-compat.el: Alias `org-condition-case-unless-debug' to
2191 `condition-case-unless-debug' or `condition-case-no-debug'.
2192
2193 * org.el (org-todo-keywords): Ditto.
2194
2195 * org.el (org-use-fast-todo-selection): Reformat docstring.
2196
2197 * org.el (org-flag-drawer): Add a docstring.
2198 (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
2199 `org-clock-in-last' to "C-cC-xC-x". This fixes a bug in the
2200 previous keybinding for `org-clock-in-last', which would override
2201 the one for `org-clock-in'.
2202
2203 * org-clock.el (org-clock-in-last): Prevent errors when there is
2204 no clocking history.
2205 (org-clock-cancel): Fix bug when checking against a clock log in a
2206 folded drawer.
2207
2208 * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
2209 new specifier. Update the docstring.
2210
2211 * org.el (org-startup-options): Fix docstring formatting.
2212
2213 * org.el (org-use-sub-superscripts): Fix typo in docstring.
2214
2215 * org.el (org-refile): Fix bug: prevent looping when calling
2216 `org-set-tags' internally.
2217
2218 * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
2219 `org-clock-in-last'.
2220
2221 * org-clock.el (org-clock-continuously): New option.
2222 (org-clock-in): Three universal prefix arguments set
2223 `org-clock-continuously' to `t' temporarily.
2224 (org-clock-in-last): Fix call to `org-clock-select-task' and
2225 support continuous clocking.
2226 (org-clock-out-time): New variable.
2227 (org-clock-out): Set `org-clock-out-time' when clocking out.
2228 Small docstring rewriting.
2229 (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
2230 bug when trying to delete empty logbook drawer.
2231 (org-clock-cancel): If the clock log is gone, send a warning
2232 instead of deleting the region that is supposed to contain it.
2233
2234 * org.el (org-move-line-down, org-move-line-up): Remove.
2235 (org-metaup, org-metadown): When the region is active, move it
2236 up/down by one line, with no regard to the context.
2237
2238 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2239
2240 * org-compat.el: Alias `org-condition-case-unless-debug' to
2241 `condition-case-unless-debug' or `condition-case-no-debug'.
2242
2243 * org-pcomplete.el (org-thing-at-point): Ignore trailing
2244 whitespaces while looking-back at properties.
2245
2246 * org.el (org-mode): Set `indent-region-function'.
2247 (org-indent-region): New function.
2248 (org-fill-paragraph): When in a src block, use `indent-region' to
2249 indent the whole source code instead of falling back on
2250 `fill-paragraph', as this function messes up the code.
2251
2252 * org-src.el (org-edit-src-code): Fix docstring formatting.
2253
2254 * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
2255
2256 * org.el (org-mode, org-add-log-setup)
2257 (org-get-property-block, org-entry-put)
2258 (org-property-next-allowed-value, org-return)
2259 (org-indent-line): Rename `org-indent-line-function' to
2260 `org-indent-line'.
2261
2262 * org-timer.el (org-timer-item): Ditto.
2263
2264 * org-table.el (org-table-store-formulas): Ditto.
2265
2266 * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
2267
2268 * org-src.el (org-src-font-lock-fontify-block)
2269 (org-src-strip-leading-and-trailing-blank-lines)
2270 (org-src-ask-before-returning-to-edit-buffer)
2271 (org-edit-src-code, org-edit-src-continue)
2272 (org-edit-fixed-width-region)
2273 (org-src-do-key-sequence-at-code-block)
2274 (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
2275 typos in docstrings.
2276
2277 * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
2278 use "format string" instead of "formatting string".
2279
2280 * org-latex.el (org-export-latex-emphasis-alist)
2281 (org-export-latex-title-command, org-export-latex-tables): Ditto.
2282
2283 * org-html.el (org-export-html-postamble): Ditto.
2284
2285 * org-latex.el (org-export-latex-hyperref-options-format): New
2286 option.
2287 (org-export-latex-make-header): Use it.
2288
2289 * ob.el (org-babel-confirm-evaluate): Prevent errors when
2290 `org-current-export-file' is void.
2291
2292 * org-table.el (org-table-export): Use the file name extension to
2293 suggest the right conversion format. Also amend the docstring.
2294
2295 * org.el (org-speed-commands-default): Two new speed commands.
2296 Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
2297
2298 * org.el (org-time-stamp): With two universal arguments, insert an
2299 active timestamp with the current time without prompting the user.
2300
2301 * org-clock.el (org-clock-in-last): New command.
2302
2303 * org-clock.el (org-clock-in): Fix typo in docstring.
2304
2305 * org-mobile.el (org-mobile-edit): Fix reference to a free
2306 variable.
2307
2308 * org.el (org-doi-server-url): Update :group.
2309
2310 * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
2311 variable.
2312
2313 * org.el (org-doi-server-url): New option.
2314 (org-open-at-point): Use it.
2315
2316 * org.el (org-at-comment-p): New function.
2317 (org-toggle-heading): Use `org-at-comment-p' to skip comments.
2318
2319 * org-html.el (org-export-as-html): Add links to the Org mode and
2320 GNU Emacs websites When :html-postamble is set to 't.
2321
2322 * org-export.el (org-export-creator-string): Add links to the Org
2323 mode and GNU Emacs websites.
2324
2325 * org-special-blocks.el
2326 (org-special-blocks-convert-html-special-cookies): Prevent errors
2327 by first checking `org-line' is not nil.
2328
2329 * org-clock.el (org-clock-string-limit)
2330 (org-clock-modeline-total, org-clock-task-overrun-text)
2331 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
2332
2333 * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
2334 point is right after the timestamp. `org-at-timestamp-p' still
2335 returns `t' in this case, as this is more practical.
2336 (org-return): Check against ̀org-ts-what' to verify that point is
2337 really within the timestamp (if any).
2338
2339 * org.el (org-return): Follow time-stamp links when point is an a
2340 time-stamp.
2341
2342 * org-capture.el (org-capture-bookmark): New option.
2343 (org-capture-finalize): Use it.
2344
2345 * org-publish.el (org-publish-cache-file-needs-publishing): Make
2346 the column mandatory after #+include:.
2347
2348 * org-exp.el (org-export-handle-include-files): Ditto.
2349
2350 * org-bibtex.el (org-bibtex-entries): Rename from
2351 (org-bibtex-read, org-bibtex-write): Use the new name.
2352
2353 * org-exp.el (org-export-handle-include-files): Allow to use
2354 #+include with no column.
2355
2356 * org-publish.el (org-publish-cache-file-needs-publishing): Make
2357 quotes mandatory around the file name and allow spaces in it.
2358
2359 * org-html.el (org-export-as-html): Add link to Org's and Emacs's
2360 websites.
2361
2362 * org-latex.el
2363 (org-export-latex-link-with-unknown-path-format): New option.
2364 (org-export-latex-links): Use it.
2365
2366 * org-agenda.el (org-agenda-get-timestamps): Remove any active
2367 timestamp from the headline text, not only those for the current
2368 date.
2369
2370 * org.el (org-set-tags): Allow setting tags for headlines in the
2371 region when `org-loop-over-headlines-in-active-region' is non-nil.
2372
2373 * org.el (org-allow-promoting-top-level-subtree): New option to
2374 allow promoting a top-level subtree.
2375 (org-called-with-limited-levels): New variable, dynamically bound
2376 within the `org-with-limited-levels' macro.
2377 (org-promote): Use the new option to allow promoting a top-level
2378 subtree.
2379
2380 * org-macs.el (org-with-limited-levels): Let-bind
2381 `org-called-interactively-p' to t.
2382
2383 * org.el (org-create-formula-image-with-dvipng)
2384 (org-create-formula-image-with-imagemagick): Make sure a file
2385 exists before trying to delete it.
2386
2387 * org.el (org-scan-tags): Correctly match TODO keywords.
2388
2389 * org-agenda.el (org-agenda-bulk-action): Fix bug: use
2390 `org-agenda-bulk-unmark-all'.
2391
2392 * org.el (orgstruct++-mode): Fix docstring.
2393 (org-fill-paragraph): Use the 'justify parameter when falling back
2394 on `fill-paragraph'.
2395
2396 * org.el (org-indent-line-function): Use `org-let' instead of
2397 `orgstruct++-ignore-org-filling'.
2398 (org-fill-paragraph, org-auto-fill-function): Ditto.
2399
2400 * org-macs.el (orgstruct++-ignore-org-filling): Delete.
2401
2402 * org-table.el (org-table-time-string-to-seconds): Return the
2403 empty string if provided.
2404 (org-table-eval-formula): When assigning a duration string, handle
2405 it correctly -- i.e. don't make any computation on it, except the
2406 one to insert it using the correct duration format.
2407
2408 * org.el (org-indent-line-function): Fix bug.
2409
2410 * org-clock.el (org-frame-title-format-backup): New variable to
2411 store the value of `frame-title-format' before `org-clock' might
2412 replace it by `org-clock-frame-title-format'.
2413 (org-clock-frame-title-format): New option.
2414 (org-frame-title-string): Delete.
2415 (org-clock-update-mode-line): Minor code reformatting.
2416 (org-clock-in, org-clock-out, org-clock-cancel): Use
2417 `org-clock-frame-title-format'.
2418
2419 * org-clock.el (org-clock-get-clock-string): Add a space.
2420
2421 * org-list.el (org-mark-list): Return an error when there is no
2422 list at point.
2423
2424 * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
2425 at point before converting items to headings. With a simple
2426 universal-argument, set `current-prefix-arg' to 1, otherwise keep
2427 the numeric value.
2428
2429 * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
2430 more readable.
2431
2432 * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
2433 all entries for bulk action.
2434 (org-agenda-menu): New menu item for marking all entries.
2435 (org-agenda-bulk-mark-all): New function to mark all entries.
2436 (org-agenda-bulk-mark-regexp): Minor docstring fix.
2437 (org-agenda-bulk-unmark): With a prefix argument, unmark all.
2438 Also send a better message.
2439 (org-agenda-bulk-remove-all-marks): Rename to
2440 `org-agenda-bulk-unmark-all'. Check against
2441 `org-agenda-bulk-marked-entries' before trying to unmark entries.
2442 Minor docstring fix.
2443 (org-agenda-bulk-unmark-all): Renamed from
2444 ̀org-agenda-bulk-remove-all-marks'.
2445
2446 * org-agenda.el (org-agenda-bulk-mark-char): New option.
2447 (org-agenda-bulk-mark): Use the new option.
2448
2449 * org.el (org-src-prevent-auto-filling): New option to prevent
2450 auto-filling in src blocks. This defaults to nil to avoid people
2451 being surprised that no auto-fill occurs in Org buffers where they
2452 use `auto-fill-mode'.
2453 (org-auto-fill-function): Use the new option.
2454
2455 * org.el (org-properties-postprocess-alist): Better customization
2456 type.
2457 (org-set-property): Fix the check against
2458 `org-properties-postprocess-alist'.
2459
2460 * org-macs.el (orgstruct++-ignore-org-filling): Set
2461 `def-edebug-spec' correctly.
2462
2463 * org-colview.el (org-columns-string-to-number): When computing
2464 the values for the colview, match durations and convert them to
2465 HH:MM values.
2466
2467 * org.el (org-duration-string-to-minutes): Match non-round
2468 numbers. Add a new optional parameter to allow returning the
2469 output as a string.
2470
2471 * org.el (org-auto-fill-fallback-function)
2472 (org-indent-line-fallback-function)
2473 (org-fill-paragraph-fallback-function)
2474 (org-auto-fill-fallback-function)
2475 (org-indent-line-fallback-function)
2476 (org-fill-paragraph-fallback-function): Remove.
2477 (org-fb-vars): New buffer-local variable.
2478 (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2479 store, use and restore variables if needed.
2480 (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2481 when needed.
2482 (org-auto-fill-function, org-indent-line-function): Ditto.
2483
2484 * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2485
2486 * org-exp-block.el: Use `org-find-library-name' instead of
2487 `find-library-name'.
2488
2489 * org-compat.el (org-find-library-name): Convert into a macro to
2490 avoid compilation of a function from XEmacs in Emacs and vice
2491 versa.
2492
2493 * org-table.el (org-table-store-formulas): Fix typo.
2494 (org-table-maybe-eval-formula): Fix the regexp to only match
2495 formulas, which never end with the `=' character. If the field
2496 only contain this character, don't eval either.
2497
2498 * org.el (org-set-property): Perform the correct check against
2499 `org-properties-postprocess-alist'.
2500
2501 * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2502 customization type.
2503 (name): Suppress (defvar 'name) as name is not eval'ed when
2504 setting `org-bbdb-anniversary-format-alist'.
2505
2506 * org.el (org-version): When called non-interactively, insert the
2507 short version string, otherwise send a message with the complete
2508 version string.
2509
2510 * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2511 delegate checking whether `org-version' is known as a variable
2512 there.
2513
2514 * org-html.el (org-export-as-html): Use (org-version).
2515
2516 * org-docbook.el (org-export-as-docbook): Ditto.
2517
2518 * org-latex.el (org-export-latex-make-header): Ditto.
2519
2520 * org-clock.el (org-clocktable-write-default): Temporarily disable
2521 `delete-active-region' so that we don't accidently delete an
2522 active region when exporting a subtree/region.
2523
2524 * org-clock.el (org-program-exists): Remove.
2525 (org-show-notification, org-clock-play-sound): Use
2526 `executable-find' instead of `org-program-exists'.
2527
2528 * org-agenda.el (org-diary): Prevent failure from
2529 `org-compile-prefix-format' when there is no agenda buffer.
2530
2531 * org-agenda.el (org-agenda-mode): Replace obsolete variable
2532 `buffer-substring-filters'.
2533
2534 * org-indent.el (org-indent-mode): Ditto.
2535
2536 * org-compat.el (org-find-library-name): Silent the byte-compiler
2537 about a warning related to XEmacs support.
2538
2539 * org-special-blocks.el
2540 (org-special-blocks-convert-html-special-cookies): Use `org-line'
2541 instead of `line'.
2542
2543 * org-html.el (org-html-handle-links, org-export-as-html)
2544 (org-format-org-table-html, org-format-table-table-html)
2545 (org-html-export-list-line): Use `org-line' instead of `line' as
2546 the free variable name.
2547
2548 * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2549
2550 * org-faces.el (org-list-dt): New face.
2551
2552 * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2553 face for definition terms in definition lists.
2554
2555 * org.el (org-fill-paragraph): Pass the `justify' argument to
2556 `org-fill-paragraph-fallback-function'.
2557
2558 * org.el (org-eval-in-calendar): Fix docstring to mention the
2559 KEEPDATE parameter.
2560
2561 * org.el (org-refresh-category-properties): Let-bind
2562 `inhibit-read-only' to t.
2563
2564 * org.el (org-auto-fill-fallback-function)
2565 (org-indent-line-fallback-function)
2566 (org-fill-paragraph-fallback-function): New variables to store
2567 some fall-back functions when turning `orgstruct++-mode' on.
2568 (orgstruct++-mode): Set the new variables.
2569 (org-indent-line-function, org-fill-paragraph)
2570 (org-auto-fill-function): Use them.
2571
2572 * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2573 the 'keepdate parameter set to t when setting the cursor type.
2574
2575 * org-agenda.el (org-agenda-persistent-marks): New option to keep
2576 marks after a bulk action. The option defaults to nil.
2577 (org-agenda-bulk-action): Use the new option.
2578
2579 * org-capture.el (org-capture-fill-template): Use %\n instead of
2580 %n as a template element to be replaced with the nth prompted
2581 string.
2582 (org-capture-templates): Update docstring.
2583
2584 * org.el (org-goto): Fix docstring and document what C-u does.
2585
2586 * org-publish.el (org-publish-cache-file-needs-publishing): Use
2587 (case-fold-search t) when looking for #+INCLUDE:.
2588
2589 * org.el: Use (case-fold-search t).
2590 (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2591
2592 * org-table.el:
2593 (org-table-store-formulas, org-table-get-stored-formulas)
2594 (org-table-fix-formulas, org-table-edit-formulas)
2595 (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2596 (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2597
2598 * org-footnote.el:
2599 (org-footnote-goto-local-insertion-point): Ditto.
2600
2601 * org-exp.el: Ditto.
2602
2603 * org-colview.el:
2604 (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2605
2606 * org-clock.el (org-clocktable-write-default): Ditto.
2607
2608 * org-capture.el (org-capture-place-table-line): Ditto.
2609
2610 * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2611 (org-babel-src-block-names)
2612 (org-babel-where-is-src-block-result, org-babel-result-end)
2613 (org-babel-where-is-src-block-head)
2614 (org-babel-find-named-result, org-babel-result-names): Ditto.
2615
2616 * org-table.el (orgtbl-send-table): Escape special characters.
2617 Introduce a new parameter :no-escape to prevent escaping.
2618
2619 * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2620 when called interactively.
2621 (org-agenda-get-restriction-and-command): Call
2622 `org-toggle-sticky-agenda' interactively.
2623
2624 * org-agenda.el (org-agenda-top-category-filter): New variable for
2625 storing the current top-category filter.
2626 (org-agenda-redo): Apply a top-category filter, if any.
2627 (org-agenda-filter-by-top-category)
2628 (org-agenda-filter-top-category-apply): Set
2629 `org-agenda-top-category-filter' to the right value.
2630
2631 * org-clock.el (org-clock-out, org-clock-cancel)
2632 (org-clock-in): Don't modify `frame-title-format' if it is a
2633 string.
2634
2635 * org-latex.el (org-export-latex-special-chars): Fix bug when
2636 escaping special characters in a table.
2637
2638 * org.el (org-read-date): Set cursor-type to nil in the calendar.
2639
2640 * org-faces.el (org-date-selected): Use inverse video. Don't
2641 explicitely set bold to nil as it causes `customize-face' to show
2642 the weight property and thus encourage the user to change it.
2643 Warn in the docstring that using bold might cause problems when
2644 displaying the calendar.
2645
2646 * org-id.el (org-id-update-id-locations): New parameter to silent
2647 `org-id-find'.
2648 (org-id-find): Use the new parameter.
2649
2650 * org.el (org-show-hierarchy-above, org-cycle)
2651 (org-global-cycle, org-files-list, org-store-link)
2652 (org-link-search, org-open-file, org-display-outline-path)
2653 (org-refile-get-location, org-update-all-dblocks)
2654 (org-change-tag-in-region, org-entry-properties)
2655 (org-save-all-org-buffers, org-revert-all-org-buffers)
2656 (org-buffer-list, org-cdlatex-mode)
2657 (org-install-agenda-files-menu, org-end-of-subtree)
2658 (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2659 'org-mode) instead of (eq major-mode 'org-mode).
2660
2661 * org-timer.el (org-timer-set-timer): Ditto.
2662
2663 * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2664
2665 * org-src.el (org-edit-src-exit, org-edit-src-code)
2666 (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2667
2668 * org-remember.el (org-remember-handler): Ditto.
2669
2670 * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2671
2672 * org-macs.el (org-get-limited-outline-regexp): Ditto.
2673
2674 * org-lparse.el (org-replace-region-by): Ditto.
2675
2676 * org-latex.el (org-latex-to-pdf-process)
2677 (org-replace-region-by-latex): Ditto.
2678
2679 * org-indent.el (org-indent-indent-buffer): Ditto.
2680
2681 * org-id.el (org-id-store-link, org-id-update-id-locations)
2682 (org-id-store-link): Ditto.
2683
2684 * org-html.el (org-export-html-preprocess)
2685 (org-replace-region-by-html): Ditto.
2686
2687 * org-footnote.el (org-footnote-normalize)
2688 (org-footnote-goto-definition)
2689 (org-footnote-create-definition, org-footnote-normalize): Ditto.
2690
2691 * org-docbook.el (org-replace-region-by-docbook): Ditto.
2692
2693 * org-ctags.el (find-tag): Ditto.
2694
2695 * org-colview.el (org-columns-redo)
2696 (org-columns-display-here, org-columns-edit-value)
2697 (org-columns-redo): Ditto.
2698
2699 * org-capture.el (org-capture-insert-template-here)
2700 (org-capture, org-capture-finalize)
2701 (org-capture-set-target-location)
2702 (org-capture-insert-template-here): Ditto.
2703
2704 * org-ascii.el (org-replace-region-by-ascii): Ditto.
2705
2706 * org-archive.el (org-archive-subtree): Ditto.
2707
2708 * org-agenda.el (org-agenda)
2709 (org-agenda-get-restriction-and-command)
2710 (org-agenda-get-some-entry-text, org-search-view)
2711 (org-tags-view, org-agenda-get-day-entries)
2712 (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2713 (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2714
2715 * org.el (org-repeat-re)
2716 (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2717 (org-deadline, org-schedule, org-matcher-time)
2718 (org-time-stamp, org-read-date, org-read-date-get-relative)
2719 (org-display-custom-time, org-get-wdays)
2720 (org-time-string-to-absolute, org-closest-date)
2721 (org-timestamp-change): Allow to set hourly repeat cookie. Send
2722 an error when an hourly repeat cookie is set and no hour is
2723 specified in the timestamp.
2724
2725 * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2726 repeat cookies.
2727
2728 * org-clock.el (org-program-exists): Fix docstring.
2729
2730 * org-clock.el (org-clock-file-time-cell-format): New option.
2731 (org-clocktable-write-default): Use it.
2732
2733 * org-faces.el (org-date-selected): New face.
2734
2735 * org.el (org-date-ovl): Use `org-date-selected'.
2736
2737 * org.el (org-mode): Don't use `buffer-face-mode' by default.
2738
2739 * org-agenda.el (org-agenda-mode-map): Bind `^' to
2740 `org-agenda-filter-by-top-category'.
2741
2742 * org-ascii.el (org-export-ascii-underline): Change the default
2743 underlining characters for headlines of level 1 and 2. Also
2744 introduce \. as the underline character for headlines of level 5.
2745
2746 * org-table.el (org-table-recalculate-buffer-tables)
2747 (org-table-iterate-buffer-tables): Add autoload cookie.
2748
2749 * org.el (org-table-map-tables): Exclude tables in src and example
2750 blocks.
2751
2752 * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2753 untouched when filling an adjacent paragraph.
2754
2755 * org-html.el (org-export-html-preamble-format)
2756 (org-export-html-postamble-format): Improve the docstring.
2757
2758 * org.el (org-todo): Fix regression: rename `state' to
2759 `org-state'.
2760
2761 * org-clock.el (org-show-notification): Use `fboundp' instead of
2762 `featurep' and the additional `require'.
2763
2764 * org-clock.el (org-clock-in-prepare-hook): New option to format
2765 the total time cells.
2766 (org-clocktable-write-default): Use the new option.
2767
2768 * org.el (org-open-at-point): Allow to open the agenda from an
2769 active or inactive timestamp in a headline.
2770
2771 * org-html.el (org-export-html-date-format-string): Make a
2772 defcustom.
2773
2774 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2775
2776 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2777
2778 * org-table.el (org-table-expand-lhs-ranges): Allow hline
2779 references to be expanded correctly in LHS of formulas.
2780
2781 * org-beamer.el (org-beamer-inherited-properties): New option.
2782 (org-beamer-after-initial-vars): Use new option to look for
2783 inherited properties.
2784
2785 * org.el (org-ts-regexp0): Allow time stamps without name of day.
2786
2787 * org-agenda.el (org-toggle-sticky-agenda):
2788 (org-agenda-sticky): Improve :set property.
2789
2790 * org-agenda.el (org-agenda-local-vars): Clean up the variable
2791 list.
2792 (org-agenda-get-restriction-and-command): Add a key for toggling
2793 sticky agenda views.
2794
2795 * org-agenda.el (org-agenda-local-vars): Final decisions about
2796 global/local
2797
2798 * org-agenda.el (org-agenda-force-single-file): Variable removed.
2799 (org-prepare-agenda-window): Store pre-agenda window config
2800 locally.
2801 (org-timeline): Introduce a scoped version of
2802 `org-agenda-show-log'.
2803 (org-agenda-list): Introduce a scoped version of
2804 `org-agenda-show-log'.
2805 (org-agenda-get-progress): Use the scoped version of
2806 `org-agenda-show-log'.
2807 (org-agenda-local-vars): Write the analysis result as a comment -
2808 to be cleaned up in the next iteration.
2809
2810 * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2811 buffers when toggling sticky-agendas.
2812 (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2813 to explicitly kill all agenda buffers.
2814 (org-agenda-run-series): Remove any old agenda markers in the
2815 buffer that is going to take the new block agenda.
2816 (org-prepare-agenda): Reset markers before erasing the buffer anc
2817 running `org-agenda-mode', because after that hte local variable
2818 `org-agenda-markers' will have gone away.
2819 (org-agenda-Quit):
2820 (org-finalize-agenda): Install the marker resetter into the
2821 `kill-buffer-hook'.
2822 (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2823 all agenda buffers.
2824 (org-agenda-kill-all-agenda-buffers): New function.
2825
2826 2012-09-30 Chris Gray <chrismgray@gmail.com>
2827
2828 * org-html.el (org-export-as-html): Remove the check for body-only
2829 in the code for generating tables of contents.
2830
2831 2012-09-30 Christoph Dittmann <github@christoph-d.de> (tiny change)
2832
2833 * org-beamer.el (org-beamer-auto-fragile-frames): Make
2834 [fragile] work with overlay specifications.
2835
2836 2012-09-30 Christophe Junke <christophe.junke@inria.fr> (tiny change)
2837
2838 * org-agenda.el (org-agenda-list): Ensures that the list returned
2839 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2840 checking if the latter is empty.
2841
2842 2012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
2843
2844 * org-latex.el (org-export-latex-tables): Support setting the
2845 :hfmt parameter from #+ATTR_LaTeX.
2846
2847 2012-09-30 Daniel Dehennin <daniel.dehennin@baby-gnu.org> (tiny change)
2848
2849 * org-exp.el (org-export-handle-include-files)
2850 (org-get-file-contents): Handle new parameter :addlevel.
2851
2852 2012-09-30 Dave Abrahams <dave@boostpro.com> (tiny change)
2853
2854 * org.el (org-link-prettify): New function to prettify links while
2855 displaying them with `org-insert-link'.
2856 (org-insert-link): Use the new function.
2857
2858 2012-09-30 David Maus <dmaus@ictsoc.de>
2859
2860 * org-exp.el (org-export-language-setup): Use numeric character
2861 entities for proper rendering of non-UTF8 documents.
2862
2863 * org-exp.el (org-export-language-setup): Add japanese
2864 translation.
2865
2866 2012-09-30 Eric Schulte <eric.schulte@gmx.com>
2867
2868 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2869
2870 * ob.el (org-babel-insert-result): Replace key sequence with
2871 function call. Use a more informative flag to the local function.
2872 (org-add-protective-commas): Declare a new external function.
2873
2874 * org-src.el (org-add-protective-commas): This should be its own
2875 function.
2876 (org-edit-src-exit): Use the new function.
2877
2878 * org-compat.el (org-labels): Remove.
2879
2880 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2881
2882 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2883
2884 * ob.el (org-babel-string-read): Don't automatically evaluate code
2885 block results which look like elisp.
2886 (org-babel-import-elisp-from-file): Raise a warning message when
2887 the process of reading code block results raises an error.
2888
2889 * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2890 macro argument multiple times.
2891
2892 * org.el (org-compat): Require org-compat before we first use one
2893 of its functions (a macro actually).
2894
2895 * ob-comint.el (org-babel-comint-with-output): Don't name the
2896 filter function, but rather pass through the anonymous lambda
2897 directly.
2898
2899 * org.el (org-babel-load-languages): Common lisp should be
2900 mentioned as a supported babel language.
2901
2902 * org-clock.el (org-clock-special-range): "concat 'string" ->
2903 "concat"
2904 (org-clocktable-shift): "concat 'string" -> "concat"
2905
2906 * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2907 org-labels.
2908
2909 * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2910 calc internal representations.
2911
2912 * org-clock.el (org-clock-special-range): Replacing cl concatenate
2913 with concat.
2914 (org-clocktable-shift): Replacing cl concatenate with concat.
2915
2916 * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2917
2918 * org-compat.el (org-flet): Compatibility function now that flet
2919 has been removed from cl-macs.
2920 (org-labels): Compatibility function now that labels has been
2921 removed from cl-macs.
2922
2923 * ob-R.el (org-compat): Require org-compat.
2924
2925 * ob-comint.el: Require org-compat.
2926
2927 * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2928 function.
2929
2930 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2931 compatibility function.
2932
2933 * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2934 function.
2935 (org-babel-lob-execute): Switch to compatibility function.
2936
2937 * ob-python.el (org-babel-python-evaluate-session): Switch to
2938 compatibility function.
2939
2940 * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2941 function.
2942
2943 * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2944 function.
2945
2946 * ob-tangle.el (org-babel-load-file): Switch to compatibility
2947 function.
2948 (org-babel-tangle): Switch to compatibility function.
2949 (org-babel-spec-to-string): Switch to compatibility function.
2950
2951 * ob.el (org-babel-view-src-block-info): Switch to compatibility
2952 function.
2953 (org-babel-execute-src-block): Switch to compatibility function.
2954 (org-babel-edit-distance): Switch to compatibility function.
2955 (org-babel-switch-to-session-with-code): Switch to compatibility
2956 function.
2957 (org-babel-sha1-hash): Switch to compatibility function.
2958 (org-babel-balanced-split): Switch to compatibility function.
2959 (org-babel-join-splits-near-ch): Switch to compatibility function.
2960 (org-babel-get-rownames): Switch to compatibility function.
2961 (org-babel-format-result): Switch to compatibility function.
2962 (org-babel-insert-result): Switch to compatibility function.
2963 (org-babel-examplize-region): Switch to compatibility function.
2964 (org-babel-merge-params): Switch to compatibility function.
2965 (org-babel-noweb-p): Switch to compatibility function.
2966 (org-babel-expand-noweb-references): Switch to compatibility
2967 function.
2968
2969 * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2970 function.
2971 (org-bibtex-fleshout): Switch to compatibility function.
2972 (org-bibtex-read): Switch to compatibility function.
2973 (org-bibtex-write): Switch to compatibility function.
2974
2975 * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2976 compatibility function.
2977
2978 * org-exp.el (org-export-format-source-code-or-example): Switch to
2979 compatibility function.
2980
2981 * org-macs.el (org-called-interactively-p): Indentation fix.
2982
2983 * org-mouse.el (org-mouse-timestamp-today): Switch to
2984 compatibility function.
2985 (org-mouse-set-priority): Switch to compatibility function.
2986 (org-mouse-popup-global-menu): Switch to compatibility function.
2987 (org-mouse-context-menu): Switch to compatibility function.
2988
2989 * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
2990 compatibility function.
2991 (org-plot/gnuplot-script): Switch to compatibility function.
2992
2993 * org.el (org-entry-get): Switch to compatibility function.
2994 (org-fill-paragraph): Switch to compatibility function.
2995 (org-auto-fill-function): Switch to compatibility function.
2996
2997 * ob-lob.el (org-babel-lob-execute): Only try to insert extant
2998 hashes.
2999
3000 * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
3001
3002 * ob.el (org-babel-set-current-result-hash): Change the hash of
3003 the results for the current code block.
3004 (org-babel-current-result-hash): Fix documentation.
3005
3006 * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
3007 function if the current call line hash matches that in its
3008 results.
3009
3010 * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
3011 a table is a sequence.
3012
3013 * ob-R.el (org-babel-R-assign-elisp): Clean up the code
3014 implementing reads of irregular data into R.
3015
3016 * ob.el (org-babel-header-arg-expand): In new buffers
3017 (char-before) may return nil so use equal rather than =.
3018
3019 * ob-R.el (org-babel-header-args:R): Adding values.
3020
3021 * ob-clojure.el (org-babel-header-args:clojure): Adding values.
3022
3023 * ob-lisp.el (org-babel-header-args:lisp): Adding values.
3024
3025 * ob-sql.el (org-babel-header-args:sql): Adding values.
3026
3027 * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
3028
3029 * ob.el (org-babel-combine-header-arg-lists): Combine lists of
3030 arguments and values.
3031 (org-babel-insert-header-arg): Use new combined header argument
3032 lists.
3033 (org-babel-header-arg-expand): Add support for completing-read
3034 insertion of header arguments after ":"
3035 (org-babel-enter-header-arg-w-completion): Completing read
3036 insertion of header arguments
3037 (org-tab-first-hook): Adding header argument completion.
3038 (org-babel-params-from-properties): Combining header argument
3039 lists.
3040
3041 * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
3042 used on export.
3043
3044 * ob.el (org-babel-result-to-file): New optional description
3045 argument.
3046 (org-babel-insert-result): Moved description logic to another
3047 function.
3048
3049 * ob.el (org-babel-insert-result): Change name of filelinkdescr to
3050 file-desc.
3051 (org-babel-common-header-args-w-values): Change name of
3052 filelinkdescr to file-desc.
3053
3054 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
3055 files on windows.
3056
3057 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3058 Org-mode blocks.
3059
3060 * ob.el (org-babel-parse-src-block-match): Make use of the new
3061 language argument to org-babel-strip-protective-commas.
3062 (org-babel-parse-inline-src-block-match): Make use of the new
3063 language argument to org-babel-strip-protective-commas.
3064 (org-babel-strip-protective-commas): Now accepts a language
3065 argument.
3066
3067 2012-09-30 Fabrice Niessen <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org> (tiny change)
3068
3069 * org-agenda.el (org-agenda-write-buffer-name): Remove the test
3070 for the presence of <style> tag.
3071
3072 2012-09-30 Feng Shu <tumashu@gmail.com>
3073
3074 * org.el (org-create-formula-image-with-imagemagick): Use
3075 'call-process to launch latex so that no shell output buffer will
3076 be shown when previewing formulas.
3077
3078 * org.el (org-create-formula-image-with-imagemagick): Fix typo.
3079
3080 * org.el (org-latex-create-formula-image-program): New option to
3081 use either dvipng or imagemagick to convert and preview LaTeX
3082 fragments.
3083 (org-preview-latex-fragment, org-format-latex): Handle the new
3084 option.
3085 (org-create-formula-image-with-dvipng): Rename from
3086 `org-create-formula-image'.
3087 (org-create-formula-image-with-imagemagick): New defun to handle
3088 LaTeX preview with imagemagick.
3089 (org-latex-color, org-latex-color-format): New defuns to handle
3090 color conversions.
3091
3092 * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
3093 Allow to use imagemagick to convert LaTeX fragments.
3094
3095 * org-html.el (org-export-html-preprocess): Ditto.
3096
3097 * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
3098
3099 2012-09-30 George Kettleborough <g.kettleborough@member.fsf.org>
3100
3101 * org-clock.el: New option `org-clock-clocked-in-display' to
3102 control whether the current clock is displayed in the mode line
3103 and/or frame title.
3104
3105 * org-timer.el: New option `org-timer-display' to control whether
3106 the current timer is displayed in the mode line and/or frame
3107 title.
3108
3109 2012-09-30 Hans-Peter Deifel <hpdeifel@gmx.de> (tiny change)
3110
3111 * ob.el (org-babel-execute-src-block): Allow the :dir header
3112 argument to take relative file names.
3113
3114 2012-09-30 Harri Kiiskinen <harri@pp-kaitue.(none)> (tiny change)
3115
3116 * org-protocol.el: New option.
3117 (org-protocol-store-link, org-protocol-do-capture): Use it.
3118
3119 2012-09-30 Henning Weiss <hdweiss@gmail.com>
3120
3121 * org-mobile.el (org-mobile-edit): Added handling of addheading,
3122 refile, archive, archive-sibling and delete edit nodes.
3123 (org-mobile-locate-entry): Olp links containing only a file are
3124 now be located correctly.
3125 (org-mobile-apply): Instead of finding the location of all target
3126 headings for edit nodes in a separate loop, they will be found
3127 immediately before applying edits.
3128
3129 * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
3130 title.
3131
3132 2012-09-30 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3133
3134 * org.el (org-parse-time-string): Allow strings supported by
3135 tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
3136 starts with < and ends with >. This means that e.g. in the
3137 clocktable parameters you can specify :tstart "<-1w>" :tend
3138 "<now>".
3139
3140 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
3141
3142 * org-colview.el (org-columns): New argument `columns-fmt-string'.
3143
3144 * org-colview.el (org-columns-get-format-end-top-level): Split
3145 into `org-columns-get-format' and `org-columns-goto-top-level'.
3146
3147 * org-colview.el (org-dblock-write:columnview): Add a new
3148 parameter :format which specifies the column view format for the
3149 output of the columnview dynamic block.
3150
3151 2012-09-30 Jambunathan K <kjambunathan@gmail.com>
3152
3153 * org-lparse.el (org-lparse-and-open)
3154 (org-lparse-do-convert): Open exported files with system-specific
3155 application.
3156
3157 * org-odt.el: Don't meddle with `org-file-apps'.
3158
3159 * org-compat.el (org-condition-case-unless-debug): Alias to
3160 `condition-case' when both `condition-case-no-debug' and
3161 `condition-case-unless-debug' is unavailable.
3162
3163 * org-odt.el (org-odt-do-image-size): Replace `flet' with
3164 equivalent construct.
3165
3166 * org-odt.el (org-odt-cleanup-xml-buffers): Use
3167 `condition-case-no-debug' instead of
3168 `condition-case-unless-debug'. This ensures backward
3169 compatibility with Emacs versions < 24.1.
3170
3171 * org-odt.el (org-odt-zip-dir)
3172 (org-odt-cleanup-xml-buffers): New.
3173 (org-export-as-odt-and-open, org-export-as-odt)
3174 (org-odt-init-outfile, org-odt-save-as-outfile)
3175 (org-export-as-odf, org-export-as-odf-and-open): Use
3176 `org-odt-cleanup-xml-buffers'.
3177
3178 * org-odt.el (org-export-odt-default-org-styles-alist): Add
3179 default character style.
3180
3181 * org-odt.el (org-export-odt-default-org-styles-alist): Add
3182 default character style.
3183
3184 * org-lparse.el (org-do-lparse): Remove stray call to
3185 `org-export-html-after-blockquotes-hook'.
3186
3187 * org-bbdb.el (org-bbdb-export): Add support for ODT format.
3188
3189 * org-odt.el (org-odt-update-meta-file): Check for `org-version'
3190 is bound before accessing it.
3191
3192 * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
3193 moved away from $(git-root)/contrib/odt/etc/schema/ to
3194 $(git-root)/etc/schema/.
3195
3196 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3197 internal links destined for headlines provide a description or
3198 not. In fact, the `org-store-link' and `org-insert-link' create
3199 internal links which do have a description.
3200
3201 * org-lparse.el (org-lparse-insert-org-table): Consider short
3202 caption as plain text and not as org text.
3203
3204 * org-odt.el (org-export-odt-format-formula)
3205 (org-export-odt-format-image): Ditto.
3206
3207 * org-odt.el (org-odt-begin-table)
3208 (org-export-odt-format-formula, org-export-odt-format-image)
3209 (org-odt-format-entity): Handle short caption.
3210
3211 * org-lparse.el (org-lparse-insert-org-table)
3212 (org-lparse-insert-list-table, org-lparse-insert-table-table):
3213 Ditto.
3214
3215 2012-09-30 Jay McCarthy <jay.mccarthy@gmail.com> (tiny change)
3216
3217 * org-colview.el (org-columns-new-overlay): Make sure to add a
3218 face to a string that has no face.
3219
3220 2012-09-30 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
3221
3222 * org-latex.el: Ensure a final newline is appended to the export
3223 buffer.
3224
3225 2012-09-30 Levin Du <zslevin@gmail.com> (tiny change)
3226
3227 * org-clock.el (org-clock-in): Fix bug in setting the clock
3228 heading.
3229
3230 2012-09-30 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
3231
3232 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3233 advertised by the function.
3234
3235 2012-09-30 Mark E. Shoulson <mark@kli.org> (tiny change)
3236
3237 * org.el (org-fontify-entities): Hide {} when prettifying
3238 entities.
3239
3240 2012-09-30 Mark Shoulson <mark@kli.org> (tiny change)
3241
3242 * org-entities.el (org-entities): Add new entities for characters
3243 which could cause formatting changes if typed directly.
3244
3245 * org-entities.el (org-entities): Added \asciicirc entity for ^;
3246 also fixed \circ expansion in latex.
3247
3248 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
3249 and \there4 were not "prettified" when org-pretty-entities was
3250 enabled.
3251
3252 2012-09-30 Mats Lidell <matsl@xemacs.org> (tiny change)
3253
3254 * org-element.el (org-element-paragraph-separate): Remove
3255 redundant and misplaced t clause in case.
3256
3257 2012-09-30 Matt Lundin <mdl@imapmail.org>
3258
3259 * org-datetree.el: Fix regexp to allow datetree to find headings
3260 with trailing whitespace. This fixes a bug in which an existing
3261 datetree heading (e.g., "* 2012 ") would not be found by
3262 org-datetree-find-year-create if it had trailing whitespace. This
3263 can cause problems, for instance, if one is using column view on
3264 the date tree, since editing subheadings with column view adds
3265 whitespace at the end of the top heading.
3266
3267 * org-footnote.el (org-footnote-new): Don't call
3268 org-footnote-unique-label if org-footnote-auto-label is set to
3269 random.
3270
3271 * org-gnus.el: (org-gnus-follow-link): Fix argument to
3272 gnus-group-read-group so that following a link does not result in
3273 unread article being selected.
3274
3275 * org-bbdb.el (org-bbdb-anniv-extract-date)
3276 (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
3277 to accommodate BBDB 3.x. There are two major changes in BBDB 3.x
3278 that need to be taken into account. The first is that
3279 `bbdb-split' reverses the order of its parameters in 3.x. The
3280 second is that `bbdb-record-getprop' is replaced by
3281 bbdb-record-note in 3.x.
3282
3283 2012-09-30 Max Mikhanosha <max@openchat.com>
3284
3285 * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
3286 a single line of agenda by narrowing the agenda buffer to just
3287 that line before calling `org-agenda-finalize'.
3288
3289 * org.el (org-mode): Don't set org-hide's foreground to
3290 "invisible-bg".
3291 (org-find-invisible-foreground): New function.
3292
3293 * org-agenda.el (defvar org-habit-show-all-today): New variable
3294 (org-agenda-get-scheduled): Show all habits if user wants it
3295
3296 * org-habit.el (defcustom org-habit-show-all-today): New variable
3297
3298 * org-agenda.el (org-agenda-quit): Copy the code for optionally
3299 restoring window configuration after burying the sticky agenda
3300 buffer.
3301
3302 * org-agenda.el (org-agenda-new-marker): Check for NIL
3303 org-agenda-buffer
3304 (org-agenda-to-appt): Bind org-agenda-buffer to NIL
3305
3306 * org-agenda.el (org-agenda-change-all-lines): Move accessing of
3307 'extra text property outside of with-current-buffer for original
3308 buffer
3309
3310 * org-agenda.el (defvar org-habit-show-habits-only-for-today):
3311 initialize to nil
3312
3313 2012-09-30 Michael Brand <michael.ch.brand@gmail.com>
3314
3315 * org-id.el (org-id-link-to-org-use-id): Align the doc string to
3316 the changed default.
3317
3318 * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
3319 when heading has no text.
3320
3321 * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
3322 parsing.
3323
3324 * org-feed.el (org-feed-format-entry): Require `org-capture'.
3325 Expand Elisp %(...) templates.
3326 (org-feed-default-template): Update docstring.
3327
3328 * org-capture.el (org-capture-expand-embedded-elisp): New
3329 function.
3330 (org-capture-fill-template): Use it.
3331 (org-capture-inside-embedded-elisp-p): New function to tell if we
3332 are within an Elisp %(...) template.
3333
3334 * org-list.el (org-at-item-description-p)
3335 (org-list-item-body-column): Make the inline regexp more
3336 consistent with `org-list-full-item-re', the inline regexp
3337 "Description list items" from `org-set-font-lock-defaults and
3338 others'.
3339
3340 2012-09-30 Mike Sperber <sperber@deinprogramm.de>
3341
3342 * org.el (org-fill-paragraph): Pass optional argument to
3343 `fill-paragraph' to fix compatibility with XEmacs.
3344
3345 * org.el (org-self-insert-cluster-for-undo): Default
3346 `org-self-insert-cluster-for-undo' also on XEmacs.
3347
3348 * org.el (org-kill-line): Access `visual-line-mode' only if it's
3349 bound.
3350
3351 2012-09-30 Muchenxuan Tong <demon386@gmail.com> (tiny change)
3352
3353 * org-timer.el (org-timer-set-mode-line): Check
3354 `org-timer-display' when value is 'off.
3355
3356 2012-09-30 Nicolas Calderon Asselin <nicolas.calderon.asselin@gmail.com> (tiny change)
3357
3358 * org-clock.el (org-clock-idle-time): Org-mode assumed that
3359 x11idle was an available command, and returned an idle time of 0
3360 if it was not
3361 (never idle). Added checks so that org-idle-time will come from
3362 emacs' own current-idle-time if x11idle cannot be found or if it
3363 cannot retrieve the idle time from X11
3364
3365 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
3366
3367 * org-element.el: Properly remove COMMENT and QUOTE keywords from
3368 title in parser.
3369
3370 * org-element.el (org-element-headline-parser): Fix parsing for
3371 headlines with a single COMMENT or QUOTE keyword.
3372
3373 * ob-org.el (org-babel-default-header-args:org): By default,
3374 export code from Org src blocks.
3375
3376 * org-element.el (org-element-inline-src-block-successor): Fix
3377 inline-src-block parsing at the beginning of an item.
3378
3379 * org-element.el (org-element--collect-affiliated-keywords): Fix
3380 caption parsing.
3381
3382 * org-element.el (org-element--current-element): At the very
3383 beginning of a footnote definition or an item, next element is
3384 always a paragraph.
3385
3386 * org-element.el (org-element-headline-parser): Handle nil titles.
3387 (org-element-inlinetask-parser): Add :raw-value property. Also
3388 handle nil titles.
3389
3390 * org.el (org-set-regexps-and-options): Don't consider tags as a
3391 replacement for a missing title in an headline.
3392
3393 * org.el (org-setup-filling): Remove duplicate code.
3394
3395 * org.el (org-adaptive-fill-function): Make sure fill prefix is
3396 computed from beginning of line.
3397
3398 * org-element.el (org-element-section-parser): Make sure section
3399 cannot contain an headline.
3400 (org-element--current-element): Fix bug requiring to parse a quote
3401 section even when point is at an headline.
3402
3403 * org.el (org-adaptive-fill-function): Remove occasional spurious
3404 space character when auto-filling.
3405
3406 * org.el (org-mode): Call external initalizers. Now both filling
3407 code and comments code have their own independant part in org.el.
3408 (org-setup-filling): Renamed from `org-set-autofill-regexps'.
3409 (org-setup-comments-handling): New function.
3410
3411 * org.el (org-fill-paragraph): Refine filling in comments and in
3412 paragraphs. Allow commented blank lines. Take into consideration
3413 the indentation of the second line of the paragraph being filled.
3414 (org-comment-or-uncomment-region): Rewrite function. Now comment
3415 region at a fixed column: the minimal indentation of the region.
3416 (org-fill-context-prefix): Rename function into
3417 `org-adaptive-fill-function'. Also, In a paragraph, choose the
3418 same prefix as the current line.
3419
3420 * org-exp.el (org-export-handle-comments): Also remove comments at
3421 column 0.
3422
3423 * org-exp.el (org-export-handle-comments): Handle inline comments
3424 with new syntax.
3425
3426 * org.el (org-structure-template-alist): Add missing colon to
3427 #+INCLUDE.
3428
3429 * org.el (org-backward-element): When called at the beginning of
3430 first element in section, the function shouldn't return an error
3431 but move point to headline or point-min instead.
3432
3433 * org-element.el (org-element-paragraph-parser): Tiny refactoring.
3434
3435 * org-element.el (org-element-paragraph-parser): Remove trailing
3436 code comments.
3437
3438 * org.el (org-fill-context-prefix): Fix incorrect output when
3439 called at the beginning of a plain list with an affiliated
3440 keyword.
3441 (org-fill-paragraph): Remove useless variable.
3442
3443 * org-element.el (org-element-paragraph-parser): Fix parsing of
3444 paragraph at the beginning of an item.
3445
3446 * org.el (org-mode): Set back comment-start-skip so comment-dwim
3447 can tell a keyword from a comment.
3448
3449 * org.el (org-set-autofill-regexps): Install new comment line
3450 break function.
3451 (org-comment-line-break-function): New function.
3452 (org-mode): Remove unnecessary line.
3453
3454 * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
3455 fill verse blocks contents. Verse blocks can be used to format
3456 free-form poetry, so filling has to be done manually.
3457
3458 * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3459 (org-set-autofill-regexps): Introduce new predicate.
3460 (org-fill-item-nobreak-p): Remove function.
3461
3462 * org-element.el (org-element-paragraph-separate): Since this
3463 variable is meant to be searched forward, \end{...} shouldn't
3464 trigger the end of a paragraph before checking if it is the end of
3465 a complete environment.
3466 (org-element-latex-environment-parser): Slight change to the
3467 regexp matching the beginning of a latex environment.
3468 (org-element-paragraph-parser): Paragraphs don't end at incomplete
3469 latex environments.
3470 (org-element-latex-or-entity-successor): Remove paragraph
3471 environments from latex fragment search.
3472
3473 * org-table.el (org-table-number-regexp): By default, accept comma
3474 as a decimal mark to represent numbers.
3475
3476 * org-element.el (org-element-map): Fix comment typo.
3477
3478 * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3479 returning funny results.
3480
3481 * org.el (org-fill-paragraph): Try not to include message header
3482 and citation lines in a paragraph when filling it.
3483
3484 * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3485 (org-fill-context-prefix): Fill prefix doesn't depend on current
3486 narrowing.
3487
3488 * org.el (org-mode): Line with a single hash sign on it is a
3489 comment.
3490
3491 * org.el (org-set-font-lock-defaults): Fix comment fontification.
3492
3493 * org-element.el (org-element-item-parser): Do not remove tag from
3494 body if list isn't descriptive.
3495
3496 * org-list.el (org-insert-item): Only ask about a term for
3497 descriptive lists.
3498 (org-list-struct, org-list-insert-item): Do not recognize a tag in
3499 an ordered list.
3500
3501 * org-element.el (org-element-set-element): Rewrite function.
3502 (org-element-adopt-elements): New function.
3503 (org-element-adopt-element): Removed function.
3504 (org-element--parse-elements, org-element--parse-objects): Use new
3505 function.
3506
3507 * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3508 which is now hard-coded.
3509 (org-cycle-list-bullet): Hard code `bullet' rule.
3510 (org-list-get-list-type): Make sure a list with numbered bullets
3511 cannot have `descriptive' type.
3512
3513 * org-element.el (org-element-paragraph-parser): Fix previous
3514 patch.
3515
3516 * org.el (org-fill-paragraph): No need to use
3517 `org-element-paragraph-separate' in a verse block since blank
3518 lines only can end a "paragraph".
3519
3520 * org-element.el (org-element-paragraph-separate): Apply changes
3521 to comments.
3522 (org-element-paragraph-parser): Correctly find end of paragraphs.
3523 (org-element--current-element): Require colons for Babel calls.
3524 (org-element-center-block-parser)
3525 (org-element-dynamic-block-parser, org-element-quote-block-parser)
3526 (org-element-special-block-parser)
3527 (org-element-comment-block-parser)
3528 (org-element-example-block-parser)
3529 (org-element-export-block-parser, org-element-src-block-parser)
3530 (org-element-verse-block-parser): Fall-back to paragraph parsing
3531 when incomplete or ill-formed.
3532
3533 * org-element.el (org-element-swap-A-B): Small refactoring.
3534
3535 * org-element.el (org-element-text-markup-successor): Fix typo in
3536 docstring.
3537
3538 * org-element.el (org-element-at-point): Return consistent value
3539 when function is called on a blank line within a plain list.
3540
3541 * org-element.el (org-element-paragraph-separate): Fix comments in
3542 paragraph separator regexp. Optimize it.
3543
3544 * org-element.el: Update code commets.
3545
3546 * org.el (org-mark-subtree): Fix bug when marking subtree with
3547 point on an inlinetask. Refactor code.
3548
3549 * org.el (org-mark-subtree): Do not make a special case for
3550 inlinetasks when marking a subtree. These are handled by
3551 `org-element-mark-element'.
3552
3553 * org-element.el (org-element-comment-parser): Consider first "+"
3554 as a comment when parsing an ill-defined keyword.
3555
3556 * org-element.el (org-element-item-interpreter): Simplify bullet
3557 creation.
3558 (org-element-plain-list-interpreter): Fix wrong bullets, if
3559 needed.
3560
3561 * org-element.el (org-element-comment-parser): Fix parsing when a
3562 keyword follows the commented line.
3563
3564 * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3565 footnote definitions.
3566
3567 * org.el (org-mode): Define new comment syntax.
3568 (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3569 (org-fill-context-prefix, org-insert-comment)
3570 (org-comment-or-uncomment-region): Use new comment syntax.
3571
3572 * org-element.el (org-element-comment-parser)
3573 (org-element-comment-interpreter, org-element--current-element):
3574 Use new comment syntax.
3575
3576 * org.el (org-fill-paragraph): When at an item or a footnote
3577 definition, fill first paragraph instead.
3578
3579 * org.el (org-fill-paragraph): Fix filling when point is at the
3580 very end of a paragraph.
3581
3582 * org.el (org-mode): Set comments related variables.
3583 (org-insert-comment, org-comment-or-uncomment-region): New
3584 functions.
3585
3586 * org.el (org-fill-context-prefix): Small refactoring.
3587 (org-fill-paragraph): Add code comments.
3588
3589 * org-element.el (org-element-at-point): Add :parent property to
3590 output.
3591 (org-element-context): Add :parent property to output. Also
3592 return a single element or object instead of a list of parents.
3593 (org-element-forward, org-element-up): Apply changes.
3594
3595 * org.el (org-fill-context-prefix): New function.
3596 (org-fill-paragraph, org-auto-fill-function): Use new function.
3597 Also handle comments.
3598 (org-adaptive-fill-function): Remove function.
3599 (org-get-local-variables, orgstruct++-mode): Don't store now
3600 unused adaptive-fill* functions.
3601
3602 * org-element.el (org-element-at-point): Fix function when buffer
3603 starts with an inlinetask. Also fix it when called on the last
3604 element in a greater element or the buffer.
3605
3606 * org-element.el (org-element-center-block-parser)
3607 (org-element-dynamic-block-parser)
3608 (org-element-footnote-definition-parser)
3609 (org-element-headline-parser, org-element-inlinetask-parser)
3610 (org-element-quote-block-parser, org-element-special-block-parser)
3611 (org-element-plain-list-parser): Refactor code.
3612 (org-element-drawer-parser): Fall-back to paragraph parser when
3613 drawer is incomplete.
3614
3615 * org-macs.el (org-with-limited-levels): Fix typo.
3616
3617 * org-element.el (org-element-paragraph-separate): Refactor.
3618 (org-element-paragraph-parser): Fix paragraph parsing.
3619
3620 * org.el (org-fill-paragraph): Rewrite function using
3621 `org-element-at-point'.
3622
3623 * org-element.el (org-element-fill-paragraph): Remove function.
3624
3625 * org.el (org-planning-or-clock-line-re): Make it a defconst.
3626 It's no use to make it a buffer-local variable since variables on
3627 which it depends are not buffer-local anyway.
3628
3629 * org.el (org-drawer-regexp): Provide default value for
3630 `org-drawer-regexp' in non-Org buffers.
3631
3632 * org-entities.el (org-entities-create-table): Function chokes
3633 when CAR of `org-entities' is a string.
3634
3635 * org-list.el (org-list-automatic-rules): Allow check-boxes in
3636 description lists.
3637 (org-list-struct-apply-struct, org-insert-item): Remove rule
3638 check.
3639
3640 * org-footnote.el (org-footnote-normalize): Fix positionning in
3641 HTML export without a footnote section.
3642
3643 * org-list.el (org-list-struct-indent): Follow
3644 `org-list-demote-modify-bullet' specifications for ordered
3645 bullets.
3646 (org-list-indent-item-generic, org-indent-item-tree)
3647 (org-outdent-item-tree): Fix bug when operating on a region.
3648 (org-outdent-item, org-indent-item): Allow to operate on a region.
3649
3650 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3651 on a region.
3652
3653 * org-footnote.el (org-footnote-delete-definitions): Remove blank
3654 lines before the footnote definition instead of removing those
3655 after it.
3656
3657 * org-footnote.el (org-footnote-at-definition-p): Don't grab
3658 trailing blank lines in a footnote definition.
3659 (org-footnote-delete-definitions): Remove both footnote definition
3660 and trailing blank lines.
3661
3662 2012-09-30 Rick Frankel <rick@rickster.com>
3663
3664 * ob-sql.el: Add dbi engine type and pre/post processing.
3665
3666 2012-09-30 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3667
3668 * ob.el (org-babel-expand-noweb-references): Capture current noweb
3669 start and end patterns then use to set buffer locals in
3670 (with-temp-buffer) form.
3671
3672 2012-09-30 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3673
3674 * org.el (org-update-all-dblocks): Autoload function.
3675
3676 2012-09-30 Simon Thum <simon.thum@gmx.de> (tiny change)
3677
3678 * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3679 return a string.
3680
3681 2012-09-30 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3682
3683 * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3684 meaning.
3685
3686 2012-09-30 Stuart Hickinbottom <stuart@hickinbottom.com> (tiny change)
3687
3688 * org-clock.el (org-x11idle-exists-p): Only shell out when running
3689 on X.
3690
3691 2012-09-30 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
3692
3693 * org-html.el (org-export-as-html): If possible, use the
3694 :CUSTOM_ID: property to assign unique ids to footnotes.
3695
3696 2012-09-30 T.F. Torrey <tftorrey@tftorrey.com> (tiny change)
3697
3698 * org-exp.el (org-export-remember-html-container-classes): Allow
3699 exporting a single subtree with HTML_CONTAINER_CLASS property.
3700
3701 * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3702 of `widen' and don't toggle header as `rmail-widen' already takes
3703 care of this.
3704
3705 2012-09-30 Tim Howe <vsync@quadium.net> (tiny change)
3706
3707 * org-clock.el (org-clocktable-defaults): Revert extra layer of
3708 quoting.
3709
3710 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
3711
3712 * org-capture.el (org-capture-fill-template): Expand %<num> escape
3713 sequences into text entered for <num>'th %^{PROMPT} escape.
3714
3715 * org-capture.el (org-capture-fill-template): Fixed regexp for
3716 %<n> expandos to match any positive integer.
3717 (org-capture-templates): Updated docstring accordingly.
3718
3719 * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3720 Skip timestamp items in agenda view if item is already shown as a
3721 deadline item.
3722 (org-agenda-skip-dealine-if-done): Pass deadline results to
3723 org-agenda-get-timestamps.
3724 (org-agenda-get-timestamps): Optionally take list of deadline
3725 results, so that timestamp results can be skipped if already
3726 included in deadline results.
3727
3728 * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3729 deadline/scheduling information to be displayed in diary sexp
3730 agenda items.
3731 (org-agenda-get-sexps): Extract deadline/scheduling information
3732 from diary sexp entries.
3733
3734 * org-capture.el (org-capture-place-entry): Place captured entry
3735 immediately after last subheading of target, instead of just
3736 before next heading at same level as target.
3737
3738 * org-capture.el (org-capture-templates): Document new capture
3739 template properties.
3740
3741 * org-capture.el (org-capture-place-entry)
3742 (org-capture-empty-lines-before): Make new :empty-lines-before
3743 property override :empty-lines when inserting empty lines before
3744 captured captured entry.
3745
3746 * org-capture.el (org-capture-finalize)
3747 (org-capture-empty-lines-after): Make new :empty-lines-after
3748 property override :empty-lines when inserting empty lines after
3749 captured captured entry.
3750
3751 * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3752 new todo-unblocked and nottodo-unblocked skip conditions. These
3753 match as for todo and nottodo, but only for unblocked todo items.
3754
3755 2012-09-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3756
3757 * org.el (org-read-date-display): Fix bug when displaying the
3758 overlay.
3759
3760 2012-09-30 Niels Giesen <niels.giesen@gmail.com>
3761
3762 * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3763 When present, the :hline following the head will be skipped. This
3764 is necessary to avoid doubling of horizontal rules in LaTeX
3765 longtable environments and consequent width problems.
3766
3767 * org-latex.el (org-export-latex-tables-tstart)
3768 (org-export-latex-tables-hline)
3769 (org-export-latex-tables-tend): New options.
3770 (org-export-latex-tables): Use the new options.
3771
3772 2012-09-30 tumashu <tumashu@gmail.com> (tiny change)
3773
3774 * org-exp.el (org-export-language-setup): Add simplified chinese
3775 translation.
3776
3777 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3778
3779 Better seed support for (random).
3780 * org-id.el (org-id-uuid):
3781 Change (random t) to (random), now that the latter is more random.
3782
3783 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3784
3785 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3786 * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3787 (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3788 (ly-w32-midi-path): Rename from ly-win32-midi-path.
3789 (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3790 Check for "windows-nt", not "win32", in system-type.
3791
3792 2012-06-02 Chong Yidong <cyd@gnu.org>
3793
3794 * org-clock.el (org-clock-string-limit)
3795 (org-clock-modeline-total, org-clock-task-overrun-text)
3796 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3797
3798 2012-05-27 Mark Shoulson <mark@kli.org> (tiny change)
3799
3800 * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3801 \there4 were not "prettified" when org-pretty-entities was enabled.
3802
3803 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3804
3805 * org.el (org-font-lock-add-priority-faces):
3806 Restrict priorities fontification to headlines and inlinetasks.
3807
3808 2012-05-27 Jambunathan K <kjambunathan@gmail.com>
3809
3810 * org-odt.el (org-odt-init-outfile)
3811 (org-odt-write-manifest-file):
3812 Disable `nxml-auto-insert-xml-declaration-flag'.
3813
3814 * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3815
3816 2012-05-27 Bastien Guerry <bzg@gnu.org>
3817
3818 * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3819
3820 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3821
3822 * ob.el (org-babel-capitalize-examplize-region-markers):
3823 Controls the capitalization of begin and end example blocks.
3824 (org-babel-examplize-region):
3825 Optionally capitalize example block delimiters.
3826
3827 * ob-plantuml.el (org-babel-execute:plantuml):
3828 Add a :java header argument to plantuml.
3829
3830 * org-exp-blocks.el (org-export-blocks-preprocess):
3831 Even when the body of a block is not indented the boundary markers
3832 should be indented to their original positions so things like list
3833 indentation still work.
3834
3835 * ob.el (org-babel-parse-src-block-match):
3836 Save match data during indentation check.
3837
3838 2012-05-27 Bastien Guerry <bzg@gnu.org>
3839
3840 * org.el (org-scan-tags): Correctly match TODO keywords.
3841
3842 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3843
3844 * org-list.el (org-list-struct): Fix white spaces.
3845 (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3846
3847 * org-list.el (org-list-swap-items, org-list-send-item):
3848 Preserve visibility when moving items.
3849
3850 2012-05-27 Mark E. Shoulson <mark@kli.org> (tiny change)
3851
3852 * org.el (org-fontify-entities): Hide {} when prettifying entities.
3853
3854 2012-05-27 Bastien Guerry <bzg@gnu.org>
3855
3856 * org.el (org-cycle-internal-global): Prevent the display of
3857 messages when cycling from with a Gnus article buffer.
3858
3859 * org-table.el (org-table-time-seconds-to-string):
3860 Fix bug about handling a negative duration value.
3861
3862 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3863
3864 * org.el (org-link-expand-abbrev): Fix docstring.
3865
3866 * org.el (org-translate-link): Fix bug.
3867
3868 2012-05-27 Bastien Guerry <bzg@gnu.org>
3869
3870 * org-agenda.el (org-agenda-bulk-mark-regexp):
3871 Fix bug when setting the number of marked entries.
3872
3873 * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3874 (org-set-calc-mode, org-table-eval-formula): Use it.
3875
3876 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3877
3878 * ob.el (org-babel-find-named-result):
3879 Fix bug finding empty named results.
3880
3881 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3882
3883 * org.el (org-set-regexps-and-options):
3884 Fix `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
3885 match since time keywords must end with colons, which are not word
3886 constituents.
3887
3888 2012-05-27 Bastien Guerry <bzg@gnu.org>
3889
3890 * org-ctags.el (org-ctags-new-topic-template):
3891 Fix the option default value back again.
3892
3893 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3894
3895 * org-bibtex.el (org-bibtex-export-to-kill-ring):
3896 Don't rely on kill-new to return a string.
3897
3898 * org-bibtex.el (org-bibtex-headline):
3899 Remove call to bibtex-reformat which often hangs.
3900
3901 2012-04-27 Glenn Morris <rgm@gnu.org>
3902
3903 * org-ctags.el (org-ctags-new-topic-template):
3904 Revert 2012-04-09 removal of * from defcustom value, not doc.
3905
3906 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3907
3908 * org-table.el (org-table-number-fraction): Fix typo.
3909
3910 2012-04-27 Eric Schulte <eric.schulte@gmx.com>
3911
3912 * ob-python.el (org-babel-execute:python): Ensure newline precedes
3913 automatically-added returns.
3914
3915 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3916
3917 * org-mouse.el (org-mode-hook): Do not move point when clicking on
3918 a footnote reference.
3919
3920 2012-04-27 Bastien Guerry <bzg@gnu.org>
3921
3922 * org-faces.el (org-date-selected): Fix docstring.
3923
3924 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3925
3926 * org-list.el (org-list-struct-indent): Follow
3927 `org-list-demote-modify-bullet' specifications for ordered
3928 bullets.
3929 (org-list-indent-item-generic, org-indent-item-tree)
3930 (org-outdent-item-tree): Fix bug when operating on a region.
3931 (org-outdent-item, org-indent-item): Allow to operate on a region.
3932
3933 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3934 on a region.
3935
3936 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3937
3938 * org-footnote.el (org-footnote-normalize): Fix positioning in
3939 HTML export without a footnote section.
3940
3941 2012-04-27 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
3942
3943 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3944 advertised by the function.
3945
3946 2012-04-27 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3947
3948 * org.el (org-read-date-display): Fix bug when displaying the
3949 overlay.
3950
3951 2012-04-27 Bastien Guerry <bzg@gnu.org>
3952
3953 * org.el (org-mode): Don't use `buffer-face-mode' by default.
3954
3955 2012-04-27 Bastien Guerry <bzg@gnu.org>
3956
3957 * org-faces.el (org-date-selected): New face.
3958
3959 2012-04-27 Jambunathan K <kjambunathan@gmail.com>
3960
3961 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3962 internal links destined for headlines provide a description or
3963 not. In fact, the `org-store-link' and `org-insert-link' create
3964 internal links which do have a description.
3965
3966 2012-04-27 Bastien Guerry <bzg@gnu.org>
3967
3968 * org-clock.el (org-program-exists): Fix docstring.
3969
3970 2012-04-14 Bastien Guerry <bzg@gnu.org>
3971
3972 * org.el (org-point-at-end-of-empty-headline): Only try to match
3973 `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3974 modes.
3975 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3976 to fontify beyond (point-max).
3977
3978 * org-clock.el (org-clock-task-overrun-text)
3979 (org-task-overrun, org-clock-get-clock-string)
3980 (org-clock-update-mode-line)
3981 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3982 and `org-task-overrun-text' to `org-clock-task-overrun' and
3983 `org-clock-task-overrun-text' respectively.
3984 (org-task-overrun-text): New alias.
3985
3986 * org-table.el (org-table-eval-formula): Fix bug about handling
3987 remote references as durations.
3988 (org-table-get-range): Fix bug: make sure references to $0 are
3989 correctly handled.
3990
3991 * org-pcomplete.el (pcomplete/org-mode/file-option):
3992 Fix bug in `pcomplete/org-mode/file-option'.
3993 (org-thing-at-point): Also match line options like LATEX_CLASS
3994 when pcompleting from LATEX_.
3995
3996 * org-agenda.el (org-agenda-filter-make-matcher)
3997 (org-agenda-filter-apply): Allow filtering entries out by
3998 category. Using `C-u <' from the agenda view will redisplay
3999 the agenda without entries from categories of the current line.
4000
4001 2012-04-14 Eric Schulte <eric.schulte@gmx.com>
4002
4003 * ob-C.el (org-babel-C-ensure-main-wrap):
4004 Add an explicit return to automatically generated main methods.
4005
4006 2012-04-14 Matt Lundin <mdl@imapmail.org>
4007
4008 * org.el (org-after-todo-state-change-hook):
4009 Fix docstring to reflect name change of state to `org-state'.
4010
4011 2012-04-14 Mike Sperber <sperber@deinprogramm.de> (tiny change)
4012
4013 * org-footnote.el (org-footnote-normalize):
4014 Correctly pass keyword arguments to `org-export-preprocess-string'.
4015
4016 2012-04-03 Bastien Guerry <bzg@gnu.org>
4017
4018 * org.el (org-todo): Fix regression: rename `state' to
4019 `org-state'.
4020 (org-use-effective-time): Fix group and type.
4021
4022 2012-04-02 Bastien Guerry <bzg@gnu.org>
4023
4024 * org-clock.el (org-clock-out-if-current): Fix regression: rename
4025 `org-clock-state' to `org-state' to match the name of the
4026 dynamically-scoped variable in `org-todo'.
4027
4028 * org-agenda.el (entry, org-diary, org-class): Fix regression:
4029 rename `org-entry' to `entry'.
4030
4031 2012-04-01 Bastien Guerry <bzg@gnu.org>
4032
4033 * org.el (org-todo): Fix regression in `org-todo'.
4034
4035 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4036
4037 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
4038 C files on windows.
4039
4040 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4041
4042 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
4043 Org-mode blocks.
4044
4045 * ob.el (org-babel-parse-src-block-match): Make use of the new
4046 language argument to org-babel-strip-protective-commas.
4047 (org-babel-parse-inline-src-block-match): Make use of the new
4048 language argument to org-babel-strip-protective-commas.
4049 (org-babel-strip-protective-commas): Now accepts a language
4050 argument.
4051
4052 2012-04-01 Bastien Guerry <bzg@gnu.org>
4053
4054 * org.el (org-fast-tag-selection): Fix an bug when listing tags
4055 for completion.
4056
4057 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4058
4059 * org.el (org-delete-property-globally): Fixed a bug that left
4060 blank line in place of the property, instead of removing the line.
4061
4062 2012-04-01 Bastien Guerry <bzg@gnu.org>
4063
4064 * ob-maxima.el (org-babel-maxima-command): Add group information
4065 to the defcustom.
4066
4067 2012-04-01 Bastien Guerry <bzg@gnu.org>
4068
4069 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
4070 face to 'org-default.
4071
4072 2012-04-01 Bastien Guerry <bzg@gnu.org>
4073
4074 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
4075 in links.
4076
4077 2012-04-01 Bastien Guerry <bzg@gnu.org>
4078
4079 * org.el: Prevent a bug while defining the menu by requiring
4080 `org-beamer' when necessary.
4081
4082 2012-04-01 Bastien Guerry <bzg@gnu.org>
4083
4084 * org-table.el (orgtbl-self-insert-command): Use
4085 `backward-delete-char' instead of `delete-backward-char' as this
4086 last command gets caught by the compiler which says to not use it
4087 in programs. `backward-delete-char' is just an alias for
4088 `delete-backward-char' which is internally remapped to
4089 `org-delete-backward-char' for optimization purpose.
4090
4091 2012-04-01 Bastien Guerry <bzg@gnu.org>
4092
4093 * org-latex.el (org-export-latex-subcontent): Bugfix: when
4094 `org-export-latex-low-levels' is nil, do not export low levels.
4095
4096 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4097
4098 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
4099 results insertion.
4100
4101 2012-04-01 Bastien Guerry <bzg@gnu.org>
4102
4103 * org.el (org-set-tags): Include `org-tag-alist' in the list of
4104 possible completions, even when there are tags defined in the
4105 buffer.
4106
4107 2012-04-01 Bastien Guerry <bzg@gnu.org>
4108
4109 * org-mime.el (org-mime-htmlize): Set
4110 `org-export-with-LaTeX-fragments' correctly.
4111
4112 2012-04-01 Bastien Guerry <bzg@gnu.org>
4113
4114 * org.el (org-set-tags): Don't add a column when there is only one
4115 tag offered for completion.
4116
4117 2012-04-01 Bastien Guerry <bzg@gnu.org>
4118
4119 * org.el (org-fast-tag-selection): Include tags from
4120 `org-tag-alist' when completing with the TAB key.
4121
4122 2012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
4123
4124 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
4125
4126 2012-04-01 Bastien Guerry <bzg@gnu.org>
4127
4128 * org-latex.el (org-export-latex-subcontent): Don't insert a
4129 linebreak when itemizing a subtree that is just a headline.
4130
4131 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4132
4133 * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
4134 parsing inline call_foo lines.
4135
4136 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4137
4138 * ob-maxima.el (org-babel-maxima-command): The maxima command used
4139 should be configurable (defaults to maxima-command if defined).
4140 (org-babel-execute:maxima): The maxima command used should be
4141 configurable (defaults to maxima-command if defined).
4142
4143 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4144
4145 * ob-C.el (org-babel-C-execute): Add the local directory to the
4146 library search path for C/C++ block compilation.
4147
4148 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4149
4150 * ob.el (org-babel-where-is-src-block-result): Don't truncate
4151 results name on call line execution.
4152
4153 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4154
4155 * org-colview.el (org-columns-cleanup-item): Handle case of empty
4156 headline.
4157
4158 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4159
4160 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
4161 export error when a src block produces fake footnotes.
4162
4163 2012-04-01 Bastien Guerry <bzg@gnu.org>
4164
4165 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
4166 `parse-time-months' in the docstring.
4167
4168 2012-04-01 Bastien Guerry <bzg@gnu.org>
4169
4170 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
4171 binding.
4172
4173 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4174
4175 * org-colview.el (org-columns-compute): Also consider inline tasks
4176 when computing the sum.
4177
4178 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
4179
4180 * org-habit.el (org-habit-insert-consistency-graphs): Fix
4181 alignment of consistency graph in filtered agenda view.
4182
4183 2012-04-01 Bastien Guerry <bzg@gnu.org>
4184
4185 * org-latex.el (org-export-as-latex): Fix bug in setting the
4186 export directory according to the LaTeX options.
4187
4188 2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
4189
4190 * org.el (org-show-subtree): Make interactive.
4191
4192 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
4193
4194 * org-clock.el (org-clock-get-table-data): Make sure todo-only
4195 does not leak when it is set by make-org-tags-macher.
4196
4197 2012-04-01 Bastien Guerry <bzg@gnu.org>
4198
4199 * org.el (org-cycle-internal-local): Don't try to hide drawers
4200 within subtrees in this function, it slows cycling down.
4201
4202 2012-04-01 Bastien Guerry <bzg@gnu.org>
4203
4204 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
4205 incorrect custom option definition.
4206
4207 2012-04-01 Bastien Guerry <bzg@gnu.org>
4208
4209 * org-colview.el (org-columns-display-here): Bugfix: use the date
4210 as the value for the ITEM column when displaying a summary.
4211
4212 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4213
4214 * ob-lilypond.el: Re-direct homepage to Worg.
4215
4216 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4217
4218 * ob-lilypond.el: Leave versioning to Org.
4219
4220 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4221
4222 * ob-lilypond.el: Fix compiler warning.
4223
4224 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4225
4226 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
4227 that have either a caption or a label.
4228 (org-odt-label-styles, org-odt-category-map-alist): Add a
4229 separator between sequence number and caption. Introduced two
4230 new label styles for handling of math formula and math label.
4231 (org-odt-format-label-definition)
4232 (org-export-odt-format-formula): Propagate above changes.
4233
4234 2012-04-01 Bastien Guerry <bzg@gnu.org>
4235
4236 * org.el (org-enforce-todo-dependencies): Fix docstring.
4237
4238 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4239
4240 * org-odt.el (org-export-odt-category-strings): New custom
4241 variable.
4242 (org-odt-category-map-alist): Modify interpretation. Don't
4243 use the same field to double up as both a OpenDocument
4244 variable and a category string. Entries in this list now
4245 specify only the OpenDocument variable. Category strings are
4246 obtained through an indirect lookup of
4247 `org-export-odt-category-strings'. Use same OpenDocument
4248 variables as what LibreOffice uses for various entities. Fix
4249 docstring.
4250 (org-odt-add-label-definition)
4251 (org-odt-format-label-definition)
4252 (org-odt-format-label-reference): Propagate above changes.
4253
4254 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4255
4256 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
4257
4258 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4259
4260 * org-odt.el (org-odt-category-map-alist): Update docstring.
4261 (org-export-odt-user-categories)
4262 (org-export-odt-get-category-from-label)
4263 (org-odt-get-label-category-and-style): Remove.
4264 (org-odt-add-label-definition): Propagate above changes.
4265
4266 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4267
4268 * org.el (org-refile): Don't allow creation of parents when using
4269 the refile command to go to a headline.
4270
4271 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4272
4273 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
4274 as section numbers only if section numbering is on.
4275
4276 2012-04-01 Bastien Guerry <bzg@gnu.org>
4277
4278 * org.el (format-spec): Require 'format-spec.
4279
4280 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4281
4282 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
4283
4284 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4285
4286 * org.el (org-imenu-get-tree): Check that looking-at succeeds
4287 before using match results.
4288
4289 2012-04-01 Bastien Guerry <bzg@gnu.org>
4290
4291 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
4292
4293 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4294
4295 * org-lparse.el (org-do-lparse): Make effective setting of
4296 `org-export-headline-levels' available to the ODT exporter. Also
4297 remove some stale comments.
4298
4299 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4300
4301 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
4302 per-language string for "Table Of Contents".
4303
4304 2012-04-01 Bastien Guerry <bzg@gnu.org>
4305
4306 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
4307
4308 2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
4309
4310 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
4311 the libary name.
4312
4313 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
4314
4315 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
4316 case-fold-search is bound to nil globally, the
4317 (case-fold-search t) doesn't work until we get to the body.
4318
4319 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4320
4321 * org-latex.el (org-export-latex-tables): Allow to use
4322 sidewaystable.
4323
4324 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4325
4326 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
4327 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
4328
4329 2012-04-01 David Maus <dmaus@ictsoc.de>
4330
4331 * org.el (org-scan-tags): Require one or more spaces (+) between
4332 keyword and headline.
4333
4334 2012-04-01 David Maus <dmaus@ictsoc.de>
4335
4336 * org-agenda.el (org-prepare-agenda): Don't reset
4337 `org-done-keywords-for-agenda' when `org-agenda-multi'.
4338
4339 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
4340
4341 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
4342 while inserting habit graph in the agenda buffer.
4343
4344 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4345
4346 * org-src.el (org-src-edit-buffer-p): New function.
4347
4348 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4349
4350 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
4351 being checked. Also enhance the docstring a bit.
4352
4353 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4354
4355 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
4356 display of indirect agenda window.
4357
4358 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
4359
4360 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
4361 compatibility bug.
4362
4363 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
4364
4365 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
4366 to tags-list and org-trust-scanner-tags to t while evaluating the
4367 matcher, since the matcher is always evaluated at the current
4368 entry.
4369
4370 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4371
4372 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
4373 evaluating the matcher, since the matcher is always evaluated at
4374 the current entry.
4375
4376 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4377
4378 * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
4379 quoting expression.
4380
4381 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4382
4383 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
4384 argument.
4385 (org-babel-noweb-p): The "eval" argument only expands during
4386 evaluation.
4387
4388 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4389
4390 * ob.el (org-strip-protective-commas): Declared.
4391
4392 * org-agenda.el (org-agenda-filtered-by-category): Declared.
4393 (org-agenda-filter-apply): Capture free variable.
4394
4395 * org-footnote.el (org-skip-whitespace): Declared.
4396
4397 * org-mobile.el (org-agenda-filter): Declared.
4398
4399 * org-src.el (org-strip-protective-commas): Declared.
4400
4401 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
4402
4403 * org.el (org-version): Add autoload cookie.
4404
4405 2012-04-01 David Maus <dmaus@ictsoc.de>
4406
4407 * org-attach.el (org-attach-store-link-p): Remove spurious quote
4408 in customization form choice.
4409
4410 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4411
4412 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
4413 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
4414 execution.
4415
4416 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4417
4418 * ob.el (org-babel-insert-result): Ensure correct order for empty
4419 result wrapping blocks.
4420
4421 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4422
4423 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
4424 and add easy pdf generation in the form of `ly-gen-pdf' variable.
4425
4426 2012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
4427
4428 * ob-tangle.el (org-babel-spec-to-string): The link generated by
4429 org-store-link is escaped twice when tangling with ":comments yes"
4430 flag.
4431
4432 2012-04-01 Bastien Guerry <bzg@gnu.org>
4433
4434 * org-html.el (org-export-as-html): Remove another useless space
4435 before tag.
4436
4437 2012-04-01 Bastien Guerry <bzg@gnu.org>
4438
4439 * org-html.el (org-export-as-html): Remove another useless space
4440 before tag.
4441
4442 2012-04-01 Bastien Guerry <bzg@gnu.org>
4443
4444 * org-html.el (org-export-as-html): Remove useless space before
4445 tag.
4446
4447 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
4448
4449 * org.el (org-version): Add autoload cookie.
4450
4451 2012-04-01 Bastien Guerry <bzg@gnu.org>
4452
4453 * org.el (org-get-category): Save match data.
4454
4455 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4456
4457 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4458 :tangle is specified.
4459
4460 * ob.el (org-babel-expand-noweb-references): Widen buffer when
4461 expanding noweb references.
4462
4463 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4464
4465 * ob-table.el (sbe): Don't accidentally leave a `t' value when
4466 variables are force interpreted as strings.
4467
4468 2012-04-01 David Maus <dmaus@ictsoc.de>
4469
4470 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4471 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4472
4473 2012-04-01 David Maus <dmaus@ictsoc.de>
4474
4475 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4476 (bbdb-search-organization): Declare functions to silence byte
4477 compiler.
4478
4479 2012-04-01 Bernt Hansen <bernt@norang.ca>
4480
4481 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4482 repeating tasks using .+n and ++n syntax.
4483
4484 2012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
4485
4486 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4487 heading that has a date but no todo keyword.
4488
4489 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4490
4491 * ob.el (org-babel-find-named-result): Fix code block replacement
4492 with results.
4493
4494 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4495
4496 * org-footnote.el (org-footnote-normalize): Do not normalize
4497 labels when sort-only is non-nil.
4498
4499 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4500
4501 * org-footnote.el (org-footnote-normalize): Remove an useless part
4502 of the function.
4503 (org-insert-footnote-reference-near-definition): Remove function.
4504
4505 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4506
4507 * org-footnote.el (org-footnote-normalize): Fix normalization of
4508 inline footnotes with no footnote section.
4509
4510 2012-04-01 David Maus <dmaus@ictsoc.de>
4511
4512 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4513 to check for old or new version by a check for the required
4514 function in `org-bbdb-open' and `org-bbdb-store-link'.
4515 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4516 to be used.
4517
4518 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4519
4520 * ob.el (org-babel-find-named-result): Don't miss a code block
4521 when there are confounding spaces after the result name.
4522
4523 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4524
4525 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4526 regular expressions.
4527 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4528 expressions.
4529
4530 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4531
4532 * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4533
4534 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4535
4536 * org.el (org-link-search): Search for #+name affiliated keywords
4537 and invisible targets.
4538
4539 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4540
4541 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4542 newlines in a transcoded footnote definition. This ensures that
4543 the line that is currently being processed by `org-do-lparse' loop
4544 doesn't get broken up into multiple lines. Fix for the following
4545 bug -
4546
4547 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4548
4549 * org-footnote.el (org-footnote-normalize): Force a paragraph
4550 break after the last footnote definition. This is an an implicit
4551 assumption made by the org-lparse.el library. With this change,
4552 footnote definitions can reliably be exported with ODT backend.
4553 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4554
4555 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4556
4557 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4558
4559 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4560
4561 * org-list.el (org-list-struct): Fix small bug introduced by
4562 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4563
4564 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4565
4566 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4567 org-exp-blocks.el.
4568
4569 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4570 for the fact that this is really now a Babel thing -- even if it
4571 is used here and the definition should remain here for reasons of
4572 load dependencies.
4573
4574 2012-04-01 David Maus <dmaus@ictsoc.de>
4575
4576 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4577 defined after bbdb was loaded.
4578
4579 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4580
4581 * org-latex.el (org-export-latex-tables): Don't add spurious
4582 preceding newline if caption is not above a longtable.
4583
4584 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4585
4586 * org-odt.el (org-odt-insert-toc): Remove this stray,
4587 dysfunctional routine. This possibly has crept in because of the
4588 broken merges between "maint" and "origin" branches.
4589 (org-odt-begin-table): Don't emit an empty paragraph when a table is
4590 neither labeled nor captioned.
4591 (org-odt-init-outfile): Remove reference to an unused variable.
4592
4593 2012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
4594
4595 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4596 SQL code blocks.
4597
4598 2012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
4599
4600 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4601 org-mark-ring and guessing at the code block name to jump to.
4602
4603 2012-04-01 David Maus <dmaus@ictsoc.de>
4604
4605 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4606 of indirect buffer and window.
4607
4608 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4609
4610 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4611 in verse blocks.
4612
4613 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4614
4615 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4616 in verse blocks.
4617
4618 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4619
4620 * org-exp.el (org-table-clean-before-export): Ignore table rows
4621 defining parameters for formulas during export.
4622
4623 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4624
4625 * org-list.el (org-list-get-item-number): New function.
4626
4627 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4628
4629 * org-list.el (org-list-ending-method, org-list-end-regexp):
4630 Removed variables.
4631 (org-in-item-p, org-list-separating-blank-lines-number)
4632 (org-list-parse-list, org-list-struct): Apply changes.
4633
4634 * org-exp.el (org-export-mark-list-end)
4635 (org-export-mark-list-properties): Apply changes.
4636
4637 * org-latex.el (org-export-latex-lists): Apply changes.
4638
4639 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4640
4641 * org.el (org-cycle-internal-local): Correctly unfold headlines
4642 containing an inlinetask.
4643
4644 2012-04-01 Bastien Guerry <bzg@gnu.org>
4645
4646 * org.el (org-structure-template-alist): Fix missing angle
4647 brackets for muse export style.
4648
4649 2012-04-01 David Maus <dmaus@ictsoc.de>
4650
4651 * org.el (org-recenter-calendar): Use `with-selected-window' to
4652 select calendar window and save currently selected window and
4653 current buffer.
4654
4655 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4656
4657 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4658 argument set, otherwise not only are headlines in the current
4659 subtree excluded, but it throws an error if point happens not to
4660 be within a subtree (e.g. at start of buffer).
4661
4662 2012-04-01 David Maus <dmaus@ictsoc.de>
4663
4664 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4665
4666 2012-04-01 David Maus <dmaus@ictsoc.de>
4667
4668 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4669
4670 * org.el (org-in-clocktable-p): New function. Moved from
4671 org-clock.el.
4672
4673 2012-04-01 David Maus <dmaus@ictsoc.de>
4674
4675 * org-exp.el (org-export-get-title-from-subtree): Don't format
4676 tags in title if title headline does not have tags.
4677
4678 2012-04-01 Bastien Guerry <bzg@gnu.org>
4679
4680 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4681 inline tasks too.
4682
4683 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4684
4685 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4686 Delay it till the end of export.
4687 (org-odt-begin-document-body): Make a note of the default
4688 position of TOC in `org-lparse-dyn-first-heading-pos'.
4689 (org-odt-insert-toc): Insert TOC as directed by
4690 [TABLE-OF-CONTENTS] line or at the default position.
4691 (org-odt-end-export): Call `org-odt-insert-toc'.
4692
4693 2012-04-01 Bastien Guerry <bzg@gnu.org>
4694
4695 * org.el (org-preview-latex-fragment): Throw an error when called
4696 from a non-file buffer.
4697
4698 2012-04-01 David Maus <dmaus@ictsoc.de>
4699
4700 * org-capture.el (org-capture-place-item): Don't search for
4701 position in existing list if :exact-position was supplied.
4702
4703 2012-04-01 Bastien Guerry <bzg@gnu.org>
4704
4705 * org.el (org-set-font-lock-defaults): Fix bug in done headline
4706 fontification.
4707
4708 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4709
4710 * org-odt.el (org-odt-format-textbox): Honor user-specified width
4711 in captioned images.
4712
4713 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4714
4715 * org.el (org-update-property-plist): Fix bug in property list
4716 updates.
4717
4718 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4719
4720 * ob.el (org-babel-balanced-split): Explicit checking if list
4721 before calling member.
4722
4723 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4724
4725 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4726 as the separator to `org-table-convert-region'. Fixes errors when
4727 only one result per line of output.
4728
4729 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4730
4731 * ob.el (org-babel-strip-protective-commas): Use
4732 `org-strip-protective-commas'.
4733
4734 * org-exp.el (org-export-select-backend-specific-text): Use
4735 `org-strip-protective-commas'.
4736
4737 * org-src.el (org-edit-src-code): Use
4738 `org-strip-protective-commas'.
4739
4740 * org.el (org-strip-protective-commas): Single definition for this
4741 functionality.
4742
4743 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4744
4745 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4746
4747 2012-04-01 David Maus <dmaus@ictsoc.de>
4748
4749 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4750 Run before the finalization process starts.
4751 (org-capture-finalize): Run new hook.
4752
4753 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4754
4755 * org.el (org-entry-get): Generalize to multiple "prop+"
4756 properties.
4757
4758 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4759
4760 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4761 the `org-src-mode-map'.
4762
4763 2012-04-01 David Maus <dmaus@ictsoc.de>
4764
4765 * org.el (org-recenter-calendar): Use `with-selected-window' to
4766 select calendar window and save currently selected window and
4767 current buffer.
4768
4769 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4770
4771 * org-list.el (org-list-ending-method, org-list-end-regexp):
4772 Removed variables.
4773 (org-in-item-p, org-list-separating-blank-lines-number)
4774 (org-list-parse-list, org-list-struct): Apply changes.
4775
4776 * org-exp.el (org-export-mark-list-end)
4777 (org-export-mark-list-properties): Apply changes.
4778
4779 * org-latex.el (org-export-latex-lists): Apply changes.
4780
4781 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4782
4783 * org.el (org-entry-get): Accumulate properties from subtree
4784 property drawers.
4785
4786 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4787
4788 * org.el (org-entry-get): Accumulate properties from subtree
4789 property drawers.
4790
4791 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4792
4793 * org-odt.el (org-export-odt-image-size-probe-method)
4794 (org-odt-do-image-size): Use imagemagick preferentially to
4795 determine image sizes.
4796
4797 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4798
4799 * org-odt.el (org-export-as-odt-to-buffer)
4800 (org-replace-region-by-odt, org-export-region-as-odt): Remove
4801 these interactive functions. They are of questionable value.
4802
4803 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4804
4805 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4806 argument set, otherwise not only are headlines in the current
4807 subtree excluded, but it throws an error if point happens not to
4808 be within a subtree (e.g. at start of buffer).
4809
4810 2012-04-01 Bastien Guerry <bzg@gnu.org>
4811
4812 * org-exp.el (org-export-kill-product-buffer-when-displayed)
4813 (org-export-initial-scope, org-export-date-timestamp-format)
4814 (org-export-with-tasks, org-export-email-info)
4815 (org-export-table-remove-empty-lines): Add version tag.
4816
4817 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4818
4819 * org.el (org-cycle-internal-local): Correctly unfold headlines
4820 containing an inlinetask.
4821
4822 2012-04-01 Bernt Hansen <bernt@norang.ca>
4823
4824 * org-clock.el (org-clock-out): Do not delete the current clocking
4825 task when org-clock-out-hook clocks in another task.
4826
4827 2012-04-01 David Maus <dmaus@ictsoc.de>
4828
4829 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4830
4831 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4832
4833 * org-odt.el (org-export-odt-convert-processes): Re-define
4834 (org-export-odt-convert-capabilities): Fix an accidental
4835 regression.
4836
4837 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4838
4839 * org-odt.el (org-export-odt-convert-capabilities): Change the
4840 default value.
4841
4842 2012-04-01 David Maus <dmaus@ictsoc.de>
4843
4844 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4845
4846 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el.
4847
4848 2012-04-01 David Maus <dmaus@ictsoc.de>
4849
4850 * org-exp.el (org-export-get-title-from-subtree): Don't format
4851 tags in title if title headline does not have tags.
4852
4853 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4854
4855 * org-footnote.el (org-blank-before-new-entry)
4856 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4857 declarations.
4858
4859 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4860
4861 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4862 and C-e behaviour with visual lines.
4863
4864 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4865
4866 * org-exp-blocks.el (org-export-blocks): Changed the name of
4867 exporting comment blocks given that it seems regular comment
4868 blocks no longer export.
4869
4870 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4871
4872 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4873 export buffer.
4874 (org-babel-exp-in-export-file): Access current export buffer.
4875 (org-babel-exp-src-block): Access current export buffer.
4876 (org-babel-exp-inline-src-blocks): Access current export buffer.
4877
4878 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4879
4880 * ob-exp.el (org-babel-exp-in-export-file)
4881 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4882 org-current-export-file to contain a buffer.
4883
4884 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4885
4886 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4887 with `shell-command-to-string'.
4888
4889 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4890
4891 * org-footnote.el (org-footnote-create-definition): Fix space
4892 insertion when creating a new footnote. This fixes newline
4893 munching when `org-footnote-section' is nil and blank lines
4894 stacking when it isn't nil.
4895
4896 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4897
4898 * org-footnote.el (org-footnote-normalize): Make sure that
4899 footnotes are moved to a single place during export.
4900
4901 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4902
4903 * org-footnote.el (org-footnote-normalize): Ensure footnote
4904 definition will be inserted at the end of the section
4905 corresponding to to its first reference.
4906
4907 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4908
4909 * org-footnote.el (org-footnote-at-definition-p): Make sure to
4910 move point at the beginning of the separator before skiping white
4911 spaces. Refactor code.
4912
4913 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4914
4915 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4916 export when "strip-export".
4917
4918 * ob.el (org-babel-common-header-args-w-values): New noweb
4919 header value.
4920 (org-babel-merge-params): New noweb header value.
4921 (org-babel-noweb-p): New noweb header value.
4922
4923 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4924
4925 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4926
4927 * ob.el (org-babel-noweb-wrap): Add default value.
4928 (org-babel-expand-noweb-references): Just use default value.
4929
4930 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4931
4932 * org-exp.el (org-export-select-backend-specific-text): Always
4933 preserve original indentation as a text property so that lists do
4934 not get broken by indentation at column 0.
4935
4936 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4937
4938 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4939 in source names in noweb references.
4940
4941 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4942
4943 * org.el (org-fill-line-break-nobreak-p): New function.
4944 (org-set-autofill-regexps): Add previous function to
4945 `fill-nobreak-predicate'.
4946
4947 2012-04-01 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4948
4949 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4950 visibility regardless of local user customization.
4951
4952 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
4953
4954 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4955 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4956
4957 * org-indent.el (org-indent-set-line-properties): Honor
4958 `org-inlinetask-show-first-star'.
4959
4960 2012-04-01 Bastien Guerry <bzg@gnu.org>
4961
4962 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4963 doesn't contain duplicates.
4964
4965 2012-04-01 Bastien Guerry <bzg@gnu.org>
4966
4967 * org.el (org-at-drawer-p): Normalize the docstring to match other
4968 `org-at-*-p' docstrings.
4969 (org-indent-block, org-indent-drawer, org-at-block-p): New
4970 functions.
4971 (org-metaright): Use the new functions to indent a drawer or a
4972 block depending on the context. Also update the docstring.
4973
4974 2012-04-01 Bastien Guerry <bzg@gnu.org>
4975
4976 * org.el (org-set-regexps-and-options): Set the value of
4977 `org-drawers' by adding the value of the infile #+DRAWERS option
4978 to that of the existing `org-drawers'.
4979
4980 2012-04-01 Bastien Guerry <bzg@gnu.org>
4981
4982 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4983 inline tasks too.
4984
4985 2012-04-01 Bastien Guerry <bzg@gnu.org>
4986
4987 * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
4988 `org-show-entry' instead of `outline-flag-region' to keep the
4989 drawers folded when unfolding an inline task.
4990
4991 2012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
4992
4993 * org-beamer.el (org-beamer-environments-default): Add support and
4994 keybinding for the `exampleblock' environment.
4995
4996 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
4997
4998 * org.el (org-open-link-from-string): Regard `reference-buffer'
4999 when setting `org-inhibit-startup'.
5000
5001 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5002
5003 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
5004 space between inline src block and results on export.
5005
5006 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5007
5008 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
5009 punctuation to proceed an inline src block.
5010
5011 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5012
5013 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
5014 list of characters allowed to proceed an inline src block.
5015
5016 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5017
5018 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
5019 noweb wrappers.
5020
5021 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
5022 (org-babel-noweb-wrap-end): End a noweb reference.
5023 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
5024 (org-babel-expand-noweb-references): Use the customizable noweb
5025 wrappers.
5026
5027 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
5028
5029 * org.el (org-beginning-of-line): Handle case when there's no
5030 character after box.
5031
5032 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
5033
5034 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
5035 Delay it till the end of export.
5036 (org-odt-begin-document-body): Make a note of the default
5037 position of TOC in `org-lparse-dyn-first-heading-pos'.
5038 (org-odt-insert-toc): Insert TOC as directed by
5039 [TABLE-OF-CONTENTS] line or at the default position.
5040 (org-odt-end-export): Call `org-odt-insert-toc'.
5041
5042 2012-04-01 Bastien Guerry <bzg@gnu.org>
5043
5044 * org.el (org-preview-latex-fragment): Throw an error when called
5045 from a non-file buffer.
5046
5047 2012-04-01 Bastien Guerry <bzg@gnu.org>
5048
5049 * org.el (org-insert-property-drawer): Not an interactive
5050 command anymore.
5051 (org-insert-drawer): With a prefix argument, insert a property
5052 drawer. Check for headline within the region before inserting the
5053 drawer. Don't include special drawers in the completion table.
5054 (org-mode-map): New keybinding `C-c C-x d' for
5055 `org-insert-drawer'.
5056
5057 2012-04-01 Bastien Guerry <bzg@gnu.org>
5058
5059 * org.el (org-insert-drawer): Support completion over known drawer
5060 names and inserting a drawer around the current region.
5061
5062 2012-04-01 Bastien Guerry <bzg@gnu.org>
5063
5064 * org.el (org-insert-drawer): New function.
5065 (org-insert-property-drawer): Use it.
5066
5067 2012-04-01 Bastien Guerry <bzg@gnu.org>
5068
5069 * org-list.el (org-mark-list): New function.
5070
5071 2012-04-01 Bastien Guerry <bzg@gnu.org>
5072
5073 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
5074 complete drawer at point.
5075 (org-thing-at-point): Use it.
5076
5077 2012-04-01 Bastien Guerry <bzg@gnu.org>
5078
5079 * org.el (org-meta-return): Use `newline-and-indent' when in a
5080 property drawer.
5081
5082 2012-04-01 Bastien Guerry <bzg@gnu.org>
5083
5084 * org.el (org-structure-template-alist): Fix docstring: the
5085 feature is not experimental anymore.
5086
5087 2012-04-01 Bastien Guerry <bzg@gnu.org>
5088
5089 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
5090 display the item without unfolding drawers and logbooks.
5091
5092 2012-04-01 Bastien Guerry <bzg@gnu.org>
5093
5094 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
5095 always nil.
5096
5097 2012-04-01 Bastien Guerry <bzg@gnu.org>
5098
5099 * org.el (org-structure-template-alist): Fix missing angle
5100 brackets for muse export style.
5101
5102 2012-04-01 Bastien Guerry <bzg@gnu.org>
5103
5104 * org.el (org-read-date): New parameter `inactive' when reading
5105 for insertion of inactive timestamps.
5106 (org-time-stamp, org-read-date-display): Use the new
5107 parameter.
5108
5109 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5110
5111 * ob.el (org-babel-expand-noweb-references): Only allow
5112 reference names which start and end with non-whitespace characters.
5113 Also, raise errors as appropriate given org-babel-noweb-error-langs.
5114
5115 2012-04-01 Bastien Guerry <bzg@gnu.org>
5116
5117 * org-src.el (org-src-in-org-buffer): Save and restore
5118 `buffer-undo-list' after editing.
5119
5120 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5121
5122 * ob.el (org-babel-common-header-args-w-values): Add new header
5123 argument.
5124 (org-babel-expand-noweb-references): Use header argument rather than
5125 customization variable.
5126
5127 2012-04-01 David Maus <dmaus@ictsoc.de>
5128
5129 * org-capture.el (org-capture-place-item): Don't search for
5130 position in existing list if :exact-position was supplied.
5131
5132 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5133
5134 * ob.el (org-babel-noweb-separator): Custom variable for
5135 accumulated noweb references.
5136 (org-babel-expand-noweb-references): Allow separator for noweb
5137 references.
5138
5139 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
5140
5141 * org.el (org-beginning-of-line): In an item, special position
5142 for C-a is after check-box, if any.
5143 (org-special-ctrl-a/e): Modify doc-string accordingly.
5144
5145 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
5146
5147 * org-odt.el (org-export-odt-format-formula): Use :style
5148 property to specify custom table styles.
5149
5150 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5151
5152 * ob-exp.el (org-babel-exp-call-line-template): Control export of
5153 additional call line information.
5154 (org-babel-exp-non-block-elements): Fancier call line export.
5155
5156 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
5157
5158 * org-odt.el (org-odt-entity-frame-styles): Add frame params
5159 for images that are anchored as character.
5160 (org-export-odt-format-image): Handle new anchor type
5161 "as-char".
5162 (org-export-odt-default-image-sizes-alist): Misc. change.
5163 (org-export-odt-format-formula): Misc. change.
5164
5165 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5166
5167 * ob.el (org-babel-check-src-block): Don't report valid header
5168 arguments as suspicious.
5169
5170 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5171
5172 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
5173 inline src blocks and call lines on export.
5174
5175 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
5176
5177 * org-odt.el (org-odt-label-styles): Add a new style.
5178 (org-odt-category-map-alist): Use it.
5179
5180 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
5181
5182 * org-odt.el (org-odt-table-style-format): New. Template for
5183 auto-generated table styles.
5184 (org-odt-automatic-styles, org-odt-object-counters): New
5185 variables.
5186 (org-odt-add-automatic-style): New function.
5187 (org-odt-write-automatic-styles): New function. Create
5188 automatic styles for tables that have custom :rel-width.
5189 (org-odt-begin-table): Parse attributes specified with
5190 "#+ATTR_ODT: " option and use it to create an automatic table
5191 style.
5192 (org-odt-save-as-outfile): Call
5193 `org-odt-add-write-automatic-styles'.
5194 (org-odt-init-outfile): Init newly add variables.
5195 (org-odt-section-count): Remove it.
5196 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
5197 generate an automatic section name.
5198
5199 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5200
5201 * ob.el (org-babel-map-executables): Correctly position point when
5202 mapping hits an inline code block.
5203
5204 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5205
5206 * ob.el (org-babel-execute-src-block): Ensure params are
5207 incorporated *before* checking if evaluation is legal.
5208
5209 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5210
5211 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
5212 marker so it is updated as required during export.
5213
5214 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5215
5216 * org-src.el (org-src-in-org-buffer): Run commands in the parent
5217 buffer.
5218 (org-edit-src-save): Use new macro.
5219 (org-src-tangle): Tangle the parent buffer.
5220
5221 2012-04-01 Bastien Guerry <bzg@gnu.org>
5222
5223 * org.el (org-set-font-lock-defaults): Fix bug in done
5224 headline fontification.
5225
5226 2012-04-01 Bastien Guerry <bzg@gnu.org>
5227
5228 * org.el (org-set-font-lock-defaults): Fix bug in done
5229 headline fontification.
5230
5231 2012-04-01 Bastien Guerry <bzg@gnu.org>
5232
5233 * org.el (org-return): Act normally when in code blocks.
5234
5235 2012-04-01 Bastien Guerry <bzg@gnu.org>
5236
5237 * org.el (org-in-src-block-p): New function.
5238 (org-context): Return new contexts :clocktable and :src-block.
5239
5240 2012-04-01 Bastien Guerry <bzg@gnu.org>
5241
5242 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
5243 C-q' do the right thing even when point is before the first
5244 heading.
5245
5246 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5247
5248 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
5249
5250 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
5251
5252 * org-odt.el (org-odt-format-textbox): Honor user-specified
5253 width in captioned images.
5254
5255 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5256
5257 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
5258 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
5259 (org-babel-map-call-lines): Replace gensym with make-symbol.
5260 (org-babel-map-executables): Replace gensym with make-symbol.
5261
5262 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5263
5264 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
5265
5266 2012-04-01 Bastien Guerry <bzg@gnu.org>
5267
5268 * org-html.el (org-export-as-html): Initialize
5269 `html-pre-real-contents' correctly.
5270
5271 2012-04-01 Bastien Guerry <bzg@gnu.org>
5272
5273 * org-html.el (org-export-as-html): Initialize
5274 `html-pre-real-contents' correctly.
5275
5276 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5277
5278 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
5279 string on export.
5280
5281 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5282
5283 * ob-exp.el (org-babel-exp-code-template): Customizable code
5284 block export format string.
5285 (org-babel-exp-code): Customizable code block export.
5286
5287 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5288
5289 * ob-clojure.el (org-babel-execute:clojure): Removed dependency
5290 on deprecated swank-clojure.
5291
5292 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5293
5294 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
5295 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
5296 (org-babel-map-call-lines): Don't pollute symbol space.
5297 (org-babel-map-executables): Map over *all* executable Org-mode
5298 elements.
5299 (org-babel-execute-buffer): Execute elements in buffer order instead
5300 of arbitrarily.
5301
5302 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
5303
5304 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
5305 Those must be done with `copy-tree'.
5306
5307 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5308
5309 * org-src.el (org-edit-src-code): Referenced code block should
5310 not be evaluated on code block edit.
5311
5312 2012-04-01 Bastien Guerry <bzg@gnu.org>
5313
5314 * org.el (org-structure-template-alist): Use uppercase for
5315 keywords.
5316
5317 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5318
5319 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
5320 code block results.
5321
5322 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5323
5324 * ob.el (org-babel-results-keyword): New user-configurable
5325 results keyword.
5326 (org-babel-where-is-src-block-result): Use new user-configurable
5327 results keyword.
5328
5329 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
5330
5331 * org-indent.el (org-indent-refresh-maybe): Check for new
5332 headlines from the beginning of the line to be sure to catch
5333 any newly inserted headline there.
5334
5335 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5336
5337 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
5338 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
5339
5340 * ob-tangle.el (org-babel-tangle-collect-blocks): Use
5341 `org-babel-noweb-p'.
5342
5343 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
5344 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
5345 (org-babel-load-in-session): Use `org-babel-noweb-p'.
5346 (org-babel-merge-params): Use `org-babel-noweb-p'.
5347 (org-babel-noweb-p): New function used to determine if noweb
5348 expansion should be carried out in a given context.
5349
5350 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5351
5352 * org.el (org-update-property-plist): Fix bug in property list
5353 updates.
5354
5355 2012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
5356
5357 * org.el (org-kill-line): Use `kill-visual-line' in
5358 `visual-line-mode'.
5359
5360 2012-04-01 Bernt Hansen <bernt@norang.ca>
5361
5362 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
5363 is outside the current restriction.
5364
5365 2012-04-01 Bernt Hansen <bernt@norang.ca>
5366
5367 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
5368 in from the agenda.
5369
5370 2012-04-01 Bernt Hansen <bernt@norang.ca>
5371
5372 * org.el: Honour existing restrictions when regenerating the agenda.
5373
5374 2012-04-01 Bastien Guerry <bzg@gnu.org>
5375
5376 * org-agenda.el: New alias for `list-diary-entries-hook'.
5377
5378 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5379
5380 * ob.el (org-babel-common-header-args-w-values): Add the new
5381 header argument name.
5382 (org-babel-insert-result): Respect the value of the :wrap header
5383 argument when inserting results.
5384 (org-babel-result-end): Find the end of arbitrarily named result
5385 blocks.
5386
5387 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
5388
5389 * org-indent.el (org-indent-refresh-maybe): Check for new
5390 headlines from the beginning of the line to be sure to catch
5391 any newly inserted headline there.
5392
5393 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5394
5395 * org.el (org-update-property-plist): Remove old instances of
5396 property when adding a new value for property.
5397
5398 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
5399
5400 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
5401 code block would cause an error when the block is was executed.
5402 This fix cures this behaviour.
5403
5404 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5405
5406 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5407 pieces of a previous patch.
5408
5409 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5410
5411 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5412
5413 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5414
5415 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5416 pieces of a previous patch.
5417
5418 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5419
5420 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5421
5422 2012-04-01 Bastien Guerry <bzg@gnu.org>
5423
5424 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5425 instead of (end-of-buffer).
5426
5427 2012-04-01 Bastien Guerry <bzg@gnu.org>
5428
5429 * org-bbdb.el (name): Declare variable.
5430 (bbdb-record-get-field, bbdb-search-name)
5431 (bbdb-search-organization): Declare as part of ext:bbdb.
5432
5433 2012-04-01 Bastien Guerry <bzg@gnu.org>
5434
5435 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5436 instead of the obsolete `org-agenda-filter'.
5437
5438 2012-04-01 Bastien Guerry <bzg@gnu.org>
5439
5440 * org-agenda.el: Add an alias for `org-agenda-filter'.
5441 (diary-list-entries-hook): Use the non-obsolete hook.
5442 (org-agenda-filter-apply): Silent compiler warning.
5443
5444 2012-04-01 Bastien Guerry <bzg@gnu.org>
5445
5446 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
5447 (org-ditaa-jar-option): New option.
5448 (org-babel-execute:ditaa): Use it.
5449
5450 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5451
5452 * ob.el (org-babel-balanced-split): Explicit checking if list
5453 before calling member.
5454
5455 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5456
5457 * ob.el (org-babel-balanced-split): Explicit checking if list
5458 before calling member.
5459
5460 2012-02-14 Chong Yidong <cyd@gnu.org>
5461
5462 * org-footnote.el: Remove bogus defvar values (Bug#10745).
5463
5464 2012-01-05 Eric Schulte <eric.schulte@gmx.com>
5465
5466 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5467 pieces of a previous patch.
5468
5469 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5470
5471 2012-01-05 Bastien Guerry <bzg@gnu.org>
5472
5473 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5474 instead of (end-of-buffer).
5475
5476 * org-bbdb.el (name): Declare variable.
5477 (bbdb-record-get-field, bbdb-search-name)
5478 (bbdb-search-organization): Declare as part of ext:bbdb.
5479
5480 * org-agenda.el: Add an alias for `org-agenda-filter'.
5481 (diary-list-entries-hook): Use the non-obsolete hook.
5482 (org-agenda-filter-apply): Silent compiler warnings.
5483
5484 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5485 instead of the obsolete `org-agenda-filter'.
5486
5487 2012-01-03 Bastien Guerry <bzg@gnu.org>
5488
5489 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5490 and removing checkboxes with `C-u C-c C-c' on the first item
5491 of a list. Also, don't reinitialize checkboxes that are
5492 already ticked.
5493
5494 2012-01-03 Bastien Guerry <bzg@gnu.org>
5495
5496 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5497 value with only one digit for the hours.
5498
5499 2012-01-03 Bastien Guerry <bzg@gnu.org>
5500
5501 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5502 Remove deleted function `org-encode-for-stdout'.
5503
5504 2012-01-03 Bastien Guerry <bzg@gnu.org>
5505
5506 * org.el (org-show-context): Complete docstring.
5507
5508 2012-01-03 Bastien Guerry <bzg@gnu.org>
5509
5510 * org-agenda.el (org-agenda-filter-by-tag): Use
5511 `read-char-exclusive' instead of `read-char'.
5512
5513 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5514
5515 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5516 erraneous space in regexp.
5517
5518 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5519
5520 * ob.el (org-babel-expand-noweb-references): Rather than using
5521 a pure regexp solution to resolve noweb references, actually
5522 check the information of every code block in the buffer. This
5523 will cause a slowdown in noweb reference expansion, but is
5524 necessary for correct behavior.
5525
5526 2012-01-03 Bastien Guerry <bzg@gnu.org>
5527
5528 * org.el (org-map-continue-from): Fix typo in docstring.
5529
5530 2012-01-03 Bastien Guerry <bzg@gnu.org>
5531
5532 * org.el (org-property-re): Also match cumulating properties
5533 like ":prop+:".
5534
5535 2012-01-03 Bastien Guerry <bzg@gnu.org>
5536
5537 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5538 matching the end of a block.
5539
5540 2012-01-03 David Maus <dmaus@ictsoc.de>
5541
5542 * org.el (org-open-at-point): Escape link path for http:,
5543 https:, ftp:, news:, and doi: links only if the path contains
5544 space or non-ascii character.
5545
5546 2012-01-03 David Maus <dmaus@ictsoc.de>
5547
5548 * org.el (org-refile-get-targets): Ignore headlines without a
5549 true headline.
5550
5551 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5552
5553 * ob.el (org-babel-map-call-lines): Moved this file from
5554 ob-lob.el into ob.el to ease dependency pains.
5555
5556 2012-01-03 Bastien Guerry <bzg@gnu.org>
5557
5558 * org-publish.el (org-publish-index-generate-theindex): Use
5559 theindex.inc for storing index entries, and theindex.org for
5560 including theindex.inc.
5561
5562 2012-01-03 Bastien Guerry <bzg@gnu.org>
5563
5564 * org-publish.el (org-publish-index-generate-theindex): Create
5565 proper file target for index entries in subdirectories.
5566
5567 2012-01-03 Bastien Guerry <bzg@gnu.org>
5568
5569 * org-protocol.el (org-protocol-check-filename-for-protocol):
5570 Fix spelling mistake.
5571
5572 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5573
5574 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5575 for title and subtitle.
5576 (org-odt-format-toc): New.
5577 (org-odt-format-preamble): New. Users can redefine this to
5578 customize what goes before the document body. Currently it
5579 outputs title, author and email, date and toc.
5580 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5581 (org-odt-format-date): Renamed from
5582 `org-odt-iso-date-from-org-timestamp'. Also added an
5583 additional param for format string.
5584 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5585 `org-odt-format-date'.
5586
5587 2012-01-03 Bastien Guerry <bzg@gnu.org>
5588
5589 * org.el (org-at-drawer-p): New function.
5590 (org-end-of-line): Use it.
5591
5592 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5593
5594 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5595 Controls the method in which noweb references are expanded.
5596 (org-babel-expand-noweb-references): Bring back the option for
5597 regexp-based noweb expansion.
5598
5599 2012-01-03 Bastien Guerry <bzg@gnu.org>
5600
5601 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5602 with only one digit for the hours.
5603
5604 2012-01-03 Bastien Guerry <bzg@gnu.org>
5605
5606 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5607 when ticking the checkbox of the first item.
5608
5609 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5610
5611 * org-list.el (org-list-write-struct): Add an optional
5612 argument for structure changes happening outside the function.
5613
5614 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5615 item of a sub-list should toggle check-box presence of every
5616 item in the same sub-list. Also fix check-box insertion on a
5617 single item.
5618
5619 2012-01-03 Bastien Guerry <bzg@gnu.org>
5620
5621 * org-agenda.el (org-agenda-filter-preset): New alias.
5622 (org-agenda-filter-by-category): New command.
5623 (org-agenda-mode-map): Add the new command.
5624 (org-agenda-custom-commands-local-options): Add category
5625 filter preset.
5626 (org-agenda-mark-filtered-text): Mark both tag and filter
5627 overlays.
5628 (org-agenda-category-filter-preset): New variable.
5629 (org-finalize-agenda, org-agenda-redo)
5630 (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5631 both category and tag filters.
5632 (org-agenda-filter-show-all-tag): Rename from
5633 `org-agenda-filter-by-tag-show-all'.
5634 (org-agenda-filter-show-all-cat): New function.
5635 (org-agenda-set-mode-name): Show the category filter in the
5636 modeline.
5637
5638 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5639
5640 * org-bbdb.el (org-bbdb-old): New variable.
5641 (org-bbdb-store-link, org-bbdb-open): Check for
5642 `org-bbdb-old'.
5643 (org-bbdb-open-old, org-bbdb-open-new): New functions.
5644
5645 2012-01-03 Bastien Guerry <bzg@gnu.org>
5646
5647 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5648 Remove deleted function `org-encode-for-stdout'.
5649
5650 2012-01-03 Bastien Guerry <bzg@gnu.org>
5651
5652 * org.el (org-check-dates-range): New command.
5653 (org-sparse-tree): Use it.
5654
5655 2012-01-03 Bastien Guerry <bzg@gnu.org>
5656
5657 * org-agenda.el (org-agenda-write): Rename from
5658 `org-write-agenda'.
5659 (org-agenda-mode-map, org-agenda-menu)
5660 (org-batch-store-agenda-views): Use new name
5661 `org-agenda-write'.
5662
5663 2012-01-03 Bastien Guerry <bzg@gnu.org>
5664
5665 * org.el (org-loop-over-headlines-in-active-region): Fix
5666 docstring.
5667 (org-todo, org-deadline, org-schedule): Honor the 'start-level
5668 value of `org-loop-over-headlines-in-active-region'.
5669
5670 2012-01-03 Bastien Guerry <bzg@gnu.org>
5671
5672 * org-archive.el (org-archive-subtree)
5673 (org-archive-to-archive-sibling, org-toggle-archive-tag):
5674 Bugfix: use 'region-start-level.
5675
5676 2012-01-03 Bastien Guerry <bzg@gnu.org>
5677
5678 * org.el (org-show-context): Complete docstring.
5679
5680 2012-01-03 Bastien Guerry <bzg@gnu.org>
5681
5682 * org-agenda.el (org-agenda-filter-by-tag): Use
5683 `read-char-exclusive' instead of `read-char'.
5684
5685 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5686
5687 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5688 nil at each match.
5689
5690 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5691
5692 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5693 erraneous space in regexp.
5694
5695 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5696
5697 * org-odt.el (org-odt-lib-dir): Add docstring.
5698 (org-odt-data-dir): New variable. Use this variable to
5699 control the locations from which the ODT exporter picks the
5700 OpenDocument styles and schema files from. Set this variable
5701 explicitly only if the in-built heuristics for locating the
5702 above files fails.
5703 (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5704 variables. Pay specific attention to (eval-when-compile ...)
5705 form through which Makefile's $(datadir) - contained in
5706 `org-odt-data-dir' - gets compiled in as a "hard coded"
5707 constant.
5708 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5709 aid debugging.
5710
5711 2012-01-03 Bastien Guerry <bzg@gnu.org>
5712
5713 * org-archive.el (org-archive-subtree)
5714 (org-archive-to-archive-sibling, org-toggle-archive-tag)
5715 (org-archive-set-tag): Handle the 'start-level value for
5716 `org-loop-over-headlines-in-active-region'.
5717
5718 2012-01-03 Bastien Guerry <bzg@gnu.org>
5719
5720 * org.el (org-scan-tags): New parameter `start-level' to scan only
5721 through headlines of that level.
5722 (org-map-entries): New allowed value `region-start-level' for
5723 the `scope' parameter, to allow scanning through headlines of
5724 the same level than the first headline in the region.
5725 (org-loop-over-headlines-in-active-region): New allowed value
5726 'start-level.
5727
5728 2012-01-03 Bastien Guerry <bzg@gnu.org>
5729
5730 * org-archive.el (org-archive-subtree)
5731 (org-archive-to-archive-sibling, org-archive-set-tag)
5732 (org-toggle-archive-tag): Allow to loop over the active region by
5733 using `org-loop-over-headlines-in-active-region'.
5734
5735 2012-01-03 Bastien Guerry <bzg@gnu.org>
5736
5737 * org.el (org-todo): Allow to loop over the active region by
5738 using `org-loop-over-headlines-in-active-region'.
5739
5740 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5741
5742 * ob.el (org-babel-expand-noweb-references): Rather than using
5743 a pure regexp solution to resolve noweb references, actually
5744 check the information of every code block in the buffer. This
5745 will cause a slowdown in noweb reference expansion, but is
5746 necessary for correct behavior.
5747
5748 2012-01-03 Bastien Guerry <bzg@gnu.org>
5749
5750 * org.el (org-map-continue-from): Fix typo in docstring.
5751
5752 2012-01-03 Bastien Guerry <bzg@gnu.org>
5753
5754 * org-agenda.el (org-agenda-write-buffer-name): New variable.
5755 (org-write-agenda): Use it.
5756
5757 2012-01-03 Bastien Guerry <bzg@gnu.org>
5758
5759 * org-exp.el (org-export-date-timestamp-format): New option to
5760 define the way a timestamp in #+DATE will be exported.
5761 (org-infile-export-plist): Use the new option.
5762
5763 2012-01-03 Bastien Guerry <bzg@gnu.org>
5764
5765 * org.el (org-property-re): Also match cumulating properties
5766 like ":prop+:".
5767
5768 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5769
5770 * org-odt.el (org-odt-styles-dir): Assume that the styles
5771 files are located under `data-directory' of Emacs distribution
5772 as etc/org/OrgOdtStyles.xml and
5773 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
5774 (org-export-odt-schema-dir): Update docstring.
5775
5776 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5777
5778 * org-odt.el (org-odt-format-preamble): Honor following user
5779 options: author, timestamp and email.
5780
5781 2012-01-03 Bastien Guerry <bzg@gnu.org>
5782
5783 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5784 for matching the end of a block.
5785
5786 2012-01-03 Bastien Guerry <bzg@gnu.org>
5787
5788 * org-eshell.el: New file.
5789
5790 2012-01-03 David Maus <dmaus@ictsoc.de>
5791
5792 * org.el (org-open-at-point): Escape link path for http:,
5793 https:, ftp:, news:, and doi: links only if the path contains
5794 space or non-ascii character.
5795
5796 2012-01-03 Bastien Guerry <bzg@gnu.org>
5797
5798 * org-beamer.el (org-beamer-fragile-re): Also recognize
5799 \lstinline and \verb as commands that make a frame fragile.
5800
5801 2012-01-03 David Maus <dmaus@ictsoc.de>
5802
5803 * org.el (org-refile-get-targets): Ignore headlines without a
5804 true headline.
5805
5806 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5807
5808 * ob-octave.el: Add graphical output to png file.
5809
5810 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5811
5812 * ob.el (org-babel-map-call-lines): Moved this file from
5813 ob-lob.el into ob.el to ease dependency pains.
5814
5815 2012-01-03 Bastien Guerry <bzg@gnu.org>
5816
5817 * org-publish.el (org-publish-index-generate-theindex): Use
5818 theindex.inc for storing index entries, and theindex.org for
5819 including theindex.inc.
5820
5821 2012-01-03 Bastien Guerry <bzg@gnu.org>
5822
5823 * org-publish.el (org-publish-index-generate-theindex): Create
5824 proper file target for index entries in subdirectories.
5825
5826 2012-01-03 Bastien Guerry <bzg@gnu.org>
5827
5828 * org-protocol.el (org-protocol-check-filename-for-protocol):
5829 Fix spelling mistake.
5830
5831 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5832
5833 * org-odt.el (org-export-odt-default-org-styles-alist): Add
5834 styles for title and subtitle.
5835 (org-odt-format-toc): New.
5836 (org-odt-format-preamble): New. Users can redefine this to
5837 customize what goes before the document body. Currently it
5838 outputs title, author and email, date and toc.
5839 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5840 (org-odt-format-date): Renamed from
5841 `org-odt-iso-date-from-org-timestamp'. Also added an
5842 additional param for format string.
5843 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5844 `org-odt-format-date'.
5845
5846 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5847
5848 * ob-ref.el (org-babel-ref-split-args): Now uses
5849 `org-babel-balanced-split'.
5850
5851 2012-01-03 Bastien Guerry <bzg@gnu.org>
5852
5853 * org-html.el (org-export-html-preamble)
5854 (org-export-html-postamble): Fix docstrings.
5855 (org-export-as-html): Insert the string used by a custom
5856 function for `org-export-html-pre/postamble'.
5857
5858 2012-01-03 Bastien Guerry <bzg@gnu.org>
5859
5860 * org.el (org-block-regexp)
5861 (org-heading-keyword-regexp-format)
5862 (org-heading-keyword-maybe-regexp-format): Move up to keep the
5863 byte-compiler happy.
5864
5865 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5866
5867 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5868 function.
5869 (org-agenda-tree-to-indirect-buffer): Use the new function.
5870
5871 2012-01-03 Bastien Guerry <bzg@gnu.org>
5872
5873 * org-html.el (org-export-as-html): Fix bug when inserting the
5874 output of a custom function for the pre/postamble.
5875
5876 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5877
5878 * org-odt.el (org-odt-format-source-code-or-example): Try
5879 loading htmlfontify safely.
5880
5881 2012-01-03 Bastien Guerry <bzg@gnu.org>
5882
5883 * org-odt.el (require): Require htmlfontify.el only if
5884 emacs-version is greater than 23.2.
5885
5886 2012-01-03 Bastien Guerry <bzg@gnu.org>
5887
5888 * org-faces.el (org-agenda-calendar-event)
5889 (org-agenda-calendar-sexp): Use the default face.
5890
5891 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5892
5893 * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5894
5895 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5896
5897 * org.el (Key bindings): Remap the Outline functions from
5898 `outline-mode-prefix-map' where possible.
5899
5900 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5901
5902 * org-html.el (org-export-as-html): Apply
5903 `org-export-html-get-todo-kwd-class-name' to the class
5904 attribute of the todo-keyword span tag, not to its text
5905 content.
5906
5907 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5908
5909 * org-agenda.el (org-agenda-get-timestamps)
5910 (org-agenda-get-sexps): Use face for highlighting "calendar"
5911 events.
5912
5913 2012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
5914
5915 * org.el (org-add-planning-info): Treat absolute time too.
5916
5917 2012-01-03 Bastien Guerry <bzg@gnu.org>
5918
5919 * org-table.el (org-table-transpose-table-at-point): Don't use
5920 ̀remove-if-not'.
5921
5922 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5923
5924 * org-clock.el (org-clock-out-if-current): Check the clock
5925 buffer is existing.
5926
5927 2012-01-03 Bernt Hansen <bernt@norang.ca>
5928
5929 * org-clock.el (org-clock-out-if-current): Fix marker in no
5930 buffer error for task state change in an indirect buffer.
5931
5932 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5933
5934 * org.el (org-offer-links-in-entry): Make list when assigning
5935 a single link.
5936
5937 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5938
5939 * ob.el (org-babel-expand-noweb-references): Rather than
5940 collect the info from *every* block in the current buffer,
5941 simply regexp search for those blocks which appear to match
5942 the continued source name.
5943
5944 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5945
5946 * ob.el (org-babel-insert-result): Do not examplize wrapped
5947 scalar results, simply wrap them.
5948 (org-babel-result-end): Find the end of results wrapped in a
5949 RESULTS drawer.
5950
5951 2012-01-03 Bastien Guerry <bzg@gnu.org>
5952
5953 * org.el (org-todo-yesterday): When called from the agenda,
5954 use `org-agenda-todo-yesterday' instead.
5955
5956 2012-01-03 Bastien Guerry <bzg@gnu.org>
5957
5958 * org-table.el (org-table-transpose-table-at-point): New command.
5959
5960 2012-01-03 Bastien Guerry <bzg@gnu.org>
5961
5962 * org-html.el (org-export-html-headline-anchor-format): New
5963 option.
5964 (org-html-level-start): Use the new option.
5965
5966 2012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
5967
5968 * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5969 bugfix.
5970
5971 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5972
5973 * org-special-blocks.el
5974 (org-special-blocks-convert-html-special-cookies): Close
5975 paragraph before opening or closing the <div>, and open
5976 paragraph after. Also changed newline placement to be the same
5977 as for other blocks.
5978
5979 2012-01-03 Roberto Huelga <rhuelga@gmail.com>
5980
5981 * org-clock.el (org-program-exists): Make the function
5982 compatible with darwin systems.
5983
5984 2012-01-03 David Maus <dmaus@ictsoc.de>
5985
5986 * org-exp.el (org-export-normalize-links): Mark bracket links
5987 before normalization to avoid erroneous normalization of
5988 bracket link parts.
5989
5990 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5991
5992 * org-odt.el (org-odt-data-dir): Removed.
5993 (org-odt-styles-dir, org-export-odt-schema-dir): New
5994 variables.
5995
5996 * org-odt.el, org-lparse.el: New files.
5997
5998 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5999
6000 * org-capture.el (org-capture-set-target-location): Set the
6001 capture default time also to the prompt time.
6002
6003 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6004
6005 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
6006 and #+results lines during preprocess.
6007
6008 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
6009
6010 * ob-picolisp.el (ob-comint): Required.
6011 (comint): Required.
6012 (cl): Required.
6013 (run-picolisp): Declared.
6014 (org-babel-execute:picolisp): Capture free variable, and replace
6015 function from cl-extra with core function.
6016
6017 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
6018
6019 * ob-picolisp.el: New file.
6020
6021 * org.el (org-babel-load-languages): Add Pico Lisp to the list
6022 of supported code block languages.
6023
6024 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
6025
6026 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
6027 directs the user to the location of the error.
6028
6029 2012-01-03 Bastien Guerry <bzg@gnu.org>
6030
6031 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
6032
6033 2012-01-03 Bastien Guerry <bzg@gnu.org>
6034
6035 * ob.el (org-babel-execute-src-block): Fix typo.
6036
6037 2012-01-03 Bastien Guerry <bzg@gnu.org>
6038
6039 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
6040
6041 2012-01-03 Bastien Guerry <bzg@gnu.org>
6042
6043 * org.el (org-link-unescape, org-link-unescape-compound): Fix
6044 two typos in docstrings.
6045
6046 2012-01-03 Thomas Dye <dk@poto.local>
6047
6048 * ob-R.el: Added tikzDevice support.
6049
6050 2012-01-03 David Maus <dmaus@ictsoc.de>
6051
6052 * org.el (org-clone-subtree-with-time-shift): Remove clocking
6053 information and empty drawers when preparing a clone.
6054
6055 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6056
6057 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
6058 `org-export-blocks-postblock-hook'.
6059
6060 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6061
6062 * ob.el (org-babel-hide-result-toggle): Skip over header
6063 argument lines when toggling named code block visibility.
6064
6065 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6066
6067 * org-exp.el (org-export-grab-title-from-buffer): Don't
6068 license to kill text inside blocks when getting a title.
6069
6070 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6071
6072 * ob.el (org-babel-confirm-evaluate): Adding support for new
6073 range of :eval header arguments.
6074
6075 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6076
6077 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
6078 during export when eval is set to "non-export".
6079
6080 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6081
6082 * ob-ref.el (org-babel-update-intermediate): New custom
6083 variable.
6084 (org-babel-ref-resolve): Optionally update the in-buffer results
6085 of code blocks which are evaluated to resolve references.
6086
6087 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6088
6089 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
6090 split string when a character appears on either side of the
6091 split.
6092 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
6093
6094 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6095
6096 * org.el (org-reduce): Added a less functional Org-mode copy of
6097 the cl reduce function.
6098
6099 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6100
6101 * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
6102 "name" as a valid keyword that can preceed a block.
6103
6104 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6105
6106 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
6107 in-verbatim check to inline code blocks, do lob code blocks as
6108 well.
6109
6110 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6111
6112 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
6113
6114 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6115
6116 * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
6117 that partial names are not matched.
6118 (org-babel-named-data-regexp-for-name): Ensure that partial names
6119 are not matched.
6120
6121 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6122
6123 * ob-ref.el (org-babel-ref-resolve): Search for named code
6124 blocks before named data.
6125
6126 * ob.el (org-babel-named-data-regexp-for-name): New function for
6127 finding named data.
6128
6129 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6130
6131 * ob.el (org-babel-insert-result): Gracefully handle results
6132 which are neither lists nor strings.
6133
6134 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6135
6136 * ob-ref.el (org-babel-ref-resolve): Don't change location when
6137 looking at the contents.
6138
6139 2012-01-03 Milan Zamazal <pdm@zamazal.org>
6140
6141 * org.el (org-set-outline-overlay-data): Use
6142 outline-flag-region to make a region invisible. This ensures
6143 all necessary actions, especially adding
6144 isearch-open-invisible property, are applied.
6145
6146 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6147
6148 * ob-lob.el (org-babel-in-example-or-verbatim): Fix
6149 compilation warning.
6150
6151 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6152
6153 * ob.el (org-babel-find-named-result): Downcase "name" before
6154 comparison.
6155
6156 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6157
6158 * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
6159 (org-babel-lisp-vector-to-list): Fixed typo.
6160
6161 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6162
6163 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
6164 execution contexts (e.g., call lines) look like commented
6165 lines.
6166
6167 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
6168 count.
6169 (org-babel-process-params): Always process parameters, even if
6170 you don't to table splitting.
6171
6172 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6173
6174 * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
6175
6176 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
6177 regular expression.
6178 (org-babel-inline-lob-one-liner-regexp): Updated regular
6179 expression.
6180
6181 * ob-ref.el (org-babel-ref-resolve): Notice when something that
6182 looks like a data results may actually be a code block.
6183
6184 * ob-table.el: Updated documentation.
6185
6186 * ob.el (org-babel-src-name-regexp): Simplified regexp.
6187 (org-babel-get-src-block-info): Updated match strings.
6188 (org-babel-data-names): Simplified acceptable names.
6189 (org-babel-find-named-block): Indentation.
6190 (org-babel-find-named-result): Updated to not return a code block
6191 as a result.
6192
6193 * org.el (org-fontify-meta-lines-and-blocks-1): Removing
6194 references to old syntactic elements.
6195 (org-additional-option-like-keywords): Removing references to
6196 old syntactic elements.
6197
6198 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6199
6200 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
6201 and `buffer-substring'.
6202
6203 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6204
6205 * org-agenda.el (org-agenda-get-todos): Prevent an error when
6206 encountering tasks with only the TODO keyword.
6207
6208 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6209
6210 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
6211 environment when at an item or an headline, but allow LaTeX
6212 fragments.
6213 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
6214 headline's visibility, in order to catch LaTeX fragments within.
6215
6216 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6217
6218 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
6219 newline and spaces before a code block.
6220
6221 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6222
6223 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
6224 over all call lines in a buffer.
6225
6226 * ob.el (org-babel-execute-buffer): Execute call lines when
6227 executing an entire buffer.
6228
6229 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6230
6231 * ob.el (org-babel-process-params): Don't disassemble tables
6232 twice.
6233
6234 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6235
6236 * org-clock.el (org-clock-in, org-clock-find-position): Make space
6237 after date optional.
6238
6239 * org.el (org-set-regexps-and-options)
6240 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
6241 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
6242
6243 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6244
6245 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
6246 inside a verbatim block.
6247
6248 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
6249 blocks.
6250
6251 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
6252
6253 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
6254 (org-babel-maxima-expand): Add input variables and graphic output.
6255 (org-babel-execute:maxima): Add input variables and graphic output.
6256 (org-babel-maxima-var-to-maxima): Add input variables and graphic
6257 output.
6258 (org-babel-maxima-graphical-output-file): Add input variables and
6259 graphic output.
6260 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
6261 output.
6262
6263 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6264
6265 * ob-fortran.el: New file. Adding support for Fortran code blocks.
6266 * org.el (org-babel-load-languages): Adding fortran to this list.
6267
6268 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6269
6270 * org-footnote.el (org-footnote-new): Cannot insert an inline
6271 footnote at beginning of line anymore.
6272 (org-footnote-at-reference-p): Don't recognize inline footnotes at
6273 beginning of line.
6274
6275 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6276
6277 * org.el (org-set-font-lock-defaults): Fix small error in matching
6278 group that prevented fontification of keywords like
6279 org-comment-string and stars in headlines.
6280
6281 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6282
6283 * org.el (org-catch-invisible-edits): New option.
6284 (org-self-insert-command, org-delete-backward-char)
6285 (org-delete-char): Call `org-check-before-invisible-edit'.
6286 (org-check-before-invisible-edit): New function.
6287
6288 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
6289
6290 * org-exp.el (org-solidify-link-text): Respect
6291 org-export-with-tags when forming the export title during subtree
6292 export.
6293
6294 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6295
6296 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
6297 (org-heading-keyword-maybe-regexp-format): Globalize variables so
6298 they are accessible even in buffers not in Org mode.
6299
6300 2012-01-03 David Maus <dmaus@ictsoc.de>
6301
6302 * org.el (org-insert-link): Don't use default-description if a
6303 `org-make-link-description-function' is defined.
6304
6305 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6306
6307 * org.el (org-set-regexps-and-options): Use property blocks for
6308 multi-line properties.
6309
6310 2012-01-03 Bastien Guerry <bzg@gnu.org>
6311
6312 * org.el (org-self-insert-command): Don't throw an error when
6313 editing takes place at the first point of the buffer.
6314
6315 2012-01-03 Bastien Guerry <bzg@gnu.org>
6316
6317 * org.el (org-self-insert-command): Unfold invisible region at
6318 point or right before point when editing.
6319
6320 2012-01-03 Bastien Guerry <bzg@gnu.org>
6321
6322 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
6323 default.
6324
6325 2012-01-03 Bastien Guerry <bzg@gnu.org>
6326
6327 * org-html.el (org-html-expand): Prevent a nil value for STRING to
6328 return an error, just return nil.
6329
6330 2012-01-03 Bastien Guerry <bzg@gnu.org>
6331
6332 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
6333 character in the #+LaTeX_CLASS option.
6334
6335 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6336
6337 * org-footnote.el (org-footnote-at-reference-p)
6338 (org-footnote-at-definition-p): Don't store text-properties of
6339 footnote definitions.
6340
6341 2012-01-03 Bastien Guerry <bzg@gnu.org>
6342
6343 * org-html.el (org-export-as-html): Convert special characters in
6344 meta tag "author", "date", "keyword" and "description".
6345
6346 2012-01-03 Bastien Guerry <bzg@gnu.org>
6347
6348 * org-capture.el (org-capture-before-finalize-hook): Docstring
6349 improvement: mention that the buffer is widened when this hook is
6350 run.
6351
6352 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
6353
6354 * org-html.el (org-export-as-html): Make sure the div for preamble
6355 is not inserted when the preamble is empty.
6356
6357 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
6358
6359 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
6360 for filtering (shown in the mode-line).
6361
6362 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6363
6364 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
6365 space from split variables.
6366
6367 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6368
6369 * org.el (org-link-search): Add an optional argument preventing
6370 function from revealing context around match.
6371
6372 2012-01-03 Bastien Guerry <bzg@gnu.org>
6373
6374 * org-agenda.el (calendar-check-holidays): Declare function.
6375
6376 2012-01-03 Bastien Guerry <bzg@gnu.org>
6377
6378 * org.el (org-return): Fix bug when matching the face property
6379 before following a link.
6380
6381 2012-01-03 Matt Lundin <mdl@imapmail.org>
6382
6383 * org-agenda.el (org-class): Fix holidays symbol in org-class.
6384 This was resulting in an "Bad sexp..." warning.
6385
6386 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6387
6388 * org.el (org-scan-tags): Also remember
6389 `org-complex-heading-regexp' in a property.
6390
6391 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6392
6393 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
6394 TeX-master to t when creating new TeX buffers.
6395
6396 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
6397 when creating new buffers.
6398
6399 * org-html.el (org-export-as-html): Turn off auto-insert
6400 when creating new buffers.
6401
6402 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6403
6404 * org-table.el (org-table-formula-handle-first/last-rc): Do not
6405 expand pointers to first/last row/column that are inside a call to
6406 `remote'.
6407 (org-table-get-remote-range): Expand pointers to first/last
6408 row/column.
6409
6410 2012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
6411
6412 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
6413 compatibility issue when creating an indirect buffer.
6414
6415 2012-01-03 Christophe Rhodes <csr21@cantab.net>
6416
6417 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
6418 the same way than LATEX_CLASS.
6419
6420 2012-01-03 Bastien Guerry <bzg@gnu.org>
6421
6422 * org.el (org-return): Check the presence of the 'org-link face
6423 even in contexts where there is more than one face.
6424
6425 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6426
6427 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
6428 argument names which should be inherited.
6429
6430 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6431
6432 * org.el (org-in-block-p): Return matched name of block, if any.
6433 It can be useful when a list of block names is provided as
6434 an argument.
6435
6436 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6437
6438 * org-docbook.el (org-export-as-docbook): Fix regexp.
6439
6440 * org-html.el (org-export-as-html): Fix regexp.
6441
6442 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6443
6444 * org-agenda.el (org-class): Allow holidays to be skipped.
6445
6446 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6447
6448 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
6449
6450 2012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
6451
6452 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6453 strings before calling `string-match'.
6454
6455 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6456
6457 * org-footnote.el (org-footnote-at-reference-p)
6458 (org-footnote-at-definition-p): Remove text-properties from label.
6459
6460 2012-01-03 Bastien Guerry <bzg@gnu.org>
6461
6462 * org-html.el (org-export-as-html): Add a "title" meta tag.
6463
6464 2012-01-03 Bastien Guerry <bzg@gnu.org>
6465
6466 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6467 entries to pass to `org-agenda-get-day-entries' and allow to
6468 filter out entries using a function.
6469
6470 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6471
6472 * org-agenda.el: Fix small display bug.
6473
6474 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6475
6476 * org.el (org-set-regexps-and-options): Fix small bug introduced
6477 by commit dfcb6faef11a2439b56b18a6289803361d402130.
6478
6479 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6480
6481 * org-agenda.el (org-search-view): Simplify regexp.
6482 (org-agenda-get-todos): Use new format string.
6483
6484 * org-archive.el (org-archive-all-done): Simplify regexp.
6485
6486 * org-ascii.el (org-export-as-ascii): More accurate regexp.
6487
6488 * org-colview.el (org-columns-capture-view): Use new format string
6489 and new string.
6490
6491 * org-docbook.el (org-export-as-docbook): More accurate
6492 regexp. Also use new regexp to match generic headlines.
6493
6494 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6495 regexp. Also use new regexp to match generic headlines.
6496
6497 * org-html.el (org-export-as-html): More accurate regexp.
6498 Also use new regexp to match generic headlines.
6499
6500 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6501 and now erroneous function.
6502
6503 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6504 New variables.
6505 (org-set-regexps-and-options): Create regexps according to the
6506 following rule: use spaces only to separate elements from an headline,
6507 while allowing mixed tabs and spaces for any indentation job.
6508 (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6509 (org-set-font-lock-defaults): Fontify again headlines with a keyword
6510 and no other text. Use new format strings.
6511 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6512 (org-toggle-fixed-width-section): Use new format string.
6513 (org-todo): More accurate regexps.
6514 (org-point-at-end-of-empty-headline): Simplify regexp.
6515 (org-insert-heading): Headline can sometimes be nil.
6516
6517 2012-01-03 David Maus <dmaus@ictsoc.de>
6518
6519 * org-agenda.el (org-agenda-bulk-action): Bind
6520 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6521 with bulk command.
6522
6523 2012-01-03 David Maus <dmaus@ictsoc.de>
6524
6525 * org.el (org-deadline, org-schedule): Skip invisible headlines when
6526 mapping over headlines in active region.
6527
6528 2012-01-03 David Maus <dmaus@ictsoc.de>
6529
6530 * org.el (org-loop-over-headlines-in-active-region):
6531 New customization variable. Loop over headlines in active region.
6532 (org-schedule, org-deadline): Apply to headlines in region depending
6533 on new customization variable.
6534
6535 2012-01-03 David Maus <dmaus@ictsoc.de>
6536
6537 * org.el (org-map-entries): Immediately return if scope is 'region
6538 but no region is active.
6539
6540 2012-01-03 David Maus <dmaus@ictsoc.de>
6541
6542 * org.el (org-map-entries): Extend scope 'region to include entire
6543 body of last headline in active region.
6544
6545 2012-01-03 Bastien Guerry <bzg@gnu.org>
6546
6547 * org-src.el (org-edit-src-code): Fix typo-bug.
6548
6549 2012-01-03 Bastien Guerry <bzg@gnu.org>
6550
6551 * org.el (org-format-agenda-item, org-scan-tags):
6552 Rename `org-format-agenda-item' to `org-agenda-format-item'.
6553
6554 2012-01-03 Bastien Guerry <bzg@gnu.org>
6555
6556 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6557 silent byte-compiler.
6558
6559 2012-01-03 Bastien Guerry <bzg@gnu.org>
6560
6561 * org.el: Declare external function `cdlatex-compute-tables'.
6562
6563 2012-01-03 Bastien Guerry <bzg@gnu.org>
6564
6565 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6566 when matching #+LaTeX_CLASS.
6567
6568 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
6569
6570 * org.el (org-link-search-must-match-exact-headline): Fix typos.
6571
6572 2012-01-03 Bastien Guerry <bzg@gnu.org>
6573
6574 * org-latex.el (org-export-latex-make-header): Add some hyperref
6575 options.
6576
6577 2012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
6578
6579 * org-publish.el (org-publish-file): Added 'eval'ing the value of
6580 the :publishing-directory property before using it as destination
6581 of the publishing project. This allows to construct the publish
6582 destination directory dynamically at run-time using the return
6583 value of a function.
6584
6585 2012-01-03 Bastien Guerry <bzg@gnu.org>
6586
6587 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6588
6589 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6590
6591 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6592 New option.
6593 (org-agenda-date-later): Improve the logical structure.
6594
6595 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6596
6597 * ob-calc.el (featurep): Require calc-store.
6598
6599 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6600 special handling.
6601
6602 * org-compat.el (fboundp): Support for XEmacs.
6603
6604 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6605
6606 * org-footnote.el (org-footnote-re): Optimize macro processing.
6607
6608 * org.el (org-set-autofill-regexps): Xemacs compatibility.
6609
6610 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6611
6612 * ob.el (org-babel-balanced-split): Balance both [] and ()
6613 groupings.
6614 (org-babel-parse-header-arguments): Be sure to replace removed ":"
6615 characters.
6616
6617 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6618
6619 * ob.el (org-babel-parse-header-arguments): Quick fix for a
6620 tiny bug.
6621
6622 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6623
6624 * ob.el (org-babel-params-from-properties): Now splits
6625 multiple var arguments behind a single ":var".
6626 (org-babel-balanced-split): Separated balanced splitting of
6627 strings out into a new function.
6628 (org-babel-parse-multiple-vars): Splits multiple var arguments
6629 behind a single ":var".
6630
6631 2012-01-03 Bastien Guerry <bzg@gnu.org>
6632
6633 * org.el: Remap `outline-promote' and `outline-demote' keys to
6634 `org-promote-subtree' and `org-demote-subtree'.
6635
6636 2012-01-03 Leo Liu <sdl.web@gmail.com>
6637
6638 * org-agenda.el (org-agenda-do-context-action): Check if marker is
6639 valid before use.
6640
6641 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6642
6643 * org-agenda.el (org-agenda-date-later): Fix shifting of date
6644 ranges.
6645
6646 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6647
6648 * ob.el: Removing `org-babel-params-from-buffer' and
6649 #+PROPERTIES: entirely.
6650
6651 * ob-exp.el (org-babel-exp-src-block): Removing
6652 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6653
6654 * ob-lob.el (org-babel-lob-execute): Removing
6655 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6656
6657 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6658
6659 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6660 lines in favor of general #+PROPERTIES: lines.
6661
6662 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6663
6664 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6665 buffer.
6666
6667 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6668
6669 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6670 update the internal cdlatex tables.
6671
6672 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6673
6674 * ob-sql.el (org-babel-execute:sql): Respect literal-results
6675 options.
6676
6677 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6678
6679 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6680 code block colname and rowname handling.
6681
6682 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6683
6684 * org-publish.el (org-publish-cache-file-needs-publishing):
6685 Fix regexp to not inlcude newlines.
6686
6687 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6688
6689 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6690 restart.
6691
6692 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6693
6694 * org.el (org-fontify-entities): Match entities before
6695 numbers, as in `\sim2'.
6696
6697 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6698
6699 * org-agenda.el (org-agenda-date-later): Make pushing forward
6700 a past date to jump immedialtely to today.
6701
6702 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6703
6704 * org-exp.el (org-store-forced-table-alignment): Parse the
6705 column cookie for both alignment and width
6706 specification. Store the resulting value in `org-col-cookies'
6707 property. Retire the previously used `org-forced-aligns'
6708 property for consistency. Renamed local variable `aligns' to
6709 `cookies'.
6710
6711 * org-html.el (org-format-org-table-html): Use
6712 `org-col-cookies'. Renamed local variable forced-aligns to
6713 col-cookies.
6714
6715 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6716
6717 * org.el (org-latex-to-mathml-jar-file)
6718 (org-latex-to-mathml-convert-command): New user-customizable
6719 variables.
6720 (org-format-latex-mathml-available-p, org-create-math-formula)
6721 (org-format-latex-as-mathml): New functions.
6722 (org-format-latex): Add a new local variable block-type that notes
6723 the nature of the equation - inline or display. Associate it's
6724 value to `org-latex-src-embed-type' property of dvipng links. Add
6725 mathml as new processing type.
6726
6727 2012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6728
6729 * org.el (org-refile): Add tree name to prompt.
6730
6731 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6732
6733 * org-latex.el (org-export-latex-tables): Honor
6734 `org-export-latex-table-caption-above'
6735 (org-export-latex-table-caption-above): New option.
6736
6737 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6738
6739 * ob.el (org-babel-insert-header-arg): Now including language
6740 specific header arg values in insertion options.
6741
6742 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6743
6744 * ob.el (org-babel-insert-header-arg): Fixed typo.
6745
6746 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
6747
6748 * org-exp.el (org-export-number-lines): Modified. Add a new
6749 parameter `preprocess' and use this for backend-agnostic
6750 handling of literal examples.
6751
6752 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6753
6754 * org.el (org-match-substring-regexp)
6755 (org-match-substring-with-braces-regexp): Allow subscripts and
6756 superscripts to start at beginning of line.
6757
6758 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6759
6760 * ob.el (org-babel-common-header-args-w-values): New variable to
6761 hold common header arguments and their default values.
6762 (org-babel-header-arg-names): Redefined using the new common
6763 header arg variable.
6764 (org-babel-insert-header-arg): New function to help when inserting
6765 header arguments.
6766
6767 2012-01-03 David Maus <dmaus@ictsoc.de>
6768
6769 * org-html.el (org-html-handle-links): Remove unnecessary
6770 protection markers when publishing link in default format.
6771
6772 2012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
6773
6774 * org-crypt.el (org-crypt-check-auto-save): New function, see
6775 next change.
6776
6777 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6778 check out into a separate function, and call it at a later
6779 point, to assure it only runs when visiting an encrypted
6780 entry.
6781
6782 2012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
6783
6784 * org.el (org-log-note-headings): Document new %d and %D
6785 escapes.
6786 (org-store-log-note): Implement new %d and %D escapes.
6787
6788 2012-01-03 Dave Abrahams <dave@boostpro.com>
6789
6790 * org-agenda.el (org-agenda-follow-indirect): New option.
6791 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6792 follow mode.
6793 (org-agenda-do-context-action): Also do indirect follow mode
6794 action.
6795
6796 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6797
6798 * ob-table.el (sbe): Fix typo in new sbe specification.
6799
6800 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6801
6802 * ob-table.el (sbe): If first variable is a string and not a
6803 cons cell, then interpret it as a string of header arguments
6804 to be passed to the code block.
6805
6806 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6807
6808 * ob-shen.el (shen-eval-defun): Declare external function.
6809 (org-babel-execute:shen): Move requirement of inf-shen into
6810 the function in which it is used to fix build error.
6811
6812 * ob-shen.el: New file.
6813
6814 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6815
6816 * org.el (org-open-at-point): Make `org-open-at-point' only
6817 ask once about creating a new headline.
6818
6819 2012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6820
6821 * org.el (org-refile-targets): Elaborated the documentation of
6822 the variable as suggested by Dave Abrahams.
6823
6824 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6825
6826 * org.el (org-align-tags-here): Allow tags to be placed right
6827 after heading.
6828 (org-tags-column): Document the meaning of tags column 0.
6829
6830 2012-01-03 Niels Giesen <niels.giesen@gmail.com>
6831
6832 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6833 in agenda if start day is same as end day.
6834
6835 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6836
6837 * org.el (org-refile-get-location): Ignore errors when
6838 collection heading to be excluded.
6839
6840 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6841
6842 * org-special-blocks.el
6843 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6844 strict problems by not enclosing special blocks in paragraph tags.
6845
6846 2012-01-03 Bernt Hansen <bernt@norang.ca>
6847
6848 * org-html.el (org-export-as-html): Check string-match
6849 argument.
6850 (org-html-handle-time-stamps): Check string-match argument.
6851
6852 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6853
6854 * org-agenda.el
6855 (org-agenda-skip-additional-timestamps-same-entry): Change
6856 default value.
6857
6858 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6859
6860 * org.el (org-time-string-to-time):
6861 (org-time-string-to-absolute): Add optional arguments BUFFER and
6862 POS for error reporting.
6863
6864 * org-agenda.el (org-get-all-dates):
6865 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6866 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6867 stamp parsing functions with information on where the
6868 timestamp was taken from.
6869
6870 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6871
6872 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6873 after `show-all' in indirect buffer.
6874
6875 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6876
6877 * org-list.el (org-list-parents-alist): When no parent is found
6878 for an item, set it as the closest less indented item above. If
6879 none is found, make it a top level item.
6880 (org-list-write-struct): Externalize code.
6881 (org-list-struct-fix-item-end): New function.
6882 (org-list-struct): Remove a now useless fix.
6883
6884 * org.el (org-ctrl-c-ctrl-c): Use new function.
6885
6886 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6887
6888 * org.el (org-end-of-line): When on an item, move point at the
6889 end of the line, but before any hidden text. Thus, it's still
6890 possible to use commands, like `C-c C-c', acting at
6891 items. This is still disabled if `org-special-ctrl-a/e'
6892 ignores `C-e'.
6893
6894 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6895
6896 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6897
6898 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6899
6900 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6901 infloop.
6902
6903 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6904
6905 * org-footnote.el (org-footnote-at-definition-p): Remove
6906 useless `org-re'.
6907
6908 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6909
6910 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6911 is at a real footnote reference or definition before
6912 renumbering it.
6913
6914 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6915
6916 * org-footnote.el (org-footnote-goto-definition): This patch
6917 makes sure the function says when a definition has been
6918 found. Thus, moving from the reference to the definition
6919 doesn't offer to create the latter again.
6920
6921 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6922
6923 * org-footnote.el (org-footnote-create-definition):
6924 Explicitely move point after tag, if it has just been
6925 inserted.
6926
6927 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6928
6929 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6930 names on Windows systems.
6931
6932 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6933
6934 * org-footnote.el (org-footnote-create-definition): When the
6935 tag is missing, it is created before any existing footnote, or
6936 at end of buffer. In the latter case, the marker pointing at
6937 the position where the new footnote is going to be inserted
6938 (at end of buffer) stays before the tag. This patch makes
6939 sure that the marker will be kept after the tag.
6940
6941 2012-01-03 Eli Zaretskii <eliz@gnu.org>
6942
6943 * org.el (org-mode): Force left-to-right paragraphs in Org
6944 buffers. For a related discussions, see
6945 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6946
6947 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6948
6949 * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6950 byte-compiler.
6951
6952 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6953
6954 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6955 evaluation.
6956
6957 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6958
6959 * org-bibtex.el (org-bibtex-type-property-name): Configurable
6960 property name for bibtex entry types.
6961 (org-bibtex-headline): Use new configurable property name.
6962 (org-bibtex-check): Use new configurable property name.
6963 (org-bibtex-create): Use new configurable property name.
6964 (org-bibtex-write): Use new configurable property name.
6965
6966 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6967
6968 * org.el (org-paste-subtree): Remove unnecessary `concat'.
6969
6970 2012-01-03 Bastien Guerry <bzg@gnu.org>
6971
6972 * org.el (org-paste-subtree): Remove useless (concat ...).
6973
6974 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6975
6976 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6977 characterp with integerp (which should work w/Emacs22).
6978
6979 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6980
6981 * org-footnote.el (org-footnote-at-definition-p): Context must
6982 be valid at the beginning of line, not at point.
6983
6984 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6985
6986 * ob-tangle.el (org-babel-tangle-collect-blocks): Better
6987 delimiting of Org-mode text preceding a code block.
6988
6989 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6990
6991 * ob.el (org-babel-get-src-block-info): Fixing bug,
6992 accidentally deleted variable values.
6993
6994 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6995
6996 * ob-tangle.el (org-babel-process-comment-text): Customizable
6997 function to process comment text.
6998 (org-babel-tangle-collect-blocks): Make use of new
6999 customizable processing function.
7000 (org-babel-spec-to-string): Call customizable function rather than
7001 `org-babel-trim'.
7002
7003 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7004
7005 * ob-R.el (org-babel-execute:R): Collect and pass along the
7006 result-params.
7007 (org-babel-R-evaluate): Accept result-params and if "scalar" or
7008 "verbatim" don't process output.
7009 (org-babel-R-evaluate-session): Accept result-params and if
7010 "scalar" or "verbatim" don't process output.
7011
7012 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7013
7014 * ob.el (org-babel-merge-params): Differentiate between result
7015 types and wrappers.
7016
7017 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7018
7019 * ob.el (org-babel-get-src-block-info): Check that
7020 functional-syntax variables are initialized.
7021
7022 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7023
7024 * ob.el (org-babel-check-src-block): Adding a note for a
7025 future enhancement.
7026
7027 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
7028
7029 * org-exp.el (org-export): Restore point when exporting a subtree.
7030
7031 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7032
7033 * ob.el (org-babel-parse-src-block-match): More robust to code
7034 blocks with empty bodies.
7035
7036 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7037
7038 * ob.el (org-babel-parse-src-block-match): Don't error on empty
7039 code block body.
7040
7041 2012-01-03 David Maus <dmaus@ictsoc.de>
7042
7043 * org.el (org-open-at-point): Unescape plain link.
7044
7045 2012-01-03 David Maus <dmaus@ictsoc.de>
7046
7047 * org-html.el (org-html-handle-links): Remove unnecessary link
7048 unescape.
7049
7050 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7051
7052 * ob.el (org-babel-merge-params): Better error message for
7053 unassigned variables.
7054
7055 2012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
7056
7057 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
7058 buffer local variables to the temporary buffer before
7059 exporting.
7060
7061 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7062
7063 * org-exp.el (org-export-select-backend-specific-text): Only
7064 remove commas on the front line of a code block.
7065
7066 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7067
7068 * ob.el (org-babel-demarcate-block): Copy headers and indent to
7069 column of point when a block is split.
7070
7071 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7072
7073 * ob.el (org-babel-insert-result): Corrected file insertion
7074 for inline results.
7075
7076 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7077
7078 * org-footnote.el (org-footnote-in-valid-context-p): No
7079 footnote in latex fragments.
7080
7081 2012-01-03 Martin Rudalics <rudalics@gmx.at>
7082
7083 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7084 argument from `pop-to-buffer-same-window' call.
7085
7086 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7087
7088 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
7089 detection regexp.
7090
7091 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7092
7093 * org-inlinetask.el (org-inlinetask-goto-end): Small
7094 refactoring.
7095
7096 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7097
7098 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7099 refactor code.
7100 (org-babel-asymptote-table-to-array): Removed function.
7101
7102 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7103
7104 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7105 recognize non-nested lists as uni-dimensional arrays.
7106
7107 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7108
7109 * ob.el (org-babel-params-from-properties): Don't check for
7110 header arguments in properties with leading ":"s.
7111
7112 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7113
7114 * org-inlinetask.el (org-inlinetask-goto-end): Correctly
7115 detect the end of an inlinetask when the next one starts
7116 immediately after the current one. Also, return position of
7117 point.
7118
7119 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7120
7121 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
7122 start at bol.
7123
7124 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7125
7126 * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
7127 floats are asymptote reals.
7128
7129 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7130
7131 * ob-asymptote.el (org-babel-asymptote-table-to-array):
7132 Require a new argument TYPE specifying the detected type of
7133 array. If it's a string array, make sure every element is
7134 returned as a string. Also improve doc-string.
7135 (org-babel-asymptote-var-to-asymptote): Fill new argument.
7136 Small refactoring.
7137 (org-babel-asymptote-define-type): Rewrite to avoid stopping
7138 search at first float found, as strings have precedence over
7139 floats.
7140
7141 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7142
7143 * org-footnote.el (org-footnote-normalize): Be sure to separate
7144 the last footnote definition from the rest of the buffer.
7145
7146 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7147
7148 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
7149 variable names.
7150
7151 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7152
7153 * org.el (org-latex-regexps): Allow matching latex fragments
7154 of type "$" and "$1" at beginning of line.
7155
7156 2012-01-03 Bastien Guerry <bzg@gnu.org>
7157
7158 * org-agenda.el (org-search-view, org-agenda-get-todos)
7159 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
7160 `category-pos' in let construct.
7161
7162 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7163
7164 * org-footnote.el (org-footnote-get-definition): The function has
7165 to widen buffer if definition has not been found in the current
7166 narrowed part. Be sure to restore that restriction once the
7167 definition is found.
7168
7169 2012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
7170
7171 * org-icalendar.el (org-print-icalendar-entries): Make alarm
7172 duration RFC5545 compliant.
7173
7174 2012-01-03 Bastien Guerry <bzg@gnu.org>
7175
7176 * org-agenda.el (org-agenda-get-timestamps)
7177 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
7178 the `org-category-pos' property.
7179
7180 2012-01-03 Bastien Guerry <bzg@gnu.org>
7181
7182 * org-html.el (org-export-html-divs): Improve docstring.
7183
7184 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
7185
7186 * org-table.el (org-table-fix-formulas): Throw error when
7187 changing formula leads to an invalid formula.
7188
7189 2012-01-03 Bastien Guerry <bzg@gnu.org>
7190
7191 * org.el (org-archive-location): Minor docstring fix.
7192
7193 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7194
7195 * org.el (org-block-todo-from-checkboxes):
7196 `org-list-search-forward' should be used when looking for an
7197 item, as it filters out contexts where match couldn't be in a
7198 list. Also use a correct item regexp, taking into account
7199 alphabetical ordered lists and counters.
7200
7201 2012-01-03 Bastien Guerry <bzg@gnu.org>
7202
7203 * org-html.el (org-html-make-link): Minor fix to the
7204 docstring.
7205
7206 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
7207
7208 * org-inlinetask.el (org-inlinetask): New customizable face
7209 for inlinetasks.
7210
7211 2012-01-03 Bastien Guerry <bzg@gnu.org>
7212
7213 * org-agenda.el (org-agenda-get-todos): Properly set
7214 `category-pos'.
7215
7216 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7217
7218 * org-list.el (org-list-struct-apply-struct): Don't use
7219 (copy-marker (point)) instead of (point-marker).
7220
7221 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7222
7223 * ob.el (org-babel-where-is-src-block-result): Don't try to
7224 resolve variables when simply checking if we're inside of a
7225 code block.
7226
7227 2012-01-03 Bastien Guerry <bzg@gnu.org>
7228
7229 * org.el (org-refresh-category-properties): New text property
7230 'org-category-position to point at the beginning of the
7231 headline from which the category is set.
7232
7233 2012-01-03 Matt Lundin <mdl@imapmail.org>
7234
7235 * org.el (org-refile): Don't call `org-back-to-heading' with
7236 goto argument.
7237
7238 2012-01-03 Bastien Guerry <bzg@gnu.org>
7239
7240 * org.el (org-link-display-descriptive): Remove this option and
7241 rely on the existing `org-descriptive-links' instead.
7242 (org-toggle-link-display): Use `org-descriptive-links'.
7243
7244 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7245
7246 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
7247 with tags after the result name.
7248
7249 2012-01-03 Bastien Guerry <bzg@gnu.org>
7250
7251 * org-table.el (org-table-get-specials): Allow the use of the
7252 underscore character in column names.
7253 (org-table-get-specials): Allow the use of the underscore
7254 character in field names.
7255
7256 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7257
7258 * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
7259 cleaning up markers.
7260
7261 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7262
7263 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
7264 around `org-babel-exp-do-export' which now searches in this case.
7265 (org-babel-exp-results): Position the point in the inline source
7266 block during export evaluation.
7267
7268 * ob.el (org-babel-insert-result): More readable code.
7269
7270 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7271
7272 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
7273 in function rather than the superfluous (and now removed)
7274 org-specific function.
7275
7276 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7277
7278 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
7279 inline code blocks which are already escaped.
7280
7281 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7282
7283 * org-exp-blocks.el (org-marker-from-point): Helper function to
7284 create markers at specific points in source buffers.
7285 (org-export-blocks-preprocess): Use markers instead of points
7286 to delimit code blocks.
7287
7288 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7289
7290 * org-list.el (org-list-separating-blank-lines-number): The
7291 behaviour of `org-back-over-empty-lines' depends on the
7292 associated value of `headline' in
7293 `org-blank-before-new-entry', which is out of context in a
7294 list.
7295
7296 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7297
7298 * org-indent.el (org-indent-initialize-agent): When the current
7299 buffer isn't being watched, resume initialization of other watched
7300 buffers. In that case, give hand to others idle timers or
7301 processes more frequently.
7302 (org-indent-agent-active-delay): Renamed from
7303 `org-indent-agent-process-duration'.
7304 (org-indent-agent-passive-delay): New variable.
7305 (org-indent-agent-resume-delay): Change value.
7306 (org-indent-initialize-buffer): Change argument name.
7307 (org-indent-add-properties): Change argument name and type
7308 expected. It must be a time value now.
7309
7310 2012-01-03 Bastien Guerry <bzg@gnu.org>
7311
7312 * org.el (org-set-property): Bugfix.
7313
7314 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7315
7316 * ob.el (org-babel-remove-result): Idempotent code block
7317 evaluation and result removal.
7318
7319 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7320
7321 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
7322 require inf-ruby when no session evaluation takes place.
7323
7324 2012-01-03 Bastien Guerry <bzg@gnu.org>
7325
7326 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
7327 the docstring.
7328
7329 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
7330
7331 * org-agenda.el (org-agenda-custom-commands): Set a default
7332 value for this command.
7333
7334 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
7335
7336 * org-agenda.el (org-agenda-include-all-todo): Declare this option
7337 as no longer working.
7338 (org-timeline): Rename the include-all argument to dotodo.
7339 (org-arg-loc): Renamed from` org-include-all-loc'.
7340 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
7341 because its function has changed.
7342
7343 2012-01-03 Bastien Guerry <bzg@gnu.org>
7344
7345 * org.el (org-fixup-indentation): Fix various small bugs.
7346
7347 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7348
7349 * org-indent.el (org-indent-agent-timer)
7350 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
7351 (org-indent-agent-process-duration)
7352 (org-indent-agent-resume-delay): New variables.
7353 (org-indent-initial-marker): More accurate doc-string.
7354 (org-indent-initial-timer, org-indent-initial-resume-timer)
7355 (org-indent-initial-process-duration)
7356 (org-indent-initial-resume-delay)
7357 (org-indent-initial-lock): Removed variables.
7358 (org-indent-mode): Set up an agent to watch current buffer, or
7359 add it to the list of already watched buffers.
7360 (org-indent-initialize-agent): New function.
7361 (org-indent-initialize-buffer): Now requires a mandatory
7362 buffer argument.
7363 (org-indent-add-properties): Reflect changes to variables.
7364 The resume timer is now global.
7365
7366 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7367
7368 * org-footnote.el (org-footnote-normalize): Refactor, and fix
7369 some blank lines deletion.
7370
7371 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7372
7373 * org-indent.el (org-indent-mode):
7374 `org-indent-initial-resume-timer ' needs to be local.
7375
7376 2012-01-03 Bastien Guerry <bzg@gnu.org>
7377
7378 * org.el (org-fixup-indentation): Correctly indent meta lines.
7379
7380 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7381
7382 * org-indent.el (org-indent-set-line-properties): Add text
7383 properties down to the beginning of the next line.
7384 (org-indent-add-properties): When last position to add
7385 properties to is at the beginning of a line, all that line
7386 will have properties.
7387
7388 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7389
7390 * org-indent.el (org-indent-initial-resume-timer): New variable.
7391 (org-indent-initialize-buffer): Also resume after a small break.
7392 (org-indent-add-properties): When in asynchronous mode,
7393 proceed for 2 seconds, then take a break.
7394
7395 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7396
7397 * org-indent.el (org-indent-set-line-properties): New function.
7398 (org-indent-add-properties): Externalize worker function.
7399
7400 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7401
7402 * org-indent.el (org-indent-indent-buffer): Take into account
7403 narrowing.
7404
7405 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7406
7407 * org-indent.el (org-indent-modified-headline-flag): Renamed from
7408 `org-indent-deleted-headline-flag'
7409 (org-indent-notify-modified-headline): Renamed from
7410 `org-indent-notify-deleted-headline'. Handle situations when
7411 the stars of an headline are modified.
7412 (org-indent-refresh-maybe): Remove case now handled by
7413 previous function.
7414 (org-indent-mode): Apply renames.
7415
7416 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7417
7418 * org-indent.el (org-indent-inlinetask-first-star): New
7419 variable.
7420 (org-indent-add-properties): Set the first star of inline-tasks'
7421 virtual indentation in `org-warning' face.
7422
7423 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
7424 inline-task slightly differently, so virtual indentation can
7425 be applied normally.
7426
7427 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7428
7429 * org-indent.el (org-indent-initial-marker)
7430 (org-indent-initial-timer, org-indent-initial-lock): New
7431 variables.
7432 (org-indent-mode): At initialization, start an idle timer to indent
7433 the whole buffer. When the user is asking for control, interrupt the
7434 process, and resume at the same point when idle again.
7435 (org-indent-initialize-buffer): New function.
7436 (org-indent-add-properties): Throw an interrupt when indentation of
7437 buffer is stopped during initialization.
7438
7439 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7440
7441 * org-indent.el (org-indent-indent-buffer): Send more
7442 appropriate messages.
7443
7444 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7445
7446 * org-indent.el (org-indent-notify-deleted-headline)
7447 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
7448 with `org-outline-regexp-bol'.
7449
7450 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7451
7452 * org-indent.el (org-indent-max-levels): Modify default value and
7453 add comment.
7454 (org-indent-add-properties): Pay attention to `org-indent-max'
7455 and `org-indent-max-levels' values.
7456 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7457 save excursion.
7458
7459 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7460
7461 * org-table.el (org-table-align): Remove now useless hack.
7462
7463 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7464
7465 * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7466 variable.
7467 (org-indent-initialize): Remove timer.
7468 (org-indent-add-properties): Refactor code.
7469 (org-indent-refresh-subtree, org-indent-refresh-section)
7470 (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7471 functions.
7472 (org-indent-deleted-headline): New variable.
7473 (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7474 functions.
7475 (org-indent-mode): Insert new functions into a hook.
7476
7477 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7478
7479 * org-indent.el (org-indent-mode): Completely refresh buffer
7480 before starting org-indent-mode. Also set idle timer to refresh
7481 only visible portion of buffer, and refresh the subtree instead of
7482 section when promoting or demoting it.
7483 (org-indent-add-properties): Rewrite function to proceed line by
7484 line, as required by `wrap-prefix' specificity.
7485 (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7486 (org-indent-refresh-view): New function.
7487 (org-indent-refresh-to, org-indent-refresh-section): Removed
7488 functions.
7489
7490 * org.el (org-unfontify-region): Do not remove prefix
7491 properties when unfontifying a region.
7492
7493 2012-01-03 Bastien Guerry <bzg@gnu.org>
7494
7495 * org-colview.el (org-columns-cleanup-item): Correctly remove
7496 leading stars in items displayed in the agenda column view.
7497
7498 2012-01-03 Bastien Guerry <bzg@gnu.org>
7499
7500 * org-colview.el (org-columns-display-here): Clean up items in
7501 `org-agenda-mode' too.
7502 (org-columns-cleanup-item): Take a new argument CPHR to allow
7503 passing a complex heading regexp. Rewrite to cleanup ITEM
7504 correctly in `org-agenda-mode'.
7505
7506 2012-01-03 Bastien Guerry <bzg@gnu.org>
7507
7508 * org-clock.el (org-duration-string-to-minutes)
7509 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7510 from org.el.
7511
7512 2012-01-03 Bastien Guerry <bzg@gnu.org>
7513
7514 * org.el (org-refile-active-region-within-subtree): New option to
7515 allow refiling a region that is part of a subtree without
7516 containing a subtree itself. This default to `nil'.
7517 (org-refile): Use the new option. Put point at the beginning
7518 of the region/subtree to be refiled, so that users understand
7519 what will be refiled. Also improve the prompt to tell whether
7520 the user is refiling a region or a headline.
7521
7522 2012-01-03 Bastien Guerry <bzg@gnu.org>
7523
7524 * org.el (org-properties-postprocess-alist): New option to allow
7525 postprocessing the values of properties set through
7526 `org-set-property'.
7527 (org-set-property): Use this option.
7528
7529 2012-01-03 Bastien Guerry <bzg@gnu.org>
7530
7531 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7532 docstring.
7533
7534 2012-01-03 Bastien Guerry <bzg@gnu.org>
7535
7536 * org-archive.el (org-archive-to-archive-sibling): Use
7537 `org-outline-regexp' instead of `outline-regexp'.
7538
7539 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7540
7541 * org.el (org-between-regexps-p): Searching up to pos may
7542 match again beginning regexp.
7543
7544 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7545
7546 * org-footnote.el (org-footnote-goto-definition): Don't send
7547 erroneous message: suggested bindings might not be set outside
7548 Org.
7549
7550 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7551
7552 * org-footnote.el (org-footnote-normalize): Effectively remove
7553 any footnote tag in non Org buffers, as detailled in the
7554 docstring of `org-footnote-tag-for-non-org-mode-files'.
7555
7556 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7557
7558 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7559 notify the opportunity to set the variable to the empty string.
7560 (org-footnote-normalize, org-footnote-create-definition):
7561 Carefully check for inserted newlines and presence of the
7562 footnote tag.
7563
7564 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7565
7566 * org-footnote.el (org-footnote-at-definition-p): Re-use
7567 `org-footnote-definition-re'.
7568
7569 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7570
7571 * org-footnote.el (org-footnote-definition-re): Remove an
7572 useless group.
7573 (org-footnote-at-definition-p): Reflect removal of the group.
7574
7575 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7576
7577 * org.el (org-set-regexps-and-options): Enforce white space
7578 after todo keyword, as word boundary isn't sufficient (i.e. in
7579 matches * TODO/this).
7580
7581 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7582
7583 * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7584 template for html so that the exported file is valid
7585 xhtml. Added template for odt.
7586 (org-inlinetask-export-handler): Fix typo in the regexp that
7587 trims content. Make sure that the content is flanked by
7588 paragraph boundaries on either side.
7589
7590 2012-01-03 Bastien Guerry <bzg@gnu.org>
7591
7592 * org.el (org-add-planning-info): Don't insert superfluous
7593 space when updating timestamps.
7594
7595 2012-01-03 Bastien Guerry <bzg@gnu.org>
7596
7597 * org-agenda.el (org-cmp-effort): Fix docstring.
7598
7599 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7600
7601 * org-list.el (org-list-full-item-re): When an item has only a
7602 bullet and no space after it, list structure would not be
7603 recognized correctly.
7604
7605 2012-01-03 Bastien Guerry <bzg@gnu.org>
7606
7607 * org.el (org-overview): Use `outline-regexp' instead of
7608 `org-outline-regexp' so that global cycling using
7609 `orgstruct-mode' works outside of Org buffers.
7610
7611 2012-01-03 Bastien Guerry <bzg@gnu.org>
7612
7613 * org-table.el (org-table-eval-formula): Fix missing variable
7614 in let construct.
7615 (org-table-time-string-to-seconds): Fix missing variable in
7616 let construct.
7617
7618 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
7619
7620 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7621 case of wdays being 0. Don't pass wdays to
7622 org-agenda-deadline-face, like before the old fix.
7623 (org-agenda-deadline-face): Revert to old state that was without
7624 wdays.
7625
7626 2012-01-03 Bastien Guerry <bzg@gnu.org>
7627
7628 * org-latex.el (org-export-latex-fixed-width): Only add one
7629 line break after exporting verbatim environments.
7630
7631 2012-01-03 Bastien Guerry <bzg@gnu.org>
7632
7633 * org-mw.el (org-mw-export-lists): Fix list export.
7634
7635 2012-01-03 Bastien Guerry <bzg@gnu.org>
7636
7637 * org-list.el (org-list-item-trim-br): New function.
7638 (org-list-to-generic): New parameter :nobr to use the new
7639 function.
7640
7641 2012-01-03 David Maus <dmaus@ictsoc.de>
7642
7643 * org.el (org-paste-subtree): Fix wrong order of lines to move
7644 before pasting.
7645
7646 2012-01-03 David Maus <dmaus@ictsoc.de>
7647
7648 * org.el (org-paste-subtree): Paste subtree above target
7649 headline if point is at bol.
7650
7651 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7652
7653 * org-list.el (org-toggle-checkbox): Don't clear lim-down
7654 while used in the while loop.
7655
7656 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7657
7658 * org-list.el (org-toggle-checkbox): Lim-down must be a
7659 marker.
7660
7661 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7662
7663 * org.el (org-activate-code): Correct regexp so ":.*" isn't
7664 matched.
7665
7666 2012-01-03 David Maus <dmaus@ictsoc.de>
7667
7668 * org-macs.el (org-with-gensyms, org-called-interactively-p)
7669 (with-silent-modifications, org-bound-and-true-p)
7670 (org-unmodified, org-re, org-preserve-lc)
7671 (org-without-partial-completion, org-with-point-at)
7672 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7673 (org-if-unprotected-at, org-with-remote-undo)
7674 (org-no-read-only, org-save-outline-visibility)
7675 (org-with-wide-buffer, org-with-limited-levels)
7676 (org-eval-in-environment): Provide edebug specifications.
7677
7678 * org-src.el (org-src-do-at-code-block): Dto.
7679
7680 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7681
7682 * org-compat.el (org-xemacs-without-invisibility): Dto.
7683
7684 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7685
7686 * org-agenda.el (org-agenda-with-point-at-orig-entry)
7687 (org-batch-agenda, org-batch-agenda-csv)
7688 (org-batch-store-agenda-views): Dto.
7689
7690 * ob.el (org-babel-do-in-edit-buffer)
7691 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7692
7693 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7694
7695 * ob-table.el (sbe): Dto.
7696
7697 * ob-exp.el (org-babel-exp-in-export-file): Dto.
7698
7699 * ob-comint.el (org-babel-comint-in-buffer)
7700 (org-babel-comint-with-output): Dto.
7701
7702 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7703
7704 * org-inlinetask.el (org-inlinetask-export-templates): Fix
7705 docstring.
7706
7707 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7708
7709 * org-inlinetask.el (org-inlinetask-insert-task): Error when
7710 trying to nest inline tasks.
7711
7712 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7713
7714 * org.el (org-activate-code, org-toggle-fixed-width-section)
7715 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7716 fixed-width section.
7717
7718 2012-01-03 David Maus <dmaus@ictsoc.de>
7719
7720 * org.el (org-paste-subtree): Don't eat headline when called
7721 with point at existing headline.
7722
7723 2012-01-03 David Maus <dmaus@ictsoc.de>
7724
7725 * org.el (org-paste-subtree): Fix typo in variable name.
7726
7727 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7728
7729 * org-inlinetask.el (org-inlinetask-export-handler): Don't
7730 export inline tasks if the current backend has provided no
7731 entries in `org-inlinetask-export-templates'.
7732
7733 2012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
7734
7735 * org.el (org-indent-line-function): Made the way in which
7736 example blocks are indented more flexible.
7737
7738 2012-01-03 David Maus <dmaus@ictsoc.de>
7739
7740 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7741 when creating final parameter alist.
7742
7743 2012-01-03 David Maus <dmaus@ictsoc.de>
7744
7745 * org-agenda.el (org-batch-store-agenda-views): Use macro
7746 `org-eval-in-environment'.
7747
7748 2012-01-03 David Maus <dmaus@ictsoc.de>
7749
7750 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7751 `org-eval-in-environment.
7752
7753 2012-01-03 David Maus <dmaus@ictsoc.de>
7754
7755 * org-macs.el (org-make-parameter-alist): New function. Turn
7756 flat list of alternating symbol names and values into an alist
7757 with symbol name in car and value in cdr.
7758
7759 2012-01-03 David Maus <dmaus@ictsoc.de>
7760
7761 * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7762 macro `org-with-gensyms'.
7763
7764 2012-01-03 David Maus <dmaus@ictsoc.de>
7765
7766 * org-macs.el (org-substitute-posix-classes): New
7767 function. Substitute posix classes in regular expression.
7768 (org-re): Use new function.
7769
7770 2012-01-03 David Maus <dmaus@ictsoc.de>
7771
7772 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
7773 in ENVIRONMENT.
7774
7775 2012-01-03 David Maus <dmaus@ictsoc.de>
7776
7777 * org-macs.el (org-preserve-lc, org-with-point-at)
7778 (org-with-remote-undo, org-save-outline-visibility): Use new
7779 macro `org-with-gensyms'.
7780
7781 2012-01-03 David Maus <dmaus@ictsoc.de>
7782
7783 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
7784 of SYMBOLS to new uninterned symbols around BODY.
7785
7786 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7787
7788 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7789 the task starts a paragraph or the HTML exporter will produce
7790 an incorrect output.
7791
7792 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7793
7794 * org.el (org-return): When filling happens, `newline' can
7795 change match data, hence modifying the indent column.
7796
7797 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7798
7799 * org-footnote.el (org-footnote-new): Only forbid non-inlined
7800 footnotes at column 0, as only them can be confused with a
7801 footnote definition.
7802
7803 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7804
7805 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7806 when available when prompted for a label. Also rename a local
7807 variable to avoid confusion with an existing function.
7808
7809 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7810
7811 * org-footnote.el (org-footnote-label-history): Removed
7812 variable
7813 (org-footnote-new): Remove call to that variable.
7814
7815 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7816
7817 * org.el (org-insert-heading): With `force-heading' non-nil,
7818 inserting an heading before any headline, and just after a
7819 list would return an error.
7820
7821 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7822
7823 * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7824
7825 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7826
7827 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7828 non-special when resolving bibtex values.
7829
7830 2012-01-03 David Maus <dmaus@ictsoc.de>
7831
7832 * org.el (org-back-over-empty-lines): Don't move line upward
7833 if point is at eob.
7834
7835 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7836
7837 * org-footnote.el (org-footnote-in-valid-context-p): Check
7838 `org-protected' property before allowing to match a footnote.
7839 (org-footnote-at-reference-p): Remove an obsolete test. It is now
7840 done in the previous function.
7841
7842 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7843
7844 * org.el (org-between-regexps-p): Previous name implied the
7845 function was related to blocks, which isn't mandatory.
7846 (org-narrow-to-block, org-in-block-p)
7847 (org-indent-line-function): Applied the rename.
7848
7849 * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7850 rename. Also removed a white space.
7851
7852 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7853
7854 * org.el (org-in-regexps-block-p): Return an useful value when
7855 point is between START-RE and END-RE. No incomplete block is
7856 allowed anymore. Add another optional argument to bound the
7857 bottom part of the search.
7858 (org-narrow-to-block, org-in-block-p): Apply modifications.
7859
7860 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7861
7862 * ob.el (org-babel-src-block-regexp): If a code block has a
7863 body, its last character must be a newline.
7864
7865 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7866
7867 * org-footnote.el (org-footnote-next-reference-or-definition):
7868 If no more footnote is found, be sure to go back to the
7869 original position. Otherwise, point might be left on a
7870 footnote-like element that has been dished out.
7871
7872 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7873
7874 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7875 variable.
7876
7877 * ob.el (defvar): Wrap variable declaration in
7878 `eval-when-compile'.
7879
7880 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7881
7882 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7883
7884 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7885
7886 * ob-java.el (org-babel-execute:java): Allow cmdline flags
7887 during compilation and evaluation.
7888
7889 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7890
7891 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7892 * ob-ref.el (org-babel-ref-parse): Fix typos.
7893
7894 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7895
7896 * ob.el (org-babel-execute-src-block): Fix typo.
7897
7898 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7899
7900 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7901
7902 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
7903
7904 * org-list.el (org-list-send-item): Use sort instead of sort*.
7905
7906 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7907
7908 * org-table.el (org-table-line-to-dline): Fix typo.
7909
7910 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7911
7912 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7913 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7914 (org-search-syntax-table, org-modify-diary-entry-string)
7915 (org-write-agenda):
7916 * org-bbdb.el (org-bbdb-anniv-export-ical):
7917 * org-bibtex.el (org-bibtex-fields):
7918 * org-icalendar.el (org-icalendar-date-time-format):
7919 * org-latex.el (org-export-latex-inline-image-extensions):
7920 * org-list.el (org-list-insert-item): Fix typos.
7921
7922 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7925
7926 2011-09-27 Eli Zaretskii <eliz@gnu.org>
7927
7928 * org.el (org-mode): Force left-to-right paragraphs in Org
7929 buffers. For a related discussions, see
7930 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7931
7932 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * org.el (org-toggle-pretty-entities): Fix typo in message.
7935
7936 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7939
7940 * ob-ref.el (org-babel-ref-goto-headline-id):
7941 * org.el (org-get-location, org-tree-to-indirect-buffer)
7942 (org-mark-ring-goto, org-refile, org-add-log-note)
7943 (org-revert-all-org-buffers, org-switchb)
7944 (org-cycle-agenda-files, org-submit-bug-report)
7945 (org-goto-marker-or-bmk):
7946 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7947 * org-capture.el (org-capture-goto-target)
7948 (org-capture-fill-template):
7949 * org-clock.el (org-clock-goto):
7950 * org-ctags.el (org-ctags-visit-buffer-or-file):
7951 * org-exp.el (org-export-as-org):
7952 * org-feed.el (org-feed-show-raw-feed):
7953 * org-html.el (org-export-htmlize-generate-css):
7954 * org-id.el (org-id-goto):
7955 * org-irc.el (org-irc-visit-erc):
7956 * org-mobile.el (org-mobile-apply):
7957 * org-publish.el (org-publish-org-to, org-publish-find-date):
7958 * org-remember.el (org-go-to-remember-target):
7959 * org-src.el (org-src-switch-to-buffer)
7960 (org-edit-fixed-width-region): Use switch-to-buffer.
7961
7962 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7963
7964 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7965 argument from pop-to-buffer-same-window call.
7966
7967 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
7968
7969 * ob.el (org-babel-src-block-regexp): If a code block has a body,
7970 its last character must be a newline.
7971
7972 2011-07-28 Bastien Guerry <bzg@gnu.org>
7973
7974 * org-pcomplete.el: New file. Rename from org-complete.el.
7975 * org-complete.el: Delete file.
7976
7977 2011-07-28 Bastien Guerry <bzg@gnu.org>
7978
7979 * org-publish.el (org-publish-index-generate-theindex): Rename
7980 from `org-publish-index-generate-theindex.inc'. Use the file
7981 theindex.org directly instead of including theindex.inc.
7982 (org-publish-projects): Don't delete .orgx files.
7983 (org-publish-aux-preprocess): Use .file.orgx.
7984
7985 2011-07-28 Bastien Guerry <bzg@gnu.org>
7986
7987 * org-html.el (org-export-html-preamble-format): New default for
7988 the HTML preamble: don't include the title. Also improve the
7989 docstring.
7990 (org-export-html-postamble-format): Improve the docstring.
7991 (org-export-as-html): Add the title within the "content" div.
7992 This is necessary for interaction with the org-info.js script.
7993
7994 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
7995
7996 * org-table.el (org-table-edit-field): Display field coordinates.
7997
7998 2011-07-28 Bastien Guerry <bzg@gnu.org>
7999
8000 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
8001 unless they were already visited.
8002 (org-sitemap-sort-files, org-sitemap-sort-folders)
8003 (org-sitemap-ignore-case, org-sitemap-requested)
8004 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
8005 a correct prefix.
8006 (org-publish-projects): Make sure to delete .orgx files.
8007 (org-publish-index-generate-theindex.inc): Small docstring fix.
8008
8009 2011-07-28 Bastien Guerry <bzg@gnu.org>
8010
8011 * org-table.el (org-table-duration-custom-format): New defcustom
8012 to select output format of durations computations.
8013 (org-table-time-seconds-to-string): Use the new variable.
8014 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
8015 will use the custom output format defined in
8016 `org-table-duration-custom-format'.
8017
8018 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8019
8020 * org-list.el: Search blank lines down to the end of the item
8021 instead of stopping at the item, in order to possibly match such
8022 lines within the item.
8023
8024 2011-07-28 Bastien Guerry <bzg@gnu.org>
8025
8026 * org-latex.el (org-export-latex-href-format): Docstring fix to
8027 reflect the fact that you can use only one "%s".
8028 (org-export-latex-links): Allow `org-export-latex-href-format' to
8029 have only one "%s".
8030
8031 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8032
8033 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
8034
8035 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8036
8037 * org.el (org-copy-visible): New command.
8038
8039 2011-07-28 Bastien Guerry <bzg@gnu.org>
8040
8041 * org-capture.el (org-capture-templates): Docstring fix.
8042
8043 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8044
8045 * ob.el (org-babel-view-src-block-info): New function to inspect
8046 code blocks.
8047
8048 * ob-keys.el (org-babel-key-bindings): Key bindings for
8049 `org-babel-view-src-block-info'.
8050
8051 2011-07-28 Bastien Guerry <bzg@gnu.org>
8052
8053 * org-exp.el (org-infile-export-plist): Handle recursively
8054 included setup files. The value of the last included file always
8055 takes precedence over previous values.
8056
8057 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8058
8059 * org.el (org-timestamp-change): Keep point in the same category
8060 when updating a time-stamp. This requires to be careful, as,
8061 depending on the locale, name of day might change of length during
8062 the process.
8063
8064 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8065
8066 * org-footnote.el (org-footnote-create-definition): When skipping
8067 already written footnotes definition, the algorithme would assume
8068 each one was only one-line long.
8069
8070 2011-07-28 Bastien Guerry <bzg@gnu.org>
8071
8072 * org-table.el (org-table-eval-formula): Fix bug when a formula
8073 "range" is just one cell.
8074 (org-table-time-string-to-seconds): Don't check whether we
8075 manipulate a string.
8076
8077 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8078
8079 * org-exp.el (org-export-mark-list-end)
8080 (org-export-mark-list-properties): Don't remove the ending regexp
8081 when it consists in blank lines.
8082
8083 * org-list.el (org-list-parse-list): Ditto, but remove it
8084 completely when it isn't made of blank lines (i.e. during export
8085 process).
8086
8087 2011-07-28 Bastien Guerry <bzg@gnu.org>
8088
8089 * org-table.el (org-table-time-string-to-seconds): Match either
8090 HH:MM:SS or HH:MM (instead of MM:SS).
8091
8092 2011-07-28 Bastien Guerry <bzg@gnu.org>
8093
8094 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
8095 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
8096 context.
8097
8098 2011-07-28 Bastien Guerry <bzg@gnu.org>
8099
8100 * org-html.el (org-export-html-with-timestamp)
8101 (org-export-html-html-helper-timestamp): These are obsolete
8102 variables as of Org version 7.7 as you can already export the
8103 timestamp from the preamble or the postamble.
8104 (org-export-html-before-content-div): Delete variable.
8105 (org-export-html-content-div): Obsolete variable as of 7.7.
8106 (org-export-html-divs): New variable to define divs used in
8107 HTML export.
8108 (org-export-as-html): Now the preamble and the postamble are
8109 surrounded by a <div ...>. The name of the div is defined through
8110 `org-export-html-divs'.
8111
8112 2011-07-28 Bastien Guerry <bzg@gnu.org>
8113
8114 * org-table.el (org-table-eval-formula): Throw an error when
8115 trying to replace complex range with invalid references.
8116
8117 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8118
8119 * org-macs.el (org-with-limited-levels): Some functions, like
8120 `org-back-to-heading', being deeply based on outline-mode, still
8121 refer to `outline-regexp' instead of `org-outline-regexp'.
8122
8123 2011-07-28 Bastien Guerry <bzg@gnu.org>
8124
8125 * org.el (org-refile-get-targets): New optional argument
8126 `excluded-entries' to exclude entries from the targets.
8127 (org-refile-get-location): From an org-mode buffer, exclude
8128 current heading and subheadings from the list of targets when
8129 `org-refile-use-cache' is nil.
8130
8131 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8132
8133 * org.el (org-imenu-get-tree): Headlines start at bol.
8134
8135 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8136
8137 * ob-maxima.el: New file. Fixed self-proclaimed file name.
8138
8139 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8140
8141 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
8142 lists.
8143
8144 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8145
8146 * org.el (org-kill-is-subtree-p): Matched string needs to start at
8147 bol.
8148
8149 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8150
8151 * org.el (org-paste-subtree, org-kill-is-subtree-p)
8152 (org-yank-folding-would-swallow-text, org-yank-generic): Use
8153 `org-with-limited-levels' macro.
8154
8155 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8156
8157 * org-macs.el (org-with-limited-levels): Also modify, when
8158 appropriate, `org-outline-regexp-at-bol'.
8159
8160 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8161
8162 * org.el (org-timestamp-change): Some locales don't use the same
8163 length for date abbreviations. Set a marker at origin in case
8164 length of new timestamp is different.
8165
8166 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8167
8168 * org.el (org-imenu-get-tree): Browse only true headlines.
8169
8170 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8171
8172 * org-archive.el (org-archive-subtree): While it might be possible
8173 to archive an headline of a temporary buffer (i.e. not visiting a
8174 file), it wouldn't be really sensible.
8175
8176 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8177
8178 * org-archive.el (org-extract-archive-file)
8179 (org-extract-archive-heading, org-archive-subtree):
8180 `buffer-file-name' is nil in an indirect buffer. Thus, use
8181 `(buffer-file-name (buffer-base-buffer))', which will, in any
8182 case, return the file name.
8183
8184 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8185
8186 * org-capture.el (org-capture): If dired isn't loaded,
8187 `dired-buffers' isn't defined, and %F will fail.
8188
8189 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8190
8191 * ob-java.el (org-babel-execute:java): Don't create empty package
8192 directories.
8193
8194 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8195
8196 * ob-java.el: New file.
8197
8198 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8199
8200 * ob.el (org-babel-execute-src-block): Replace call to defunct
8201 function `org-babel-result-hash'.
8202
8203 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8204
8205 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
8206 lines and headers in `message-mode'.
8207 (org-footnote-at-reference-p): Remove check for cited lines, this
8208 is now handled by the previous function. Refactor.
8209
8210 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8211
8212 * org-capture.el (org-capture): If no file is associated to
8213 current buffer, check dired buffer and try to retrieve a possibly
8214 directory associated.
8215
8216 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8217
8218 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
8219 (not original) file buffer.
8220
8221 * ob.el (org-babel-current-result-hash): More informative name,
8222 and remove useless optional argument.
8223
8224 2011-07-28 Bastien Guerry <bzg@gnu.org>
8225
8226 * org.el (org-refile-get-location): Exclude current heading from
8227 the refile table.
8228
8229 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8230
8231 * org-footnote.el (org-footnote-at-reference-p): Test if match is
8232 in cited text, when replying to a message.
8233 (org-footnote-new): Do not create a new footnote at bol, as it
8234 might be seen as a definition.
8235 (org-footnote-at-definition-p): Ignore definitions in forbidden
8236 blocks, as it is already the case for references.
8237
8238 2011-07-28 Matt Lundin <mdl@imapmail.org>
8239
8240 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
8241 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
8242 have no effect).
8243
8244 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8245
8246 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
8247 into empty strings.
8248
8249 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8250
8251 * org-list.el (org-list-insert-item): Actualize code comments.
8252 (org-insert-item): For consistency, point cannot be moved at a
8253 surprising place when the user is being asked to choose a new
8254 description term to insert in the list. Point should stay where
8255 the user called the command.
8256
8257 2011-07-28 Bastien Guerry <bzg@gnu.org>
8258
8259 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
8260 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
8261
8262 2011-07-28 Bastien Guerry <bzg@gnu.org>
8263
8264 * org.el (org-outline-regexp-bol): New defconst.
8265 (org-outline-level, org-set-font-lock-defaults, org-cycle)
8266 (org-overview, org-content, org-flag-drawer)
8267 (org-first-headline-recenter, org-insert-todo-heading)
8268 (org-map-region, org-move-subtree-down, org-paste-subtree)
8269 (org-kill-is-subtree-p, org-context-p, org-refile)
8270 (org-refile-new-child, org-toggle-comment, org-todo)
8271 (org-add-planning-info, org-add-log-setup, org-scan-tags)
8272 (org-set-tags, org-insert-property-drawer)
8273 (org-prepare-agenda-buffers, org-preview-latex-fragment)
8274 (org-speed-command-default-hook, org-check-for-hidden)
8275 (org-toggle-item, org-toggle-heading)
8276 (org-indent-line-function, org-set-autofill-regexps)
8277 (org-fill-paragraph, org-toggle-fixed-width-section)
8278 (org-yank-generic, org-yank-folding-would-swallow-text)
8279 (org-first-sibling-p, org-goto-sibling)
8280 (org-goto-first-child, org-show-entry): Use
8281 `org-outline-regexp' and `org-outline-regexp-bol'.
8282
8283 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8284
8285 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
8286 be checked for parent, not current headline. Also, this function
8287 doesn't need to be interactive.
8288
8289 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8290
8291 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
8292 (org-apply-on-list, org-toggle-checkbox): Make markers point
8293 nowhere when they have become useless.
8294
8295 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8296
8297 * org-list.el (org-list-insert-item): When insertion point is in
8298 some white line after the end of the list, remove all unnecessary
8299 white lines there before proceeding. Also refactor a snippet of
8300 code.
8301
8302 2011-07-28 Bastien Guerry <bzg@gnu.org>
8303
8304 * org-latex.el (org-export-latex-image-default-option): Change
8305 default value.
8306
8307 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8308
8309 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
8310 correctly fontified when the buffer is missing a final newline.
8311
8312 2011-07-28 Bastien Guerry <bzg@gnu.org>
8313
8314 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
8315 of an error if no argument is given.
8316 (org-babel-parse-src-block-match): Make sure body is defined in
8317 the let construct.
8318
8319 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
8320
8321 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
8322 did not find includes with double quoted file names.
8323
8324 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8325
8326 * org-footnote.el (org-footnote-normalize): Footnote section
8327 should be inserted only if there are footnotes to insert.
8328
8329 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8330
8331 * org-footnote.el (org-footnote-at-definition-p)
8332 (org-footnote-normalize): Do not grab signature in the definition
8333 of the last footnote.
8334
8335 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8336
8337 * org-bibtex.el (org-babel-trim): Declare this function to the
8338 compiler.
8339 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
8340 properties.
8341
8342 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8343
8344 * org-exp.el (org-export-preprocess-string): Add the possibility
8345 to call recursively the function. Also change order of some
8346 function calls. Comment export process for footnotes.
8347
8348 * org-footnote.el (org-footnote-normalize): Change the export
8349 specific parameter to hold properties of export. Thus, the
8350 function can send every footnote definition in the buffer through
8351 `org-export-process-string'.
8352
8353 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8354
8355 * org-latex.el (org-export-latex-preprocess): First insert
8356 footnotes in the temporary buffer so their contents can properly
8357 be protected from further transformations if required.
8358
8359 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8360
8361 * org-list.el (org-list-indent-offset): New variable.
8362 (org-list-struct-fix-ind): Make use of the new variable.
8363
8364 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8365
8366 * org-latex.el (org-export-latex-list-parameters): Complete
8367 default value with cbtrans option.
8368
8369 * org-list.el (org-list-to-latex): Set a more consistent default
8370 value.
8371
8372 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8373
8374 * org-list.el (org-list-swap-items): Move it to a meaningful
8375 position in source code (i.e. before any function using it), and
8376 rename it to an easier name.
8377
8378 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8379
8380 * org-list.el (org-list-separating-blank-lines-number): If there
8381 are blank lines already in the whole list, add a blank line.
8382
8383 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8384
8385 * org-list.el (org-list-use-circular-move): New variable.
8386 (org-previous-item, org-next-item): Make use of the new variable.
8387 (org-move-item-down, org-move-item-up): Make use of the new
8388 variable. Simplify code.
8389
8390 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8391
8392 * org-list.el (org-list-delete-item, org-list-send-item): New
8393 functions.
8394
8395 2011-07-28 Bastien Guerry <bzg@gnu.org>
8396
8397 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
8398 for custom bulk action functions.
8399 (org-agenda-bulk-action): Use it.
8400
8401 2011-07-28 Bastien Guerry <bzg@gnu.org>
8402
8403 * org-latex.el (org-export-latex-quotes): New defcustom.
8404 (org-export-latex-quotation-marks): Use it.
8405
8406 2011-07-28 Bastien Guerry <bzg@gnu.org>
8407
8408 * org-capture.el (org-capture-finalize): Bugfix about inserted
8409 blank line when killing the capture buffer and
8410 `org-blank-before-new-entry' tells to not insert anything before a
8411 heading.
8412
8413 2011-07-28 Bastien Guerry <bzg@gnu.org>
8414
8415 * org-html.el (org-export-html-content-div): Rename from
8416 `org-export-content-div'.
8417 (org-export-as-html): Use new name.
8418
8419 2011-07-28 Bastien Guerry <bzg@gnu.org>
8420
8421 * org-latex.el (org-export-latex-header-defs-re): Delete.
8422
8423 2011-07-28 Bastien Guerry <bzg@gnu.org>
8424
8425 * org.el (org-last-set-property): New variable.
8426 (org-read-property-name): Use the new variable: the prompt
8427 defaults to the last property set, unless there is a property in
8428 the line at point.
8429
8430 2011-07-28 David Maus <dmaus@ictsoc.de>
8431
8432 * org-capture.el (org-capture-before-finalize-hook)
8433 (org-capture-after-finalize-hook, org-capture-mode-map)
8434 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
8435 consistently refer to capture, not remember.
8436
8437 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8438
8439 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
8440 "verbatim" results params.
8441
8442 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8443
8444 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
8445 "scalar".
8446
8447 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
8448 "scalar".
8449
8450 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8451 synonym for "scalar".
8452
8453 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8454 "scalar".
8455
8456 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8457
8458 * ob.el (org-babel-script-escape): Parse odd parens when nested
8459 isnide lists.
8460
8461 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8462
8463 * ob-clojure.el (org-babel-execute:clojure): No longer force
8464 results into elisp if they don't naturally fit.
8465
8466 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8467
8468 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8469 already parsed lisp results.
8470
8471 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8472
8473 * org-list.el (org-plain-list-ordered-item-terminator): Remove
8474 incorrect assumption.
8475
8476 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8477
8478 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8479 exporter specific blocks.
8480
8481 * org-list.el (org-list-forbidden-blocks): Ditto.
8482
8483 2011-07-28 Bastien Guerry <bzg@gnu.org>
8484
8485 * org-latex.el (org-export-latex-tables): Bugfix: remove
8486 properties from fields.
8487
8488 2011-07-28 Bastien Guerry <bzg@gnu.org>
8489
8490 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8491 to use `org-clock-timestamps-change'.
8492
8493 2011-07-28 Bastien Guerry <bzg@gnu.org>
8494
8495 * org.el (org-timestamp-up, org-timestamp-down): Mention time
8496 changes in the docstring.
8497
8498 2011-07-28 Bastien Guerry <bzg@gnu.org>
8499
8500 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8501 to remove empty clock drawer.
8502 (org-clock-out-hook): Add the new function as a hook.
8503
8504 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8505
8506 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8507
8508 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8509
8510 * org.el (org-in-block-p): New function.
8511
8512 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8513 (org-footnote-in-valid-context-p): New function.
8514 (org-footnote-at-reference-p): Use new function. Allow inline
8515 footnotes to start at bol.
8516
8517 2011-07-28 Bastien Guerry <bzg@gnu.org>
8518
8519 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8520 (org-lparse-warn): Use it.
8521
8522 2011-07-28 Bastien Guerry <bzg@gnu.org>
8523
8524 * org-ascii.el (org-export-as-utf8): Fix call to
8525 `org-called-interactively-p': it requires an argument. Also fix
8526 the docstring.
8527
8528 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8529
8530 * ob-lilypond.el (show-all): Declaring function from outline.el.
8531 (org-babel-default-header-args:lilypond): Declared.
8532 (ly-process-basic): Use the appropriate prefix for the temporary
8533 file, and don't call a function from ob-dot.el.
8534 (ly-version): Let-bind a free variable.
8535
8536 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8537
8538 * ob-lilypond.el: New file.
8539
8540 2011-07-28 Bastien Guerry <bzg@gnu.org>
8541
8542 * org-publish.el
8543 (org-publish-cache-file-needs-publishing): Only check against .org
8544 files.
8545
8546 2011-07-28 Bastien Guerry <bzg@gnu.org>
8547
8548 * org.el (org-mode): Use `org-default' as the default face in
8549 org-mode.
8550
8551 2011-07-28 Bastien Guerry <bzg@gnu.org>
8552
8553 * org-publish.el
8554 (org-publish-cache-file-needs-publishing): Takes care of more
8555 recently included files, returning `t' in case the file including
8556 them needs to be republished.
8557
8558 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8559
8560 * org-exp.el (org-export-preprocess-string): If the last subtree
8561 is a task, footnotes may be removed along with the subtree. This
8562 patch ensures footnotes are put at the end of the buffer after the
8563 subtree has been removed.
8564
8565 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8566
8567 * org-footnote.el (org-footnote-at-reference-p): Verify that what
8568 looks like a footnote doesn't belong to a link.
8569 (org-footnote-next-reference-or-definition): Check more strictly
8570 footnote definitions.
8571
8572 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
8573
8574 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8575 language modes.
8576
8577 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8578
8579 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8580 of the eoe string during session evaluation.
8581
8582 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8583
8584 * ob-python.el (org-babel-python-evaluate-session): Enough
8585 newlines to ensure a return when ":results output :session".
8586
8587 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8588
8589 * ob-python.el (org-babel-python-evaluate-session): Introduced a
8590 new local function for sending input with a slight delay to allow
8591 pythong to re-draw the prompt. No longer removing newlines inside
8592 code block bodies (was due to a defective regexp).
8593
8594 2011-07-28 Bastien Guerry <bzg@gnu.org>
8595
8596 * org-table.el (org-table-time-seconds-to-string): Use
8597 `org-format-seconds' instead of `format-seconds'.
8598
8599 2011-07-28 David Maus <dmaus@ictsoc.de>
8600
8601 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8602 relative symlinks.
8603
8604 2011-07-28 David Maus <dmaus@ictsoc.de>
8605
8606 * org-latex.el (org-export-latex-preprocess): Use function
8607 argument instead of dynamically scoped symbol.
8608
8609 2011-07-28 David Maus <dmaus@ictsoc.de>
8610
8611 * org-freemind.el (org-freemind-convert-links-helper)
8612 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8613 (org-freemind-get-node-style): Use org-string-match-p for backward
8614 compatibility with Emacs 22.
8615
8616 2011-07-28 David Maus <dmaus@ictsoc.de>
8617
8618 * org-html.el (org-export-html-protect-char-alist): Add missing
8619 :group keyword in defcustom.
8620
8621 2011-07-28 David Maus <dmaus@ictsoc.de>
8622
8623 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8624 `kill-buffer' with argument indiciating to kill current
8625 buffer. Emacs 22 compatibility.
8626
8627 2011-07-28 David Maus <dmaus@ictsoc.de>
8628
8629 * org-macs.el (org-without-partial-completion): Toggle
8630 partial-completion-mode only if it is turned on.
8631
8632 2011-07-28 Bastien Guerry <bzg@gnu.org>
8633
8634 * org.el (org-add-planning-info): Fix issues with timestamps not
8635 being inserted at the same position.
8636
8637 2011-07-28 Bastien Guerry <bzg@gnu.org>
8638
8639 * org-table.el (org-table-time-string-to-seconds)
8640 (org-table-time-seconds-to-string): New functions.
8641 (org-table-eval-formula): Implement the "T" (time) flag for
8642 computing durations.
8643
8644 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8645
8646 * org.el (org-modules): Add org-lparse and org-odt as contrib
8647 modules.
8648
8649 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8650
8651 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8652 lines.
8653 (org-additional-option-like-keywords): Include data as a synonym
8654 for results.
8655
8656 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8657
8658 * ob.el (org-babel-sha1-hash): Improving code layout and removing
8659 export-variable headers in cache sha1.
8660
8661 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8662
8663 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8664 rescan all IDs when trying to resolve a reference.
8665
8666 2011-07-28 Julien Barnier <julien@nozav.org>
8667
8668 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8669 blocks lang attribute.
8670
8671 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
8672
8673 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8674 option to allow different markup for inactive timestamps.
8675
8676 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8677
8678 * ob-org.el (org-babel-expand-body:org): Implemented this
8679 function, only action is to expand variables.
8680 (org-babel-execute:org): Uses the new body-expansion function.
8681
8682 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8683
8684 * org-list.el (org-list-full-item-re): Allow counter and check-box
8685 to be separated by white spaces.
8686 (org-list-struct-apply-struct): Reflect changes made to
8687 `org-list-full-item-re'.
8688
8689 * org-html.el (org-html-export-list-line): Recognize spaces
8690 between counter and check-boxes as valid.
8691
8692 * org-docbook.el (org-export-docbook-list-line): Ditto.
8693
8694 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8695
8696 * org-list.el (org-list-insert-item): Make sure point is moved to
8697 the specified POS before starting the function.
8698
8699 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8700
8701 * org.el (org-activate-footnote-links): Properly fontify inline
8702 footnotes.
8703 (org-set-font-lock-defaults): Apply changes to previous function.
8704
8705 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8706
8707 * org-footnote.el (org-footnote-at-reference-p): First check if
8708 point is at the beginning of a footnote. Indeed `org-in-regexp'
8709 first checks backwards and might find an incorrect footnote if
8710 they are side-by-side.
8711
8712 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
8713
8714 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8715 (org-agenda-block-separator): Add nil to docstring and customization.
8716 (org-prepare-agenda): Skip agenda block separator additionally if
8717 `org-agenda-block-separator' is nil.
8718 (org-agenda-overriding-header): Improve docstring.
8719
8720 2011-07-28 Bastien Guerry <bzg@gnu.org>
8721
8722 * org.el (org-set-tags): Remove useless
8723 `org-without-partial-completion'.
8724
8725 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8726
8727 * org-footnote.el (org-fill-paragraph): Declare function for the
8728 compiler.
8729
8730 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8731
8732 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8733
8734 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8735
8736 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8737 to appease compiler.
8738
8739 2011-07-28 Michael Markert <markert.michael@googlemail.com>
8740
8741 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8742 all `org-called-interactively-p' function invocations.
8743
8744 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8745 to all `org-called-interactively-p' function invocations.
8746 (org-agenda-show-1): Adding optional argument KIND to all
8747 `org-called-interactively-p' function invocations.
8748 (org-agenda-set-tags): Adding optional argument KIND to all
8749 `org-called-interactively-p' function invocations.
8750
8751 * org-ascii.el (org-export-as-latin1): Adding optional argument
8752 KIND to all `org-called-interactively-p' function invocations.
8753 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8754 all `org-called-interactively-p' function invocations.
8755 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8756 `org-called-interactively-p' function invocations.
8757 (org-export-region-as-ascii): Adding optional argument KIND to all
8758 `org-called-interactively-p' function invocations.
8759
8760 * org-docbook.el (org-export-region-as-docbook): Adding optional
8761 argument KIND to all `org-called-interactively-p' function
8762 invocations.
8763
8764 * org-html.el (org-export-region-as-html): Adding optional
8765 argument KIND to all `org-called-interactively-p' function
8766 invocations.
8767
8768 * org-latex.el (org-export-region-as-latex): Adding optional
8769 argument KIND to all `org-called-interactively-p' function
8770 invocations.
8771
8772 * org-table.el (org-table-blank-field): Adding optional argument
8773 KIND to all `org-called-interactively-p' function invocations.
8774 (org-table-current-column): Adding optional argument KIND to all
8775 `org-called-interactively-p' function invocations.
8776 (org-table-current-dline): Adding optional argument KIND to all
8777 `org-called-interactively-p' function invocations.
8778 (org-table-sort-lines): Adding optional argument KIND to all
8779 `org-called-interactively-p' function invocations.
8780 (org-table-sum): Adding optional argument KIND to all
8781 `org-called-interactively-p' function invocations.
8782 (org-table-rotate-recalc-marks): Adding optional argument KIND to
8783 all `org-called-interactively-p' function invocations.
8784 (org-table-eval-formula): Adding optional argument KIND to all
8785 `org-called-interactively-p' function invocations.
8786 (orgtbl-send-table): Adding optional argument KIND to all
8787 `org-called-interactively-p' function invocations.
8788
8789 * org.el (org-mode): Adding optional argument KIND to all
8790 `org-called-interactively-p' function invocations.
8791 (org-copy-subtree): Adding optional argument KIND to all
8792 `org-called-interactively-p' function invocations.
8793 (org-paste-subtree): Adding optional argument KIND to all
8794 `org-called-interactively-p' function invocations.
8795 (org-store-link): Adding optional argument KIND to all
8796 `org-called-interactively-p' function invocations.
8797 (org-todo): Adding optional argument KIND to all
8798 `org-called-interactively-p' function invocations.
8799 (org-occur): Adding optional argument KIND to all
8800 `org-called-interactively-p' function invocations.
8801
8802 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8803
8804 * org-footnote.el (org-footnote-action): Offer to create
8805 definition when none is found.
8806
8807 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8808
8809 * org-footnote.el (org-footnote-re): Avoid matching inactive
8810 time-stamps or check-box cookies.
8811 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8812
8813 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8814
8815 * org-exp.el (org-export-preprocess-string): If the last subtree
8816 is commented, footnotes inserted during normalizing at the end of
8817 the buffer may get deleted. This patch ensures deletion comes
8818 first, normalization second.
8819
8820 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8821
8822 * org-exp.el (org-export-footnotes-data): Change docstring.
8823 (org-export-footnotes-seen): Rename from
8824 org-export-footnotes-markers.
8825
8826 * org-ascii.el (org-export-as-ascii): Apply change.
8827
8828 * org-docbook.el (org-export-as-docbook): Apply change.
8829
8830 * org-footnote.el (org-footnote-normalize): Apply change.
8831
8832 * org-html.el (org-export-as-html): Apply change.
8833
8834 * org-latex.el (org-export-as-latex): Apply change.
8835
8836 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8837
8838 * org-latex.el (org-export-latex-preprocess): Rely on
8839 `org-export-footnotes-markers' to retrieve definition of the
8840 current footnote during export.
8841
8842 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8843
8844 * org-footnote.el (org-footnote-normalize): Remember footnotes
8845 seen so far by the exporter when choosing the new marker.
8846
8847 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8848
8849 * org-footnote.el (org-footnote-normalize): Make use of
8850 `org-footnote-insert-pos-for-preprocessor'.
8851
8852 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8853
8854 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8855 property to footnote markers when preparing for exportation.
8856
8857 * org-html.el (org-export-as-html): Read new property to decide
8858 when to export a footnote.
8859
8860 * org-docbook.el (org-export-as-docbook): Read new property to
8861 decide when to export a footnote.
8862
8863 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8864 column 0 cannot end a list containing it by adding
8865 `original-indentation' property to it.
8866
8867 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8868
8869 * org-exp.el (org-export-preprocess-string): Normalize footnotes
8870 before marking lists ending.
8871
8872 * org-latex.el (org-export-latex-preprocess): Work with labels as
8873 strings and not as numbers.
8874
8875 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8876
8877 * org-docbook.el (org-export-docbook-footnote-separator): New
8878 variable.
8879 (org-export-as-docbook): Add a separator between footnotes.
8880
8881 * org-html.el (org-export-html-footnote-separator): New variable.
8882 (org-export-as-html): Add a separator between footnotes.
8883
8884 * org-latex.el (org-export-latex-footnote-separator): New
8885 variable.
8886 (org-export-latex-preprocess): Add a separator between footnotes.
8887
8888 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8889
8890 * org-exp.el (org-export-footnotes-markers)
8891 (org-export-footnotes-data): New variables.
8892 (org-export-preprocess-string): Use a more explicit argument.
8893
8894 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8895
8896 * org-footnote.el (org-footnote-goto-definition): Now, determining
8897 if point is at a footnote reference is entirely determined by
8898 `org-footnote-at-reference-p'. No need to check if pattern isn't
8899 at beginning of the line elsewhere.
8900
8901 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8902
8903 * org-footnote.el (org-footnote-next-reference-or-definition): New
8904 function.
8905
8906 * org.el (org-activate-footnote-links): Activate the whole
8907 footnote, but only fontify its label.
8908
8909 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8910
8911 * org-footnote.el (org-footnote-normalize): Make use of changes to
8912 `org-footnote-at-reference-p' and creation of various functions..
8913 Also comment code.
8914 (org-footnote-get-next-reference, org-footnote-delete-references)
8915 (org-footnote-delete-definitions): New functions.
8916 (org-footnote-goto-previous-reference, org-footnote-all-labels)
8917 (org-insert-footnote-reference-near-definition, org-footnote-delete):
8918 Rewrite to use org-footnote-get-next-reference.
8919
8920 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8921
8922 * org-footnote.el (org-footnote-re): Don't end an inline footnote
8923 at unrelated closing square brackets.
8924 (org-footnote-at-reference-p): Improve accuracy of the function to
8925 determine if point is at a reference and to extract definition of an
8926 inline footnote.
8927 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8928 (org-footnote-auto-adjust-maybe): Make use of previous function.
8929
8930 2011-07-28 Bastien Guerry <bzg@gnu.org>
8931
8932 * org.el (org-deadline, org-schedule):
8933 keep warning cookie when rescheduling/redeadlining.
8934 (org-time-stamp): Fix problem with warning cookie.
8935
8936 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8937
8938 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8939 clojure source into elisp source.
8940
8941 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8942
8943 * ob.el (org-babel-script-escape): Treats {} in the same manner as
8944 [] and allows for forcing string conversion.
8945
8946 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8947
8948 * org-exp.el (org-export-select-backend-specific-text): Strip
8949 protective commas from literal code blocks.
8950
8951 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8952
8953 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8954
8955 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8956
8957 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8958 own function.
8959 (org-babel-ref-headline-body): Split out into its own function.
8960 (org-babel-ref-resolve): Using new functions, and alignment.
8961
8962 * ob.el (org-babel-ref-goto-headline-id): Declare function.
8963 (org-babel-ref-headline-body): Declare function.
8964 (org-babel-expand-noweb-references): Now expands noweb references to
8965 headlines during expansion.
8966
8967 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8968
8969 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8970 headlines by either global or custom id, in which case the
8971 contents of the headline are returned literally.
8972
8973 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8974
8975 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8976 verbatim emphasis.
8977 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8978 lines.
8979
8980 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8981
8982 * org-list.el (org-cycle-item-indentation): Cycling back to
8983 original position deleted any additional information in the item,
8984 like a counter or a tag.
8985
8986 2011-07-28 Pieter Praet <pieter@praet.org>
8987
8988 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
8989 (org-decrypt-entry): Before decrypting, check whether
8990 `auto-save-mode' is enabled for the current buffer, and act on it
8991 according to how `org-crypt-disable-auto-save' is set. Remove
8992 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
8993 check for `auto-save-default'.
8994
8995 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8996
8997 * ob.el (org-babel-merge-params): Ensure variable parameters are
8998 not reversed.
8999
9000 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9001
9002 * ob.el (org-babel-insert-result): Fix results insertion for
9003 inline blocks which happen to start a line.
9004
9005 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9006
9007 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
9008 if a call line is commented.
9009
9010 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
9011
9012 * org.el (org-read-property-name): Propose default property name.
9013
9014 2011-07-28 Achim Gratz <stromeko@nexgo.de>
9015
9016 * org.el (org-log-into-drawer): Correct typo.
9017
9018 * org-clock.el (org-clock-into-drawer): New function to change the
9019 location of clock events based on properties CLOCK_INTO_DRAWER or,
9020 as fallback, LOG_INTO_DRAWER, like it is already possible for
9021 state change logs.
9022
9023 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
9024 let clause to bind `org-clock-into-drawer' to result of function
9025 eval.
9026
9027 * org-clock.el (org-clock-find-position): Add statement to let
9028 clause to bind `org-clock-into-drawer' to result of function eval,
9029 change let to let* since the binding is used later in the same
9030 clause.
9031
9032 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9033
9034 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
9035 we can use flet.
9036
9037 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9038
9039 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
9040 non-inline call lines.
9041
9042 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9043
9044 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
9045 call_ blocks which aren't whitespace padded.
9046
9047 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9048
9049 * ob.el (org-babel-merge-params): Do not reverse variable order,
9050 and be sure to increment variable index as appropriate.
9051
9052 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9053
9054 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
9055 successfully match optional trailing header arguments in square
9056 brackets.
9057 (org-babel-lob-get-info): Updated to match the new regexp.
9058
9059 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9060
9061 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
9062 then allow them to be so.
9063
9064 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9065
9066 * ob.el (org-babel-merge-params): If variables are not named they
9067 are assigned in order.
9068
9069 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9070
9071 * ob.el: Remove code comment about online documentation.
9072
9073 * ob-exp.el: Remove code comment about online documentation.
9074
9075 * ob-lob.el: Remove code comment about online documentation.
9076
9077 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9078
9079 * org-exp.el (org-export-format-source-code-or-example): Fix
9080 signature of org-<backend>-format-source-code-or-example function.
9081
9082 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9083
9084 * ob.el (org-babel-sha1-hash): Replace call to
9085 called-interactively-p with backwards-compatible interactive-p.
9086
9087 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9088
9089 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
9090 replacement of inline call blocks with their results.
9091
9092 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9093
9094 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
9095 trailing space ensures that the insertion of the results looks
9096 nice.
9097
9098 * ob.el (org-babel-insert-result): Insert inline lob line results
9099 as inline results.
9100
9101 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9102
9103 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
9104 appropriately given the style (block or inline) of the lob line.
9105
9106 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
9107 specific for block lob lines.
9108 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
9109 inline lob lines.
9110 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
9111 (org-babel-lob-get-info): Return info from *either* the block or
9112 inline lob lines.
9113
9114 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9115
9116 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
9117 structure of the resulting info list.
9118
9119 * ob-lob.el (org-babel-default-lob-header-args): Export the
9120 results of call lines by default.
9121
9122 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
9123
9124 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
9125 property based on the ID property of the org entry to the first
9126 character of the diary entry.
9127
9128 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9129
9130 * org-footnote.el
9131 (org-footnote-insert-pos-for-preprocessor): New variable.
9132 (org-footnote-normalize): Use it.
9133
9134 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9135
9136 * org-exp.el (org-export-format-source-code-or-example):
9137 Simplify. Also add `org-native-text' as a text property to the
9138 formatted text and throw error for unknown backends.
9139
9140 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9141
9142 * org-exp.el (org-export-format-source-code-or-example): Add
9143 support for: - custom formatters for existing backends - seamless
9144 plugging in of new backends.
9145
9146 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9147
9148 * org-exp.el (org-export-backends): New variable.
9149 (org-export-select-backend-specific-text): Use above
9150 variable. Also mark text between #+BACKEND and
9151 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
9152 This text property is currently used only by the new line-oriented
9153 generic exporter (which is not yet part of the repo).
9154
9155 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9156
9157 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
9158 OpenDocumentText export and bind them to `org-export-as-odt' and
9159 `org-export-as-odt-and-open'.
9160
9161 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9162
9163 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
9164 mode.
9165
9166 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9167
9168 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
9169 lists before reading into emacs-lisp.
9170
9171 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9172
9173 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
9174
9175 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
9176
9177 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
9178
9179 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
9180
9181 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
9182
9183 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
9184
9185 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
9186
9187 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
9188
9189 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
9190
9191 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
9192
9193 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
9194
9195 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
9196
9197 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9198
9199 * ob-awk.el: New file.
9200
9201 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9202
9203 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
9204 ":results verbatim".
9205
9206 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9207
9208 * org-agenda.el (org-float): Aliases for `diary-float'.
9209
9210 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9211
9212 * ob-python.el (org-babel-python-evaluate-session): Send
9213 comint-send-input after every line when interacting with an
9214 interactive python process.
9215
9216 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9217
9218 * org-list.el (org-reset-checkbox-state-subtree): Make the command
9219 more robust, and correctly update check-boxes in the whole
9220 sub-tree.
9221 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
9222 when walking a subtree.
9223 (org-update-checkbox-count-maybe): Add an optional argument passed to
9224 org-update-checkbox-count.
9225
9226 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
9227
9228 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
9229
9230 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9231
9232 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
9233 ":results scalar" header argument combination.
9234
9235 2011-07-28 Dan Davison <dandavison7@gmail.com>
9236
9237 * org-src.el: Append a space character to copied text so that the
9238 final text property change is picked up correctly.
9239
9240 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9241
9242 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
9243 to org-babel-tangle.
9244 (org-babel-tangle): Now when called with a prefix argument, only the
9245 current code block is tangled.
9246
9247 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9248
9249 * org-list.el (org-list-parse-list): Replace transitional
9250 check-boxes with "[CBTRANS]" string during parsing.
9251 (org-list-to-generic): Use the new property `:cbtrans' to configure
9252 export string for transitional check-boxes.
9253
9254 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9255
9256 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
9257 Use stable internal `org-anniversary' instead of
9258 diary-anniversary.
9259 (org-class): New function.
9260 (org-diary-class): Use `org-class'.
9261 (org-anniversary, org-cyclic, org-date, org-block): New functions.
9262
9263 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9264
9265 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
9266 of header argument names.
9267
9268 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9269
9270 * ob.el (org-babel-expand-noweb-references): Concatenating all
9271 bodies with the appropriate name or :noweb-ref header argument.
9272
9273 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9274
9275 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
9276 work also when #+begin line is indentex.
9277
9278 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9279
9280 * ob.el (org-babel-src-block-regexp): Babel: code block may have
9281 empty bodies.
9282
9283 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9284
9285 * org-macs.el (org-without-partial-completion): Avoid calling by
9286 name a function unknown to the compiler but explicitly checked by
9287 program logic.
9288
9289 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9290
9291 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
9292 function.
9293 (org-agenda-later): Declaring previously unknown function.
9294 (org-agenda-mode-map): Declaring previously unknown variable.
9295
9296 * org.el (org-read-date-analyze): Explicitly ignore the return
9297 value of a function.
9298
9299 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9300
9301 * org-agenda.el (org-agenda-mode): Globally replace
9302 buffer-substring-filters with filter-buffer-substring-functions.
9303
9304 * org-indent.el (org-indent-mode): Globally replace
9305 buffer-substring-filters with filter-buffer-substring-functions.
9306
9307 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9308
9309 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
9310 #'(λ...).
9311
9312 * org-attach.el: Replacing '(λ...) with #'(λ...).
9313 (org-attach-commit): Replacing '(λ...) with #'(λ...).
9314
9315 * org-exp.el: Replacing '(λ...) with #'(λ...).
9316 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
9317
9318 * org-html.el: Replacing '(λ...) with #'(λ...).
9319 (org-export-as-html): Replacing '(λ...) with #'(λ...).
9320
9321 * org-mouse.el: Replacing '(λ...) with #'(λ...).
9322 (org-mouse-popup-global-menu): Replacing '(λ...) with
9323 (org-mode-hook): Replacing '(λ...) with #'(λ...).
9324 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
9325
9326 * org-src.el: Replacing '(λ...) with #'(λ...).
9327 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
9328
9329 * org-table.el: Replacing '(λ...) with #'(λ...).
9330 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
9331
9332 * org.el: Replacing '(λ...) with #'(λ...).
9333 (org-confirm-shell-link-function): Replacing '(λ...) with
9334 (org-category): Replacing '(λ...) with #'(λ...).
9335
9336 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9337
9338 * org.el (mailcap-parse-mailcaps): Declaring functions used by
9339 `org-open-file'.
9340 (mailcap-extension-to-mime): Declaring functions used by
9341 `org-open-file'.
9342 (mailcap-mime-info): Declaring functions used by `org-open-file'.
9343
9344 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9345
9346 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
9347 function `interactive-p'.
9348 (org-agenda-show-1): Replacing call to now-defunct function
9349 `interactive-p'.
9350 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
9351
9352 * org-ascii.el: Replacing call to now-defunct function
9353 `interactive-p'.
9354 (org-export-as-latin1): Replacing call to now-defunct function
9355 `interactive-p'.
9356 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
9357 function `interactive-p'.
9358 (org-export-as-utf8): Replacing call to now-defunct function
9359 `interactive-p'.
9360 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
9361 `interactive-p'.
9362 (org-export-region-as-ascii): Replacing call to now-defunct
9363 function `interactive-p'.Replacing call to now-defunct function
9364 `interactive-p'.
9365
9366 * org-docbook.el: Replacing call to now-defunct function
9367 `interactive-p'.
9368 (org-export-region-as-docbook): Replacing call to now-defunct
9369 function `interactive-p'.Replacing call to now-defunct function
9370 `interactive-p'.
9371
9372 * org-html.el: Replacing call to now-defunct function
9373 `interactive-p'.
9374 (org-export-region-as-html): Replacing call to now-defunct
9375 function `interactive-p'.Replacing call to now-defunct function
9376 `interactive-p'.
9377
9378 * org-latex.el: Replacing call to now-defunct function
9379 `interactive-p'.
9380 (org-export-region-as-latex): Replacing call to now-defunct
9381 function `interactive-p'.Replacing call to now-defunct function
9382 `interactive-p'.
9383
9384 * org-macs.el: Replacing call to now-defunct function
9385 `interactive-p'.
9386 (org-called-interactively-p): Replacing call to now-defunct
9387 function `interactive-p'.Replacing call to now-defunct function
9388 `interactive-p'.
9389
9390 * org-table.el: Replacing call to now-defunct function
9391 `interactive-p'.
9392 (org-table-blank-field): Replacing call to now-defunct function
9393 `interactive-p'.
9394 (org-table-current-column): Replacing call to now-defunct function
9395 `interactive-p'.Replacing call to now-defunct function
9396 `interactive-p'.
9397 (org-table-current-dline): Replacing call to now-defunct function
9398 `interactive-p'.Replacing call to now-defunct function
9399 `interactive-p'.
9400 (org-table-sort-lines): Replacing call to now-defunct function
9401 `interactive-p'.
9402 (org-table-sum): Replacing call to now-defunct function
9403 `interactive-p'.
9404 (org-table-rotate-recalc-marks): Replacing call to now-defunct
9405 function `interactive-p'.
9406 (org-table-eval-formula): Replacing call to now-defunct function
9407 `interactive-p'.
9408 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
9409
9410 * org.el: Replacing call to now-defunct function `interactive-p'.
9411 (org-mode): Replacing call to now-defunct function
9412 `interactive-p'.
9413 (org-copy-subtree): Replacing call to now-defunct function
9414 `interactive-p'.
9415 (org-paste-subtree): Replacing call to now-defunct function
9416 `interactive-p'.
9417 (org-store-link): Replacing call to now-defunct function
9418 `interactive-p'.
9419 (org-todo): Replacing call to now-defunct function `interactive-p'.
9420 (org-occur): Replacing call to now-defunct function `interactive-p'.
9421
9422 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9423
9424 * ob-R.el (ess-local-process-name): This variable wasn't known to
9425 be defined.
9426
9427 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
9428 group specified.
9429
9430 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
9431 known to be defined.
9432 (org-babel-tangle-combine-named-blocks): Roll my own version of a
9433 forbidden common lisp function.
9434
9435 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
9436 called-interactively.
9437
9438 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9439
9440 * org-latex.el (org-export-latex-tables): Check for the
9441 "multiline" option and set the `floatp' option to true when
9442 multicolumn tables are requested.
9443
9444 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9445
9446 * org-html.el (org-export-as-html, org-html-level-start): Only
9447 convert section number underscores to dashes.
9448
9449 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9450
9451 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9452 `days-to-time, converting relative to 1 BC, while the code assumed
9453 it would return a time relative to 1970.
9454
9455 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9456
9457 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9458 inserting newlines between appended code blocks.
9459
9460 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9461
9462 * ob-exp.el: We may no longer need to export names along with code
9463 blocks.
9464
9465 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9466
9467 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9468 balanced nested begin/end blocks in block bodies.
9469
9470 2011-07-28 Dan Davison <dandavison7@gmail.com>
9471
9472 * org-latex.el: Add -shell-escape to pdflatex commands.
9473
9474 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9475
9476 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9477 combination can now take a number of values.
9478 (org-babel-tangle-combine-named-blocks): More sophisticated block
9479 combination behavior.
9480
9481 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9482
9483 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9484 to turn on the combination of code blocks of the same name.
9485 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9486 name.
9487
9488 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9489
9490 * ob-ruby.el (xmp): Declaring this function to appease the
9491 compiler.
9492 (org-babel-execute:ruby): "xmp" result option for outputting
9493 annotated source code.
9494
9495 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
9496
9497 * org-list.el (org-list-to-latex): The enumerate environment in
9498 latex increments the counter before using it. Therefore, org-mode
9499 should set the enumeration counter to the desired value minus one.
9500
9501 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
9502
9503 * org.el (org-toggle-heading): More comments and fix number of
9504 stars when toggling from list items.
9505
9506 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9507
9508 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9509 effort that is accepted by `org-duration-string-to-minutes´.
9510
9511 2011-07-28 Julien Barnier <julien@nozav.org>
9512
9513 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9514 wait until previous line execution is finished.
9515
9516 * ob-comint.el (org-babel-comint-with-output): When looking for
9517 end-of-evaluation indicator, search forward for the indicator
9518 before searching forward for the prompt.
9519
9520 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9521
9522 * org-entities.el (org-entities): Fix HTML entity for degree.
9523
9524 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9525
9526 * org.el (org-auto-align-tags): Change docstring.
9527 (org-update-parent-todo-statistics): Keep tags aligned even when
9528 statistics cookies are shifting them.
9529
9530 * org-list.el (org-update-checkbox-count): Keep tags aligned even
9531 when statistics cookies are shifting them.
9532
9533 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9534
9535 * ob.el (org-babel-sha1-hash): Don't modify info argument by
9536 side-effect when sorting result-params list.
9537
9538 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9539
9540 * ob.el (org-babel-result-regexp): Use non-shy group around
9541 `org-babel-data-names'.
9542
9543 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9544
9545 * org.el (org-insert-link): Set truncate-line in the *Org Link*
9546 buffer and make sure that it really is set there.
9547
9548 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9549
9550 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9551 changing how/if the current directory is represented to lisp code.
9552 (org-babel-execute:lisp): More general handling of the default
9553 directory value.
9554
9555 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9556
9557 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9558 *default-pathname-defaults* to either the value of the :dir header
9559 argument or the directory of the containing Org-mode file.
9560
9561 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9562
9563 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9564 just aesthetic.
9565
9566 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
9567
9568 * org.el (org-mode-flyspell-verify): This is useful when using
9569 flyspell with a non-English dictionary, or if some of your
9570 keywords are in another language.
9571
9572 2011-07-28 David Maus <dmaus@ictsoc.de>
9573
9574 * org-exp.el (org-export): Use new compatibility function
9575 `org-activate-mark'.
9576
9577 * org-compat.el (org-activate-mark): New function. Provide
9578 `activate-mark' if not present (e.g. Emacs 22).
9579
9580 2011-07-28 David Maus <dmaus@ictsoc.de>
9581
9582 * org-table.el (org-table-follow-field-mode): Declare variable to
9583 keep byte compiler happy.
9584
9585 2011-07-28 David Maus <dmaus@ictsoc.de>
9586
9587 * org-footnote.el (org-id-uuid): Declare function, silence byte
9588 compiler.
9589
9590 2011-07-28 David Maus <dmaus@ictsoc.de>
9591
9592 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9593 run-time, compare downcased strings.
9594
9595 2011-07-28 David Maus <dmaus@ictsoc.de>
9596
9597 * org-bibtex.el (org-id-locations): Declare variable to silence
9598 byte compiler.
9599
9600 2011-07-28 David Maus <dmaus@ictsoc.de>
9601
9602 * org-id.el (org-id-locations): Fix docstring, remove reference to
9603 non-existent option.
9604
9605 2011-07-28 David Maus <dmaus@ictsoc.de>
9606
9607 * org.el (org-self-insert-command): Use `delete-char' instead of
9608 `delete-backward-char'.
9609
9610 * org-table.el (orgtbl-self-insert-command): Ditto.
9611
9612 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9613
9614 * org-latex.el (org-export-latex-special-chars): Save match data
9615 when checking for table.el table.
9616
9617 2011-07-28 David Maus <dmaus@ictsoc.de>
9618
9619 * org.el (org-re-property): Move before its first use.
9620
9621 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9622
9623 * org-latex.el (org-export-latex-preprocess): Add
9624 `original-indentation' property to footnotes so they cannot
9625 possibly end a list by being less indented than the item they
9626 belong to.
9627
9628 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9629
9630 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9631 in `progn'.
9632 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9633 to swank.
9634
9635 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9636
9637 * org-clock.el (org-clocktable-write-default): Implement adding
9638 property columns to the clock table.
9639
9640 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9641
9642 * org.el (org-toggle-item): Move parenthesis to correct location.
9643
9644 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9645
9646 * org.el (org-default-priority):
9647 (org-priority-start-cycle-with-default): Improve docstring.
9648 (org-priority): Throw error when priority is out of range.
9649
9650 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9651
9652 * org.el (org-self-insert-command): Catch the case of
9653 `buffer-undo-list' eq t.
9654
9655 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9656
9657 * org.el (org-toggle-heading): Region should be considered as made
9658 of full lines, without the last one if region-end is at bol.
9659 Removed unused variables. Refactored and commented code.
9660
9661 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9662
9663 * org.el (org-toggle-item): When region includes an headline less
9664 indented than first one, set it as the new reference.
9665
9666 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9667
9668 * org-list.el (org-list-to-subtree): If the list is before first
9669 heading and `org-odd-levels-only' is non-nil, the first item gets
9670 two stars instead of one.
9671
9672 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9673 `org-odd-levels-only' non-nil.
9674
9675 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9676
9677 * org.el (org-toggle-item): Converting an heading to an item would
9678 sometimes insert unnecessary spaces before it, and unwanted space
9679 with `org-indent-mode' on. Changing some text into an item
9680 wouldn't always preserve indentation.
9681
9682 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9683
9684 * org-capture.el (org-capture-current-plist): Improve docstring.
9685 (org-capture-put): Add docstring.
9686 (org-capture-get): Add docstring.
9687 (org-capture-member): Add LOCAL argument. Add docstring.
9688 (org-capture-set-target-location): Store the time received from a
9689 date prompt into the :prompt-time property.
9690
9691 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9692
9693 * org-exp.el (org-export-mark-list-properties): Even if context is
9694 invalid, mark list item with `list-context' property.
9695
9696 * org-list.el (org-list-forbidden-blocks): Add exporters specific
9697 blocks to the list of forbidden blocks.
9698
9699 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9700
9701 * org-list.el (org-sort-list): Function tries to intern
9702 getkey-func before it is defined, so it's always nil.
9703
9704 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9705
9706 * org.el (org-babel-load-languages): Adding ob-awk to the list of
9707 executable languages.
9708
9709 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9710
9711 * org-table.el (org-table-get-field): Make sure the new field
9712 content is at least one space character.
9713
9714 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9715
9716 * org-crypt.el: Check for `daemonp' before using it.
9717
9718 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9719
9720 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9721 :stdin header argument.
9722 (org-babel-execute:sh): Use the :stdin header argument.
9723 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9724 new sub-function.
9725 (org-babel-sh-var-to-string): New function for converting elisp
9726 values to strings that make sense for parsing with sh.
9727 (org-babel-sh-evaluate): Adding "stdin" option to session and
9728 external evaluation options.
9729
9730 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
9731
9732 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9733 function.
9734 (org-export-format-source-code-or-example): Call
9735 `org-remove-formatting-on-newlines-in-region'.
9736
9737 2011-07-28 David Maus <dmaus@ictsoc.de>
9738
9739 * org.el (org-entry-put): Prevent adding of extra space to value
9740 if property already exists.
9741
9742 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9743
9744 * org-html.el (org-export-as-html): Don't expand non-data lines of
9745 table.el tables.
9746 (org-html-expand): Removed the (buggy) test for non-data lines
9747 in table.el tables. The test is now done as part of
9748 org-export-as-html.
9749 (org-format-table-table-html-using-table-generate-source):
9750 Added test for spanning of cells in table.el tables using
9751 table.el's own library routine. Optionally suppress export of
9752 simple table.el tables.
9753 (org-format-table-html): Removed the (buggy) test for spanned
9754 table.el tables. The test is now done as part of
9755 org-format-table-table-html-using-table-generate-source.
9756
9757 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9758
9759 * org-latex.el (org-export-latex-special-chars): Do nothing in
9760 table.el tables.
9761
9762 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9763
9764 * org-capture.el (org-capture): Ignore errors when creating a
9765 link.
9766
9767 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
9768
9769 * org-exp.el (org-export-define-heading-targets): Use dash instead
9770 of underscore to make labels valid.
9771
9772 2011-07-28 Dan Davison <dandavison7@gmail.com>
9773
9774 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9775 is written to the results file before Emacs notices that the file
9776 exists.
9777
9778 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9779
9780 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9781 defined locally on my system, but not globally in Emacs.
9782
9783 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9784
9785 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9786 generate code block output.
9787 (org-babel-exp-code): Re-create the code block body for exporting
9788 source code.
9789
9790 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9791
9792 * org.el (org-read-date): Bury Calendar buffer after using it for
9793 selecting a date.
9794
9795 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9796
9797 * org-list.el (org-list-separating-blank-lines-number): Fix
9798 confusion between point and item beginning. Now, if no
9799 information is available, truly follow user preference when it
9800 inserts blank lines manually.
9801 (org-list-insert-item): Send correct argument to the preceding
9802 function.
9803
9804 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9805
9806 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9807 newline inside of the code block body.
9808
9809 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
9810
9811 * ob.el: Avoid spurious matches to literal.
9812
9813 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9814
9815 * org.el (org-indent-line-function): Don't include #+include
9816 lines.
9817
9818 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9819
9820 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9821 org-babel-check-src-block.
9822
9823 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9824 (org-babel-edit-distance): Returns the edit distance of two
9825 strings.
9826 (org-babel-check-src-block): Check a code block for errors.
9827
9828 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9829
9830 * org-capture.el (org-capture-templates): Fix bug in customization
9831 setup.
9832
9833 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9834
9835 * org-table.el
9836 (org-table-exit-follow-field-mode-when-leaving-table): New option.
9837 (org-table-check-inside-data-field): New optional argument
9838 `noerror'. When set, the function will only return nil instead of
9839 throwing an error.
9840 (org-table-edit-field): Interpret double prefix argument, and improve
9841 the properties of the editing window.
9842 (org-table-follow-field-mode): New minor mode.
9843 (org-table-follow-fields-with-editor): New function.
9844
9845 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9846
9847 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9848 first, then check if timestamps cause exclusion.
9849
9850 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9851 if timestamps cause exclusion.
9852
9853 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9854
9855 * org-list.el (org-list-full-item-re): Allow description term to
9856 have a newline character after the colons.
9857
9858 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9859
9860 * org-list.el (org-sort-list): No longer ignore with-case
9861 argument: the function sorted case-sensitively, regardless of
9862 argument.
9863
9864 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9865
9866 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9867
9868 * ob.el (org-babel-data-names): Configurable list of names of
9869 data.
9870 (org-babel-result-regexp): Using new results regexp.
9871
9872 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9873
9874 * org.el (org-special-properties): Add CLOCKSUM to the special
9875 properties.
9876
9877 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9878
9879 * ob-exp.el (org-babel-exp-in-export-file): Bind
9880 `org-link-search-inhibit-query' to t to inhibit prompts.
9881
9882 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9883
9884 * org-exp.el (org-export-add-options-to-plist): Use the right
9885 match group.
9886
9887 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9888
9889 * org-latex.el (org-export-latex-preprocess): Protect index string.
9890
9891 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9892
9893 * org-latex.el (org-export-latex-preprocess): Pipe index entries
9894 through `org-export-latex-fontify-headline'.
9895
9896 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9897
9898 * org-exp.el (org-export-add-options-to-plist): Fix the option
9899 parser.
9900
9901 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9902
9903 * org-latex.el (org-export-latex-preprocess): Replace index
9904 entries.
9905
9906 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9907
9908 * org.el (org-structure-template-alist): Add an easy template for
9909 index (i), and move include file to I from i.
9910
9911 2011-07-28 Matt Lundin <mdl@imapmail.org>
9912
9913 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9914 line to `org-offer-links-in-entry'.
9915
9916 2011-07-28 Matt Lundin <mdl@imapmail.org>
9917
9918 * org-bibtex.el (org-bibtex-search): New function.
9919 (org-bibtex-export-to-kill-ring): New function. Export to kill
9920 ring.
9921 (org-bibtex-create-in-current-entry): New function
9922 (org-bibtex-create): Make it easier to add bib fields to an
9923 existing headline.
9924 (org-bibtex-export-arbitrary-fields)
9925 (org-bibtex-treat-headline-as-title): Fix typos
9926 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9927 from type completion.
9928
9929 2011-07-28 Matt Lundin <mdl@imapmail.org>
9930
9931 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9932 defcustom.
9933 (org-bibtex-headline): Only use headline text (not TODO or other
9934 metadata) to generate title field and auto key.
9935 (org-bibtex-fleshout): Allow user to choose whether to treat
9936 headline as title.
9937
9938 2011-07-28 Tom Dye <tsd@tsdye.com>
9939
9940 * org-bibtex.el: Added crossref field to other fields.
9941
9942 2011-07-28 Tom Dye <tsd@tsdye.com>
9943
9944 * org-bibtex.el: Add crossref option to incollection.
9945
9946 2011-07-28 Matt Lundin <mdl@imapmail.org>
9947
9948 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9949 as field.
9950
9951 2011-07-28 Matt Lundin <mdl@imapmail.org>
9952
9953 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9954 warn if a duplicate ID is generated.
9955
9956 2011-07-28 Matt Lundin <mdl@imapmail.org>
9957
9958 * org-bibtex.el (org-bibtex-tags): New variable.
9959 (org-bibtex-tags-are-keywords): New variable.
9960 (org-bibtex-no-export-tags): New variable.
9961 (org-bibtex-headline): Export tags as comma-separated bibtex
9962 keywords.
9963 (org-bibtex-read): Import bibtex keywords field as tags.
9964
9965 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9966
9967 * org-publish.el (org-publish-find-date): Optimization.
9968
9969 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
9970
9971 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9972 when following link.
9973
9974 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9975
9976 * org-publish.el (org-publish-project-alist): Document new
9977 :sitemap-sans-extension property.
9978 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9979 setting.
9980
9981 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9982
9983 * org.el (org-remove-uninherited-tags): Renamed from
9984 `org-remove-iniherited-tags'.
9985 (org-scan-tags): Fix typo in function call.
9986 (org-get-tags-at): Fix typo in function call.
9987
9988 2011-07-28 Matt Lundin <mdl@imapmail.org>
9989
9990 * org.el (org-get-tags-at): Don't include filetags if local is t.
9991
9992 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9993
9994 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
9995 dispatch functions, wrap body in `(do )'.
9996
9997 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9998
9999 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
10000 resulted in the creation of multiple overlays in src blocks.
10001
10002 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10003
10004 * ob-clojure.el (org-babel-execute:clojure): If results are not
10005 readable by lisp, then return them as a string.
10006
10007 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10008
10009 * org-bibtex.el (org-bibtex): Now prompts for a file name.
10010
10011 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10012
10013 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
10014 will result in prompting for optional fields.
10015
10016 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10017
10018 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
10019 which was causing compile problems.
10020 (org-bibtex-fleshout): Renamed flet function `get' which was causing
10021 compile problems.
10022 (org-bibtex-write): Renamed flet function `get' which was causing
10023 compile problems.
10024
10025 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10026
10027 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
10028 never starts with a number.
10029
10030 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10031
10032 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
10033 (org-bibtex-key-property): New option.
10034 (org-bibtex-put): Make use of new `org-bibtex-key-property'
10035 variable.
10036 (org-bibtex-headline): Make use of new
10037 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
10038 variables.
10039 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
10040 variable.
10041 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
10042 variable.
10043 (org-bibtex-write): Make use of new `org-bibtex-key-property'
10044 variable.
10045
10046 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10047
10048 * org-bibtex.el: Updating Copyright dates, author information,
10049 commentary and history notes.
10050 (org-bibtex-types): List of bibtex types with descriptions and
10051 required and optional fields.
10052 (org-bibtex-fields): List of bibtex fields with descriptions.
10053 (*org-bibtex-entries*): Special variable to hold parsed bibtex
10054 entries.
10055 (org-bibtex-autogen-keys): Custom variable controlling whether
10056 bibtex keys are automatically generated
10057 (org-bibtex-prefix): Custom variable allowing use of optional prefix
10058 for bibtex properties in Org-mode headlines.
10059 (org-bibtex-get): Helper function for accessing bibtex elements of a
10060 property list.
10061 (org-bibtex-put): Helper function for inserting bibtex element into
10062 a property list.
10063 (org-bibtex-headline): Return a bibtex entry of the given headline
10064 as a string.
10065 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
10066 field.
10067 (org-bibtex-autokey): Generate a bibtex key for the current
10068 headline.
10069 (org-bibtex-fleshout): Fill in missing bibtex properties of the
10070 current headline.
10071 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
10072 (org-bibtex-check): Check that all bibtex properties are present in
10073 the current headline.
10074 (org-bibtex-check-all): Check all headlines in the current buffer.
10075 (org-bibtex-create): Create a new bibtex headline at the current
10076 level.
10077 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
10078 (org-bibtex-write): Write the most recently read bibtex entry into
10079 an Org-mode file.
10080
10081 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10082
10083 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
10084 set properties.
10085 (org-agenda-show-clocking-issues): Handle faces.
10086
10087 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10088
10089 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
10090 content by default with "-Dfile.encoding=UTF-8".
10091
10092 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10093
10094 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
10095 argument.
10096
10097 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10098
10099 * org-exp.el (org-export-preprocess-string): Mark list end before
10100 expanding macros. Thus, a macro inside a list and containing
10101 blank lines cannot break the list structure.
10102 (org-export-preprocess-apply-macros): Multi-lines macros get
10103 indented with the same indentation as the first line. Thus, we
10104 are sure that every line belongs to the same list as the first
10105 line, if such list exists. Also add comments in code.
10106
10107 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10108
10109 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
10110 (org-agenda-list): Handle display change to clock check.
10111 (org-agenda-get-progress): Show only clock entries if we are doing
10112 the consistency check.
10113 (org-agenda-show-clocking-issues): New function.
10114 (org-agenda-check-clock-gap): New function.
10115 (org-agenda-view-mode-dispatch): Offer consistency check.
10116 (org-agenda-log-mode): Handle switch to clock only display.
10117 (org-agenda-set-mode-name): Show lighter for Clockcheck.
10118
10119 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
10120 and return it unchanged.
10121
10122 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10123
10124 * org-list.el (org-list-struct): When walking down the list, the
10125 function would not pay attention to drawers or blocks indentation.
10126 Thus, such constructs couldn't consistently end an item or a list.
10127 This patch ensures line indentation is stored (if applicable)
10128 before skipping them. Also fixed doc-string and comments.
10129
10130 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10131
10132 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
10133 tree properties.
10134
10135 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10136
10137 * org-exp.el (org-export): Define a bound for finding enclosing
10138 tree with class/title definition.
10139
10140 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10141
10142 * org-exp.el (org-export): Go to next heading before searching
10143 backward, so make this also work if we are on the headline of the
10144 entry with the property.
10145
10146 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10147
10148 * org.el (org-promote):
10149 (org-demote): Soften the previous change, by only removing the
10150 flyspell function from after-change functions, because that was
10151 the one causing the slowdown - at least much of it.
10152
10153 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10154
10155 * org.el (org-promote, org-demote): Turn off
10156 after-change-functions to speed up the reindentation of text.
10157
10158 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10159
10160 * ob-ocaml.el (org-babel-ocaml-read-list): Use
10161 `org-babel-script-escape'.
10162 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
10163
10164 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10165
10166 * org-html.el (org-html-handle-links): Add an alternate for inline
10167 images.
10168
10169 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10170
10171 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
10172 variable before it is defined.
10173
10174 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10175
10176 * org-src.el (org-src-lang-modes): Added a language alias of "C"
10177 to "c".
10178
10179 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
10180
10181 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
10182 buffer.
10183
10184 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10185
10186 * org-html.el (org-html-make-link): Correct a bug in coderef link.
10187
10188 2011-07-28 Bernt Hansen <bernt@norang.ca>
10189
10190 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
10191 typo.
10192
10193 2011-07-28 Bernt Hansen <bernt@norang.ca>
10194
10195 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
10196 when headlines are missing.
10197
10198 2011-07-28 Bastien Guerry <bzg@gnu.org>
10199
10200 * org-mobile.el (org-mobile-push): Move call to hook, make it the
10201 first thing of the push operation.
10202
10203 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10204
10205 * ob.el (org-babel-params-from-buffer): Now looking for header
10206 arguments in #+Properties: as well as #+Babel:. Also, we're no
10207 longer caching these results into a file local variable.
10208
10209 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10210
10211 * ob-python.el (org-babel-python-evaluate-external-process): Allow
10212 parsing as a table in the case of ":results output table".
10213 (org-babel-python-evaluate-session): Allow parsing as a table in
10214 the case of ":results output table".
10215
10216 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10217
10218 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
10219 all possible agenda views. Use `org-agenda-schedule' instead of
10220 `org-agenda-date-later'.
10221
10222 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10223
10224 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
10225 ":results output".
10226
10227 2011-07-28 Julien Danjou <julien@danjou.info>
10228
10229 * org.el (org-entry-get, org-entry-delete, org-entry-put)
10230 (org-property-values, org-delete-property-globally): Use
10231 `org-re-property'.
10232 (org-re-property): New function allowing to build a regexp to
10233 match a property.
10234
10235 2011-07-28 Julien Danjou <julien@danjou.info>
10236
10237 * org.el (org-property-values): Enhance docstring.
10238
10239 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
10240
10241 * org-html.el (org-html-export-list-line): Fix regexp for
10242 detecting description lists to allow "::" marker to be last
10243 visible element at end of line.
10244 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
10245 detecting description lists to allow "::" marker to be last
10246 visible element at end of line.
10247
10248 2011-07-28 Julien Danjou <julien@danjou.info>
10249
10250 * org-table.el (org-table-cleanup-narrow-column-properties): Use
10251 point-min rather than 1 when moving in the buffer.
10252
10253 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10254
10255 * org-list.el (org-list-in-valid-context-p): Renamed from
10256 `org-list-in-valid-block-p'.
10257 (org-at-item-p,org-list-search-generic): Use renamed function.
10258
10259 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10260
10261 * org.el (org-set-font-lock-defaults): Be more strict when
10262 recognizing description items, and do not fontify wrong cases
10263 like: "- term ::description" or "1. term :: description".
10264
10265 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10266
10267 * org-latex.el: Pay attention to end of footnote. Before closing
10268 the command, ensure that list is properly closed or that last link
10269 is separated from the curly brace.
10270
10271 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10272
10273 * org.el (org-indent-line-function): Footnote definition must stay
10274 at column 0 to be recognized as such. Body below can have normal
10275 indentation, so it should ignore its definition when computing
10276 indentation.
10277
10278 2011-07-28 Bastien Guerry <bzg@gnu.org>
10279
10280 * org-protocol.el (org-protocol-remember, org-protocol-capture):
10281 More appropriate message.
10282
10283 2011-07-28 Bastien Guerry <bzg@gnu.org>
10284
10285 * org-capture.el (org-capture-clock-keep): New local variable.
10286 (org-capture, org-capture-finalize): Use it and fix a bug when
10287 :clock-keep is set to `t'.
10288
10289 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
10290
10291 * org-exp.el (org-export-preprocess-string): Handle include files
10292 before processing macros.
10293
10294 2011-07-28 Bernt Hansen <bernt@norang.ca>
10295
10296 * org-agenda.el: Remove obsolete code for adding todo list in
10297 front of the agenda.
10298
10299 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10300
10301 * org-latex.el (org-export-latex-convert-table.el-table): Fix
10302 format-string for insertion of captions.
10303
10304 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
10305
10306 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
10307 regexp.
10308
10309 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
10310
10311 * org.el (org-read-date-analyze): Help matching dotted European
10312 dates, like 31. 12. 2007
10313
10314 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10315
10316 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
10317
10318 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10319
10320 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
10321 before reading by elisp.
10322 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
10323 should be replaced with a cl-vector->el-vector function.
10324
10325 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10326
10327 * ob-lisp.el (org-babel-execute:lisp): Now using
10328 `org-babel-reassemble-table' to apply the appropriate header
10329 arguments to results.
10330
10331 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10332
10333 * org.el (org-end-of-meta-data-and-drawers): New function.
10334
10335 * org-capture.el (org-capture-place-plain-text): Implement adding
10336 plain text templates to Org nodes.
10337
10338 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10339
10340 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
10341
10342 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10343
10344 * org-exp.el (org-export-handle-comments): Add the org-protected
10345 property to the replacement string.
10346
10347 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10348
10349 * org-html.el (org-export-as-html, org-html-level-start): Fix
10350 logic for section number printing when NUM is an integer.
10351
10352 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10353
10354 * org-latex.el (org-export-latex-special-chars): Fix regexp for
10355 `single' special characters and ellipsis.
10356
10357 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10358
10359 * org.el (org-point-at-end-of-empty-headline): Bind
10360 `case-fold-search' to nil.
10361
10362 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10363
10364 * org-capture.el (org-capture-fill-template): Resolve new %<...>
10365 template escape.
10366 (org-capture-templates): Document new %<...> template escape.
10367
10368 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10369
10370 * ob.el (org-babel-process-params): Make this function idempotent,
10371 as it will sometimes be called multiple times.
10372
10373 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10374
10375 * org.el (org-ts-regexp-both): Add "]" to class of characters that
10376 should not be matched.
10377 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
10378 "^]-+", because that tries to (not) match characters between "]"
10379 and "+". Instead, move the "-" to the end of the class where it
10380 causes no harm.
10381
10382 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10383
10384 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
10385 process with the edit buffer when :session is specified.
10386
10387 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10388
10389 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
10390 extraction code into line with a newer version of the
10391 `org-store-link' function.
10392
10393 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10394
10395 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
10396 wrapping the expression in either a let or progn, and possibly a
10397 pretty-print function invocation.
10398 (org-babel-execute:lisp): Greatly simplified method of executing
10399 lisp code blocks.
10400
10401 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10402
10403 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
10404 of ̀save-excursion' to get back to original position.
10405
10406 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10407
10408 * org.el (org-numbered-action-format): New option.
10409 (org-new-numbered-action): New command.
10410 (org-collect-todos-in-subtree): New command.
10411
10412 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10413
10414 * org-exp.el (org-export-with-tasks): New option.
10415 (org-export-plist-vars): Add :tasks property.
10416
10417 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10418
10419 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
10420 property to the export preprocessor.
10421
10422 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
10423 property to the export preprocessor.
10424
10425 * org-html.el (org-export-as-html): Pass the :done-tasks property
10426 to the export preprocessor.
10427
10428 * org-latex.el (org-export-as-latex): Pass the :done-tasks
10429 property to the export preprocessor.
10430
10431 * org-exp.el (org-export-with-done-tasks): New option.
10432 (org-export-plist-vars): Add entry for :done-tasks.
10433 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
10434 (org-export-remove-done-tasks): New function.
10435
10436 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10437
10438 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
10439 tags.
10440
10441 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10442
10443 * org.el (org-find-olp): Use the level of the correct match to
10444 continue search.
10445
10446 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10447
10448 * org-list.el (org-toggle-checkbox): Build value of
10449 org-keyword-time-regexp instead of using it directly, as it's
10450 buffer-local, and function might be called outside Org.
10451
10452 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10453
10454 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10455 blocks or drawers necessarily start somewhere. It it isn't the
10456 case, treat them as normal text.
10457
10458 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10459
10460 * ob-exp.el (org-babel-exp-results): Use code block name when
10461 finding cached results.
10462
10463 2011-07-28 Julien Danjou <julien@danjou.info>
10464
10465 * org-latex.el (org-export-latex-date-format): Change default date
10466 format to \today. This has the same result but respects the
10467 language set in the document by default.
10468
10469 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10470
10471 * org-list.el (org-list-checkbox): When called from an headline,
10472 function would normally skip drawers, but not if a SCHEDULED or
10473 DEADLINE keyword is standing before the drawer. Also avoid
10474 problems if function is called in buffers not is Org mode.
10475
10476 2011-07-28 Bastien Guerry <bzg@gnu.org>
10477
10478 * org-clock.el (org-clock-report): Change the scope of the
10479 inserted clock report depending on whether the point is within a
10480 subtree (:scope subtree) or not (:scope file).
10481
10482 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10483
10484 * org-html.el (org-export-as-html): Fix export of footnotes
10485 containing lists, tables, quotes, etc.
10486
10487 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10488
10489 * org-latex.el (org-export-latex-preprocess): Correctly match
10490 starred command names.
10491
10492 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10493
10494 * org-html.el (org-export-as-html): Get local value of
10495 org-export-with-section-numbers from the buffer's plist. Deal
10496 specially with the case the resulting value is an integer.
10497 (org-html-level-start): New optional argument of the option plist used
10498 instead of `org-export-with-section-numbers'. Also deal specially
10499 with the case that the value is an integer.
10500
10501 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10502
10503 * org-latex.el (org-export-latex-subcontent): Deal specially with
10504 the case that NUM is an integer.
10505
10506 2011-07-28 Bastien Guerry <bzg@gnu.org>
10507
10508 * org-protocol.el (org-protocol-do-capture): Allow template keys
10509 of two characters.
10510 (org-protocol-default-template-key): Update the docstring to
10511 reflect the change in `org-protocol-do-capture'.
10512
10513 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10514
10515 * org-taskjuggler.el: Fix a typo in the commentary.
10516
10517 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10518
10519 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10520 "purge allocations" statement if we are not targeting tj3.
10521
10522 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10523
10524 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10525 Replace recursive implementation with an iterative one.
10526
10527 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10528
10529 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10530 data into shell variables.
10531
10532 2011-07-28 David Maus <dmaus@ictsoc.de>
10533
10534 * org-html.el (org-html-handle-time-stamps): Protected linebreak
10535 element after timestamp markup.
10536
10537 2011-07-28 David Maus <dmaus@ictsoc.de>
10538
10539 * org-html.el (org-html-handle-links): Don't protect img tag in
10540 link description.
10541
10542 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10543
10544 * org-table.el (org-table-formula-handle-first/last-rc): Bind
10545 `char'.
10546
10547 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10548
10549 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10550 whatever the major mode is.
10551
10552 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10553
10554 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10555 templates.
10556 (org-inlinetask-export-handler): Ensure contents of inline task,
10557 if any, starts and ends with a newline character. Refactor and
10558 comment code.
10559
10560 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10561
10562 * org-capture.el (org-datetree-find-date-create): Lower-case for
10563 variable names in `define-function' form.
10564
10565 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10566
10567 * org-table.el (org-table-convert-region): Throw error when
10568 SEPARATOR is smaller than 1.
10569
10570 2011-07-28 Julien Danjou <julien@danjou.info>
10571
10572 * org-colview.el (org-columns-display-here): Fix heading retrieval
10573 in Org buffers.
10574
10575 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10576
10577 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10578 be on the same line as a list end marker.
10579
10580 2011-07-28 Julien Danjou <julien@danjou.info>
10581
10582 * org.el (org-icompleting-read): Do not use useless lambda.
10583
10584 2011-07-28 Julien Danjou <julien@danjou.info>
10585
10586 * org-agenda.el (org-format-agenda-item): Fix length computing.
10587
10588 2011-07-28 Julien Danjou <julien@danjou.info>
10589
10590 * org-agenda.el (org-format-agenda-item): Fix comment and use
10591 `add-text-properties'.
10592
10593 2011-07-28 Julien Danjou <julien@danjou.info>
10594
10595 * org-agenda.el (org-agenda-highlight-todo): Remove useless
10596 `concat'.
10597
10598 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10599
10600 * org-list.el (org-list-to-generic): Set a default term for
10601 ill-formed description lists. Do not insert newline characters
10602 unless told to.
10603 (org-list-to-texinfo,org-list-to-html): Apply changes to
10604 `org-list-parse-liste'.
10605
10606 2011-07-28 Bastien Guerry <bzg@gnu.org>
10607
10608 * org-clock.el (org-clock-clocktable-language-setup): Add a
10609 string.
10610 (org-clocktable-write-default): Use the new localized string
10611 in `org-clock-clocktable-language-setup'.
10612
10613 2011-07-28 Bastien Guerry <bzg@gnu.org>
10614
10615 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10616 (org-taskjuggler-assign-resource-ids): Replace recursive
10617 implementation with an iterative one.
10618
10619 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10620
10621 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10622 in headlines.
10623
10624 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10625
10626 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10627 Compute the leafiness of a node.
10628 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10629 node as a milestone if it is a leaf and has no effort.
10630
10631 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10632
10633 * org-taskjuggler.el (org-export-taskjuggler-target-version):
10634 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10635 to handle export to both tj2 and tj3.
10636 (org-taskjuggler-open-task): Use a different way to purge
10637 allocations for tj2 and tj3.
10638
10639 2011-07-28 Matt Lundin <mdl@imapmail.org>
10640
10641 * org-footnote.el (org-footnote-auto-label): New random option.
10642
10643 * org-footnote.el (org-footnote-new): Create random footnote
10644 labels with unique ids.
10645
10646 2011-07-28 Matt Lundin <mdl@imapmail.org>
10647
10648 * org-footnote.el (org-footnote-create-definition): Allow for
10649 footnote sections above the current footnote insertion point.
10650
10651 2011-07-28 Matt Lundin <mdl@imapmail.org>
10652
10653 * org-footnote.el (org-footnote-create-definition): Don't search
10654 for last footnote when in org-mode file.
10655
10656 2011-07-28 Bastien Guerry <bzg@gnu.org>
10657
10658 * org-html.el (org-export-as-html): Handle links with
10659 `org-html-handle-links' after we handle special characters
10660 conversions.
10661 (org-html-make-link, org-export-html-format-image): Don't
10662 protect html with @ anymore, as links are now handled after
10663 special characters conversions.
10664
10665 2011-07-28 Julien Danjou <julien@danjou.info>
10666
10667 * org-agenda.el (org-agenda-get-timestamps):
10668 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10669 (org-format-agenda-item): Remove no-prefix argument.
10670 (org-agenda-change-all-lines): Call org-format-agenda-item without the
10671 no-prefix argument.
10672
10673 2011-07-28 Julien Danjou <julien@danjou.info>
10674
10675 * org-agenda.el (org-agenda-highlight-todo): Stop using
10676 prefix-length.
10677 (org-cmp-alpha): Stop using prefix-length.
10678 (org-agenda-open-link): Stop using prefix-length.
10679 (org-agenda-change-all-lines): Stop using prefix-length.
10680
10681 * org-colview.el (org-columns-display-here): Stop using
10682 prefix-length. Always return claned items.
10683
10684 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10685 prefix-length.
10686
10687 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10688
10689 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10690 `org-store-link' interactively as it can confuse the setting of
10691 `org-link-to-org-use-id' and cause undue edits to the org-mode
10692 buffer during tangling.
10693
10694 2011-07-28 David Maus <dmaus@ictsoc.de>
10695
10696 * org-html.el (org-export-html-format-image): Protect <p> element
10697 of image caption.
10698
10699 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10700
10701 * org.el (org-read-date-force-compatible-dates): New option.
10702 (org-read-date, org-read-date-analyze): Check representable date range.
10703
10704 2011-07-28 Bastien Guerry <bzg@gnu.org>
10705
10706 * org-html.el (org-export-as-html): Fix export of email.
10707
10708 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10709
10710 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10711 on tangling, no longer use the now-removed variable
10712 `org-babel-tangle-pad-newline'.
10713
10714 * ob.el (org-babel-header-arg-names): Add padline to the list of
10715 header argument names.
10716 (org-babel-default-header-args): Set the default value of padline to
10717 "yes".
10718 (org-babel-merge-params): Cleaned up the merge logic, added padline.
10719
10720 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10721
10722 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10723 code block header argument names.
10724
10725 2011-07-28 Bastien Guerry <bzg@gnu.org>
10726
10727 * org-crypt.el: Remove useless TODO in comments.
10728
10729 2011-07-28 Bastien Guerry <bzg@gnu.org>
10730
10731 * org-html.el (org-export-as-html): The default postamble now only
10732 export a date paragraph if `org-export-time-stamp-file' is
10733 non-nil.
10734
10735 2011-07-28 Bastien Guerry <bzg@gnu.org>
10736
10737 * org-exp.el (org-export-xml): Remove the defgroup of
10738 org-export-xml.
10739
10740 2011-07-28 Bastien Guerry <bzg@gnu.org>
10741
10742 * org-html.el (org-export-html-insert-plist-item): Remove.
10743 (org-export-html-preamble): Default to `t'. Accept functions.
10744 (org-export-html-postamble): Default to `auto'. Accept
10745 functions and distinguish between 'auto (no formatting string)
10746 and `t' (default formatting string).
10747 (org-export-as-html): Handle org-export-html-preamble and
10748 org-export-html-postamble new defaults/allowed values.
10749 Define email and creator-info before using them.
10750
10751 2011-07-28 Bastien Guerry <bzg@gnu.org>
10752
10753 * org-html.el (org-export-html-protect-char-alist): Fix typo in
10754 custom type definition.
10755
10756 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10757
10758 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10759 arguments.
10760
10761 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10762
10763 * org-list.el (org-list-parse-list): Fixed regexp.
10764
10765 2011-07-28 David Maus <dmaus@ictsoc.de>
10766
10767 * org-html.el (org-export-html-format-image): Protect image
10768 elements.
10769
10770 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10771
10772 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10773 contents of a code block body on export.
10774 (org-babel-tangle-collect-blocks): Apply
10775 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10776
10777 2011-07-28 David Maus <dmaus@ictsoc.de>
10778
10779 * org-html.el (org-html-make-link, org-html-handle-links): Protect
10780 generated XHTML elements.
10781 (org-export-as-html): Expand character entities after creating markup
10782 for links and timestamps.
10783
10784 2011-07-28 Bastien Guerry <bzg@gnu.org>
10785
10786 * org-html.el (org-export-as-html): Bugfix: insert email
10787 correctly.
10788
10789 2011-07-28 Bastien Guerry <bzg@gnu.org>
10790
10791 * org-html.el: Bugfix: prevent infinite matching of the `&'
10792 character.
10793
10794 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10795
10796 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10797 has been introduced with emacs 23.1.
10798
10799 2011-07-28 Bastien Guerry <bzg@gnu.org>
10800
10801 * org-attach.el: Allow to store a link to the attach-dir location.
10802
10803 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10804
10805 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10806 function.
10807
10808 2011-07-28 Bernt Hansen <bernt@norang.ca>
10809
10810 * org-clock.el (org-clock-in): Allow clocking in new tasks
10811 inserted before the current clocking task.
10812
10813 2011-07-28 Bernt Hansen <bernt@norang.ca>
10814
10815 * org-clock.el (org-clock-in): Set default clocking task when
10816 already clocking the task.
10817
10818 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10819
10820 * org.el (org-adaptive-fill-function): When a region is specified
10821 first line of paragraph isn't skipped, so fill-paragraph have to
10822 be computed even if point is at an item.
10823
10824 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10825
10826 * org-list.el (org-list-in-valid-block-p): New function.
10827 (org-at-item-p,org-list-search-generic): Use new function.
10828
10829 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10830
10831 * org.el (org-indent-line-function): Text in both a list and a
10832 valid block is indented with regards to current item, not to block
10833 boundaries.
10834
10835 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10836
10837 * org-html.el (org-format-org-table-html): Fix anchors in HTML
10838 export (thanks to <aankhen@gmail.com>)
10839 (org-html-protect): Fix a bug that prevents some target to be
10840 rendered correctly.
10841
10842 2011-07-28 Bastien Guerry <bzg@gnu.org>
10843
10844 * org.el (org-default-properties): Add EXPORT_TEXT.
10845
10846 2011-07-28 Matt Lundin <mdl@imapmail.org>
10847
10848 * org-footnote.el (org-footnote-create-definition)
10849 (org-insert-footnote-reference-near-definition): Fix sorting
10850 of footnotes.
10851
10852 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10853
10854 * org-html.el (org-export-as-html): Bugfix: don't insert closing
10855 HTML tags when exporting body only.
10856
10857 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
10858
10859 * org.el (org-back-over-empty-lines): Bugfix. Honor
10860 `org-blank-before-new-entry' correctly in various contexts.
10861
10862 2011-07-28 Bastien Guerry <bzg@gnu.org>
10863
10864 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10865 and `save-restriction'.
10866
10867 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10868
10869 * org-timer.el (org-timer-item): `save-excursion' prevents
10870 `org-list-struct' to get the list structure when point isn't on
10871 the first line of the item.
10872
10873 2011-07-28 Bastien Guerry <bzg@gnu.org>
10874
10875 * org-capture.el (org-capture-templates): New option
10876 :no-clock-out.
10877 (org-capture): Use the new option.
10878
10879 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10880
10881 * org-list.el (org-update-checkbox-count): Ensure cookies on an
10882 heading are correctly updated when checkboxes are hidden. It
10883 allows, for example, to use C-c C-x C-b on a collapsed tree and
10884 still get the update.
10885
10886 2011-07-28 David Maus <dmaus@ictsoc.de>
10887
10888 * org-exp.el (org-export-visible): Accept keys for
10889 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10890
10891 2011-07-28 Bastien Guerry <bzg@gnu.org>
10892
10893 * org.el (org-duration-string-to-minutes): Don't use
10894 `rx-to-string'.
10895
10896 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10897
10898 * org.el (org-effort-durations): New variable.
10899
10900 * org.el (org-duration-string-to-minutes): New function.
10901
10902 * org-agenda.el (org-agenda-filter-effort-form)
10903 (org-format-agenda-item): Use it.
10904
10905 * org-clock.el (org-clock-notify-once-if-expired)
10906 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10907
10908 2011-07-28 Bastien Guerry <bzg@gnu.org>
10909
10910 * org-agenda.el (org-agenda-run-series): Rename from
10911 `org-run-agenda-series'.
10912
10913 2011-07-28 Bastien Guerry <bzg@gnu.org>
10914
10915 * org-capture.el: Don't allow currentfile anymore.
10916
10917 2011-07-28 Bastien Guerry <bzg@gnu.org>
10918
10919 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10920 `org-agenda-current-span' when calling `org-agenda-list'.
10921
10922 2011-07-28 Bastien Guerry <bzg@gnu.org>
10923
10924 * org-capture.el (org-capture-put-target-region-and-position):
10925 New function to store information about the target buffer.
10926 (org-capture-set-target-location): Use it.
10927 (org-capture-finalize): Restore the target buffer in its
10928 possibly narrowed state. Also restore the cursor position.
10929
10930 2011-07-28 Bastien Guerry <bzg@gnu.org>
10931
10932 * org-crypt.el (auto-save-default): Make sure entries are
10933 encrypted before auto-saving.
10934
10935 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10936
10937 * org-inlinetask.el (org-inlinetask-promote)
10938 (org-inlinetask-demote): New functions.
10939
10940 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10941
10942 * org.el (org-demote-subtree,org-promote-subtree): Wrap
10943 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10944 operating on inline tasks.
10945
10946 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10947
10948 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10949 will move point to a real heading and not an inline task by
10950 wraping function into a `org-with-limited-levels' macro.
10951
10952 2011-07-28 Bastien Guerry <bzg@gnu.org>
10953
10954 * org-capture.el (org-capture-finalize): New argument clock-out,
10955 to tell whether finalizing the capture process should clock out
10956 the running clock.
10957 (org-capture): Use the new argument.
10958
10959 2011-07-28 Bastien Guerry <bzg@gnu.org>
10960
10961 * org.el (org-refile-get-targets): Rename from
10962 `org-get-refile-targets'.
10963
10964 2011-07-28 Bastien Guerry <bzg@gnu.org>
10965
10966 * org-exp.el (org-export-table-remove-empty-lines): New custom
10967 variable.
10968 (org-export-remove-special-table-lines): Use it.
10969
10970 2011-07-28 Bastien Guerry <bzg@gnu.org>
10971
10972 * org-table.el (org-table-fix-formulas-confirm): New custom
10973 variable.
10974 (org-table-insert-column, org-table-delete-column)
10975 (org-table-move-column, org-table-move-row)
10976 (org-table-insert-row, org-table-kill-row): Use it.
10977
10978 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
10979
10980 * org.el (org-refile-get-location): Set and show default value.
10981 (org-goto, org-refile): Adapt calls.
10982
10983 2011-07-28 Bastien Guerry <bzg@gnu.org>
10984
10985 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
10986 variable.
10987 (org-mobile-files-alist): Use it.
10988
10989 2011-07-28 Bastien Guerry <bzg@gnu.org>
10990
10991 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
10992 against headings outside of a narrowed buffer.
10993
10994 2011-07-28 Bastien Guerry <bzg@gnu.org>
10995
10996 * org.el (org-confirm-shell-link-not-regexp)
10997 (org-confirm-elisp-link-not-regexp): New custom variables.
10998 (org-open-at-point): Use the new custom variables.
10999
11000 2011-07-28 Lawrence Mitchell <wence@gmx.li>
11001
11002 * org-latex.el: Place \title \author \date before
11003 \begin{document}.
11004
11005 2011-07-28 Bastien Guerry <bzg@gnu.org>
11006
11007 * org-html.el (org-export-html-preamble)
11008 (org-export-html-postamble): Now default to `nil'.
11009 (org-export-as-html): When :html-pre/postamble is nil, fall
11010 back on the default pre/postamble, which depends on the
11011 :author-info, :email-info, :creator-info options.
11012
11013 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11014
11015 * ob-exp.el (org-babel-exp-results): Don't use cached results if
11016 there is no hash.
11017
11018 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11019
11020 * org-table.el (org-table-eval-formula): Treat relative column
11021 refs.
11022
11023 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11024
11025 * org-table.el (org-table-use-standard-references): Change default
11026 to `from'.
11027
11028 2011-07-28 Bastien Guerry <bzg@gnu.org>
11029
11030 * org.el (org-move-subtree-down): Leave the cursor at the same
11031 column we were at.
11032
11033 2011-07-28 Bastien Guerry <bzg@gnu.org>
11034
11035 * org-attach.el (org-attach-store-link-p): New variable.
11036 (org-attach-store-link): New function.
11037 (org-attach-attach): When `org-attach-store-link-p' is
11038 non-nil, store a link in `org-stored-links' to a newly
11039 attached file.
11040
11041 2011-07-28 Bastien Guerry <bzg@gnu.org>
11042
11043 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
11044 case-fold-search to avoid mixing TODO keywords with real headline
11045 words.
11046
11047 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11048
11049 * org-table.el (org-table-fedit-finish): Read more general LHS of
11050 formulas.
11051 (org-table-formula-handle-@L): New function to hanle @L references.
11052 (org-table-current-ncol): New variable.
11053 (org-table-line-to-dline): New function.
11054 (org-table-get-stored-formulas): Accept range formulas as matches.
11055 (org-table-get-specials): Compute and store the number of columns.
11056 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
11057 only the region marked by the range, not the content.
11058 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
11059 range targets. Also check for duplicate access to fields.
11060 (org-table-expand-lhs-ranges): New funktion.
11061 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
11062 the caller's value.
11063 (org-table-edit-formulas): Support highlighting of range targets.
11064 (org-table-field-info): Handle renge formulas.
11065
11066 2011-07-28 Bastien Guerry <bzg@gnu.org>
11067
11068 * org-html.el (org-export-html-postamble-format)
11069 (org-export-html-preamble-format): Explain how to escape the
11070 `%' character.
11071
11072 2011-07-28 Bastien Guerry <bzg@gnu.org>
11073
11074 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
11075 `org-export-current-backend'.
11076
11077 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11078
11079 * ob.el (org-babel-read): Read string variable values wrapped in
11080 double quotes, removing the quotes.
11081
11082 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11083
11084 * ob-exp.el (org-babel-exp-results): Ensure that processed params
11085 are send to org-babel-execute-src-block.
11086
11087 2011-07-28 Bastien Guerry <bzg@gnu.org>
11088
11089 * org-special-blocks.el
11090 (org-special-blocks-make-special-cookies): Use
11091 `org-export-current-backend'.
11092
11093 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11094
11095 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
11096 as an argument.
11097 (org-babel-exp-src-block): Explicitly pass language to
11098 `org-babel-exp-in-export-file'.
11099 (org-babel-exp-inline-src-blocks): Removed unused code.
11100 (org-babel-exp-results): Explicitly pass language to
11101 `org-babel-exp-in-export-file'.
11102
11103 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11104
11105 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
11106 returned from calc-eval.
11107
11108 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11109
11110 * ob.el (org-babel-read): Pass elisp vectors through to code
11111 blocks.
11112
11113 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11114
11115 * ob.el (org-src-lang-modes): Defvar.
11116 (org-at-item-p): Declare function.
11117
11118 * ob-calc.el (calc-store): Require.
11119 (var-syms): Defvar.
11120
11121 * ob-python.el (py-default-interpreter): Defvar.
11122
11123 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11124
11125 * org-exp-blocks.el (backend): defvar.
11126
11127 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11128
11129 * org-agenda.el (org-agenda-get-scheduled):
11130 (org-agenda-get-timestamps): Bind local variable `show-all'.
11131
11132 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11133
11134 * ob-ref.el (org-at-item-p): Declare function.
11135
11136 * org-agenda.el (diary-time-regexp): defvar.
11137
11138 * org-archive.el (org-archive-subtree): Bind local variable
11139 `infile-p'.
11140
11141 * org-capture.el (org-capture-insert-template-here): Get template
11142 text from property list, to avoid byte compiler message.
11143
11144 * org-latex.el (org-export-latex-tables): Bind local variable
11145 `width'.
11146
11147 * org-special-blocks.el (org-compat): Add require statement.
11148
11149 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
11150 `const-str'.
11151
11152 * org.el (org-eval): Moved function here from org-agenda.el.
11153
11154 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11155
11156 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
11157 when reading from tables.
11158 (org-babel-read-list): Inhibit lisp evaluation of values when
11159 reading from lists.
11160 (org-babel-read): Add optional argument which can be used to inhibit
11161 lisp evaluation of value.
11162
11163 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11164
11165 * ob-table.el (sbe): Ensure that ob-trim is only called on
11166 strings.
11167
11168 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11169
11170 * ob-exp.el (org-babel-exp-results): On export, ensure that the
11171 result hash is resolved in the original org-mode file.
11172
11173 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11174
11175 * org-exp.el (org-export-mark-list-end): Change end marker.
11176
11177 * org-docbook.el (org-export-docbook-list-line): Use new marker.
11178
11179 * org-html.el (org-html-export-list-line): Use new marker.
11180
11181 * org-latex.el (org-export-latex-lists): Use new marker.
11182
11183 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11184
11185 * org-latex.el (org-export-latex-lists): Make sure markers used
11186 for export are taken into account by temporarily setting an
11187 appropriate value for `org-list-ending-method'.
11188
11189 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11190
11191 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
11192 regexp into its own variable, also allowing match of empty bodies.
11193 (org-export-blocks-preprocess): Using new regexp variable.
11194
11195 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11196
11197 * ob.el (org-babel-src-block-regexp): Code block regexp now
11198 matches blocks with empty bodies.
11199
11200 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11201
11202 * ob.el (org-babel-script-escape): If script escaped value doesn't
11203 parse cleanly, then return it literally.
11204
11205 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11206
11207 * ob-exp.el (org-babel-exp-src-block): When block will eventually
11208 be evaluated, pre-calculate the hash before noweb expansion, and
11209 expand the parameters before hash calculation.
11210 (org-babel-exp-do-export): Pass pre-calculated hash through to
11211 `org-babel-exp-results'.
11212 (org-babel-exp-results): Compare pre-calculated hash to results hash.
11213
11214 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11215
11216 * ob.el (org-babel-sha1-hash): Sort list values to header
11217 arguments, and sort the words in strings.
11218
11219 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11220
11221 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
11222 rows.
11223
11224 2011-07-28 Julien Danjou <julien@danjou.info>
11225
11226 * org-macs.el (org-with-point-at): Store evaluated version of
11227 pom. This fixes a potential bug when using (org-with-point-at
11228 (func) …), where (func) would be evaluated multiple times,
11229 therefore might return different results if a marker was returned
11230 and different each time.
11231
11232 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11233
11234 * org.el (org-open-at-point): If a link to a radio target is the
11235 first, (resp. the last), element of a buffer, function cannot find
11236 the property change required to get its boundaries, and
11237 `buffer-substring' is called with an invalid nil argument.
11238
11239 2011-07-28 Bastien Guerry <bzg@gnu.org>
11240
11241 * org-table.el (org-table-copy-down): Fix docstring.
11242
11243 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11244
11245 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
11246 and for file types other than png and PDF it uses imagemagick to
11247 convert a compiled PDF file to the desired file type.
11248 (convert-pdf): Convert a PDF file to a new file type using
11249 imagemagick.
11250
11251 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
11252
11253 * org-capture.el (org-capture-fill-template): Fix bug with the
11254 display of interactive prompt in templates expansion.
11255
11256 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
11257
11258 * org-clock.el (org-clock-display): Document how to remove subtree
11259 times.
11260
11261 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11262
11263 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
11264 append a newline to the body.
11265
11266 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11267
11268 * org-list.el (org-list-insert-item): When computing size of item
11269 being inserted, function has to take into account that indentation
11270 may not only be made of spaces.
11271
11272 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11273
11274 * org-clock.el (org-clock-find-position): If a list was adjacent
11275 to some clocks and a drawer was going to be created, only the
11276 first element of the list would make it into the drawer.
11277
11278 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11279
11280 * org-list.el (org-toggle-checkbox): Fix bug where top item in
11281 list was omitted when checking boxes.
11282
11283 2011-07-28 Dan Davison <dandavison7@gmail.com>
11284
11285 * ob-R.el: Don't print result to echo area after evaluation.
11286
11287 2011-07-28 Bastien Guerry <bzg@gnu.org>
11288
11289 * org-capture.el (org-capture-refile): Fix typo in docstring.
11290
11291 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11292
11293 * ob-calc.el (org-babel-execute:calc): Call out to new function
11294 for variables resolution.
11295 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
11296 variables in calc expressions.
11297
11298 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11299
11300 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
11301 (org-babel-C++-compiler): Replace "c++" with "C++".
11302 (org-babel-execute:cpp): Replace "c" with "C++".
11303 (org-babel-execute:C++): Replace "c" with "C++".
11304 (org-babel-expand-body:C++): Replace "c" with "C++".
11305 (org-babel-C-execute): Replace "c" with "C++".
11306
11307 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11308
11309 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
11310 a list if at the *beginning* of a list item.
11311
11312 * ob.el (org-babel-read-result): Only try to read results as a
11313 list if at the *beginning* of a list item.
11314
11315 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11316
11317 * org-list.el (org-cycle-item-indentation): Do not break an
11318 indentation cycle because visibility cycling is requested. This
11319 happens when an item becomes a parent, due to indentation change.
11320 Not considered empty anymore, the function cannot change its
11321 indentation again.
11322
11323 2011-07-28 Bastien Guerry <bzg@gnu.org>
11324
11325 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
11326 on `org-export-default-language' when no :lang parameter is set.
11327
11328 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11329
11330 * org-capture.el (org-capture-expand-file): New function.
11331 (org-capture-target-buffer):
11332 (org-capture-set-target-location): Use `org-capture-expand-file'.
11333
11334 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11335
11336 * ob.el (org-babel-read-list): Reading the value of a list has
11337 been updated to reflect the new structure of org-mode lists in
11338 elisp.
11339 (org-babel-insert-result): Writing code block results to lists has
11340 been updated to reflect the new list structure.
11341 (org-babel-result-end): Remove a previous change to end-of-list
11342 marker detection.
11343
11344 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11345
11346 * org-list.el (org-cycle-item-indentation): Each time the function
11347 moves item back to child position, a white space is added to the
11348 line.
11349
11350 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11351
11352 * ob.el (org-babel-process-params): Allow elisp code in
11353 specification of results header arguments.
11354
11355 2011-07-28 Bastien Guerry <bzg@gnu.org>
11356
11357 * org-agenda.el (org-agenda-append-agenda): New command.
11358 (org-agenda-mode-map): New keybinding to this new command.
11359
11360 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11361
11362 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
11363 cursor it at very first item of the list, as specified in the
11364 manual. Also refactored the list part of the function a bit.
11365
11366 2011-07-28 Bastien Guerry <bzg@gnu.org>
11367
11368 * org-agenda.el (org-agenda): Set the 'last-args property to nil
11369 when calling `org-agenda'. Don't kill the local variable
11370 `org-agenda-current-span'.
11371 (org-run-agenda-series): Use the new property 'last-args.
11372 (org-agenda-change-time-span): Use the dynamically set
11373 `org-agenda-overriding-arguments' variable when non-nil.
11374
11375 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11376
11377 * ob.el (org-babel-result-end): Adjust marker of list end to
11378 changes in the list format.
11379
11380 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11381
11382 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
11383 need to wrap `org-entry-get' in `ignore-errors'.
11384
11385 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11386
11387 * org.el (org-toggle-item, org-toggle-heading): Make sure every
11388 sub-item in a list is changed into a sub-heading and sub-headings
11389 are translated into sub-items. Also ignore inline tasks in the
11390 process.
11391
11392 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11393
11394 * org-exp.el (org-export-select-backend-specific-text): Add
11395 `original-indentation' property when replacing #+begin_backend and
11396 #+backend blocks with their content. This is needed for lists, as
11397 they must know if the block belonged to them.
11398
11399 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11400
11401 * org-html.el (org-html-export-list-line): Insert a newline
11402 character before ending an item, as anchor could be on a line
11403 going to be deleted, like a drawer ending string.
11404
11405 * org-list.el (org-list-to-html): Same.
11406
11407 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11408
11409 * org.el (org-set-autofill-regexps): Use `org-item-re' in
11410 `paragraph-start' to recognize alphabetical lists.
11411 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
11412 calling `fill-paragraph' when point is in an item. Also prevent
11413 paragraphs getting merged into an adjacent list upon filling.
11414 (org-adaptive-fill-function): Make sure to determine real
11415 fill-prefix for auto-fill.
11416 (org-auto-fill-function): Use a pre-computed fill-prefix before
11417 calling `do-auto-fill'.
11418
11419 * org-list.el (org-list-item-body-column): New function.
11420
11421 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11422
11423 * org-inlinetask.el (org-inlinetask-at-task-p)
11424 (org-inlinetask-toggle-visibility): New functions.
11425
11426 * org-list.el (org-list-set-item-visibility): New function.
11427
11428 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
11429 inline tasks from headlines.
11430 (org-outline-level): Do not consider lists as headlines. Cycling
11431 visibility is using different tools.
11432
11433 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11434
11435 * org-list.el (org-list-struct): Mark items less indented than top
11436 item of the list, so that they will be modified.
11437 (org-list-struct-apply-struct): Compare struct's indentation with
11438 line's indentation instead of old-struct's. This is needed
11439 because `org-list-struct' automatically fixes indentation so
11440 changes might not be seen otherwise.
11441
11442 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
11443
11444 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11445
11446 * org-list.el (org-update-checkbox-count): When a part of the
11447 buffer is processed to count checkboxes, lists are read from top
11448 to bottom, but inside lists (in drawers, blocks, or inline tasks)
11449 are skipped. Thus, cookies cannot be updated. This patch
11450 enforces reading of such lists if counter is itself in a special
11451 context.
11452
11453 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11454
11455 * org-list.el (org-list-struct-apply-struct): Inline tasks along
11456 with their content must stay at column 0 even if the item is
11457 gaining indentation. Moreover, fix indentation of text in an
11458 inline task, now it can be in such a task within a list.
11459
11460 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11461
11462 * org-list.el (org-at-item-p): Also verify context is valid.
11463 Otherwise it would recognize valid items where `org-in-item-p'
11464 wouldn't.
11465 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11466 of org-at-item-p.
11467 (org-cycle-list-bullet): Fix typo.
11468 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11469 using an appropriate regexp.
11470
11471 * org.el (org-indent-line-function): Use an appropriate regexp
11472 instead of calling `org-at-item-p' two times.
11473
11474 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11475
11476 * org-list.el (org-in-item-p): When point was just after
11477 org-list-end-re, check wouldn't be done for starting line. So, if
11478 the first line was an item, it wouln't be noticed and function
11479 would return nil. Simplify and comment code.
11480
11481 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11482
11483 * org.el (org-toggle-item): When used on normal text, ensure every
11484 line in region is included in the new item, regardless of its
11485 original indentation.
11486
11487 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11488
11489 * org-list.el (org-list-struct-apply-struct): If end of list was
11490 at eol, for example, with list inside a block, the last list
11491 wouldn't be shifted. Thus, the patch ensures no blank lines is
11492 skipped.
11493
11494 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11495
11496 * org.el (org-toggle-item): Now accepts a prefix argument. When
11497 used without argument on normal text, it will make the whole
11498 region one item. With an argument, it defaults to old behavior:
11499 change each line in region into an item.
11500
11501 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11502
11503 * org.el (org-return): When called from inside an item with the
11504 indent flag, function should keep text moved inside the item.
11505 This allows to use C-j to separate lines in an item: cursor won't
11506 go back to column 0.
11507
11508 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11509
11510 * org-list.el (org-list-struct): When a line has org-example
11511 property, skip the entire block. This is needed during export,
11512 for example when src blocks in org markup contain lists, and are
11513 returned verbatim because org isn't in the list of interpreted
11514 languages.
11515
11516 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11517
11518 * org-list.el (org-in-item-p): Handle special cases when function
11519 is called with cursor amidst `org-list-end-re' or at an inline
11520 task.
11521
11522 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11523
11524 * ob.el (org-babel-result-end): Apply renaming.
11525
11526 * org-exp.el (org-export-mark-list-properties): Apply renaming.
11527
11528 * org-list.el (org-list-prevs-alist): Renamed from
11529 `org-list-struct-prev-alist'.
11530 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11531 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11532 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11533 (org-toggle-checkbox, org-update-checkbox-count)
11534 (org-cycle-list-bullet, org-list-repair, org-insert-item)
11535 (org-move-item-up, org-move-item-up, org-move-item-down)
11536 (org-next-item, org-previous-item, org-end-of-item-list)
11537 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11538 (org-get-bullet): Removed function, as it is not needed anymore.
11539
11540 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11541
11542 * org-list.el (org-list-insert-item-generic): Change arguments.
11543 The function now accepts structure and previous items alist. This
11544 allows to insert an item programmatically more easily.
11545 (org-insert-item): Apply changes to
11546 `org-list-insert-item-generic'. The function now takes care about
11547 repairing structure and updating checkboxes.
11548
11549 * org-timer.el (org-timer-item): Apply changes to
11550 `org-list-insert-item-generic'. The function now takes care about
11551 repairing structure.
11552
11553 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11554
11555 * org-list.el (org-list-make-subtree): Function now uses
11556 `org-list-parse-list mechanism'.
11557 (org-list-make-subtrees): Removed function.
11558 (org-list-to-generic): Added a parameter and every parameter can
11559 be a sexp returning a string, for finer control.
11560 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11561 modifications to apply changes to `org-list-to-generic'.
11562 (org-list-to-subtree): New function.
11563
11564 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11565
11566 * org.el (org-beginning-of-line): Apply changes to
11567 `org-item-beginning-re' to correct sub-expression reference.
11568
11569 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11570
11571 * org-docbook.el (org-export-docbook-list-line): Even with
11572 alphabetical lists, Org shouldn't enforce a particular list type
11573 to exporters. This is a job for style files.
11574
11575 * org-html.el (org-html-export-list-line): Ib idem.
11576
11577 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11578
11579 * org-list.el (org-at-item-counter-p): New function.
11580 (org-list-parse-list): Handle counters and list depth.
11581 (org-list-to-generic): A special string is used when an item has a
11582 counter.
11583 (org-list-to-latex): Use new special string for counters. This
11584 fixes the counter bug in LaTeX export, as the enumi counter was
11585 the only one modified.
11586
11587 * org-latex.el (org-export-latex-lists): Use new
11588 `org-list-parse-list' output.
11589
11590 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11591
11592 * org-list.el (org-list-get-list-type): New function.
11593 (org-list-parse-list): Use new function.
11594
11595 * org-html.el (org-html-export-list-line): Use new function.
11596
11597 * org-docbook.el (org-export-docbook-list-line): Use new function.
11598
11599 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11600
11601 * org-list.el (org-alphabetical-lists): New variable
11602 (org-item-re, org-list-full-item, org-cycle-list-bullet)
11603 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11604 introduction of the new variable.
11605 (org-item-beginning-re): Changed into a function, so any
11606 modification of `org-alphabetical-lists' will not require
11607 reloading Org.
11608 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11609 (org-list-parse-list, org-list-send-list): Reflect changes to
11610 `org-item-beginning-re'.
11611 (org-list-use-alpha-bul-p): New function.
11612
11613 * org.el (org-check-for-hidden): Reflect changes to
11614 `org-item-beginning-re'.
11615
11616 * org-capture.el (org-capture-place-item): Reflect changes to
11617 `org-item-beginning-re'.
11618
11619 * org-docbook.el (org-export-docbook-list-line): Handle New type
11620 of items.
11621
11622 * org-exp.el (org-export-mark-list-end)
11623 (org-export-mark-list-properties): Reflect changes to
11624 `org-item-beginning-re'.
11625
11626 * org-html.el (org-html-export-list-line): Handle new type of
11627 items.
11628
11629 * org-latex.el (org-export-latex-lists): Handle new type of items
11630 and reflect changes to `org-item-beginning-re'.
11631
11632 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11633
11634 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11635
11636 * org-list.el (org-list-end-re): Removed function and made it a
11637 variable. There's no need for the overhead of calling the
11638 function every at every line in a list. User will have to reload
11639 Org if he change value of either `org-list-end-regexp' or
11640 `org-empty-line-terminates-plain-lists'.
11641 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11642
11643 * org-exp.el (org-export-mark-list-end)
11644 (org-export-mark-list-properties): Apply change.
11645
11646 * org-latex.el (org-export-latex-lists): Apply change. Also
11647 prevent items with org-example property to be considered as real
11648 items.
11649
11650 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11651
11652 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11653 modify templates so environment boundaries don't interfere with
11654 content of task. Unprotect content of task so it might benefit
11655 from further transformations. Set original-indentation property to
11656 a high value to ensure that task is always in the last item of the
11657 list. Also, apply templates later in export process.
11658
11659 * org-list.el (org-list-struct): Fix inline task skipping.
11660
11661 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11662
11663 * org-latex.el (org-export-latex-lists): Search for unprotected
11664 items only, and redefine `org-at-item'. This change is required
11665 when verbatim lists are inserted during export, usually by Babel.
11666
11667 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11668
11669 * ob.el (org-babel-result-end): End position is end of current
11670 sublist instead of bottom point, as results might be inserted in a
11671 list themselves.
11672
11673 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11674
11675 * org-list.el (org-list-automatic-rules): Removed insert rule.
11676 (org-list-insert-item-generic): Removed code preventing user to
11677 insert another item in a block within a list. It is because new
11678 list context make it impossible to see if a point in a block is
11679 also in a list.
11680
11681 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11682
11683 * org-exp.el (org-export-preprocess-string): Mark list endings
11684 before babel blocks preprocessing starts, so blank lines that may
11685 be inserted do not break list's structure. Then, mark list with
11686 special properties required by exporters. Thus output from babel
11687 can easily be included in lists.
11688 (org-export-mark-list-end): New function.
11689 (org-export-mark-list-properties): New function.
11690 (org-export-mark-lists): Removed function. It was split into the
11691 two preceding functions.
11692
11693 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11694
11695 * org-list.el (org-update-checkbox-count): Do not recompute every
11696 list before next heading when there are more than one cookie in an
11697 headline. Moreover, ignore the case where cookie is inserted
11698 neither at an heading nor at an item.
11699
11700 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11701
11702 * org-list.el (org-sort-list): Fix number of arguments to
11703 `org-list-repair', plus make `end-record' go to end of item before
11704 any blank line to keep them from being swallowed in the sorting.
11705
11706 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11707
11708 * org-list.el (org-list-forbidden-blocks): Renamed from
11709 `org-list-blocks'.
11710 (org-list-export-context): New variable.
11711
11712 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11713
11714 * org-list.el (org-list-search-generic): Renamed form
11715 `org-search-unenclosed-generic' to reflect the new behavior. Now,
11716 match can only be in a valid context for lists, as determined by
11717 `org-list-context'.
11718 (org-list-search-backward): Renamed from
11719 `org-search-backward-unenclosed'.
11720 (org-list-search-forward): Renamed from
11721 `org-search-forward-unenclosed'.
11722 (org-toggle-checkbox,org-update-checkbox-count): Use new
11723 functions.
11724 (org-sort-list): Using default regexp search functions as context
11725 is not required in this case.
11726
11727 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11728
11729 * org-exp.el (org-export-mark-lists): New function, replacing
11730 org-export-mark-list-ending. It adds information as text
11731 properties to every list, before changes done by exporter destruct
11732 them.
11733
11734 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11735
11736 * org-list.el (org-list-get-first-item): New alias for
11737 `org-list-get-list-begin'.
11738 (org-list-get-last-item): New function.
11739 (org-list-get-list-end): Use `org-list-get-last-item'.
11740
11741 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11742
11743 * org.el (org-get-string-indentation): Moved in generally useful
11744 functions section, as it wasn't specific to plain lists and that
11745 no code was using it in org-list.el.
11746
11747 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11748
11749 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11750 accessors.
11751
11752 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11753
11754 * org-list.el (org-list-indent-item-generic): Remove error
11755 messages happening before process. This belongs to interactive
11756 functions.
11757 (org-indent-item,org-indent-item-tree)
11758 (org-outdent-item,org-outdent-item-tree): Ensure point or region
11759 is correct before computing list structure. Return an error
11760 message otherwise.
11761
11762 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11763
11764 * org-list.el (org-apply-on-list): Use new structures. Function
11765 is now applied in reverse order so modifications do not change
11766 positions of items in buffer.
11767
11768 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11769
11770 * org-list.el (org-list-parse-list): Rewrite of function to allow
11771 text following a sub-list in the same item. See docstring for an
11772 example of output.
11773 (org-list-to-generic): Use new parsing function.
11774 (org-list-to-latex,org-list-to-html): Minor change for clearer
11775 export.
11776
11777 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11778
11779 * org-list.el (org-list-has-child-p): Renamed from
11780 `org-list-get-child'. Returning first child is only useful as a
11781 predicate, as we are allowing an item to have more than one
11782 sub-list.
11783 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11784 of org-list-get-child.
11785 (org-in-item-p): Also return item beginning when list starts at
11786 context beginning.
11787 (org-list-get-parent): Use of `org-list-struct-parent-alist'
11788 helper function is not optional anymore.
11789 (org-list-get-all-items): Shorten code with the help of cl.el.
11790 (org-list-get-children): Now returns all children of item, even if
11791 they do not belong to the same list. Renamed from
11792 `org-list-get-all-children'.
11793 (org-list-get-list-begin): Function wasn't return value when item
11794 was already the first item of the list at point.
11795 (org-list-get-list-end): Function wasn't return value when item
11796 was already the last item of the list at point.
11797 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11798 `org-list-get-children'.
11799
11800 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11801
11802 * org.el (org-indent-line-function): Indentation of item's body
11803 starts just after the bullet, not after a checkbox. Moreover, As
11804 `org-in-item-p' also returns item beginning position when point is
11805 in a list, do not compute it a second time.
11806
11807 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11808
11809 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11810 usage `org-repair-list', forcing another reading of the list, with
11811 only needed subroutines.
11812
11813 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11814
11815 * org-list.el (org-list-separating-blank-lines-number): Use new
11816 accessors.
11817 (org-list-insert-item-generic): Use list structures to insert a
11818 new item.
11819 (org-list-exchange-items): Refactor and comment code. Now return
11820 new struct instead of modifying it, as list sorting would
11821 sometimes eat first item.
11822 (org-move-item-down,org-move-item-up): Reflect changes to
11823 `org-list-exchange-items'.
11824 (org-insert-item): As `org-in-item-p' also computes item beginning
11825 when applicable, reuse the result.
11826
11827 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11828
11829 * org-list.el (org-list-in-item-p): Unify methods for this
11830 predicate.
11831 (org-list-in-item-p-with-indent): Removed function.
11832 (org-list-ending-between): Removed function.
11833 (org-list-maybe-skip-block): Removed function.
11834 (org-list-in-item-p-with-regexp): Removed function.
11835 (org-list-top-point-with-regexp): Removed function.
11836 (org-list-top-point-with-indent): Removed function.
11837 (org-list-bottom-point-with-indent): Removed function.
11838 (org-list-bottom-point-with-regexp): Removed function.
11839 (org-list-get-item-same-level): Removed function.
11840 (org-list-top-point): Removed function.
11841 (org-list-bottom-point): Removed function.
11842 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11843 be consistent with naming policy of non-interactive functions.
11844 (org-get-beginning-of-list): Removed function.
11845 (org-beginning-of-item-list): Use new accessors.
11846 (org-get-end-of-list): Removed function.
11847 (org-end-of-list): Use new accessors.
11848 (org-get-end-of-item): Removed function.
11849 (org-end-of-item): Use new accessors.
11850 (org-get-previous-item): Removed function.
11851 (org-previous-item): Use new accessors.
11852 (org-get-next-item): Removed function.
11853 (org-next-item): Use new accessors.
11854 (org-list-get-item-end-before-blank): Use new accessors.
11855
11856 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11857
11858 * org-list.el (org-list-repair): Removed optional argument
11859 FORCE-BULLET. The job of this interactive function is to
11860 completely fix a list at point. Changing bullets is a separate
11861 task. Also removed others optional arguments TOP and BOTTOM to
11862 follow the new structures.
11863 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11864 STRUCT is a new required argument. This avoids computing a list
11865 structure many times when function is called more than once in a
11866 row, for example in `org-cycle-item-indentation'. Use new
11867 accessors. Now, also call `org-update-checkbox-count-maybe'.
11868 (org-outdent-item, org-indent-item, org-outdent-item-tree)
11869 (org-indent-item-tree): Remove need for TOP and BOTTOM.
11870 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11871 (org-list-exchange-items): Use new accessors. Now modify struct
11872 to avoid re-reading it later.
11873 (org-move-item-down): Reflect changes to `org-list-repair'. Use
11874 new accessors.
11875 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
11876 accessors.
11877 (org-cycle-list-bullet): Use new structures. Also use a shortcut
11878 to `org-list-struct-fix-struct' in order to avoid unnecessary
11879 fixes, like `org-list-struct-fix-box'
11880 (org-sort-list): Use of new structures. Renamed an internal
11881 function for a little more clarity.
11882 (org-cycle-item-indentation): Remove dependency on
11883 `org-list-repair'. Use new accessors.
11884 (org-list-get-child): Correct bug when asking for the child of the
11885 last item.
11886 (org-list-exchange-items): Use new accessors.
11887
11888 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11889
11890 * org-list.el (org-list-blocks): New variable.
11891 (org-list-context): New function.
11892 (org-list-full-item-re): New variable.
11893 (org-list-struct-assoc-at-point): Use new variable.
11894 (org-list-struct): Rewrite of function. Now, list data is
11895 collected by looking at the list line after line. It reads the
11896 whole list each time because reading only a subtree was not enough
11897 for some operations, like fixing checkboxes. It also removes the
11898 need to get `org-list-top-point' and `org-list-bottom-point'
11899 first. An added data is the position of item ending. This aims
11900 to be able to have list followed by text inside an item.
11901 (org-list-struct-assoc-end): New function.
11902 (org-list-struct-parent-alist): New function.
11903 (org-list-get-parent): New function.
11904 (org-list-get-child): New function.
11905 (org-list-get-next-item): New function.
11906 (org-list-get-prev-item): New function.
11907 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11908 (org-list-get-all-items): New function.
11909 (org-list-get-all-children): New function.
11910 (org-list-get-top-point): New function.
11911 (org-list-get-bottom-point): New function.
11912 (org-list-get-counter): New function.
11913 (org-list-get-item-end): New function.
11914 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
11915 new accessors.
11916 (org-list-struct-fix-ind): Make use of new accessors.
11917 (org-list-struct-fix-box): New function.
11918 (org-list-struct-fix-checkboxes): Removed function.
11919 (org-list-struct-outdent): Use new accessors. Use the fact that
11920 there is no longer a virtual item at beginning of structure.
11921 (org-list-struct-indent): Use helper functions
11922 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11923 Also use new accessors.
11924 (org-list-struct-fix-struct): Comment function. Call directly
11925 `org-list-struct-apply-struct', without removing unchanged items
11926 first.
11927 (org-list-struct-apply-struct): Comment function. Rewrite using
11928 new accessors. Use new variable `org-list-full-item-re'.
11929 (org-list-shift-item-indentation): Removed function, now included
11930 in `org-list-struct-apply-struct' because it is too specific.
11931
11932 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11933
11934 * org-list.el (org-toggle-checkbox): Use structures to fix
11935 checkboxes of a list.
11936 (org-update-checkbox-count): Use structures to update cookies.
11937
11938 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11939
11940 * org-list.el (org-list-struct-fix-checkboxes): New function.
11941 (org-checkbox-blocked-p): Removed function.
11942
11943 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11944
11945 * org-list.el (org-list-get-all-items): New function.
11946 (org-list-get-all-children): New function.
11947 (org-list-get-nth): New function.
11948 (org-list-set-nth): New function.
11949 (org-list-get-ind): New function.
11950 (org-list-set-ind): New function.
11951 (org-list-get-bullet): New function.
11952 (org-list-set-bullet): New function.
11953 (org-list-get-checkbox): New function.
11954 (org-list-set-checkbox): New function.
11955 (org-list-struct-fix-bul): Use new accessors.
11956 (org-list-repair): Use new accessors.
11957 (org-list-indent-item-generic): Make use of accessors.
11958 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11959 (org-list-get-child): Renamed from `org-list-struct-get-child'.
11960 (org-list-struct-fix-ind): Make use of accessors.
11961 (org-list-get-next-item): New function.
11962 (org-list-get-subtree): New function.
11963
11964 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11965
11966 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11967 list structure.
11968
11969 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11970 value in structure.
11971
11972 * org-list.el (org-list-struct-apply-struct): Also apply
11973 checkboxes.
11974
11975 2011-07-28 Bastien Guerry <bzg@gnu.org>
11976
11977 * org-latex.el (org-export-latex-content): Bind local variables
11978 for export in the temporary export buffer.
11979
11980 2011-07-28 David Maus <dmaus@ictsoc.de>
11981
11982 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11983 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11984 date of obsolete declaration to 2011-02-17.
11985
11986 2011-07-28 David Maus <dmaus@ictsoc.de>
11987
11988 * org.el (org-link-escape): Throw error if encoding character in
11989 utf8 fails.
11990
11991 2011-07-28 David Maus <dmaus@ictsoc.de>
11992
11993 * org-protocol.el (org-protocol-split-data)
11994 (org-protocol-open-source): Use `org-link-unescape' instead of
11995 obsolete unhex string function.
11996
11997 2011-07-28 David Maus <dmaus@ictsoc.de>
11998
11999 * org.el (org-link-escape, org-link-escape-chars-browser)
12000 (org-link-escape-chars): Always percent escape the percent sign.
12001
12002 2011-07-28 David Maus <dmaus@ictsoc.de>
12003
12004 * org.el (org-link-unescape): Simpler algorithm for replacing
12005 percent escapes.
12006 (org-link-unescape-compound): Use cond statements instead of nested
12007 if, convert hex string with string-to-number, save match data.
12008 (org-link-unescape-single-byte-sequence): Use mapconcat and
12009 string-to-number for unescaping single byte sequence.
12010
12011 2011-07-28 David Maus <dmaus@ictsoc.de>
12012
12013 * org.el (org-link-escape): Rename lambda argument.
12014
12015 2011-07-28 David Maus <dmaus@ictsoc.de>
12016
12017 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
12018 Add percent sign to list of escape chars.
12019
12020 2011-07-28 David Maus <dmaus@ictsoc.de>
12021
12022 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
12023 character table format.
12024
12025 2011-07-28 David Maus <dmaus@ictsoc.de>
12026
12027 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
12028 argument in call to org-link-unescape.
12029
12030 2011-07-28 David Maus <dmaus@ictsoc.de>
12031
12032 * org-protocol.el (org-protocol-unhex-string)
12033 (org-protocol-unhex-compound)
12034 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
12035 alias to respective org-link-unescape-* functions.
12036
12037 2011-07-28 David Maus <dmaus@ictsoc.de>
12038
12039 * org.el (org-link-unescape, org-link-unescape-compound)
12040 (org-link-unescape-single-byte-sequence): Functions moved and renamed
12041 from org-protocol.el.
12042
12043 2011-07-28 David Maus <dmaus@ictsoc.de>
12044
12045 * org-macs.el (org-char-to-string): Inline function to properly
12046 decode utf8 characters in Emacs 22. Moved and renamed from
12047 org-protocol.el.
12048
12049 2011-07-28 David Maus <dmaus@ictsoc.de>
12050
12051 * org.el (org-link-escape): New optional argument. Merge user
12052 table with default table.
12053
12054 2011-07-28 David Maus <dmaus@ictsoc.de>
12055
12056 * org.el (org-link-escape): Fixup doc string.
12057
12058 2011-07-28 David Maus <dmaus@ictsoc.de>
12059
12060 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
12061 New format of percent escape table.
12062 (org-link-escape): Use new table format.
12063
12064 2011-07-28 David Maus <dmaus@ictsoc.de>
12065
12066 * org.el (org-link-escape): New Unicode aware percent encoding
12067 algorithm.
12068
12069 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
12070
12071 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
12072 function. Decode hex-encoded singly byte sequences.
12073 (org-protocol-unhex-compound): Use new function if decoding sequence
12074 as Unicode character failed.
12075
12076 2011-07-28 Bastien Guerry <bzg@gnu.org>
12077
12078 * org-html.el (org-export-as-html): Expand the HTML title.
12079
12080 2011-07-28 Bastien Guerry <bzg@gnu.org>
12081
12082 * org-publish.el (org-publish-cache-ctime-of-src): Improve
12083 docstring.
12084 (org-publish-find-title): New option to explicitly reset the title
12085 in the cache.
12086 (org-publish-format-file-entry): Use this new option.
12087
12088 2011-07-28 Dan Davison <dandavison7@gmail.com>
12089
12090 * org-exp.el (org-export-preprocess-string): Set the source buffer
12091 and use `org-clone-local-variables' to get local variables from
12092 it.
12093
12094 2011-07-28 Dan Davison <dandavison7@gmail.com>
12095
12096 * org-exp.el (org-export-format-source-code-or-example): Allow
12097 empty string as second element in minted/listings options.
12098
12099 2011-07-28 Dan Davison <dandavison7@gmail.com>
12100
12101 * org-exp.el (org-export-format-source-code-or-example): Support
12102 new user-customizable options.
12103 (org-export-latex-custom-lang-environments): Ensure new variable
12104 is defined.
12105 (org-export-latex-listings-options): Ensure new variable is defined.
12106 (org-export-latex-minted-options): Ensure new variable is defined.
12107
12108 2011-07-28 Bastien Guerry <bzg@gnu.org>
12109
12110 * org-html.el (org-export-as-html): Handle the case when
12111 `org-export-html-validation-link' is nil to keep backward
12112 compatible with the old default value of this variable.
12113
12114 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12115
12116 * ob.el (org-babel-insert-result): Don't choke if indent is not a
12117 number.
12118
12119 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
12120
12121 * org-bbdb.el (org-bbdb-export): When a link description has been
12122 added by `org-export-normalize-links', use path instead (remove
12123 the `bbdb:' prefix).
12124
12125 2011-07-28 Bastien Guerry <bzg@gnu.org>
12126
12127 * org-ascii.el (org-export-ascii-underline): Put the level's
12128 characters in the right order, as documented by the docstring.
12129 (org-ascii-level-start): Select the right char for underlining
12130 headlines.
12131
12132 2011-07-28 Bastien Guerry <bzg@gnu.org>
12133
12134 * org-src.el (org-edit-src-code): Allow to edit source code from
12135 modes derived from Org.
12136
12137 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
12138
12139 * org-clock.el (org-clock-clocktable-language-setup): Add list of
12140 dutch strings.
12141
12142 2011-07-28 Dan Davison <dandavison7@gmail.com>
12143
12144 * org-beamer.el: Mark frame as fragile when it is using minted for
12145 src block export.
12146
12147 2011-07-28 Bastien Guerry <bzg@gnu.org>
12148
12149 * org-agenda.el (org-agenda-date-later)
12150 (org-agenda-date-earlier): Enhance docstrings.
12151 (org-agenda-bulk-mark-regexp): Only match against headlines.
12152 Send a message when no entry is marked.
12153 (org-agenda-bulk-action): Fix bug about scattering deadlines.
12154 Send an error when trying to scatter outside an agenda or a
12155 timeline view. Silently fail when trying to scatter sexp entries.
12156
12157 2011-07-28 Bastien Guerry <bzg@gnu.org>
12158
12159 * org-clock.el (org-clock-clocktable-language-setup): New custom
12160 variable.
12161 (org-clocktable-defaults): Set the default language.
12162 (org-clocktable-write-default): Use the new variable.
12163
12164 2011-07-28 Dan Davison <dandavison7@gmail.com>
12165
12166 * ob.el (org-babel-src-block-names): Don't strip text properties
12167 from search hits.
12168 (org-babel-result-names): Don't strip text properties from search
12169 hits.
12170
12171 2011-07-28 Dan Davison <dandavison7@gmail.com>
12172
12173 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
12174 remove-echo part of META argument to
12175 `org-babel-comint-with-output'.
12176
12177 2011-07-28 Dan Davison <dandavison7@gmail.com>
12178
12179 * ob.el (org-babel-script-escape): Use `substring' comparison
12180 instead of regexp matching.
12181
12182 2011-07-28 Dan Davison <dandavison7@gmail.com>
12183
12184 * org-src.el (org-edit-src-code): When generating the code edit
12185 buffer, it is necessary for several variables to inherit their
12186 values from the parent org buffer. These changes collect all such
12187 variables together into a single association list of
12188 `(variable-name value)' pairs. In addition, a new variable is
12189 added to the list: `org-edit-src-content-indentation'. This has
12190 the effect that a buffer local value can be used for that
12191 variable.
12192
12193 2011-07-28 Dan Davison <dandavison7@gmail.com>
12194
12195 * ob-table.el (sbe): Don't truncate sbe results.
12196
12197 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12198
12199 * org-exp.el (org-export-add-options-to-plist): Require match to
12200 start at a word-boundary.
12201
12202 2011-07-28 Bastien Guerry <bzg@gnu.org>
12203
12204 * org-latex.el (org-export-latex-hyperref-format): Update
12205 docstring.
12206
12207 2011-07-28 Tom Dye <tsd@tsdye.com>
12208
12209 * org.el: Update documentation of `org-add-link-type'.
12210
12211 2011-07-28 Dan Davison <dandavison7@gmail.com>
12212
12213 * org.el (org-open-at-point): Fix bug when using prefix arg to
12214 construct `org-link-search' call. Rename prefix arg with a more
12215 generic name, to reflect its diverse uses in this function.
12216
12217 2011-07-28 Rémi Vanicat <vanicat@debian.org>
12218
12219 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
12220 (org-icalendar-date-time-format): New custom variable.
12221 (org-icalendar-use-UTC-date-timep): New function.
12222 (org-ical-ts-to-string): Use the new variable.
12223
12224 2011-07-28 Bastien Guerry <bzg@gnu.org>
12225
12226 * org-vm.el (org-vm-store-link): Make sure the buffer is
12227 associated with a file when trying to store an Org link.
12228
12229 2011-07-28 Dan Davison <dandavison7@gmail.com>
12230
12231 * ob.el (org-babel-params-from-properties): Test for
12232 "header-arg-name" and ":header-arg-name", in that order.
12233
12234 2011-07-28 Bastien Guerry <bzg@gnu.org>
12235
12236 * org-capture.el (org-capture-templates): Document "currentfile"
12237 for capture template.
12238 (org-capture-templates): Allow to use currentfile for capture
12239 templates.
12240 (org-capture-set-target-location): Handle currentfile as a way to
12241 setting the capture buffer.
12242
12243 2011-07-28 Bastien Guerry <bzg@gnu.org>
12244
12245 * ob.el (org-babel-params-from-properties): Don't wrap
12246 `org-entry-get' into `condition-case'.
12247
12248 2011-07-28 Dan Davison <dandavison7@gmail.com>
12249
12250 * org.el (org-entry-get): Don't look for a property drawer if we
12251 are before the first heading in the file.
12252 (org-entry-get-with-inheritance): Don't attempt to move up the
12253 tree if we are before the first heading in the file. Also,
12254 enclose less of the function in the `save-excursion'.
12255
12256 2011-07-28 Dan Davison <dandavison7@gmail.com>
12257
12258 * ob.el (org-babel-params-from-buffer): Return desired value
12259 rather than nil from failed re search.
12260
12261 2011-07-28 Bastien Guerry <bzg@gnu.org>
12262
12263 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
12264 entries on a single line when lines don't start with a diary time.
12265
12266 2011-07-28 Bastien Guerry <bzg@gnu.org>
12267
12268 * org-html.el (org-export-html-protect-char-alist): New custom
12269 variable to define characters to be HTML protected.
12270 (org-html-protect): Use the new variable.
12271
12272 2011-07-28 Bastien Guerry <bzg@gnu.org>
12273
12274 * org-info.el (org-info-store-link): Use "#" to separate the info
12275 file and the node.
12276 (org-info-follow-link): Use both "#" to separate the info file and
12277 the node. Continue to use ":" for backward compatibility.
12278
12279 2011-07-28 Bastien Guerry <bzg@gnu.org>
12280
12281 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
12282 variable.
12283 (org-print-icalendar-entries): Use this new variable to prevent
12284 export of entries with a :noexport: tag.
12285
12286 2011-07-28 Bastien Guerry <bzg@gnu.org>
12287
12288 * org-exp.el (org-export-initial-scope): New custom variable.
12289 (org-export): Use this new variable. If there is an active
12290 region, tell it when prompting the user for an export command.
12291 Also change the way the function handles selection of buffer and
12292 subtree export.
12293
12294 2011-07-28 Bastien Guerry <bzg@gnu.org>
12295
12296 * org-html.el (org-export-html-auto-preamble)
12297 (org-export-html-auto-postamble): Remove.
12298 (org-export-html-preamble, org-export-html-postamble): Turn into
12299 custom variables. Update the docstrings.
12300 (org-export-html-preamble-format)
12301 (org-export-html-postamble-format): New custom variables.
12302 (org-export-as-html): Use `org-export-html-postamble-format' and
12303 `org-export-html-preamble-format'.
12304 (org-export-html-title-format): Delete.
12305
12306 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12307
12308 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
12309 function is begin deprecated in favor of begin_src blocks.
12310 (org-export-blocks-format-dot): This function is begin deprecated in
12311 favor of begin_src blocks.
12312
12313 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12314
12315 * ob.el (org-babel-header-arg-names): no-expand is now part of the
12316 default header argument names list.
12317
12318 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
12319
12320 * org-publish.el (org-publish-sitemap-date-format)
12321 (org-publish-sitemap-file-entry-format): New custom variables.
12322 (org-publish-projects): Use these variables to format the sitemap
12323 entries.
12324
12325 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
12326
12327 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
12328 from `message-mode'.
12329
12330 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12331
12332 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
12333 updating the filter while the clock report is following the
12334 filter.
12335
12336 2011-07-28 Julien Danjou <julien@danjou.info>
12337
12338 * org-agenda.el (org-agenda): Kill all local variables. This
12339 assures we are not keeping buffer variable from an old agenda view
12340 when switching to a new custom agenda.
12341
12342 2011-07-28 Julien Danjou <julien@danjou.info>
12343
12344 * org-crypt.el (org-encrypt-string): New function.
12345 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
12346 cached crypted values.
12347 (org-decrypt-entry): Store crypted text in decrypted text.
12348
12349 2011-07-28 Dan Davison <dandavison7@gmail.com>
12350
12351 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
12352 if a non-nil result is returned.
12353
12354 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12355
12356 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
12357 modified today.
12358
12359 2011-07-28 Bastien Guerry <bzg@gnu.org>
12360
12361 * org.el (org-update-parent-todo-statistics): Fix bug when
12362 updating statistics from the column view.
12363
12364 2011-07-28 Bastien Guerry <bzg@gnu.org>
12365
12366 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
12367 (org-agenda-menu): Add the new command to the menu.
12368 (org-agenda-mode-map): Add % as the keybinding for the new
12369 command.
12370
12371 2011-07-28 Bastien Guerry <bzg@gnu.org>
12372
12373 * org-exp.el (org-export-target-internal-links): Locally turn on
12374 `org-link-search-must-match-exact-headline' to match exact
12375 internal links.
12376
12377 2011-07-28 Julien Danjou <julien@danjou.info>
12378
12379 * org-faces.el (org-special-keyword): Make it inherited from
12380 `font-lock-keyword-face'.
12381
12382 2011-07-28 Julien Danjou <julien@danjou.info>
12383
12384 * org-faces.el (org-link): Make `org-link' inherits from `link'
12385 face.
12386
12387 2011-07-28 Bastien Guerry <bzg@gnu.org>
12388
12389 * org.el (org-narrow-to-block): New function to narrow to block.
12390 Bound this function to `C-x n b'.
12391
12392 2011-07-28 Bastien Guerry <bzg@gnu.org>
12393
12394 * org.el (org-schedule, org-deadline): Fix bug: take care of
12395 repeating timestamps like ".+1d/3d" or "+1d 10d".
12396
12397 2011-07-28 Bastien Guerry <bzg@gnu.org>
12398
12399 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
12400 to use a list of TODO keywords as the value of this variable. The
12401 agenda will show repeating stamps for entries matching these TODO
12402 keywords.
12403 (org-agenda-get-timestamps, org-agenda-get-deadlines)
12404 (org-agenda-get-scheduled): Allow the use of a list of keywords in
12405 `org-agenda-repeating-timestamp-show-all'.
12406
12407 2011-07-28 Bastien Guerry <bzg@gnu.org>
12408
12409 * org-latex.el (org-export-latex-emph-format): Don't use
12410 `org-export-latex-use-verb'. Remove this variable.
12411
12412 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
12413
12414 * org-html.el (org-html-handle-time-stamps): Fix bug when
12415 exporting inactive timestamps.
12416
12417 2011-07-28 Bastien Guerry <bzg@gnu.org>
12418
12419 * org-archive.el (org-archive-save-context-info): Fix docstring
12420 typo.
12421 (org-archive-subtree-add-inherited-tags): New variable to control
12422 whether inherited tags should be appended to local tags when
12423 archiving subtrees.
12424 (org-archive-subtree): Use the new variable.
12425
12426 2011-07-28 Bastien Guerry <bzg@gnu.org>
12427
12428 * org-archive.el (org-archive-save-context-info): Fix docstring.
12429
12430 2011-07-28 Julien Danjou <julien@danjou.info>
12431
12432 * org-crypt.el (org-decrypt-entry): Delete \n on top level
12433 heading. This avoids a display bug showing the heading outlined
12434 where the text is not since it does not have the outline property.
12435 Restore subtree visibility state after decryption.
12436
12437 2011-07-28 Julien Danjou <julien@danjou.info>
12438
12439 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
12440 as a possible default span if it is set.
12441
12442 2011-07-28 Dan Davison <dandavison7@gmail.com>
12443
12444 * org-src.el (org-edit-src-persistent-message): Change docstring.
12445 (org-edit-src-code): Get rid of help message in echo area.
12446
12447 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
12448 argument to org-edit-src-code as this has been removed.
12449
12450 2011-07-28 Bastien Guerry <bzg@gnu.org>
12451
12452 * org-latex.el (org-export-latex-emphasis-alist): Use
12453 \protectedtexttt for the =...= emphasis and \verb for the ~...~
12454 emphasis.
12455 (org-export-latex-use-verb): Now defaults to t.
12456 (org-export-latex-emph-format): Distinguish between =...= and
12457 ~...~ emphasis.
12458
12459 2011-07-28 Julien Danjou <julien@danjou.info>
12460
12461 * org.el (org-link-expand-abbrev): Allow any type of character in
12462 link expand.
12463
12464 2011-07-28 Dan Davison <dandavison7@gmail.com>
12465
12466 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12467
12468 2011-07-28 Dan Davison <dandavison7@gmail.com>
12469
12470 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12471 resolving references.
12472
12473 2011-07-28 Bastien Guerry <bzg@gnu.org>
12474
12475 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12476 instead of <hr> to keep w3c validator happy.
12477
12478 2011-07-28 Dan Davison <dandavison7@gmail.com>
12479
12480 * ob.el (org-babel-where-is-src-block-head): Detect src block if
12481 point is on a #+header line.
12482
12483 2011-07-28 Dan Davison <dandavison7@gmail.com>
12484
12485 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12486 #+header lines when searching for block associated with block name
12487 line.
12488
12489 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12490
12491 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12492 the more specific `org-at-item-p'.
12493
12494 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12495
12496 * org-latex.el (org-latex-default-figure-position): New defcustom
12497 for default placement of latex figures.
12498 (org-export-latex-tables): Positioning tables using the new
12499 defcustom variable.
12500 (org-export-latex-format-image): Positioning images using the new
12501 defcustom variable.
12502
12503 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12504
12505 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12506 evaluated and :file header argument is missing.
12507
12508 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12509
12510 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12511 to do anything to export code.
12512 (org-babel-exp-results): No longer returns a replacement for the
12513 code block.
12514 (org-babel-exp-inline-src-blocks): Simplified.
12515 (org-babel-exp-src-block): Removed unnecessary pluralization from
12516 function name.
12517
12518 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12519
12520 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12521 exportation of inline code blocks using normal code block
12522 execution mechanism to insert results.
12523 (org-babel-exp-results): Results exportation mechanism is unified
12524 for both inline and regular code blocks.
12525
12526 * ob.el (org-babel-where-is-src-block-result): Returns the point
12527 after an inline code block for inline code blocks.
12528
12529 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12530
12531 * ob.el (org-babel-insert-result): Special handling of the
12532 position of results of inline code blocks.
12533 (org-babel-examplize-region): Now able to comment inline regions.
12534
12535 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12536
12537 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12538 that \\[ a = b \\] is not interpreted as a keybinding by
12539 `substitute-command-keys'.
12540
12541 2011-07-28 Dan Davison <dandavison7@gmail.com>
12542
12543 * org-latex.el (org-export-as-latex): Process export property list
12544 with `org-export-process-option-filters' early in latex export.
12545
12546 2011-07-28 Julien Danjou <julien@danjou.info>
12547
12548 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12549 available in Emacs 22 and in recent XEmacs 21. Replace in various
12550 files.
12551
12552 2011-07-28 Julien Danjou <julien@danjou.info>
12553
12554 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12555 it must has \\ at the end of the line. This avoid matching the
12556 following heading when there's no newline between the logged state
12557 and the next heading.
12558
12559 2011-07-28 Julien Danjou <julien@danjou.info>
12560
12561 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12562
12563 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12564
12565 * org.el (org-current-level, org-store-link, org-mark-subtree):
12566 Use `org-with-limited-levels'.
12567
12568 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12569
12570 * org-publish.el (org-publish-get-base-files): Add sitemap file.
12571
12572 2011-07-28 Matt Lundin <mdl@imapmail.org>
12573
12574 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12575 (org-agenda-todo-ignore-scheduled): New option.
12576 (org-agenda-todo-ignore-timestamp): New option.
12577 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12578 Allow user to specify custom distance to ignore (future or past).
12579 (org-agenda-todo-custom-ignore-p): New function.
12580
12581 2011-07-28 Matt Lundin <mdl@imapmail.org>
12582
12583 * org-habit.el (org-habit-parse-todo) Don't parse more days than
12584 needed.
12585
12586 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12587
12588 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12589 code in each inline code block.
12590 (org-babel-execute-buffer): Executes inline code blocks as well as
12591 regular code blocks.
12592
12593 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12594
12595 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12596 blocks for removal.
12597
12598 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
12599
12600 * org-clock.el (org-clock-before-select-task-hook): New hook.
12601 (org-clock-select-task): Run new hook.
12602
12603 2011-07-28 Julien Danjou <julien@danjou.info>
12604
12605 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12606 events with range. This display things like: <2011-01-22 Sat
12607 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12608 at 14:00 and ending at 20:00.
12609
12610 2011-07-28 Dan Davison <dandavison7@gmail.com>
12611
12612 * ob.el (org-babel-inline-src-block-regexp): Character preceding
12613 "src_" can now be anything as long as it is neither alphanumeric
12614 nor '-'.
12615
12616 2011-07-28 Dan Davison <dandavison7@gmail.com>
12617
12618 * ob.el (org-babel-merge-params): Docstring typo.
12619
12620 2011-07-28 Dan Davison <dandavison7@gmail.com>
12621
12622 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12623 in the buffer.
12624
12625 2011-07-28 Dan Davison <dandavison7@gmail.com>
12626
12627 * ob.el (org-babel-get-src-block-info): Alter order of merge
12628 arguments.
12629
12630 2011-07-28 Dan Davison <dandavison7@gmail.com>
12631
12632 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12633
12634 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12635
12636 * ob.el (org-babel-insert-result): Ensure all parts of result
12637 wrappers end in newlines.
12638
12639 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12640
12641 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12642 optionally creates parent directories of tangle targets.
12643
12644 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12645
12646 * org-ascii.el (org-ascii-level-start): Catch the case of levels
12647 which do not have an equivalent in the list of underline
12648 characters.
12649
12650 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12651
12652 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12653 the format string used to escape arguments to shell code blocks.
12654
12655 2011-07-28 Julien Danjou <julien@danjou.info>
12656
12657 * org-agenda.el (org-agenda-reset-view): New function.
12658 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12659
12660 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
12661
12662 * org-exp.el (org-export-handle-include-files): Support :lines
12663 property.
12664 (org-get-file-contents): New argument lines to include specify a
12665 range of lines to include.
12666
12667 2011-07-28 Bastien Guerry <bzg@gnu.org>
12668
12669 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12670
12671 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12672
12673 * org-latex.el (org-export-latex-make-header): Export email in
12674 author line if `org-export-email-info' is non-nil.
12675
12676 2011-07-28 Julien Danjou <julien@danjou.info>
12677
12678 * org-agenda.el (org-agenda-goto-today): Respect current span.
12679
12680 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12681
12682 * org-complete.el (pcomplete/org-mode/link)
12683 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12684 before uniquifying.
12685
12686 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12687
12688 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12689 linking comment type
12690 (org-babel-tangle-comment-links): Returns comment links for the
12691 source code block at point.
12692
12693 2011-07-28 Bastien Guerry <bzg@gnu.org>
12694
12695 * org.el (org-refile-check-position): Send a more explicit message
12696 on how to clear the cache before refiling again.
12697
12698 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12699
12700 * org-agenda.el (org-agenda-skip-function-global): New option.
12701 (org-agenda-skip-eval): New function.
12702 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12703 the global skipping condition.
12704
12705 2011-07-28 David Maus <dmaus@ictsoc.de>
12706
12707 * org-html.el (org-export-as-html): Handle timestamps after
12708 handling links.
12709
12710 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12711
12712 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12713 until either a matching block is found, or the limits of the file
12714 are reached.
12715
12716 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12717
12718 * ob.el (org-babel-update-block-body): Literal argument to
12719 `replace-match' to allow insertion of text containing '\'.
12720
12721 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12722
12723 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12724 into code blocks.
12725
12726 2011-07-28 David Maus <dmaus@ictsoc.de>
12727
12728 * test-org-table.el
12729 (test-org-table/org-table-convert-refs-to-rc/3)
12730 (test-org-table/org-table-convert-refs-to-rc/2)
12731 (test-org-table/org-table-convert-refs-to-rc/1)
12732 (test-org-table/org-table-convert-refs-to-an/3)
12733 (test-org-table/org-table-convert-refs-to-an/2)
12734 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12735 table formular format conversion.
12736
12737 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12738
12739 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12740 bol.
12741
12742 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12743
12744 * ob.el (org-babel-open-src-block-result): Must collect result
12745 *before* jumping to the result buffer.
12746
12747 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12748
12749 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12750 used after update to regexp.
12751
12752 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12753
12754 * ob.el (org-babel-temp-file): Ensure that
12755 `org-babel-temporary-directory' is bound before using.
12756 (org-babel-remove-temporary-directory): Safer error throwing.
12757
12758 2011-07-28 niels giesen <niels.giesen@gmail.com>
12759
12760 * org-docbook.el (org-export-docbook-finalize-table): Do literal
12761 replacements.
12762
12763 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12764
12765 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12766 resolve language names for evaluation.
12767
12768 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12769
12770 * org-capture.el (org-capture-templates): Add %f and %F escapes
12771 (org-capture): Add more information to capture property list
12772 (org-capture-fill-template): Handle %f and %F escapes.
12773
12774 2011-07-28 David Maus <dmaus@ictsoc.de>
12775
12776 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12777 symlink target.
12778
12779 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12780
12781 * org.el (org-occur-next-match): New function.
12782 (org-mode): Set the variable `next-error-function'.
12783 (org-highlight-new-match): Add an `org-type' property to the
12784 overlays.
12785
12786 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12787
12788 * ob-calc.el: No longer require `calc-trail' on XEmacs.
12789
12790 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12791
12792 * org.el (org-modules): Add `org-eshell'.
12793
12794 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12795
12796 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12797 dynamically scoped variables.
12798
12799 * org.el (org-modules): Move `org-special-blocks' into the core
12800 modules section.
12801
12802 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12803
12804 * org-special-blocks.el: New file.
12805
12806 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12807
12808 * org.el (org-plist-delete): Remove duplicate definition.
12809
12810 2011-07-28 Bernt Hansen <bernt@norang.ca>
12811
12812 * org-agenda.el (org-agenda-goto): Display invisible entry text.
12813
12814 * org-agenda.el (org-agenda-switch-to): Display invisible entry
12815 text.
12816
12817 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12818
12819 * org.el (org-get-category): New optional argument FORCE-REFRESH.
12820 Automatically refresh if the property is not there.
12821 (org-entry-properties): Remove refresh - this is now done in
12822 org-get-category.
12823
12824 * org-clock.el (org-clock-insert-selection-line): Let
12825 `org-get-category' do the property refresh.
12826
12827 * org-archive.el (org-archive-subtree): Force a refresh of
12828 category properties.
12829
12830 2011-07-28 Julien Danjou <julien@danjou.info>
12831
12832 * org-icalendar.el (org-print-icalendar-entries): Do not manually
12833 refresh categories.
12834
12835 2011-07-28 Dan Davison <dandavison7@gmail.com>
12836
12837 * org.el (org-display-inline-images): Check for clear-image-cache
12838 before using it.
12839
12840 2011-07-28 Bernt Hansen <bernt@norang.ca>
12841
12842 * org.el: Document missing value for org-link-frame-setup.
12843
12844 2011-07-28 Dan Davison <dandavison7@gmail.com>
12845
12846 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12847 user code prior to the R exception-handling, so that errors in
12848 user code are unhandled.
12849
12850 2011-07-28 Dan Davison <dandavison7@gmail.com>
12851
12852 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12853 that a major-mode function corresponding to the language string
12854 exists.
12855
12856 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12857
12858 * org-exp.el (org-export-mark-list-ending): Insert additional
12859 newline characters if end-list-marker is at a wrong position.
12860
12861 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12862
12863 * ob.el (org-babel-script-escape): Replace commas with spaces for
12864 better list reading when list items are packed with commas,
12865 e.g. Haskell list output.
12866
12867 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12868
12869 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12870 error reporting.
12871
12872 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12873
12874 * ob.el (org-babel-confirm-evaluate): Fix for the case when
12875 org-confirm-babel-evaluate is a function (used to always ask no
12876 matter what the function returns).
12877
12878 2011-07-28 Dan Davison <dandavison7@gmail.com>
12879
12880 * ob-R.el: Delete duplicated function.
12881
12882 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12883
12884 * ob.el (org-babel-execute-src-block): Removed unused flet
12885 function.
12886
12887 2011-07-28 Dan Davison <dandavison7@gmail.com>
12888
12889 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12890 signal that the intended content has been written to file.
12891
12892 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12893 the intended content has been written to file.
12894
12895 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12896 intended content has been written to file.
12897
12898 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12899 that the intended content has been written to file.
12900
12901 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12902 the intended content has been written to file.
12903
12904 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12905 that the intended content has been written to file.
12906
12907 * ob-octave.el (org-babel-execute:octave): Return result; not name
12908 of output file.
12909
12910 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12911 signal that the intended content has been written to file.
12912
12913 * ob-python.el (org-babel-execute:python): Return result; not name
12914 of output file.
12915
12916 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12917 output file.
12918
12919 * ob-sass.el (org-babel-execute:sass): Return nil if result has
12920 been written to file.
12921
12922 2011-07-28 Dan Davison <dandavison7@gmail.com>
12923
12924 * ob-R.el (org-babel-R-graphical-output-file): New function
12925 returns the name of the output file iff R has been instructed to
12926 send graphical output to file by means of the ":results graphics"
12927 directive.
12928 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12929 when constructing the R code to evaluate, which may be augmented
12930 with code implementing the writing of graohical output to file.
12931 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12932 determine whether R is taking responsibility for writing output to
12933 file; if so, this is signaled to ob.el by returning a nil result.
12934
12935 2011-07-28 Dan Davison <dandavison7@gmail.com>
12936
12937 * ob.el (org-babel-format-result): New function to format results
12938 of src block execution.
12939 (org-babel-execute-src-block): Use `org-babel-format-result' when
12940 writing to file.
12941 (org-babel-open-src-block-result): Use `org-babel-format-result'
12942 when displaying results in a buffer. Name results buffer
12943 differently.
12944
12945 2011-07-28 Dan Davison <dandavison7@gmail.com>
12946
12947 * ob.el (org-babel-execute-src-block): Avoid calling
12948 `orgtbl-to-generic' on number results.
12949
12950 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12951
12952 * ob.el (org-babel-execute-src-block): Allow specification of
12953 table separator with :sep header argument.
12954 (org-babel-open-src-block-result): Allow specification of table
12955 separator with :sep header argument.
12956
12957 2011-07-28 Dan Davison <dandavison7@gmail.com>
12958
12959 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12960 executing buffer (note that this handles execute subtree also).
12961
12962 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12963
12964 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12965 do not modify match data either.
12966 (org-inlinetask-goto-end): Small refactoring, remove
12967 case-sensitivity.
12968 (org-inlinetask-goto-beginning): Small refactoring, remove
12969 case-sensitivity.
12970
12971 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12972
12973 * org-capture.el (org-capture-set-target-location): Use
12974 `current-time'.
12975
12976 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12977
12978 * org-capture.el (org-capture-set-target-location): Use
12979 `current-time'.
12980
12981 2011-07-28 Bernt Hansen <bernt@norang.ca>
12982
12983 * org.el (org-before-first-heading-p): If point is on an org-mode
12984 heading line then we are not before the first heading.
12985
12986 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12987
12988 * org-timer.el (org-timer-continue-hook): Define the variable
12989 (org-timer-pause-or-continue): Run hook after relative timer is
12990 continued.
12991
12992 2011-07-28 Julien Danjou <julien@danjou.info>
12993
12994 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
12995
12996 2011-07-28 Julien Danjou <julien@danjou.info>
12997
12998 * org-capture.el (org-capture-fill-template): Use org-eval.
12999
13000 2011-07-28 Julien Danjou <julien@danjou.info>
13001
13002 * org-agenda.el (org-eval): New function.
13003
13004 2011-07-28 Dan Davison <dandavison7@gmail.com>
13005
13006 * ob.el (org-babel-execute-src-block): With :results file, when
13007 :file is not supplied, interpret result as a file link as long as
13008 it is a string.
13009
13010 2011-07-28 David Maus <dmaus@ictsoc.de>
13011
13012 * org-latex.el (org-export-latex-preprocess): Don't convert link
13013 description parts that look like numeric footnote.
13014
13015 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13016
13017 * org-latex.el (org-export-latex-tables): Allowing specification
13018 of tabular[xy] inner environments through the ATTR_LaTeX line.
13019
13020 2011-07-28 Julien Danjou <julien@danjou.info>
13021
13022 * org-capture.el (org-capture-fill-template): Use
13023 `org-set-property' directly.
13024
13025 2011-07-28 Julien Danjou <julien@danjou.info>
13026
13027 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
13028 item in docstring.
13029
13030 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13031
13032 * org-exp.el (org-export-string): Use `format' to construct
13033 function call to allow symbolic or string arguments.
13034
13035 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
13036
13037 * org-capture.el (org-capture-place-entry):
13038 (org-capture-insert-template-here): Check tree for validity before
13039 pasting it.
13040
13041 2011-07-28 Julien Danjou <julien@danjou.info>
13042
13043 * org-gnus.el (org-gnus-store-link): Trim date.
13044
13045 2011-07-28 Julien Danjou <julien@danjou.info>
13046
13047 * org.el (org-email-link-description): Allow to retrieve email
13048 link date.
13049
13050 2011-07-28 Lawrence Mitchell <wence@gmx.li>
13051
13052 * org.el (org-make-target-link-regexp): `regexp-quote' target
13053 before replacing whitespace.
13054
13055 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13056
13057 * ob.el (org-babel-expand-noweb-references): Noweb references can
13058 now be resolved from the library of babel.
13059
13060 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13061
13062 * ob.el (org-babel-result-end): No longer leaving trailing new
13063 line after block removal.
13064
13065 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
13066
13067 * org-latex.el (org-export-latex-first-lines): Anchor outline
13068 regexp during LaTeX tree export.
13069
13070 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
13071
13072 * ob-python.el (org-babel-python-initiate-session-by-key): Make
13073 sure that py-which-bufname is initialized, as otherwise it will be
13074 overwritten the first time a Python buffer is created.
13075
13076 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13077
13078 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
13079 with spaces.
13080
13081 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
13082
13083 * ob-org.el (org-babel-execute:org): Padding code block with an
13084 empty title on LaTeX export.
13085
13086 2011-07-28 Matt Lundin <mdl@imapmail.org>
13087
13088 * org.el (org-entry-properties): Stop scanning for timestamps if a
13089 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
13090 requested and a match is found. Also, if a specific timestamp
13091 property is requested, do not push non-relevant timestamps onto
13092 property list.
13093
13094 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
13095
13096 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
13097 when grid is being made for today.
13098
13099 2011-07-28 Matt Lundin <mdl@imapmail.org>
13100
13101 * org-agenda.el (org-agenda-get-scheduled): Don't call
13102 `org-is-habit-p' until after checking for
13103 `org-agenda-skip-scheduled-if-done'.
13104
13105 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
13106
13107 * org.el: Remove spurious linebreak introduced by earlier patch.
13108
13109 * ob.el, ob-ref.el: Remove double fix of the same problem.
13110
13111 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
13112
13113 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
13114
13115 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
13116
13117 * org-html.el (org-export-html-mathjax-template): Displaymath
13118 environment and MathJax.
13119
13120 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
13121
13122 * org-faces.el (org-agenda-current-time): New face.
13123
13124 * org-agenda.el (org-agenda-show-current-time-in-grid):
13125 (org-agenda-current-time-string): New options.
13126 (org-agenda-add-time-grid-maybe): Add current time to time grid.
13127
13128 2011-05-10 Jim Meyering <meyering@redhat.com>
13129
13130 Fix doubled-word typos.
13131 * org-agenda.el (org-agenda-entry-types): the the -> the
13132 * org-table.el (org-table-get-remote-range): or or -> or
13133 * org-wl.el (org-wl-folder-type): the the -> the
13134 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
13135
13136 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * org-src.el (org-src-switch-to-buffer):
13139 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
13140 * org-mouse.el (org-mouse-agenda-type):
13141 * org-freemind.el (org-freemind-node-to-org):
13142 * ob-sql.el (org-babel-execute:sql):
13143 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
13144 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
13145
13146 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
13147
13148 * Version 23.3 released.
13149
13150 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
13151
13152 * org.el (org-blank-before-new-entry, org-context-in-file-links)
13153 (org-refile-targets, org-log-repeat, org-insert-link)
13154 (org-speed-command-default-hook, org-speed-command-hook)
13155 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
13156 Fix typos in docstrings.
13157 (org-toggle-pretty-entities): Fix typo in message.
13158
13159 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
13160
13161 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
13162
13163 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13164
13165 * org-remember.el (org-remember-mode-map):
13166 * org-src.el (org-src-mode-map): Move initialization into declaration.
13167
13168 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * org-remember.el (org-remember-mode):
13171 * org-capture.el (org-capture-mode): Don't run hook redundantly.
13172
13173 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
13174
13175 * org-faces.el (org-link): Inherit from link face.
13176 Suggested by Joakim Verona.
13177
13178 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
13179
13180 * org-footnote.el (org-footnote-create-definition): Place
13181 Footnotes section before message-signature-separator also in modes
13182 derived from message-mode.
13183
13184 2010-12-11 Julien Danjou <julien@danjou.info>
13185
13186 * org.el (org-make-tags-matcher): Remove useless cat-p value.
13187
13188 2010-12-11 Julien Danjou <julien@danjou.info>
13189
13190 * org.el (org-entry-properties): Enhance docstring.
13191
13192 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13193
13194 * org-list.el (org-list-top-point-with-indent)
13195 (org-list-bottom-point-with-indent): Pay also attention to
13196 'original-indentation property of text, as blocks are put to
13197 column 0 upon exporting.
13198
13199 2010-12-11 Dan Davison <dandavison7@gmail.com>
13200
13201 * ob.el (org-babel-remove-temporary-directory): Handle exception
13202 with message informing of failure to remove directory.
13203
13204 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13205
13206 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
13207 `package' to the list of Clojure header arguments which will be read
13208 from heading properties.
13209
13210 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13211
13212 * org-inlinetask.el (org-inlinetask-export-templates): Add
13213 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
13214 not default as it requires an additional LaTeX package: "todonotes".
13215
13216 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13217
13218 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
13219
13220 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
13221 templates to export inline tasks.
13222
13223 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13224
13225 * org.el (org-current-level): Ignore inline tasks when getting current
13226 level of entry.
13227
13228 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13229
13230 * org.el (org-indent-line-function): Ignore drawers inside inline
13231 tasks if the line to indent isn't inside an inline task itself.
13232
13233 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13234
13235 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
13236
13237 * org-indent.el (org-indent-add-properties): Find true level of
13238 indentation wrt inline tasks.
13239
13240 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13241
13242 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
13243
13244 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
13245
13246 * org-inlinetask.el (org-inlinetask-goto-end): New function.
13247
13248 * org.el (org-mark-subtree): New command.
13249
13250 * org.el (org-speed-commands-default, org-mode-map): Make use of
13251 new command.
13252
13253 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13254
13255 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
13256 from @<span class...> so it can be removed during LaTeX export.
13257
13258 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13259
13260 * ob.el (org-babel-insert-result): More informative code block
13261 evaluation messages.
13262
13263 2010-12-11 Matt Lundin <mdl@imapmail.org>
13264
13265 * org.el (org-make-heading-search-string): Optionally limit number
13266 of lines stored in file link search strings.
13267 (org-context-in-file-links): Add option to set to integer specifying
13268 number of lines.
13269
13270 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13271
13272 * org-capture.el (org-capture-finalize): New prefix argument
13273 STAY-WITH-CAPTURE.
13274 (org-capture-refile): Improve docstring.
13275
13276 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13277
13278 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
13279 interaction engine.
13280
13281 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13282
13283 * org-agenda.el (org-agenda-list):
13284 (org-agenda-goto-today): Use `org-today'.
13285
13286 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13287
13288 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
13289 and the title/author definitions.
13290
13291 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13292
13293 * org-macs.el: Better backup definition for
13294 `with-silent-modifications'.
13295
13296 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13297
13298 * ob-python.el (org-babel-execute:python): Rename "prefix" to
13299 "preamble".
13300 (org-babel-python-evaluate): Rename "prefix" to "preamble".
13301 (org-babel-python-evaluate-external-process): Rename "prefix" to
13302 "preamble".
13303
13304 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13305
13306 * ob.el (org-babel-examplize-region): Check if `end' is a marker
13307 or a point and handle appropriately.
13308
13309 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13310
13311 * ob-sql.el (org-babel-execute:sql): Explicitly set field
13312 separator to \t when importing tabular data.
13313
13314 2010-12-11 Julien Danjou <julien@danjou.info>
13315
13316 * org-agenda.el (org-agenda-custom-commands-local-options):
13317 Allow org-agenda-span to be a symbol.
13318 (org-agenda-ndays): Make obsolete.
13319 (org-agenda-span): New variable superseding org-agenda-ndays.
13320 (org-agenda-menu): Use org-agenda-current-span.
13321 (org-agenda-current-span): New local variable storing current
13322 span.
13323 (org-agenda-list): Take a span instead of ndays as argument.
13324 This function is now responsible for computing the ndays based
13325 on span.
13326 (org-agenda-ndays-to-span): Return span only if number of days
13327 really matches.
13328 (org-agenda-span-to-ndays): New function.
13329 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
13330 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
13331 (org-agenda-later): Do not give compute a new span, use the
13332 current one.
13333 (org-agenda-day-view, org-agenda-week-view)
13334 (org-agenda-month-view, org-agenda-year-view): Stop touching
13335 org-agenda-ndays.
13336 (org-agenda-change-time-span): Only compute starting-span.
13337 (org-agenda-compute-starting-span): New function derived from
13338 the old org-agenda-compute-time-span.
13339 (org-agenda-set-mode-name): Compute mode based on
13340 org-agenda-current-span.
13341 (org-agenda-span-name): New function.
13342
13343 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
13344
13345 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
13346
13347 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13348
13349 * org-clock.el (org-quarter-to-date): Define variables.
13350 (org-clock-special-range): Defin variables. Use org-floor*.
13351 (org-clocktable-write-default): Define tcol.
13352
13353 * org-compat.el (org-floor*): New function.
13354
13355 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13356 John Wiegley <jwiegley@gmail.com>
13357
13358 * org-complete.el: New file.
13359
13360 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13361
13362 * org-clock.el (org-clocktable-write-default): Fix the % formula.
13363
13364 2010-12-11 Matt Lundin <mdl@imapmail.org>
13365
13366 * org-agenda.el (org-format-agenda-item): The value of
13367 org-category is not converted to a string unless it is defined.
13368
13369 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13370
13371 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
13372 header argument through to external evaluation.
13373 (org-babel-python-evaluate): Pass the new "prefix" header argument
13374 through to external evaluation.
13375 (org-babel-python-evaluate-external-process): When specified prepend
13376 "prefix" to the file used in external evaluation.
13377
13378 2010-12-11 Dan Davison <dandavison7@gmail.com>
13379
13380 * ob-python.el (org-babel-python-evaluate-session): Change python
13381 module name from 'pp' to 'pprint'.
13382
13383 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13384
13385 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
13386 from R session output, these are often the result of variable
13387 assignments.
13388
13389 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13390
13391 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
13392 fix a compiler warning.
13393
13394 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13395
13396 * ob-eval.el (require): No longer require ob.el to allow
13397 requiring by ob.el.
13398
13399 * ob.el (ob-eval): Require ob-eval.
13400
13401 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13402
13403 * ob.el (org-babel-confirm-evaluate): Show code block's name when
13404 it is available during evaluation query.
13405
13406 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13407
13408 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
13409 code block.
13410 (org-babel-execute:sql): Use sql specific body expansion function.
13411 (org-babel-sql-expand-vars): Insert variables into a sql code block.
13412
13413 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13414
13415 * ob.el (org-babel-insert-result): Using markers instead of
13416 points for more robust buffer anchors.
13417
13418 2010-12-11 Julien Danjou <julien@danjou.info>
13419
13420 * org-capture.el: Use org-today.
13421
13422 2010-12-11 Julien Danjou <julien@danjou.info>
13423
13424 * org-habit.el: Use org-today.
13425
13426 2010-12-11 Julien Danjou <julien@danjou.info>
13427
13428 * org.el (org-auto-repeat-maybe): Use org-today.
13429
13430 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13431
13432 * org-clock.el (org-day-of-week): New function.
13433 (org-quarter-to-date): New function.
13434 (org-clock-special-range): Implement quarters.
13435
13436 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
13437
13438 * org.el (org-complete-tags-always-offer-all-agenda-tags):
13439 Fix docstring.
13440
13441 2010-12-11 Julien Danjou <julien@danjou.info>
13442
13443 * org-agenda.el (org-format-agenda-item): Convert category to a string
13444 if it is a symbol. This fixes the following call to
13445 org-agenda-get-category-icon which fails if category is not a string.
13446
13447 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13448
13449 * ob-clojure.el: Updated requirements documentation to mention
13450 the minimum version of Clojure.
13451 (org-babel-expand-body:clojure): Fully qualified function name.
13452
13453 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13454
13455 * org-latex.el (org-export-latex-lists): Do not add an
13456 unnecessary newline character after a list.
13457
13458 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13459 point is just after a non blank line.
13460
13461 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13462
13463 * ob.el (org-babel-examplize-region): Remove old assertion which
13464 no longer applies to the result insertion code.
13465
13466 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13467
13468 * ob-python.el (org-babel-execute:python): Use a :return header
13469 argument for external evaluation in which the code block body need
13470 to be wrapped in a function.
13471
13472 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13473
13474 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13475 variable.
13476
13477 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13478
13479 * org.el (org-edit-special): Edit formulas when in TBLMF line.
13480
13481 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
13482
13483 * org-capture.el (org-capture-after-finalize-hook): New hook.
13484 (org-capture-finalize): Run the new hook.
13485
13486 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13487
13488 * ob-clojure.el (org-babel-expand-body:clojure): Support for
13489 pretty printing of Clojure code and data.
13490
13491 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13492
13493 * ob.el (org-babel-insert-result): No longer escape results which
13494 will be wrapped in a block.
13495
13496 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13497
13498 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13499 warning and added documentation string.
13500
13501 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13502
13503 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13504 for all code evaluation.
13505
13506 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13507
13508 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13509 the column as well.
13510
13511 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13512
13513 * ob.el (org-babel-confirm-evaluate): More descriptive message
13514 when evaluation is aborted or disabled.
13515
13516 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13517
13518 * ob.el (org-babel-insert-result): Responds to new "wrap" header
13519 argument.
13520 (org-babel-merge-params): Includes new "wrap" header argument in
13521 one of the results header argument exclusive groups.
13522
13523 2010-12-11 David Maus <dmaus@ictsoc.de>
13524
13525 * org-macs.el (with-silent-modifications): Fix condition for
13526 with-silent-modification.
13527
13528 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13529
13530 * ob.el (org-babel-parse-header-arguments): Stripping trailing
13531 spaces off of header arguments (even the first one).
13532
13533 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13534
13535 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13536 single quotes which is the best practice.
13537 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13538 more robust parsing of shell output.
13539
13540 2010-12-11 Dan Davison <dandavison7@gmail.com>
13541
13542 * org.el (org-additional-option-like-keywords): Add more keywords,
13543 and colons to some old ones.
13544
13545 2010-12-11 Dan Davison <dandavison7@gmail.com>
13546
13547 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13548
13549 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13550
13551 * ob-python.el (org-babel-python-table-or-string):
13552 Using `org-babel-script-escape' for reading string input from scripting
13553 languages.
13554
13555 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13556
13557 * org-macs.el (org-called-interactively-p): Wrap function call in
13558 with-no-warnings.
13559 (with-silent-modifications): Declare macro for Emacs < 23.2.
13560
13561 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13562
13563 * ob.el (org-babel-parse-header-arguments): Remove addition of
13564 ":" to singleton first header arguments as it was leading to errors.
13565
13566 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13567
13568 * org-latex.el (org-export-latex-make-header): Run the title through
13569 `org-export-latex-fontify-headline'.
13570 (org-export-latex-fontify-headline): Do the protection of math
13571 snippets also here.
13572
13573 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
13574
13575 * org-latex.el (org-export-as-latex): Sent the section title
13576 through the preprocessor.
13577
13578 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13579
13580 * org-html.el (org-html-level-start): Mark listified headings
13581 with a custom id.
13582
13583 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13584
13585 * org.el (org-open-at-point): Don't do footnote action if cursor is
13586 on a bracket link.
13587
13588 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13589
13590 * org.el (org-edit-special): Check also for TBLFM line.
13591
13592 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
13593
13594 * org-clock.el (org-get-clocktable): Previous patch incorrectly
13595 required whitespace in front of #+BEGIN: and #+END:.
13596
13597 2010-12-11 Dan Davison <dandavison7@gmail.com>
13598
13599 * org-src.el (org-edit-src-code): Allow region to be inherited by
13600 edit buffer when mark is one character beyond end of src block.
13601
13602 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13603
13604 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13605 checking item indentation.
13606
13607 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13608
13609 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13610 and now autoloading.
13611
13612 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13613
13614 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13615 for testing list membership.
13616
13617 * ob.el (org-babel-read-result): Use higher level function for
13618 testing list membership.
13619 (org-babel-result-end): Use higher level function for testing list
13620 membership.
13621
13622 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13623
13624 * ob-sqlite.el (ob-eval): Require ob-eval for external command
13625 execution.
13626 (org-babel-execute:sqlite): No longer uses the init option for
13627 passing commands to sqlite.
13628
13629 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13630
13631 * org.el (org-indent-line-function): Drawers and blocks have no
13632 influence on indentation of text below. Also fix indentation
13633 problem with a block at column 0 and add a special case for
13634 literal examples.
13635
13636 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13637
13638 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13639 is only evaluated once.
13640
13641 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13642
13643 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13644 type of data
13645 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13646
13647 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13648
13649 * ob-tangle.el (org-babel-load-file): Can be called interactively.
13650
13651 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13652
13653 * org-table.el (orgtbl-after-send-table-hook): New hook.
13654 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13655 table was sent.
13656 (orgtbl-send-table): Return the number of sent tables, or nil if no
13657 sending has happened.
13658
13659 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13660
13661 * org.el (org-get-priority-function): New option.
13662 (org-get-priority): Call `org-get-priority-function' if that
13663 has been set.
13664
13665 2010-12-11 Dan Davison <dandavison7@gmail.com>
13666
13667 * ob-table.el (org-babel-table-truncate-at-newline): Only add
13668 "..." if there is something after the newline.
13669
13670 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13671
13672 * org-clock.el (org-get-clocktable):
13673 (org-in-clocktable-p):
13674 (org-clocktable-shift):
13675 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13676
13677 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
13678
13679 * org-exp.el (org-export-handle-include-files): Support :minlevel
13680 property.
13681 (org-get-file-contents): New argument minlevel to demote included
13682 content.
13683
13684 2010-12-11 Noorul Islam <noorul@noorul.com>
13685
13686 * org-latex.el (org-export-latex-hyperref-format): New option.
13687 (org-export-latex-href-format): Rename the existing variable
13688 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13689 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13690 `org-export-latex-href-format'.
13691
13692 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13693
13694 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13695 buffer exists before it is used.
13696
13697 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13698
13699 * org-exp.el (org-export-preprocess-string): Delay code block
13700 processing a bit to allow correct list parsing in the export string.
13701
13702 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
13703
13704 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13705 (org-agenda-time-of-day-to-ampm): New function.
13706 (org-agenda-time-of-day-to-ampm-maybe): New function.
13707 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13708
13709 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13710
13711 * org-faces.el (org-cycle-level-faces): New option.
13712
13713 * org.el (org-get-level-face): Honor org-cycle-level-faces.
13714
13715 2010-12-11 Julien Danjou <julien@danjou.info>
13716
13717 * org-agenda.el (org-agenda-today): New function.
13718 (org-agenda-get-day-face): New function.
13719 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13720 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13721 (org-todo-list): Use org-agenda-today.
13722 (org-get-all-dates): Use org-agenda-today.
13723 (org-agenda-day-face-function): New variable.
13724 (org-agenda-get-day-face): Use org-agenda-day-face-function.
13725
13726 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13727
13728 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13729 in Org.
13730
13731 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13732
13733 * org-html.el (org-export-as-html): Do not treat partially
13734 protected lines as if they were fully protected.
13735
13736 2010-12-11 Dan Davison <dandavison7@gmail.com>
13737
13738 * org-exp.el (org-export-format-source-code-or-example):
13739 Remove hard-wired configuration of minted export
13740 (org-export-latex-minted-with-line-numbers): Remove variable.
13741
13742 2010-12-11 Bastien Guerry <bzg@gnu.org>
13743
13744 * org-clock.el (org-dblock-write:clocktable): Fix double
13745 reference to `link' in let construct.
13746 (org-clock-clocktable-formatter): Fix typo in docstring.
13747 (org-clocktable-write-default): Fix typo in docstring.
13748
13749 2010-12-11 David Maus <dmaus@ictsoc.de>
13750
13751 * org-protocol.el (org-protocol-unhex-string): Normalize percent
13752 escape sequence to upper case letters.
13753
13754 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13755
13756 * ob-lob.el (org-babel-lob-get-info): Include pass-through
13757 header arguments in results variable header argument string.
13758
13759 2010-12-11 David Maus <dmaus@ictsoc.de>
13760
13761 * org-exp.el (org-export-visible): Limit search for in-buffer options
13762 beginning of first headline.
13763
13764 2010-12-11 David Maus <dmaus@ictsoc.de>
13765
13766 * org.el (org-open-at-point): Remove stale link handler for news:
13767 links.
13768
13769 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13770
13771 * org-clock.el (org-clocktable-write-default): Better handling of
13772 narrowing.
13773
13774 2010-12-11 Julien Danjou <julien@danjou.info>
13775
13776 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13777
13778 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13779
13780 * org.el (org-indent-line-function): Simplify code and remove bug that
13781 would insert a tab at the beginning of the line when trying to
13782 indent the item.
13783
13784 2010-12-11 Julien Danjou <julien@danjou.info>
13785
13786 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13787
13788 2010-12-11 Julien Danjou <julien@danjou.info>
13789
13790 * org-agenda.el (org-agenda-prefix-format): Insert place holder
13791 for icon.
13792 (org-agenda-category-icon-alist): New option.
13793 (org-agenda-get-category-icon): New function.
13794 (org-format-agenda-item): Support for icons.
13795 (org-compile-prefix-format): Support for icons.
13796
13797 2010-12-11 Julien Danjou <julien@danjou.info>
13798
13799 * org-compat.el: Create defalias for `string-match-p' and
13800 looking-at-p.
13801
13802 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13803
13804 * ob-calc.el (org-babel-execute:calc): Support for variables --
13805 converts :var variables in calc variables.
13806
13807 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13808
13809 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13810
13811 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13812
13813 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13814
13815 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13816
13817 * org-id.el (org-id-store-link): Test for org-mode before checking
13818 for IDs.
13819
13820 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13821
13822 * org.el (org-shorten-string): New function.
13823
13824 * org-exp.el (org-export-convert-protected-spaces): New function.
13825 (org-export-preprocess-string):
13826 Call `org-export-convert-protected-spaces' to handle new hard spaces.
13827
13828 2010-12-11 David Maus <dmaus@ictsoc.de>
13829
13830 * org.el (org-narrow-to-subtree): Check for heading that ends at end
13831 of buffer.
13832
13833 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
13834
13835 * org-capture.el (org-capture-templates): Remove autoload from
13836 defcustom.
13837
13838 * ob-lisp.el (slime): Don't expect slime to be present.
13839
13840 2010-11-11 Dan Davison <dandavison7@gmail.com>
13841
13842 * ob.el: `copy-sequence' suffices to copy alist; no need for
13843 `copy-tree'.
13844
13845 2010-11-11 Dan Davison <dandavison7@gmail.com>
13846
13847 * ob.el (org-babel-execute-src-block): If ":results file" is in
13848 effect, then ensure that the value of :file is returned as the
13849 result; don't rely on language files for this.
13850
13851 2010-11-11 Dan Davison <dandavison7@gmail.com>
13852
13853 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13854 structure by side-effects of `sort'.
13855
13856 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
13857
13858 * org-list.el (org-list-bottom-point-with-indent): Do not check
13859 indentation of a non-empty blank line.
13860
13861 * org-list.el (org-sort-list): Sort a list with point anywhere
13862 inside it.
13863
13864 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13865
13866 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13867 hopefully better error messages.
13868
13869 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13870
13871 * org.el (org-babel-load-languages): Adding calc.
13872
13873 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13874
13875 * ob.el (org-babel-initiate-session): Don't resolve variable
13876 references unless prefix arg is supplied.
13877
13878 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13879
13880 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13881 refers to the correct stack.
13882
13883 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13884
13885 * ob-calc.el: Adding the beginnings of support for calc code
13886 blocks.
13887
13888 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13889
13890 * ob-tangle.el (org-babel-update-block-body): Declaring function
13891 for updating code block bodies.
13892 (org-babel-spec-to-string):
13893 (org-babel-detangle): Detangle all tangled and commented code
13894 blocks in the current file back to org.
13895 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13896 file back to the originating org-mode code block ob-tangle:
13897 detangle changes in code files back to the original org files.
13898
13899 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13900
13901 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13902 (org-babel-tangle-comment-format-end): Fix typo.
13903
13904 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13905
13906 * org-exp.el (org-export-format-source-code-or-example):
13907 Use minted for latex source code export if `org-export-latex-listings'
13908 has the value 'minted.
13909
13910 * org-latex.el (org-export-latex-listings): Document special value
13911 'minted.
13912
13913 * org-latex.el (org-export-latex-minted): Delete variable.
13914
13915 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13916
13917 * ob.el (org-babel-get-src-block-info): Retrieve contents of
13918 parentheses, excluding parentheses themselves.
13919
13920 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13921
13922 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13923 Fix bug in gnuplot data file assignment using user variables.
13924
13925 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13926
13927 * ob-latex.el (org-babel-execute:latex): Adding new :headers
13928 header argument for latex code blocks.
13929
13930 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13931
13932 * org-capture.el (org-capture-templates): New capture property
13933 `:kill-buffer'.
13934 (org-capture-finalize): Kill target buffer if that is desired.
13935 (org-capture-target-buffer): Remember if we have to make the buffer.
13936
13937 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13938
13939 * org-clock.el (org-dblock-write:clocktable): Fix bug when
13940 computing clock tables.
13941
13942 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13943
13944 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13945 to caller even if no table is generated.
13946
13947 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
13948
13949 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13950 values from diary entries.
13951
13952 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13953 anniversaries.
13954
13955 * org.el (org-diary-sexp-entry): Handle lists as return values
13956 from diary entries.
13957
13958 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13959
13960 * org-capture.el (org-capture-empty-lines-before):
13961 (org-capture-empty-lines-after): Make sure the n=0 does not insert
13962 any newlines.
13963
13964 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13965
13966 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13967 message when clojure binary is not found.
13968
13969 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13970
13971 * org-html.el (org-format-table-html): New argument DOCBOOK.
13972 (org-format-org-table-html): New argument DOCBOOK. When set, use
13973 align instead of class to align table fields.
13974
13975 * org-docbook.el (org-export-as-docbook): Specify the docbook
13976 argument for the table converter.
13977
13978 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13979
13980 * org-macs.el (org-called-interactively-p): New macro.
13981
13982 * org-freemind.el: No longer require 'rx.
13983 (org-freemind): New customization group, use it for all the
13984 variables.
13985 (org-export-as-freemind): Add docstring.
13986 (org-freemind-show): Improve filen naming.
13987 (org-freemind-convert-links-helper): New function.
13988 (org-freemind-bol-helper-base-indent): New variable.
13989 (org-freemind-bol-helper): New function.
13990 (org-freemind-node-css-style): New option.
13991 (org-freemind-node-pattern): New variable.
13992 (org-freemind-from-org-mode): Better docstring.
13993
13994 2010-11-11 David Maus <dmaus@ictsoc.de>
13995
13996 * ob-haskell.el (org-babel-variable-assignments:haskell):
13997 Don't pass more than two arguments to mapc.
13998
13999 2010-11-11 David Maus <dmaus@ictsoc.de>
14000
14001 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
14002
14003 2010-11-11 David Maus <dmaus@ictsoc.de>
14004
14005 * org-footnote.el (message-signature-separator): Defvar to silence
14006 byte compiler.
14007
14008 2010-11-11 David Maus <dmaus@ictsoc.de>
14009
14010 * org-exp.el (org-export-string): Fix reference to wrong symbol.
14011
14012 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
14013
14014 * org.el (org-link-search): Return 'dedicated on successful match
14015 when org-link-search-must-match-exact-headline is set to t.
14016
14017 2010-11-11 Daniel Clemente <n142857@gmail.com>
14018
14019 * org-html.el (org-html-make-link): Append fragment to file: links
14020 if present.
14021
14022 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
14023
14024 * org-footnote.el (org-footnote-create-definition)
14025 (org-footnote-goto-local-insertion-point): Add footnotes before
14026 signature when in message-mode.
14027
14028 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14029
14030 * org.el (org-display-inline-images): Improve regexp.
14031
14032 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14033
14034 * org.el (org-cycle): Make sure resetting to startup visibility
14035 works after another cycle command.
14036
14037 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14038
14039 * org-exp.el (org-export-string): New function org-export-string
14040 can be used to convert a string of test in org-mode markup to a
14041 specified format.
14042
14043 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14044
14045 * org.el (org-display-inline-images): Allow non-ASCII characters
14046 in image file names. Save match data.
14047
14048 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14049
14050 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
14051 stamps.
14052
14053 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14054
14055 * org-exp.el (org-store-forced-table-alignment):
14056 (org-export-remove-special-table-lines): Allow the "c" cookie for
14057 table alignment.
14058
14059 * org-html.el (org-export-table-header-tags):
14060 (org-export-table-data-tags): Add another %s format for the
14061 alignment.
14062 (org-export-html-table-align-individual-fields): New option.
14063 (org-format-org-table-html): Implement field-by-field alignment
14064 and support centering.
14065 (org-format-table-table-html): Make sure the new table tag formats
14066 don't break this function.
14067
14068 * org-table.el (org-table-cookie-line-p):
14069 (org-table-align): Allow for the <c> cookie.
14070
14071 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
14072
14073 2010-11-11 David Maus <dmaus@ictsoc.de>
14074
14075 * org-exp.el (org-export-normalize-links): Skip normalization of
14076 plain links that are part of another link.
14077
14078 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14079
14080 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
14081
14082 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14083
14084 * org-indent.el (org-indent-add-properties):
14085 Use `with-silent-modifications'.
14086 (org-indent-remove-properties): Use `with-silent-modifications'.
14087
14088 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14089
14090 * org-table.el (org-table-cookie-line-p): Fix indentation.
14091
14092 * org-exp.el (org-store-forced-table-alignment): New function.
14093 (org-export-preprocess-string):
14094 Call `org-store-forced-table-alignment'.
14095
14096 * org-html.el (org-format-org-table-html): Use stored alignment
14097 information.
14098
14099 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14100
14101 * ob.el (org-babel-execute-src-block): Respects prefix argument
14102 (which forces re-calculation).
14103
14104 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14105
14106 * ob.el (org-babel-execute-src-block): Remove needless param
14107 sorting from ob-execute-src-block, the params are sorted already
14108 by ob-sha1-hash.
14109
14110 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14111
14112 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
14113 header argument level.
14114
14115 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14116
14117 * ob.el (org-babel-sha1-hash): Consider words in different order
14118 as different input.
14119
14120 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14121
14122 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
14123
14124 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14125
14126 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
14127 structure of an Org-mode table (list of lists).
14128
14129 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14130
14131 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
14132 (reference to unassigned variable `src-lang' and avoid calling
14133 org-babel-get-src-block-info twice.
14134
14135 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14136
14137 * ob.el (org-babel-demarcate-block): Updated to reflect the new
14138 info list contents.
14139
14140 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14141
14142 * org-src.el (org-edit-src-code): Supply non-nil argument to
14143 `org-babel-get-src-block-info' to avoid resolving variable
14144 references.
14145
14146 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14147
14148 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
14149 improved efficiency of org-babel-map-src-blocks.
14150
14151 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14152
14153 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
14154 checks that a code block will actually be tangled before
14155 collecting it's full information (a process which could involve
14156 the execution of other code blocks).
14157
14158 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14159
14160 * ob.el (org-babel-demarcate-block): Use light version of
14161 `org-babel-get-src-block-info'.
14162
14163 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14164
14165 * ob.el (org-babel-sha1-hash): Now handles more complex types in
14166 params.
14167
14168 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14169
14170 * ob.el (org-babel-execute-src-block): Generally using the new
14171 more informative params
14172 (org-babel-process-params): Don't forget the :var portion of
14173 variable assignments.
14174
14175 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14176
14177 * ob-table.el (sbe): Simplified to reflect to var resolution.
14178
14179 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14180
14181 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
14182 arguments back to their params before evaluation.
14183
14184 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14185
14186 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
14187 indentation.
14188
14189 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14190
14191 * ob-table.el (sbe): Use `org-babel-process-params params' instead
14192 of `org-babel-expand-variables'.
14193
14194 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14195
14196 * ob-C.el (org-babel-C-execute): Remove call to
14197 org-babel-process-params which should no longer be called from
14198 within a language file.
14199
14200 * ob-R.el (org-babel-execute:R): Remove call to
14201 org-babel-process-params which should no longer be called from
14202 within a language file
14203 (org-babel-R-variable-assignments): Remove call to
14204 org-babel-process-params which should no longer be called from
14205 within a language file.
14206
14207 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
14208 org-babel-process-params which should no longer be called from
14209 within a language file.
14210
14211 * ob-clojure.el (org-babel-execute:clojure): Remove call to
14212 org-babel-process-params which should no longer be called from
14213 within a language file.
14214
14215 * ob-dot.el (org-babel-execute:dot): Remove call to
14216 org-babel-process-params which should no longer be called from
14217 within a language file.
14218
14219 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
14220 call to org-babel-process-params which should no longer be called
14221 from within a language file
14222 (org-babel-execute:emacs-lisp): Remove call to
14223 org-babel-process-params which should no longer be called from
14224 within a language file.
14225
14226 * ob-haskell.el (org-babel-execute:haskell): Remove call to
14227 org-babel-process-params which should no longer be called from
14228 within a language file.
14229
14230 * ob-js.el (org-babel-execute:js): Remove call to
14231 org-babel-process-params which should no longer be called from
14232 within a language file.
14233
14234 * ob-lisp.el (org-babel-execute:lisp): Remove call to
14235 org-babel-process-params which should no longer be called from
14236 within a language file.
14237
14238 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
14239 org-babel-process-params which should no longer be called from
14240 within a language file.
14241
14242 * ob-octave.el (org-babel-execute:octave): Remove call to
14243 org-babel-process-params which should no longer be called from
14244 within a language file.
14245
14246 * ob-perl.el (org-babel-execute:perl): Remove call to
14247 org-babel-process-params which should no longer be called from
14248 within a language file.
14249
14250 * ob-python.el (org-babel-execute:python): Remove call to
14251 org-babel-process-params which should no longer be called from
14252 within a language file.
14253
14254 * ob-ruby.el (org-babel-execute:ruby): Remove call to
14255 org-babel-process-params which should no longer be called from
14256 within a language file.
14257
14258 * ob-scheme.el (org-babel-execute:scheme): Remove call to
14259 org-babel-process-params which should no longer be called from
14260 within a language file.
14261
14262 * ob-screen.el (org-babel-execute:screen): Remove call to
14263 org-babel-process-params which should no longer be called from
14264 within a language file
14265 (org-babel-prep-session:screen): Remove call to
14266 org-babel-process-params which should no longer be called from
14267 within a language file.
14268
14269 * ob-sh.el (org-babel-execute:sh): Remove call to
14270 org-babel-process-params which should no longer be called from
14271 within a language file.
14272
14273 * ob-sql.el (org-babel-execute:sql): Remove call to
14274 org-babel-process-params which should no longer be called from
14275 within a language file.
14276
14277 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
14278 processed params.
14279
14280 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
14281 processed params.
14282
14283 * ob-R.el (org-babel-execute:R): Remove reference to processed
14284 params.
14285
14286 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14287
14288 * ob-sql.el (org-babel-execute:sql): Use generic expansion
14289 function
14290 (org-babel-expand-body:sql): Delete function.
14291
14292 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14293
14294 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
14295 (org-babel-expand-body:sh): Delete function
14296 (org-babel-prep-session:sh): Change name of called function
14297 (org-babel-variable-assignments:sh): Change function name.
14298
14299 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14300
14301 * ob-screen.el (org-babel-execute:screen): Use generic expansion
14302 function
14303 (org-babel-expand-body:screen): Delete function
14304 (org-babel-prep-session:screen): Remove references to processed
14305 params.
14306
14307 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14308
14309 * ob-sass.el (org-babel-execute:sass): Use generic expansion
14310 function
14311 (org-babel-expand-body:sass): Delete function.
14312
14313 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14314
14315 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
14316 function
14317 (org-babel-prep-session:ruby): Use new variable assignment
14318 function
14319 (org-babel-variable-assignments:ruby): New function
14320 (org-babel-expand-body:ruby): Delete function.
14321
14322 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14323
14324 * ob-python.el (org-babel-execute:python): Use generic expansion
14325 function
14326 (org-babel-prep-session:python): Change name of called function
14327 (org-babel-variable-assignments:python): Change function name
14328 (org-babel-expand-body:python): Delete function.
14329
14330 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14331
14332 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
14333 (automatically handled by generic version).
14334
14335 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14336
14337 * ob-perl.el (org-babel-execute:perl): Use generic expansion
14338 function
14339 (org-babel-expand-body:perl): Delete function
14340 (org-babel-variable-assignments:perl): New function.
14341
14342 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14343
14344 * ob-org.el (org-babel-expand-body:org): Delete function
14345 (automatically handled by generic version).
14346
14347 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14348
14349 * ob-octave.el (org-babel-execute:octave): Use generic expansion
14350 function
14351 (org-babel-variable-assignments:octave): Change name of function
14352 (org-babel-variable-assignments:matlab): New defalias
14353 (org-babel-prep-session:octave): Change name of function
14354 (org-babel-expand-body:matlab): Delete function
14355 (org-babel-expand-body:octave): Delete function.
14356
14357 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14358
14359 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
14360 function
14361 (org-babel-variable-assignments:ocaml): New function
14362 (org-babel-expand-body:ocaml): Delete function.
14363
14364 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14365
14366 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
14367 (automatically handled by generic version).
14368
14369 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14370
14371 * ob-js.el (org-babel-execute:js): Use new variable assignment
14372 function
14373 (org-babel-expand-body:js): Delete function
14374 (org-babel-prep-session:js): Use new variable assignment function
14375 (org-babel-variable-assignments:js): New function.
14376
14377 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14378
14379 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
14380 function
14381 (org-babel-expand-body:haskell): Delete function
14382 (org-babel-prep-session:haskell): Use variable assignment function
14383 (org-babel-variable-assignments:haskell): New function.
14384
14385 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14386
14387 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
14388 assignment function
14389 (org-babel-prep-session:gnuplot): Use variable assignment function
14390 (org-babel-variable-assignments:gnuplot): New function.
14391
14392 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14393
14394 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
14395 (automatically handled by generic version).
14396
14397 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14398
14399 * ob-css.el (org-babel-expand-body:css): Delete function
14400 (automatically handled by generic version).
14401
14402 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14403
14404 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
14405 expansion function
14406 (org-babel-expand-body:asymptote): Delete function
14407 (org-babel-variable-assignments:asymptote): New function.
14408
14409 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14410
14411 * ob-R.el (org-babel-expand-body:R): Use new function
14412 `org-babel-variable-assignments:R'; don't trim body.
14413 (org-babel-execute:R): Respond to changes in
14414 `org-babel-expand-body:R'
14415 (org-babel-prep-session:R): Called function is now named
14416 `org-babel-variable-assignments:R'
14417 (org-babel-variable-assignments:R): Receives processed-params as
14418 new optional argument.
14419
14420 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14421
14422 * ob-C.el (org-babel-C-expand): Don't trim body.
14423
14424 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14425
14426 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
14427 obtaining variable references.
14428
14429 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14430
14431 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
14432 assignment lines to generic expansion command.
14433
14434 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14435
14436 * ob.el (org-babel-expand-src-block): Supply variable assignment
14437 lines to generic expansion function
14438 (org-babel-expand-body:generic): Prepend body with optional
14439 variable assignment lines.
14440
14441 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14442
14443 * ob-exp.el (org-babel-exp-results): Replaced old function call.
14444
14445 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14446
14447 * ob-lob.el (org-babel-lob-execute): Now expanding variable
14448 references before execution.
14449
14450 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14451
14452 * ob.el (org-babel-execute-src-block): Only sort parameters if
14453 it's required for caching.
14454
14455 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14456
14457 * ob-table.el (sbe): Reworking for better indentation and to
14458 integrate the new variable resolution.
14459
14460 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14461
14462 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14463 variables when resolving references.
14464
14465 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14466
14467 * ob.el (org-babel-merge-params): Fix order or precedence for
14468 variables.
14469
14470 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14471
14472 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14473 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14474 (org-babel-R-variable-assignments):
14475 * ob-asymptote.el (org-babel-expand-body:asymptote)
14476 (org-babel-execute:asymptote):
14477 * ob-clojure.el (org-babel-expand-body:clojure)
14478 (org-babel-execute:clojure):
14479 * ob-css.el (org-babel-expand-body:css):
14480 * ob-ditaa.el (org-babel-expand-body:ditaa):
14481 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14482 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14483 (org-babel-execute:emacs-lisp):
14484 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14485 * ob-haskell.el (org-babel-expand-body:haskell)
14486 (org-babel-execute:haskell, org-babel-load-session:haskell)
14487 (org-babel-prep-session:haskell):
14488 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14489 * ob-latex.el (org-babel-expand-body:latex):
14490 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14491 * ob-mscgen.el (org-babel-expand-body:mscgen):
14492 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14493 * ob-octave.el (org-babel-expand-body:matlab)
14494 (org-babel-expand-body:octave, org-babel-execute:octave)
14495 (org-babel-octave-variable-assignments):
14496 * ob-org.el (org-babel-expand-body:org):
14497 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14498 * ob-plantuml.el (org-babel-expand-body:plantuml):
14499 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14500 (org-babel-python-variable-assignments):
14501 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14502 * ob-sass.el (org-babel-expand-body:sass):
14503 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14504 * ob-screen.el (org-babel-expand-body:screen):
14505 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14506 (org-babel-sh-variable-assignments):
14507 * ob-sql.el (org-babel-expand-body:sql):
14508 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14509 * ob.el (org-babel-expand-body:generic):
14510 Remove obsoleted optional third argument.
14511
14512 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14513
14514 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14515 calls to removed org-babel-ref-variables.
14516
14517 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14518
14519 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14520 ingested code blocks.
14521
14522 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14523
14524 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14525 information from within the original export file.
14526
14527 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14528
14529 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14530 (this should return nil if not match found.
14531
14532 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14533
14534 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14535 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14536
14537 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14538
14539 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14540 docstring.
14541
14542 * ob-python.el (org-babel-python-variable-assignments):
14543 Provide missing docstring.
14544
14545 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14546
14547 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14548 variable assignment part out into a separate function
14549 (org-babel-octave-variable-assignments): New function constructing
14550 list of variable assignment statements
14551 (org-babel-prep-session:octave): Use new function
14552 `org-babel-octave-variable-assignments' instead of previous
14553 (incorrect) variable assignment code.
14554
14555 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14556
14557 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14558 assignment part out into a separate function
14559 (org-babel-sh-variable-assignments): New function constructing
14560 list of variable assignment statements
14561 (org-babel-prep-session:sh): Use new function
14562 `org-babel-sh-variable-assignments' instead of previous
14563 (incorrect) variable assignment code.
14564
14565 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14566
14567 * ob-python.el (org-babel-expand-body:python): Refactor: break
14568 variable assignment part out into a separate function
14569 (org-babel-python-variable-assignments): New function constructing
14570 list of variable assignment statements
14571 (org-babel-prep-session:python): Use new function
14572 `org-babel-python-variable-assignments' instead of previous
14573 (incorrect) variable assignment code.
14574
14575 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14576
14577 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14578 assignment part out into a separate function
14579 (org-babel-R-variable-assignments): New function constructing list
14580 of variable assignment statements
14581 (org-babel-prep-session:R): Use new function
14582 `org-babel-R-variable-assignments' instead of previous
14583 (incorrect) variable assignment code.
14584
14585 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14586
14587 * ob.el (org-babel-initiate-session): Better variable names.
14588
14589 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14590
14591 * ob.el (org-number-sequence):
14592 Declared * ob-R.el (org-number-sequence): Declared.
14593
14594 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14595
14596 * ob.el (org-babel-map-src-blocks): Store correct value of
14597 `end-block'.
14598
14599 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14600
14601 * ob.el (org-babel-mark-block): New function to mark the body of a
14602 src block in the style of `mark-defun'.
14603
14604 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14605
14606 * org-compat.el (org-number-sequence): New function.
14607
14608 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14609
14610 * ob.el (org-babel-where-is-src-block-result):
14611 Use `org-number-sequence'.
14612 (org-babel-current-buffer-properties): Fix variable definition.
14613
14614 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14615
14616 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14617 version of `shell-command'.
14618
14619 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14620 `shell-command'.
14621
14622 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14623
14624 * org-list.el (org-list-search-unenclosed-generic): Replace call
14625 to booleanp.
14626
14627 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14628
14629 * org.el (org-agenda-jump-prefer-future): New option.
14630
14631 * org-agenda.el (org-agenda-goto-date):
14632 Use `org-agenda-jump-prefer-future'.
14633
14634 2010-11-11 Noorul Islam <noorul@noorul.com>
14635
14636 * org-latex.el (org-export-latex-links): Replaced hard coded
14637 hyperref format with custom variable
14638 `org-export-latex-hyperref-format'.
14639
14640 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14641
14642 * org.el (org-insert-heading): Fix docstring.
14643
14644 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
14645
14646 * org-capture.el (org-capture-place-entry): If the first line is
14647 already a headline, just stay there.
14648
14649 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14650
14651 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14652 are non-nil.
14653
14654 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14655
14656 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14657 after an entity.
14658
14659 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14660
14661 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14662 table fields.
14663
14664 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14665
14666 * org.el (org-insert-heading): When on the headline of an inline
14667 task, insert another inline tasks.
14668
14669 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14670
14671 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14672 links for blocks that will actually tangle.
14673
14674 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14675
14676 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14677 in expanded shell bodies.
14678
14679 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14680
14681 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14682 newline characters.
14683
14684 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14685
14686 * ob-sh.el (org-babel-expand-body:sh): Align code.
14687
14688 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14689
14690 * ob.el (org-babel-params-from-properties): Max line with at <=80.
14691
14692 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14693
14694 * org-latex.el (org-export-latex-listings-langs): Clojure is now
14695 recognized as a lisp.
14696
14697 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14698
14699 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14700 to interpret property as header argument value.
14701
14702 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14703
14704 * ob.el (org-babel-parse-header-arguments): Simplify reading of
14705 header arg value.
14706
14707 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14708
14709 * org-publish.el (org-publish-org-to-ascii):
14710 (org-publish-org-to-latin1):
14711 (org-publish-org-to-utf8): New functions.
14712
14713 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14714
14715 * org.el (org-insert-heading): Skip inline tasks when trying to
14716 insert a new heading after the end of the subtree.
14717
14718 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14719
14720 * org-inlinetask.el (org-inlinetask-min-level): Set customization
14721 type to integer or nil.
14722
14723 * org.el (org-insert-heading): When after an inline task, do not
14724 use level but go back to headline level before the inline task.
14725
14726 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14727
14728 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14729
14730 * org.el (org-indent-line-function): Fix indentation of inline
14731 tasks.
14732
14733 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14734
14735 * org.el (org-activate-links): Fix customize type.
14736
14737 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14738
14739 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14740 default option.
14741
14742 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14743
14744 * org-latex.el (org-export-latex-minted): Document pygments
14745 dependency.
14746
14747 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14748
14749 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14750 file if encryption has been turned on.
14751 (org-mobile-copy-agenda-files): Avoid double encryption of
14752 `mobileorg.org'.
14753
14754 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14755
14756 * org-exp.el (org-export-latex-minted-with-line-numbers):
14757 Ensure that variable is declared.
14758
14759 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14760
14761 * ob-python.el (org-src-preserve-indentation): Fix compiler
14762 warning.
14763
14764 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14765
14766 * org-exp.el (org-export-format-source-code-or-example):
14767 Latex formatting of source code blocks using the minted package
14768 (org-export-plist-vars): Add :latex-minted property
14769 (org-export-latex-minted): Ensure variable is defined
14770 (org-export-latex-minted-langs): Ensure variable is defined.
14771
14772 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14773
14774 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14775
14776 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14777
14778 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14779
14780 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14781
14782 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14783 when `org-src-preserve-indentation' is non-nil.
14784
14785 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14786
14787 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14788 of blocks added to Library of Babel.
14789
14790 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14791
14792 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14793 name.
14794
14795 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14796
14797 * org-beamer.el (org-beamer-place-default-actions-for-lists):
14798 Fix typo in regexp.
14799
14800 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14801
14802 * org-list.el (org-toggle-checkbox): Avoid some boundary error
14803 when inserting a checkbox in an empty last item of a list.
14804
14805 2010-11-11 David Maus <dmaus@ictsoc.de>
14806
14807 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14808 Query article number from file is nil by default.
14809
14810 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
14811
14812 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14813
14814 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14815
14816 * org-capture.el (org-capture-place-entry): Move to `beg' before
14817 searching for `%?'.
14818
14819 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14820
14821 * org.el (org-format-latex): Fix mathjax treatment of single
14822 letters in between dollars.
14823
14824 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14825
14826 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14827 run.
14828
14829 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14830
14831 * org.el (org-blank-before-new-entry): Improve docstring.
14832
14833 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14834
14835 * org-mobile.el (org-mobile-force-id-on-agenda-items):
14836 Fix docstring.
14837 (org-mobile-write-agenda-for-mobile): Use outline path if we do
14838 not have an ID and are not allowed to make one.
14839 (org-mobile-get-outline-path-link): New function.
14840
14841 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14842
14843 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14844 file.
14845 (org-mobile-write-agenda-for-mobile): Use the right name, even if
14846 the file get encrypted.
14847 (org-mobile-move-capture): Only delete tempfile if it does exist.
14848
14849 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14850
14851 * ob.el (org-babel-number-p): Fix documentation string.
14852
14853 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14854
14855 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14856 "tangle" as a positive argument for the :noweb header argument
14857 during tangling.
14858
14859 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14860
14861 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14862 have links, with tests.
14863
14864 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14865
14866 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14867 available.
14868 (org-export-latex-get-error): New function.
14869 (org-export-as-pdf): Give an indication of the errors that
14870 happened during processing.
14871
14872 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
14873
14874 * org-exp.el (org-export-language-setup): Fix Polish entries.
14875
14876 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14877
14878 * org.el (org-set-tags): Allow comma as a separator when
14879 specifying tags at the completion interface.
14880 (org-tags-completion-function): Allow comma as a separator when
14881 specifying tags at the completion interface.
14882
14883 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14884
14885 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14886 export-file if exporting from a buffer which is not visiting a
14887 file.
14888
14889 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14890
14891 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14892 name in link construction if there is a heading to follow it.
14893
14894 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14895
14896 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14897 as an allowed extension.
14898
14899 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14900
14901 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14902 with zeros. Start applying face earlier.
14903
14904 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14905
14906 * ob.el (or): Don't create org-babel-temporary-directory in batch
14907 as it won't be removed by emacs-kill-hook
14908 (org-babel-remove-temporary-directory): Only try to remove this
14909 directory if it exists.
14910
14911 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14912
14913 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14914 warning in ob.el.
14915
14916 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14917
14918 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14919 the tangling message.
14920
14921 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14922
14923 * ob.el (org-babel-load-languages): Fixes compiler warning.
14924
14925 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14926
14927 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14928 output.
14929
14930 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14931
14932 * org-ascii.el (org-export-as-ascii): Use the correct match group.
14933
14934 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14935
14936 * ob.el (boundp): Uncommenting defvar form for
14937 org-babel-temporary-directory
14938 (org-babel-temp-file): Now using the org-babel-temporary-directory
14939 for holding new babel temporary files
14940 (org-babel-remove-temporary-directory): Removes the babel temp dir
14941 when Emacs shutsdown
14942 (kill-emacs-hook): Now removing the babel temp dir on Emacs
14943 shutdown.
14944
14945 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14946
14947 * org-capture.el (org-capture-fill-template): Initialize history
14948 variable.
14949
14950 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14951
14952 * org-src.el (org-edit-src-code): Don't move point when generating
14953 edit buffer.
14954
14955 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14956
14957 * org-src.el (org-edit-src-code): Deal with point being in
14958 #+end_src line.
14959
14960 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14961
14962 * org-table.el (org-table-current-column): Add interactive to turn
14963 this into a command.
14964
14965 2010-11-11 Bernt Hansen <bernt@norang.ca>
14966
14967 * org.el (org-insert-heading): Run org-insert-heading-hook when
14968 creating the first heading in a file.
14969
14970 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14971
14972 * org.el (org-startup-with-inline-images): New option.
14973 (org-startup-options): Add new keywords inlineimages and
14974 noinlineimages.
14975 (org-mode): Inline images when this has been configured.
14976
14977 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14978
14979 * ob.el (org-babel-get-src-block-info): Remove optional
14980 HEADER-VARS-ONLY argument; further simplification.
14981
14982 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14983
14984 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
14985 prompt in ob-confirm-evaluate in some cases.
14986
14987 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14988
14989 * ob.el (org-babel-demarcate-block): Visible region and completion
14990 during language selection.
14991
14992 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14993
14994 * ob.el (org-babel-get-src-block-info): Remove comment.
14995
14996 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14997
14998 * ob.el (org-babel-get-src-block-info): Simplify function.
14999
15000 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15001
15002 * ob.el (org-babel-get-src-block-info): Form info list correctly
15003 when parenthesized arguments are missing.
15004
15005 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15006
15007 * ob-exp.el (org-export-babel-evaluate): Docstring typo
15008 (org-babel-exp-code): Docstring typo.
15009
15010 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15011
15012 * org-mobile.el (org-mobile-encryption-password):
15013 Improve docstring.
15014 (org-mobile-encryption-password-session): New variable.
15015 (org-mobile-encryption-password): New function.
15016 (org-mobile-check-setup):
15017 (org-mobile-encrypt-file):
15018 (org-mobile-decrypt-file): Use the new function.
15019
15020 2010-11-11 David Maus <dmaus@ictsoc.de>
15021
15022 * org-capture.el (org-capture-place-template): Widen to remove
15023 possible restrictions in target buffer.
15024
15025 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
15026
15027 * org.el (org-speed-command-hook): Add org-speed-command-hook
15028 (org-babel-speed-command-hook): Hook for Babel's speed commands.
15029
15030 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15031
15032 * ob.el (org-babel-execute-buffer): Re-implement using
15033 `org-babel-map-src-blocks'.
15034
15035 2010-11-11 David Maus <dmaus@ictsoc.de>
15036
15037 * org-capture.el (org-capture-templates): Update doc string with
15038 new message date related escapes.
15039
15040 2010-11-11 David Maus <dmaus@ictsoc.de>
15041
15042 * org-wl.el (org-wl-store-link-message): Define properties %:date)
15043 (%:date-timestamp, and %:date-timestamp-inactive.
15044
15045 * org-mew.el (org-mew-store-link): Dto.
15046
15047 * org-mhe.el (org-mhe-store-link): Dto.
15048
15049 * org-rmail.el (org-rmail-store-link): Dto.
15050
15051 * org-vm.el (org-vm-store-link): Dto.
15052
15053 2010-11-11 David Maus <dmaus@ictsoc.de>
15054
15055 * org-wl.el (org-wl-message-field): Always get literal content of
15056 header fields.
15057
15058 2010-11-11 David Maus <dmaus@ictsoc.de>
15059
15060 * org-gnus.el (org-gnus-store-link): Define properties
15061 %:date-timestamp and %:date-timestamp-inactive.
15062
15063 2010-11-11 David Maus <dmaus@ictsoc.de>
15064
15065 * org-gnus.el (org-gnus-store-link): Handle empty date header
15066 field.
15067
15068 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
15069
15070 * org.el (org-speed-command-hook): New. Hook for installing
15071 additional speed commands. Use this for enabling speed commands on
15072 src blocks.
15073 (org-speed-command-default-hook): The default hook for
15074 org-speed-command-hook. Factored out from org-self-insert-command
15075 and mimics existing behavior.
15076 (org-self-insert-command): Modified to use org-speed-command-hook.
15077
15078 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15079
15080 * org-agenda.el (org-search-view): Recover spaces in search words
15081 if they were escaped with \ or inside a regexp.
15082
15083 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15084
15085 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
15086 the list of completable meta line words.
15087 (org-complete): Complete property names after #+PROPERTY.
15088
15089 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15090
15091 * ob-python.el (org-babel-python-evaluate-session): Make temp file
15092 names consistent.
15093
15094 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15095
15096 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
15097 Delete extra format argument.
15098
15099 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15100
15101 * ob-org.el (org-babel-org-export): Typo in docstring.
15102
15103 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15104
15105 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
15106 variable.
15107
15108 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15109
15110 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
15111
15112 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15113
15114 * ob.el (org-babel-process-file-name): New function
15115 (org-babel-maybe-remote-file): Delete function.
15116
15117 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15118
15119 * ob-C.el (org-babel-C-execute): Remove unused variable.
15120
15121 2010-11-11 David Maus <dmaus@ictsoc.de>
15122
15123 * org.el (org-make-link-string): Prevent superfluous colon.
15124
15125 2010-11-11 David Maus <dmaus@ictsoc.de>
15126
15127 * org.el (org-make-org-heading-search-string): Leave headline
15128 intact.
15129
15130 2010-11-11 David Maus <dmaus@ictsoc.de>
15131
15132 * org.el (org-make-link-string): Don't escape characters in link
15133 type.
15134
15135 2010-11-11 Bastien Guerry <bzg@gnu.org>
15136
15137 * org-capture.el (org-capture-templates): Update docstring to
15138 advertise %:org-date.
15139
15140 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15141
15142 * ob-dot.el (org-babel-execute:dot): Automatically specifies
15143 "-T<ext>" based on file name extension.
15144
15145 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15146
15147 * ob-org.el (org-babel-org-export): Raise error on nested export
15148 call.
15149
15150 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15151
15152 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
15153 output files.
15154
15155 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15156
15157 * ob.el (org-babel-demarcate-block): Better initialization of
15158 stars.
15159
15160 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15161
15162 * org-src.el (org-src-tab-acts-natively): Add customize interface.
15163
15164 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15165
15166 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
15167 New variable allowing prevention of automatic stripping of leading and
15168 trailing blank lines when exiting edit buffer.
15169 (org-edit-src-exit): Respect value of
15170 `org-src-strip-leading-and-trailing-blank-lines'
15171 (org-src-native-tab-command-maybe):
15172 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
15173 this function.
15174
15175 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15176
15177 * org-src.el (org-edit-src-code): If mark was inside code block
15178 then code edit buffer inherits mark with active region.
15179
15180 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15181
15182 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
15183
15184 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15185
15186 * ob.el (org-babel-demarcate-block): Better handling of empty
15187 space around demarcated area.
15188
15189 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15190
15191 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
15192 this command.
15193
15194 2010-11-11 David Maus <dmaus@ictsoc.de>
15195
15196 * org-gnus.el (org-gnus-open-nntp): New function.
15197
15198 2010-11-11 David Maus <dmaus@ictsoc.de>
15199
15200 * org-wl.el (org-wl-open-nntp): New function.
15201
15202 2010-11-11 David Maus <dmaus@ictsoc.de>
15203
15204 * org-wl.el (org-wl-open): Open message by numeric reference if
15205 article part is not a message id.
15206
15207 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15208
15209 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
15210 visible line.
15211
15212 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15213
15214 * ob.el (org-babel-demarcate-block): Interactive demarcation of
15215 code blocks.
15216
15217 * ob-keys.el (org-babel-key-bindings): Key bindings for block
15218 demarcation.
15219
15220 2010-11-11 Bastien Guerry <bzg@gnu.org>
15221
15222 * org.el (org-link-types): Add the "message" link type.
15223
15224 2010-11-11 David Maus <dmaus@ictsoc.de>
15225
15226 * org.el (org-link-types): Add 'message:' link type to default
15227 link types.
15228
15229 2010-11-11 Bastien Guerry <bzg@gnu.org>
15230
15231 * org-gnus.el (org-gnus-store-link): Add the :date property to
15232 gnus links, allowing the use of %:date in capture templates.
15233
15234 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15235
15236 * org-list.el (org-cycle-list-bullet): Follow order of bullets
15237 indicated in doc-string.
15238
15239 * org-list.el (org-list-bottom-point-with-indent): List is ended
15240 when a line is less indented that the last item, not the less
15241 indented item.
15242
15243 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15244
15245 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
15246 original file before resolving code block parameters to ensure
15247 headline and buffer wide parameters are taken into consideration
15248 when only a narrowed portion of the file is exported.
15249
15250 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15251
15252 * org.el (org-forward-same-level): Fix docstring.
15253
15254 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
15255
15256 * org-publish.el (org-publish-attachment): Put the attachment into
15257 the right directory.
15258
15259 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
15260
15261 * org.el (org-goto-first-child): New command.
15262
15263 2010-11-11 Matt Lundin <mdl@imapmail.org>
15264
15265 * org-agenda.el (org-prepare-agenda): If the agenda is called from
15266 within the agenda via an elisp link, such as
15267 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
15268 of the file containing the link, since that buffer is current
15269 during org-prepare agenda (due to a with-current-buffer in
15270 org-agenda-open-link). An additional test now ensures that the
15271 agenda buffer is in fact current when the buffer is erased and
15272 local variables for the agenda are set.
15273
15274 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
15275
15276 * org-exp.el (org-infile-export-plist): Define property macro.
15277
15278 2010-11-11 David Maus <dmaus@ictsoc.de>
15279
15280 * org-mhe.el (org-mhe-get-header): Remove possible folding white
15281 space in message header field.
15282
15283 2010-11-11 David Maus <dmaus@ictsoc.de>
15284
15285 * org-feed.el (org-feed): Fix typo in customization group :tag
15286 property.
15287
15288 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15289
15290 * org-latex.el (org-export-latex-tag-markup): New option.
15291 (org-export-latex-keywords-maybe):
15292 Use `org-export-latex-tag-markup'.
15293
15294 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
15295
15296 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
15297 (org-ical-ts-to-string): Use UTC time when requested.
15298
15299 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15300
15301 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
15302 from 'file' to 'http'.
15303
15304 2010-11-11 David Maus <dmaus@ictsoc.de>
15305
15306 * org.el (org-store-log-note): Fix wrong usage
15307 of`org-adapt-indentation'.
15308
15309 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15310
15311 * org.el (org-skip-over-state-notes): Do not compute bottom point
15312 at each item.
15313
15314 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
15315 instead of moving to each item.
15316
15317 2010-11-11 David Maus <dmaus@ictsoc.de>
15318
15319 * org-capture.el (org-capture-templates): Small fix in doc string.
15320
15321 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
15322
15323 * org-archive.el (org-get-local-archive-location):
15324 Use `org-carchive-location' as default.
15325
15326 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15327
15328 * ob-C.el (org): No longer requires org.
15329
15330 * ob-ledger.el (org): No longer requires org.
15331
15332 2010-11-11 David Maus <dmaus@ictsoc.de>
15333
15334 * org.el (org-priority): Save match data before call to
15335 `read-char-exclusive'.
15336
15337 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15338
15339 * org-list.el (org-list-to-generic): Descriptions labels can be
15340 any suit of symbols, and will end at double colons.
15341
15342 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15343
15344 * org.el (org-indent-line-function): Indent past [@num] and
15345 [@start:num], consistently with what is already done with
15346 checkboxes.
15347
15348 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15349
15350 * org.el (org-store-log-note): Indent new notes to the right
15351 column. Also take `org-list-two-spaces-after-bullet-regexp' into
15352 consideration when creating the note.
15353
15354 2010-11-11 David Maus <dmaus@ictsoc.de>
15355
15356 * org-gnus.el (nnimap-group-overview-filename): Declare function
15357 to silence byte compiler.
15358
15359 2010-11-11 David Maus <dmaus@ictsoc.de>
15360
15361 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
15362 New customization variable.
15363 (org-gnus-nnimap-cached-article-number): New function.
15364 (org-gnus-follow-link): Try to fetch cached article number of
15365 message-id.
15366
15367 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15368
15369 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
15370 first line into code blocks before export so that the first line
15371 is not interpreted as a title
15372 (org-babel-org-export): Use new dummy code block prefix.
15373
15374 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15375
15376 * ob.el (org-babel-insert-result): No longer throws error when
15377 inserting an empty result.
15378
15379 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15380
15381 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
15382
15383 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15384
15385 * ob.el (org-babel-do-in-edit-buffer):
15386 Use `org-babel-where-is-src-block-head' to test for source block at
15387 point.
15388
15389 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15390
15391 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
15392 `org-babel-goto-src-block-head'.
15393
15394 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
15395 current code block.
15396
15397 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15398
15399 * ob.el (org-babel-next-src-block): Now raising more informative
15400 error when no further code blocks can be found.
15401 (org-babel-previous-src-block): Now raising more informative error
15402 when no previous code blocks can be found.
15403
15404 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15405
15406 * org-exp-blocks.el
15407 (org-export-preprocess-after-include-files-hook): Now using this
15408 hook instead of `org-export-preprocess-hook'.
15409
15410 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15411
15412 * ob-plantuml.el (org-babel-execute:plantuml): ????
15413
15414 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15415
15416 * ob-python.el (org-babel-python-evaluate): Refactor as call to
15417 either `org-babel-python-evaluate-external-process' or
15418 `org-babel-python-evaluate-session'.
15419 (org-babel-python-evaluate-external-process): New function to
15420 handle evaluation in external process.
15421 (org-babel-python-evaluate-session): New function to handle
15422 evaluation in emacs inferior process.
15423
15424 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15425
15426 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
15427 or html respecting :results header arg
15428 (org-babel-org-export): Exports a string of text to an output
15429 format.
15430
15431 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15432
15433 * ob.el (org-babel-insert-result): Remove existing results when
15434 nil results are returned.
15435
15436 2010-11-11 David Maus <dmaus@ictsoc.de>
15437
15438 * org-ascii.el (org-export-as-ascii): Bind and set link path for
15439 link type specific markup function.
15440
15441 2010-11-11 David Maus <dmaus@ictsoc.de>
15442
15443 * org-clock.el (notifications-notify): Properly declare function
15444 to silence byte compiler.
15445
15446 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15447
15448 * org-list.el (org-insert-item): Check invisibility of point at a
15449 meaningful location.
15450
15451 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15452
15453 * org-list.el (org-list-insert-item-generic): Updating checkboxes
15454 can modify bottom point of a list, so make it a marker before
15455 calling `org-update-checkbox-count-maybe'.
15456
15457 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15458
15459 * org.el (org-src-fontify-natively): Set to nil by default.
15460 Supply customize interface.
15461
15462 2010-11-11 Bastien Guerry <bzg@gnu.org>
15463
15464 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15465 `org-bracket-link-analytic-regexp++' to match the link type.
15466
15467 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15468
15469 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15470 `language'.
15471
15472 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15473
15474 * ob-tangle.el (org-babel-tangle-comment-format-beg):
15475 Format string specifying the link-comment preceding a code block
15476 (org-babel-tangle-comment-format-end): Format string specifying
15477 the link-comment following a code block
15478 (org-babel-tangle-collect-blocks): Storing more information in the
15479 spec of a tangling code block
15480 (org-babel-spec-to-string): Now makes use of customizable
15481 link-comment formats.
15482
15483 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
15484
15485 * org.el (org-delete-backward-char): Check for nil overwrite-mode
15486 before inserting spaces.
15487
15488 2010-11-11 David Maus <dmaus@ictsoc.de>
15489
15490 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15491 from summary of non-TODO ical entries.
15492 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15493 exclude tags from summary of TODO ical entries.
15494
15495 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15496
15497 * ob.el (org-babel-map-src-blocks): Now exposes much information
15498 about the code block in the form of let-bound local variables.
15499
15500 2010-11-11 David Maus <dmaus@ictsoc.de>
15501
15502 * org-list.el (org-outline-regexp, org-ts-regexp)
15503 (org-ts-regexp-both, org-in-regexps-block-p)
15504 (org-level-increment, org-at-heading-p)
15505 (outline-previous-heading, org-icompleting-read)
15506 (org-time-string-to-seconds): Declare to fix compiler warning.
15507
15508 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15509
15510 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15511 used from an heading. Send an error when no item is in region.
15512
15513 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15514
15515 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15516 ensure that edit buffer is exited.
15517
15518 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15519
15520 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15521 control the amount of extra newlines inserted into tangled code
15522 (org-babel-tangle-collect-blocks): Now conditionally collects
15523 information to be used for "org" style comments
15524 (org-babel-spec-to-string): Now inserts "org" style comments, and
15525 obeys the newline configuration variable when inserting whitespace.
15526
15527 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15528
15529 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15530 hook
15531 (org-babel-tangle): Calls new tangle hook.
15532
15533 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15534
15535 * org-capture.el (org-capture): Compute the length of the correct
15536 string when removing properties.
15537
15538 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15539
15540 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15541 names before shell quoting.
15542
15543 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15544
15545 * org-src.el (org-src-tab-indents-natively): New variable
15546 controlling whether language-native TAB action should be performed
15547 (org-src-native-tab-command-maybe): New function to perform
15548 language-native TAB action.
15549 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15550
15551 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15552
15553 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15554 `org-plantuml-jar-path' before use.
15555
15556 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15557
15558 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15559 language major mode buffers during fontification.
15560
15561 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15562
15563 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15564 match code blocks with switches and header args. Call
15565 `org-src-font-lock-fontify-block' for automatic fontification of
15566 code in code blocks, controlled by variable
15567 `org-src-fontify-natively'.
15568 (org-src-fontify-natively): New variable.
15569
15570 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15571
15572 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15573 inf-ruby.
15574
15575 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15576
15577 * org-html.el (org-html-make-link): (expand-file-name) removes
15578 one "/" from "///path-to-file", so add one. Anything other than
15579 'file' type should be exported along with the type.
15580
15581 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15582
15583 * org.el (org-insert-subheading): Fix compiler warning
15584 (org-insert-todo-subheading): Fix compiler warning.
15585
15586 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15587
15588 * org-capture.el (org-capture): Remove read-only text properties
15589 from capture text.
15590 (org-capture-set-target-location): Throw an error if file+headline
15591 target does not point into a file which is in Org mode.
15592
15593 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15594
15595 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15596
15597 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15598
15599 * org-src.el (org-edit-src-code): Improve docstring.
15600
15601 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15602
15603 * ob.el (org-babel-execute-src-block): Document prefix argument in
15604 docstring.
15605
15606 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15607
15608 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15609 org-ditaa-jar-path with expand-file-name.
15610
15611 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15612
15613 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15614 `org-babel-execute-src-block'.
15615
15616 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15617
15618 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15619 [@x] syntax for list numbering.
15620
15621 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15622
15623 * org.el (org-indent-line-function): Indentation of source block
15624 is left to `org-edit-src-exit' and shouldn't be modified by
15625 `org-indent-line-function'. Indentation of others blocks should be
15626 the same as the #+begin line.
15627
15628 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15629
15630 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15631 forms on source blocks in current buffer; restore point in current
15632 buffer.
15633
15634 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15635
15636 * org-list.el (org-list-struct): Accept list boundaries as an
15637 argument in order to avoid computing `org-list-top-point' and
15638 `org-list-bottom-point' twice when indenting.
15639
15640 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15641
15642 * org-list.el (org-list-ending-method): Default value is now
15643 `both', to ensure maximum compatibility before previous
15644 implementation.
15645
15646 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15647
15648 * org-list.el (org-list-in-item-p-with-indent): Test if first line
15649 is the item beginning.
15650
15651 * org-list.el (org-list-top-point-with-indent): Test if first line
15652 is a valid list beginning.
15653
15654 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15655
15656 * org-list.el (org-list-ending-method): New customizable variable
15657 to tell Org Mode how lists end. See docstring.
15658
15659 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15660
15661 * org-list.el (org-indent-item-tree): Shifting step of top-level
15662 item depends on `org-level-increment'.
15663
15664 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15665
15666 * org.el (org-indent-line-function): Indent first non blank line
15667 after a list according to current heading level.
15668
15669 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15670
15671 * org-docbook.el (org-export-as-docbook): Remove check for
15672 indentation on lines that do not start with a list bullet.
15673
15674 * org-html.el (org-export-as-html): Same thing.
15675
15676 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15677
15678 * org-list.el (org-list-bottom-point): Take into consideration
15679 that bound of search can be before true ending of the list.
15680
15681 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15682
15683 * org-list.el (org-list-struct-apply-struct): No longer shift
15684 item's body twice: one after replacing bullet and one after
15685 changing indentation.
15686
15687 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15688
15689 * org-list.el (org-list-struct-indent): Add code to replace
15690 bullets if needed when indenting.
15691
15692 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15693
15694 * org-list.el (org-list-insert-item-generic): A single item
15695 already counting blank lines in his body should be separated with
15696 the next one by a blank line. Moreover, if user already provided
15697 blank lines, follow his wishes.
15698
15699 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15700
15701 * org-list.el (org-indent-item-tree): When moving top item of a
15702 *-list to column 0, only the first item had its bullet changed to
15703 -. It now changes all items of the top-level list, as expected.
15704
15705 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15706
15707 * org-list.el (org-toggle-checkbox): Go to beginning of line
15708 before processing.
15709
15710 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15711
15712 * org-list.el (org-list-struct-apply-struct): Check if ancestor
15713 exists.
15714
15715 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15716
15717 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15718 done at each item.
15719
15720 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15721
15722 * org-list.el : Removed unused variable
15723 `org-suppress-item-indentation'.
15724
15725 * org-list.el (org-renumber-ordered-list): Skip item if bullet
15726 number is already good.
15727
15728 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15729
15730 * org-list.el (org-list-automatic-rules): Doc-string reflects this
15731 change.
15732
15733 * org-list.el (org-indent-item-tree): Prevent whole list from
15734 being moved when user is not moving subtree. Thus
15735 `org-cycle-item-indentation' will not allow to move the list.
15736
15737 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15738
15739 * org-list.el (org-indent-item-tree): Remove region code. It was
15740 prone to errors and undocumented.
15741
15742 * org-list.el (org-item-indent-positions): Better heuristics to
15743 determine what bullet the item will have when demoted.
15744
15745 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15746
15747 * org-list.el (org-list-bullet-string): First check if
15748 `org-list-two-spaces-after-bullet-regexp' isn't nil.
15749
15750 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15751
15752 * org-list.el (org-list-bullet-string): Do not modify match-data.
15753
15754 * org.el (org-toggle-item): Now working again when changing list
15755 items into plain text. Moreover take into consideration
15756 `org-list-two-spaces-after-bullet-regexp'.
15757
15758 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15759
15760 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15761 fix, and improved heuristics to determine bullet when indenting.
15762
15763 * org-list.el (org-item-indent-positions): Function now returns
15764 sane results when there are two lists separated with blank lines
15765 only.
15766
15767 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15768
15769 * org-docbook.el (org-export-as-docbook): Use override="num" in
15770 any listitem matching [@start:num].
15771
15772 * org-html.el (org-export-as-html): Use value="num" in any li
15773 matching [@start:num].
15774
15775 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15776
15777 * org.el (org-set-font-lock-defaults): Correct fontification for
15778 checkboxes found after [@start:?].
15779
15780 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15781 [@start:?] when looking at a regex after a bullet.
15782
15783 * org-list.el (org-toggle-checkbox): Correct insertion of
15784 checkboxes when there is already a [@start:?] in the item.
15785
15786 * org-list.el (org-checkbox-blocked-p): Properly check if there's
15787 an unchecked item before.
15788
15789 * org-list.el (org-list-parse-list): Function handles items having
15790 both a counter and a checkbox.
15791
15792 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15793
15794 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15795 stores both indentation and bullet when cycle started.
15796
15797 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15798
15799 * org-list.el: `org-at-description-p' renamed to
15800 `org-at-item-description-p', `org-first-list-item-p' renamed to
15801 `org-list-first-item-p', `org-end-of-item-text-before-children'
15802 renamed to `org-end-of-item-or-at-child'.
15803
15804 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15805
15806 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15807 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15808 before toggling a checkbox.
15809
15810 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15811
15812 * org-list.el (org-list-bullet-string): New function returning
15813 bullet concatenated with an appropriate number of white spaces.
15814
15815 * org-list.el (org-list-insert-item-generic): Insert the right
15816 bullet, with help of `org-list-bullet-string'.
15817
15818 * org-list.el (org-indent-item-tree):
15819 Use `org-list-bullet-string'.
15820
15821 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15822
15823 * org-list.el (org-toggle-checkbox): Send an error when
15824 `org-toggle-checkbox' is trying to insert a checkbox at a
15825 description item.
15826
15827 * org-list.el (org-item-re): Modified regexp so it can catch
15828 correct number of white space before item body.
15829
15830 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15831 consideration new `org-item-re'.
15832
15833 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15834
15835 * org-list.el (org-list-insert-item-generic): The second item in a
15836 list will be separated from its predecessor with the number of
15837 blank lines separating the first item from its parent, if any, or
15838 no blank line.
15839
15840 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15841
15842 * org-list.el (org-indent-item-tree): Fix and reorder every list
15843 and sublist, from parent of list that has moved if indenting, or
15844 from list at point if outdenting.
15845
15846 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15847
15848 * org-list.el (org-indent-item-tree): Try to keep relative
15849 position on line. It can't if point is in white spaces before
15850 bullet because mixed tabs and spaces make some columns
15851 unattainable.
15852
15853 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15854
15855 * org-list.el (org-cycle-item-indentation): Cycle when the whole
15856 item only contains bullet and maybe a checkbox. Previously, TAB
15857 would cycle when the first line of the item was blank.
15858
15859 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15860
15861 * org-list.el (org-cycle-item-indentation): Allow a point just
15862 after a description item or a checkboxed item to start cycling.
15863
15864 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15865
15866 * org-list.el (org-cycle-list-bullet):
15867 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15868 as valid bullets when cycling.
15869
15870 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15871
15872 * org-list.el (org-cycle-item-indentation): Do return t if and
15873 only if cycling is possible and succeded.
15874
15875 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15876
15877 * org-list.el (org-indent-item-tree): When outdenting a subtree,
15878 the last item shouldn't have a children.
15879
15880 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15881
15882 * org-list.el (org-cycle-item-indentation): Cycling should play
15883 nicely with indent rule in `org-list-automatic-rules'.
15884
15885 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15886
15887 * org-list.el (org-indent-item-tree): If indent rule is activated,
15888 it should be impossible to outdent an item having children without
15889 moving its subtree. Improved reordering of lists modified by
15890 cycling indentation.
15891
15892 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15893
15894 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15895 `org-fix-bullet-type' to prevent infinite loop, and some checks
15896 already done in `org-renumber-ordered-list'.
15897
15898 * org-list.el (org-fix-bullet-type): Remove a check and call
15899 directly `org-maybe-renumber-ordered-list'.
15900
15901 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15902
15903 * org-list.el (org-indent-item-tree): It shouldn't be possible to
15904 indent the first item of a sublist (though outdent is possible) as
15905 it would break list's structure.
15906
15907 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15908
15909 * org-list.el (org-list-insert-item-generic): When local search
15910 doesn't help, search the list globally for blank lines. Moreover,
15911 don't bother with new lists, and add 1 blank line.
15912
15913 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15914
15915 * org-capture.el (org-capture-place-item):
15916 Use `org-search-forward-unenclosed' and
15917 `org-search-backward-unenclosed' and new variable
15918 `org-item-beginning-re'.
15919
15920 * org-list.el (org-item-beginning-re): Regexp matching beginning
15921 of an item.
15922
15923 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15924
15925 * org-list.el (org-cycle-list-bullet): Put back support for
15926 'previous argument.
15927
15928 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15929
15930 * org-list.el (org-in-item-p): Handle case when point is at an
15931 heading.
15932
15933 * org-list.el (org-list-make-subtree): Add protection when used
15934 outside of list.
15935
15936 * org-list.el (org-insert-item): Remove useless hack now
15937 `org-in-item-p' is fixed.
15938
15939 * org-timer.el (org-timer-item): Remove useless hack now
15940 `org-in-item-p' is fixed.
15941
15942 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15943
15944 * org-list.el (org-cycle-list-bullet): Prevent description items
15945 from being numbered. String argument is also recognized now, as
15946 long as it is a valid bullet.
15947
15948 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15949
15950 * org-list.el (org-indent-item-tree): Moving indentation of top
15951 list item will make the whole list move.
15952
15953 * org-list.el (org-apply-on-list): Function is less sensitive to
15954 changes of indentation.
15955
15956 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15957
15958 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15959 of the regexp.
15960
15961 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15962
15963 * org-list.el (org-cycle-item-indentation): Allow cycling
15964 description items and checkbox items.
15965
15966 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15967
15968 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15969 regexp.
15970
15971 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15972
15973 * org-list.el (org-insert-item-internal): Guessing of blank lines
15974 number is made by looking at neighboring items, if any.
15975
15976 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15977
15978 * org-list.el (org-sort-list): Add the possibility to sort timer
15979 lists with the ?t or ?T options.
15980
15981 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15982
15983 * org-list.el (org-search-unenclosed-internal): New function to
15984 handle both `org-search-forward-unenclosed' and
15985 `org-search-backward-unenclosed'.
15986
15987 * org-list.el (org-search-backward-unenclosed): Can send errors
15988 now. Removed useless usage of COUNT.
15989
15990 * org-list.el (org-search-forward-unenclosed): Can send errors
15991 now. Removed useless usage of COUNT.
15992
15993 * org-list.el (org-update-checkbox-count):
15994 Use `org-search-forward-unenclosed' and
15995 `org-search-backward-unenclosed' instead of `re-search-forward'
15996 and `re-search-backward'.
15997
15998 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
15999 and `org-search-backward-unenclosed' instead of
16000 `re-search-forward' and `re-search-backward'.
16001
16002 * org-list.el (org-list-make-subtree):
16003 Use `org-search-forward-unenclosed' and
16004 `org-search-backward-unenclosed' instead of `re-search-forward'
16005 and `re-search-backward'.
16006
16007 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16008
16009 * org-list.el (org-insert-item-internal): Fixes the problem when
16010 point was before the first char of the item's body.
16011
16012 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16013
16014 * org-timer.el (org-timer-item): Refactoring. Compute timer string
16015 before inserting it in the buffer.
16016
16017 * org-timer.el (org-timer): Add an optional argument to return
16018 timer string instead of inserting it.
16019
16020 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16021
16022 * org-list.el (org-insert-item-internal): New function to handle
16023 positioning and contents of an item being inserted at a specific
16024 pos. It is not possible anymore to split a term in a description
16025 list or a checkbox when inserting a new item.
16026
16027 * org-list.el (org-insert-item): Refactored by using the new
16028 `org-insert-item-internal' function.
16029
16030 * org-timer.el (org-timer-item): Refactored by using the new
16031 `org-insert-item-internal' function.
16032
16033 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16034
16035 * org-list.el (org-list-bottom-point): Be sure to check real
16036 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
16037
16038 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
16039 end of item if we are in a list.
16040
16041 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16042
16043 * org-list.el (org-insert-item): Move before any special block in
16044 a list prior to add a new item.
16045
16046 * org-timer.el (org-timer-item): When in a timer list, insert a
16047 new timer item like `org-insert-item'. If in another list, send an
16048 error. Otherwise, start a new timer list.
16049
16050 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16051
16052 * org-list.el: Minor refactoring.
16053
16054 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16055
16056 * org-timer.el (org-timer-item): Insert description list item at
16057 the right column.
16058
16059 * org-list.el (org-insert-item): Insert the right number of blank
16060 lines before a relative timer.
16061
16062 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16063
16064 * org-list.el (org-insert-item): Remove restriction on latex
16065 blocks.
16066
16067 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16068
16069 * org-list.el (org-search-backward-unenclosed): Do not stop in
16070 protected places.
16071
16072 * org-list.el (org-search-forward-unenclosed): Do not stop in
16073 protected places.
16074
16075 * org-latex.el (org-export-latex-lists): Use the fact that
16076 org-search-forward do not stop anymore at protected places.
16077
16078 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16079
16080 * org-list.el (org-search-backward-unenclosed): Do not prevent
16081 list items from being inside LaTeX blocks.
16082
16083 * org-list.el (org-search-forward-unenclosed): Do not prevent list
16084 items from being inside LaTeX blocks.
16085
16086 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16087
16088 * org-list.el (org-in-item-p): Do not widen before checking if we
16089 are in item.
16090
16091 * org-list.el (org-list-send-list): We cannot count on
16092 `org-list-top-point' and `org-list-bottom-point' before buffer is
16093 narrowed. Find bounds of list otherwise.
16094
16095 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16096
16097 * org-list.el (org-list-end-regexp): By default, list ending is
16098 exactly 2 blank lines.
16099
16100 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16101
16102 * org-docbook.el (org-export-as-docbook): When we find an empty
16103 line, we do not need to check for
16104 `org-empty-line-terminates-plain-lists' because we would have
16105 found end-list marker before.
16106
16107 * org-html.el (org-export-as-html): Same.
16108
16109 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16110
16111 * org-list.el (org-insert-item): Simplify count of blank lines to
16112 insert.
16113
16114 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16115
16116 * org-list.el (org-list-end-regexp): New customizable variable to
16117 define what string should end lists.
16118
16119 * org-list.el (org-list-end-re): Function is now aware of
16120 `org-list-end-regexp'.
16121
16122 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16123
16124 * org-html.el (org-export-as-html): Code cleanup.
16125
16126 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16127
16128 * org-docbook.el (org-export-as-docbook): Properly close any open
16129 list when seeing ORG-LIST-END. Removed any reference to now
16130 unneeded DIDCLOSE variable.
16131
16132 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16133
16134 * org-exp.el (org-export-mark-list-ending): Fix number of blank
16135 lines inserted after a list.
16136
16137 * org-list.el (org-list-parse-list): Fix case when
16138 `org-list-end-re' would have an indentation greater than current
16139 list.
16140
16141 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16142
16143 * org-exp.el (org-export-mark-list-ending): Differentiate between
16144 export backends, and replace `org-list-end-re' by a blank line
16145 upon exporting.
16146
16147 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16148
16149 * org-html.el (org-export-as-html): Delete didclose and everything
16150 related to it, as it is no longer needed.
16151
16152 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16153
16154 * org-html.el (org-export-html-preprocess): Remove unneeded
16155 insertion of list end marker, as it is now handled by
16156 `org-export-mark-list-ending'.
16157
16158 * org-html.el (org-export-as-html): Cleaner termination of lists.
16159
16160 * org-exp.el (org-export-mark-list-ending): New function to insert
16161 specific markers at the end of lists when exporting to a backend
16162 not using `org-list-parse-list'. This function is called early in
16163 `org-export-preprocess-string', while it is still able to
16164 recognize lists.
16165
16166 * org-latex.el (org-export-latex-lists): Better search for
16167 lists. It now only finds items not enclosed and not protected.
16168
16169 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16170
16171 * org-list.el: Replaced `re-search-forward' by
16172 `org-search-forward-unenclosed' where it made sense.
16173
16174 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16175
16176 * org-list.el (org-apply-to-list): Now a return value is handed at
16177 each new call of the function applied.
16178
16179 * org-list.el (org-fix-bullet-type): Use the new
16180 `org-apply-to-list' format.
16181
16182 * org-list.el (org-renumber-ordered-list): Use the new
16183 `org-apply-to-list' format.
16184
16185 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16186
16187 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
16188 correctly used.
16189
16190 * org-list.el (org-search-forward-unenclosed): Better regexp used.
16191
16192 * org-list.el (org-search-backward-unenclosed): Better regexp
16193 used.
16194
16195 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16196
16197 * org-list.el (org-sort-list): End-rec function was ill-defined.
16198
16199 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16200
16201 * org-list.el (org-search-forward-unenclosed): Fix behavior when
16202 last occurrence was enclosed.
16203
16204 * org-list.el (org-search-backward-unenclosed): Fix behavior when
16205 last occurrence was enclosed.
16206
16207 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16208
16209 * org.el (org-in-regexps-block-p): Fix documentation.
16210
16211 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16212
16213 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
16214
16215 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
16216
16217 * org-list.el (org-list-parse-list): Minor fix.
16218
16219 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16220
16221 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
16222 called with t argument.
16223
16224 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16225
16226 * org-html.el (org-export-html-preprocess):
16227 Replace `org-list-end-re' by a blank line during pre-process.
16228
16229 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16230
16231 * org-list.el (org-list-bottom-point): No need for square brackets
16232 for `skip-chars-backward'.
16233
16234 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16235
16236 * org-html.el: Do not delete space between end of list and
16237 beginning of the following.
16238
16239 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16240
16241 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
16242 needed. Lists should not end before seeing this.
16243
16244 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16245
16246 * org-html.el: Notice end of lists.
16247
16248 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16249
16250 * org-list.el (org-list-parse-list): Better handling of
16251 restrictions when function is called on a list with sublists.
16252
16253 * org-list.el (org-list-send-list): Find the true ending of the
16254 list being sent.
16255
16256 * org-list.el (org-list-radio-list-templates): Templates are more
16257 specific to lists.
16258
16259 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16260
16261 * ob-js.el (org-babel-js-eoe): Indicate end of input
16262 (org-babel-execute:js): Support for session evaluation
16263 (org-babel-prep-session:js): Fleshed out definition
16264 (org-babel-js-initiate-session): Can initiate a session using
16265 mozrepl.
16266
16267 2010-11-11 David Maus <dmaus@ictsoc.de>
16268
16269 * org.el (org-set-regexps-and-options): Protect escape char in
16270 `org-complex-heading-regexp-format'.
16271
16272 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16273
16274 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
16275 session-based evaluation
16276 (org-babel-execute:scheme): Now supports session-based evaluation
16277 (org-babel-prep-session:scheme): Now works and defines variables
16278 (org-babel-scheme-initiate-session): Now works using run-scheme
16279 from cmuscheme.
16280
16281 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16282
16283 * org.el (org-export-latex-default-packages-alist): Remove the
16284 t1enc package - this is already covered by fontenc.
16285
16286 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16287
16288 * ob.el (with-parsed-tramp-file-name): Declared
16289 (org-babel-tramp-localname): Ensure variable name exists locally.
16290
16291 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16292
16293 * ob.el (org-babel-temp-file): Don't use babel temporary directory
16294 in remote case; use make-temp-file with remote file name so that
16295 temp file is guaranteed not to exist previously on remote machine.
16296 (org-babel-tramp-localname): New function to return local name
16297 portion of possibly remote file specification.
16298
16299 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16300
16301 * ob-R.el (org-babel-R-write-object-command): New unified R
16302 command for writing results to file
16303 (org-babel-R-wrapper-method): Remove variable
16304 (org-babel-R-wrapper-lastvar): Remove variable
16305 (org-babel-R-evaluate-external-process): Use new R command
16306 (org-babel-R-evaluate-session): Use new R command.
16307
16308 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16309
16310 * ob-comint.el
16311 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
16312 to evaluate code invisibly and block until output file exists.
16313
16314 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
16315 evaluate R code in session for :results value. Write result to
16316 file invisibly using new function
16317 `org-babel-comint-eval-invisibly-and-wait-for-file'.
16318
16319 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16320
16321 * org-capture.el (org-capture-fill-template): Align tags after
16322 insertion.
16323
16324 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16325
16326 * org-exp.el (org-export-concatenate-multiline-emphasis):
16327 Ignore matches that start in a headline.
16328
16329 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16330
16331 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
16332 and out-file in shell-quote-argument.
16333
16334 2010-11-11 David Maus <dmaus@ictsoc.de>
16335
16336 * org-docview.el (org-docview-store-link): Use expanded macro to
16337 get current page.
16338 (doc-view-goto-page, image-mode-window-get): Declare functions for
16339 byte compiler.
16340
16341 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16342
16343 * ob-scheme.el: Very preliminary support for evaluating scheme
16344 code blocks.
16345
16346 * org.el (org-babel-load-languages): Adding scheme.
16347
16348 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16349
16350 * ob.el (require): Remove circular (require 'org).
16351
16352 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16353
16354 * ob-R.el (ess-make-buffer-current): Declared.
16355 (ess-ask-for-ess-directory): Declared.
16356 (ess-local-process-name): Declared.
16357 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
16358
16359 * ob.el (org-edit-src-code): Fixing arguments.
16360 (org-edit-src-exit): Declared.
16361 (org-outline-overlay-data): Declared.
16362 (org-set-outline-overlay-data): Declared.
16363
16364 2010-11-11 Glenn Morris <rgm@gnu.org>
16365
16366 * ob.el: Require org when compiling.
16367 (org-save-outline-visibility): Remove macro declaration.
16368
16369 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16370 Remove unnecessary/macro declarations.
16371
16372 * org-docview.el: Require doc-view when compiling.
16373 (doc-view-goto-page): Autoload rather than declaring.
16374 (doc-view-current-page): Remove macro declaration.
16375
16376 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16377 (org-entry-get, org-table-import): Fix declarations.
16378 (org-match-string-no-properties): Remove declaration.
16379
16380 * ob-sh.el (org-babel-comint-in-buffer)
16381 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16382 (org-babel-comint-with-output): Remove unnecessary declarations.
16383
16384 * ob-R.el (orgtbl-to-tsv): Fix declaration.
16385
16386 * org-list.el (org-entry-get): Fix declaration.
16387
16388 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16389
16390 * ob.el (org-babel-remove-temporary-directory): Remove explicit
16391 second argument.
16392
16393 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
16394
16395 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
16396 numbers.
16397
16398 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16399
16400 * org-macs.el (org-save-outline-visibility): Move from org.el.
16401
16402 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16403
16404 * ob-org.el (org-babel-default-header-args:org): Additional
16405 ":results silent" default header argument for org code blocks.
16406
16407 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16408
16409 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
16410 which is now an alias to ":eval no".
16411
16412 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16413
16414 * ob.el (org-babel-remove-temporary-directory): The version of
16415 `delete-directory' found in files.el can not be assumed to be
16416 present on all versions, so this copies the recursive behavior of
16417 that command in such a way that all calls to delete-directory will
16418 also work with the built-in internal C implementation of that
16419 function. This is not overly difficult as all elements of the
16420 directory can be assumed to be files.
16421
16422 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16423
16424 * ob-C.el (org-babel-C-execute): Corrected arguments to
16425 org-babel-temp-file.
16426
16427 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16428
16429 * ob.el (org-babel-temporary-directory): Variable to hold the
16430 value of the Babel temporary directory.
16431
16432 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
16433
16434 * ob.el (org-babel-load-in-session): Expanding noweb references
16435 when appropriate.
16436
16437 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16438
16439 * org.el (org-make-link-regexps): Modified regexp of
16440 org-plain-link-re.
16441
16442 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
16443
16444 * org-habit.el (org-habit-parse-todo): Find sr-days only if
16445 scheduled-repeat is non nil. Use 4th element of the list returned
16446 by (org-heading-components) as habit-entry. Modify the error
16447 message to be more meaningful.
16448
16449 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16450
16451 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16452 ":border" header arguments which both use the "preview" latex
16453 package to fit the resulting PDF image to the figure.
16454
16455 2010-11-11 David Maus <dmaus@ictsoc.de>
16456
16457 * org-wl.el (org-wl-store-link): Don't try to store link if point
16458 is at end of buffer.
16459
16460 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
16461
16462 * org-publish.el (org-publish-project-alist): Document the new
16463 body-only property.
16464 (org-publish-org-to): Use the body-only property.
16465
16466 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16467
16468 * org.el (org-store-link): Return link when invoked
16469 non-interactively from an agenda buffer.
16470
16471 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16472
16473 * org.el (org-store-link): Storing of links to headlines in
16474 indirect buffers was broken. Fix it.
16475
16476 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
16477
16478 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16479 #'set-file-modes to use integer, not character syntax, avoiding
16480 compile problems with recent XEmacs.
16481
16482 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16483
16484 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16485 forward even if there is no text to be added.
16486
16487 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16488
16489 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16490 tags/property matcher.
16491
16492 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16493
16494 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16495 t.
16496
16497 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16498
16499 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16500
16501 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16502
16503 * org-latex.el (org-export-latex-set-initial-vars):
16504 Bind `case-fold-search' to t around the search for special LaTeX setup.
16505
16506 * org-beamer.el (org-beamer-after-initial-vars):
16507 Bind `case-fold-search' to t around the search for special BEAMER
16508 setup.
16509
16510 2010-11-11 David Maus <dmaus@ictsoc.de>
16511
16512 * org-agenda.el (org-write-agenda): Delete PostScript file after
16513 creating conversion to PDF.
16514
16515 2010-11-11 David Maus <dmaus@ictsoc.de>
16516
16517 * org-agenda.el (org-write-agenda): Move require statements to
16518 proper place in evaluated lisp expression.
16519
16520 2010-11-11 David Maus <dmaus@ictsoc.de>
16521
16522 * org-agenda.el (org-write-agenda): Rename temporary buffer to
16523 remove dependency of `flet' macro.
16524
16525 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16526
16527 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16528
16529 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16530
16531 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16532 from all standard sources when executing #+lob/#+call lines.
16533
16534 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16535
16536 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16537 separate functions
16538 (org-babel-R-evaluate-external-process): New function to handle
16539 external process evaluation
16540 (org-babel-R-evaluate-session): New function to handle session
16541 evaluation.
16542
16543 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16544
16545 * ob.el (org-babel-initiate-session): New function derived from
16546 previous `org-babel-switch-to-session'
16547 (org-babel-switch-to-session): Refactored to use new
16548 `org-babel-initiate-session'.
16549
16550 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16551
16552 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16553 to (interactive).
16554
16555 2010-11-11 David Maus <dmaus@ictsoc.de>
16556
16557 * org-feed.el (org-feed-format-entry): Decode entry according to
16558 its character encoding.
16559
16560 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
16561
16562 * org-feed.el (xml-substitute-special): Declare function for byte
16563 compiler.
16564 (org-feed-unescape): Removed.
16565 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16566 Use `xml-substitute-special' to unescape XML entities.
16567
16568 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16569
16570 * ob.el (org-babel-switch-to-session): Throw error if block if
16571 :session not in effect for the block.
16572
16573 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16574
16575 * org-table.el (org-table-create-with-table.el): Align table
16576 before converting.
16577
16578 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16579
16580 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16581 that org-src buffer is current before attempting exit.
16582
16583 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16584
16585 * org-src.el (ob-comint): Require 'ob-comint
16586 (org-src-babel-info): Define variable.
16587
16588 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16589
16590 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16591 in the language major mode edit buffer.
16592 (org-babel-do-key-sequence-in-edit-buffer): New function to call
16593 an arbitrary key sequence in the language major mode edit buffer.
16594
16595 * org-src.el (org-src-switch-to-buffer): Add new allowed value
16596 'switch-invisibly for `org-src-window-setup'.
16597
16598 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16599
16600 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16601 is used.
16602 (org-src-do-at-code-block): New macro to evaluate lisp with point
16603 at the start of the Org code block containing the code in this
16604 edit buffer.
16605 (org-src-do-key-sequence-at-code-block): New function to execute
16606 command bound to key at the Org code block containing the code in
16607 this edit buffer.
16608
16609 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16610
16611 * ob-R.el (org-babel-R-associate-session): New function to
16612 associate R code edit buffers with ESS comint session.
16613
16614 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16615
16616 * org-src.el (org-edit-src-code): If at src block, store babel
16617 info as buffer local variable.
16618 (org-src-associate-babel-session): New function to associate code
16619 edit buffer with comint session. Does nothing unless a
16620 language-specific function named
16621 `org-babel-LANG-associate-session' exists.
16622 (org-src-babel-configure-edit-buffer): New function to be called
16623 in `org-src-mode-hook'.
16624 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16625 hook.
16626
16627 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16628
16629 * ob.el (org-babel-switch-to-session-with-code): New function to
16630 generate split frame displaying edit buffer and session.
16631
16632 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16633
16634 * org.el (org-set-tags): Consider org-indent-mode when computing
16635 the tags column.
16636
16637 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16638
16639 * org-compat.el (org-looking-at-p): Only use looking-at-p when
16640 defined.
16641
16642 2010-11-11 David Maus <dmaus@ictsoc.de>
16643
16644 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16645 lines directly after call to sorting filter function.
16646
16647 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16648
16649 * org.el (org-complex-heading-regexp-format): Document the
16650 variable.
16651 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16652 to make the regular expression for matching the headline.
16653
16654 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16655
16656 * org.el (org-refile-check-position): New function.
16657 (org-goto):
16658 (org-refile-get-location): Call `org-refile-check-position'.
16659
16660 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16661
16662 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16663 instead of equal to compare symbols.
16664
16665 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16666
16667 * org-agenda.el (org-agenda-before-sorting-filter-function):
16668 New hook function.
16669 (org-finalize-agenda-entries):
16670 Apply `org-agenda-before-sorting-filter-function'.
16671
16672 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16673
16674 * org-latex.el (org-export-latex-first-lines): Do not protect meta
16675 lines that have nothing to do with babel.
16676
16677 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16678
16679 * org-capture.el (org-capture-place-template): Handle the
16680 checkitem case.
16681 (org-capture-place-item): Provide boundaries for the search to
16682 make sure we do not get a match in a different tree.
16683
16684 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16685
16686 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16687 argument parser.
16688
16689 2010-11-11 Noorul Islam <noorul@noorul.com>
16690
16691 * org-latex.el (org-latex-to-pdf-process): Add output-directory
16692 option for the command pdflatex.
16693 (org-export-as-pdf): Respect directory in path of
16694 EXPORT_FILE_NAME.
16695
16696 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16697
16698 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16699 which now means to use MathJax processing for HTML. Also allow
16700 new value `dvipng' to force the old image processing.
16701 (org-infile-export-plist): Parse for MATHJAX setup line.
16702
16703 * org-html.el (org-export-html-mathjax-options): New option.
16704 (org-export-html-mathjax-config): New function.
16705 (org-export-html-mathjax-template): New option.
16706 (org-export-html-preprocess): Call the LaTeX snippet processor
16707 with an additional argument to declare special ways of processing.
16708 (org-export-as-html): Bind the dynamical variable
16709 `org-export-have-math'. Insert the MathJax script template when
16710 it is needed by the document.
16711
16712 * org.el (org-preview-latex-fragment): Call `org-format-latex'
16713 with the additional processing argument.
16714 (org-export-have-math): New variable, for dynamic scoping.
16715 (org-format-latex): Implement specific ways of processing.
16716 New function argument for processing type.
16717 (org-org-menu): Remove the entry to configure LaTeX snippet
16718 processing.
16719
16720 2010-11-11 Bastien Guerry <bzg@gnu.org>
16721
16722 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16723 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
16724 heading currently clocked in is not listed in the agenda, display
16725 this entry in another buffer. If there is no running clock,
16726 display a help message.
16727
16728 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16729
16730 * org-latex.el (org-export-latex-tables): Return "" instead of nil
16731 when no label is attached.
16732
16733 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16734
16735 * org-agenda.el (org-agenda-menu-show-match): New option.
16736 (org-agenda-menu-two-column): New option.
16737 (org-agenda-get-restriction-and-command): Implement dispatch menu
16738 without showing the matcher, and with two-column display.
16739
16740 2010-11-11 Bernt Hansen <bernt@norang.ca>
16741
16742 * org-indent.el (org-indent-mode): Fix grammar for message when
16743 mode is refused.
16744
16745 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16746
16747 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16748 no previous result exists.
16749
16750 2010-11-11 Noorul Islam <noorul@noorul.com>
16751
16752 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16753 warning.
16754
16755 2010-11-11 Noorul Islam <noorul@noorul.com>
16756
16757 * org.el (org-set-visibility-according-to-property): Use backward
16758 search instead of forward, so that top hierarchy gets priority.
16759
16760 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16761
16762 * org-agenda.el (org-timeline): Allow indirect buffer.
16763
16764 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16765
16766 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16767 (org-export-define-heading-targets-headline-hook): New hooks.
16768
16769 * org.el (org-modules): Add entry for org-wikinodes.el.
16770 (org-font-lock-set-keywords-hook): New hook.
16771 (org-open-at-point-functions): New hook.
16772 (org-find-exact-headling-in-buffer):
16773 (org-find-exact-heading-in-directory): New functions.
16774 (org-mode-flyspell-verify): Better cursor position for checking if
16775 flyspell should ignore a word.
16776
16777 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16778
16779 * org-indent.el (org-indent-remove-properties):
16780 (org-indent-add-properties): Make sure changing these properties
16781 does not trigger modification hooks.
16782
16783 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16784
16785 * org.el (org-link-search-must-match-exact-headline): New option.
16786 (org-link-search-inhibit-query): New variable.
16787 (org-link-search): Search for exact headline match in Org files.
16788
16789 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16790
16791 * ob.el (org-babel-execute-src-block-maybe): Remove check for
16792 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16793 function `org-babel-execute-safely-maybe'.
16794
16795 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16796
16797 * ob.el (org-babel-load-in-session): Set directory in case :dir
16798 arg is in effect.
16799
16800 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16801
16802 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16803 errors when we're not under of a headline.
16804
16805 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16806
16807 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16808 write delimited text instead of save -ascii
16809 (org-babel-octave-import-elisp-from-file): Specify that data
16810 written to file is tab-delimited.
16811
16812 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16813
16814 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16815 tab-delimited.
16816
16817 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16818
16819 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16820 specified.
16821
16822 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16823
16824 * ob-python.el (org-babel-python-table-or-string): Fix recognition
16825 of lists and tuples.
16826
16827 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16828
16829 * ob-octave.el (org-babel-octave-evaluate-external-process):
16830 Allow remote files.
16831
16832 2010-11-11 Juan Pechiar <pechiar@computer.org>
16833
16834 * ob-octave.el (org-babel-octave-evaluate-external-process):
16835 Use `org-babel-octave-import-elisp-from-file' instead of
16836 `org-babel-eval-read-file'.
16837 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16838 and use '%s' as format specifier instead of '%S'.
16839
16840 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16841
16842 * ob-octave.el: Only (require 'matlab) when necessary.
16843 (org-babel-octave-initiate-session): (require) octave-inf or matlab
16844 as appropriate.
16845 (org-babel-execute:matlab): Remove (require).
16846 (org-babel-prep-session:matlab): Remove (require).
16847 (org-babel-matlab-initiate-session): Remove (require).
16848
16849 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16850
16851 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16852 list.
16853
16854 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16855
16856 * ob-python.el (org-babel-python-table-or-string): Can now handle
16857 VERY long result lines.
16858
16859 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16860
16861 * org-latex.el (org-export-latex-tables): Add label if any.
16862
16863 * org-latex.el (org-export-latex-convert-table.el-table):
16864 Fix little mistake when inserting label.
16865
16866 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16867
16868 * org.el (org-cycle-internal-local): Remove an unnecessary call
16869 to `org-back-to-heading' that was preventing point to stay at its
16870 column when cycling visibility.
16871
16872 2010-11-11 Noorul Islam <noorul@noorul.com>
16873
16874 * org-capture.el (org-capture-finalize): Make messages consistent.
16875
16876 2010-11-11 Noorul Islam <noorul@noorul.com>
16877
16878 * org-gnus.el: Suppress compiler warning by declaring outside
16879 function nnimap-retrieve-headers-from-file.
16880
16881 2010-11-11 Noorul Islam <noorul@noorul.com>
16882
16883 * org-colview.el Use org-beamer-select-environment instead of
16884 org-beamer-set-environment-tag.
16885
16886 2010-11-11 Matt Lundin <mdl@imapmail.org>
16887
16888 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16889 that the value of org-last-inserted-timestamp includes time range.
16890
16891 2010-11-11 David Maus <dmaus@ictsoc.de>
16892
16893 * org-wl.el (org-wl-store-link-message): Provide link property for
16894 message-id without angle brackets.
16895
16896 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16897
16898 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16899
16900 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16901
16902 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16903 file ensuing that the latest changes on disk are represented.
16904
16905 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16906
16907 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16908 arguments w/o quotes.
16909
16910 2010-11-11 Bernt Hansen <bernt@norang.ca>
16911
16912 * org-capture.el (org-capture-finalize): Fix clock in of
16913 interrupted task during capture finalize.
16914
16915 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16916
16917 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16918 session output.
16919
16920 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16921
16922 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16923 expression for matching main function.
16924
16925 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16926
16927 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16928 regexp -- it wasn't matching lob lines w/o indices.
16929
16930 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16931
16932 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16933 warning in org-exp.el.
16934
16935 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16936
16937 * org-publish.el (org-publish-file): Better error message if
16938 base-directory or publishing-directory are not defined.
16939
16940 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16941
16942 * org-colview.el (org-columns-display-here): Use overlays to
16943 overrule line prefix properties during column view.
16944
16945 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16946
16947 * org-agenda.el (org-agenda-filter-preset): Document the
16948 limitation for the filter preset - it can only be used for an
16949 entire agenda view, not in an individual block in a block agenda.
16950
16951 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16952
16953 * ob-table.el (sbe): Now able to accept range references from
16954 tables.
16955
16956 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16957
16958 * ob.el (org-babel-pick-name): If colnames or rownames contain a
16959 list of names, then use those directly.
16960
16961 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16962
16963 * org-exp.el (org-export-format-source-code-or-example):
16964 Escape underscores in code block names on latex listings export.
16965
16966 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16967
16968 * ob-tangle.el (org-babel-with-temp-filebuffer):
16969 Use find-file-noselect to avoid excess buffer movement.
16970
16971 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16972
16973 * org-html.el (org-html-should-inline-p): Only inline images if
16974 they should be.
16975
16976 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16977
16978 * org-id.el (org-id-store-link): Autoload.
16979
16980 * org.el ("org-id"): Autoload `org-id-store-link'.
16981
16982 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16983
16984 * org-html.el (org-html-should-inline-p): Only inline images if
16985 they should be.
16986
16987 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
16988
16989 * org-icalendar.el (org-icalendar-alarm-time): New option.
16990
16991 * org-icalendar.el (org-print-icalendar-entries): Timed events are
16992 exported with alarm events, a.k.a. reminders.
16993
16994 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16995
16996 * org-capture.el (org-capture-target-buffer): Throw an error if we
16997 have no target file.
16998 (org-capture-select-template): Use a default template if the user
16999 has not specified any.
17000
17001 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
17002
17003 * org.el (org-modules): Add entry for org-velocity.
17004
17005 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
17006
17007 * ob-lob.el (org-babel-lob-execute): Changing indentation to
17008 improve line length.
17009
17010 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
17011
17012 * org-exp.el (org-export-handle-table-metalines): Choose a better
17013 position for checking protectedness.
17014
17015 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
17016
17017 * org-table.el (org-table-convert-region): Don't continue csv
17018 importation which the point catches the end, this fixes an
17019 infinite loop which was caused by the (point) never catching up
17020 with the "end" marker.
17021
17022 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
17023
17024 * org-macs.el (org-string-nw-p): New function.
17025
17026 * org-capture.el (org-capture-import-remember-templates):
17027 Interpret an empty string as request to use
17028 `org-default-notes-file'.
17029 (org-capture-target-buffer): If the FILE is not a (non-empty)
17030 string, use `org-default-notes-file'.
17031
17032 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
17033
17034 * org-capture.el (org-capture-templates): Fix customize type.
17035
17036 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
17037
17038 * org.el (org-refile-targets):
17039 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
17040
17041 2010-08-19 Glenn Morris <rgm@gnu.org>
17042
17043 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
17044 (org-save-outline-visibility): Move to org-macs.
17045 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
17046 (org-save-outline-visibility): Move here from org.el.
17047 (show-all): Autoload it.
17048 * ob.el: Don't require org when compiling.
17049
17050 2010-08-18 Glenn Morris <rgm@gnu.org>
17051
17052 * ob.el: Require org when compiling.
17053 (org-save-outline-visibility): Remove macro declaration.
17054 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
17055 Remove unnecessary/macro declarations.
17056 * org-docview.el: Require doc-view when compiling.
17057 (doc-view-goto-page): Autoload rather than declaring.
17058 (doc-view-current-page): Remove macro declaration.
17059
17060 2010-08-17 Glenn Morris <rgm@gnu.org>
17061
17062 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
17063 (org-entry-get, org-table-import): Fix declarations.
17064 (org-match-string-no-properties): Remove unnecessary declaration.
17065 * ob-sh.el (org-babel-comint-in-buffer)
17066 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
17067 (org-babel-comint-with-output): Remove unnecessary declarations.
17068 * ob-R.el (orgtbl-to-tsv): Fix declaration.
17069 * org-list.el (org-entry-get): Fix declaration.
17070
17071 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17072
17073 * ob-C.el: New file.
17074 * ob-R.el: New file.
17075 * ob-asymptote.el: New file.
17076 * ob-clojure.el: New file.
17077 * ob-comint.el: New file.
17078 * ob-css.el: New file.
17079 * ob-ditaa.el: New file.
17080 * ob-dot.el: New file.
17081 * ob-emacs-lisp.el: New file.
17082 * ob-eval.el: New file.
17083 * ob-exp.el: New file.
17084 * ob-gnuplot.el: New file.
17085 * ob-haskell.el: New file.
17086 * ob-keys.el: New file.
17087 * ob-latex.el: New file.
17088 * ob-lob.el: New file.
17089 * ob-matlab.el: New file.
17090 * ob-mscgen.el: New file.
17091 * ob-ocaml.el: New file.
17092 * ob-octave.el: New file.
17093 * ob-perl.el: New file.
17094 * ob-python.el: New file.
17095 * ob-ref.el: New file.
17096 * ob-ruby.el: New file.
17097 * ob-sass.el: New file.
17098 * ob-screen.el: New file.
17099 * ob-sh.el: New file.
17100 * ob-sql.el: New file.
17101 * ob-sqlite.el: New file.
17102 * ob-table.el: New file.
17103 * ob-tangle.el: New file.
17104 * ob.el: New file.
17105
17106 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17107
17108 * org-mks.el: New file.
17109 * org-capture.el: New file.
17110
17111 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
17112
17113 * org-taskjuggler.el: New file.
17114
17115 2010-07-19 Matt Lundin <mdl@imapmail.org>
17116
17117 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
17118 in org-agenda-text-search-extra-files.
17119
17120 2010-07-19 David Maus <dmaus@ictsoc.de>
17121
17122 * org-list.el (org-list-send-list): Locally bind variable `txt'.
17123
17124 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17125
17126 * org.el (org-reload): Now also reloading babel files.
17127
17128 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17129
17130 * org-capture.el (org-capture-set-plist): Make sure txt is a string
17131 before calling `string-match'.
17132 (org-capture-templates): Fix customization type.
17133
17134 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17135
17136 * org-latex.el (org-export-latex-preprocess): Make a special case
17137 for \nbsp.
17138 (org-latex-entities): Remove the entry for \nbsp.
17139 (org-latex-entities-exceptions): Variable removed.
17140
17141 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17142
17143 * org-capture.el (org-capture-refile): Do not try to manipulate
17144 bookmark list.
17145
17146 * org.el (org-refile): Use the correct bookmark here.
17147
17148 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17149
17150 * org-list.el (org-list-send-list): Parse list from its true beginning.
17151
17152 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
17153
17154 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17155
17156 * org.el (org-insert-link): Correctly determine if we should use
17157 a relative path.
17158
17159 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17160
17161 * org-list.el (org-list-radio-list-templates): Fix templates.
17162
17163 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17164
17165 * org-list.el (org-list-send-list): Regexp defining the start of
17166 a radio list is now on par with the one used for radio tables.
17167
17168 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17169
17170 * org-entities.el (org-entities-help): Add a headline for
17171 the user-defined entities.
17172
17173 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
17174
17175 * org-agenda.el (org-agenda-action): Document capture key and add it
17176 to the prompt.
17177
17178 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17179
17180 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
17181
17182 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17183
17184 * org-latex.el (org-export-latex-first-lines): Do not mark
17185 meta lines for removal. Do not remove BABEL config lines during export.
17186
17187 2010-07-19 David Maus <dmaus@ictsoc.de>
17188
17189 * org-capture.el (org-capture): Check if
17190 `org-capture-link-is-already-stored' is bound before evaluating.
17191
17192 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17193
17194 * org.el: Add autoload for org-babel-do-load-languages.
17195
17196 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17197
17198 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
17199
17200 2010-07-19 David Maus <dmaus@ictsoc.de>
17201
17202 * org-feed.el: Change indentation to match coding style
17203 guideline.
17204
17205 2010-07-19 David Maus <dmaus@ictsoc.de>
17206
17207 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
17208 library if necessary.
17209
17210 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17211
17212 * org-beamer.el (org-beamer-amend-header): Standardize the
17213 header cookie for the beamer extra stuff.
17214
17215 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17216
17217 * org-beamer.el (org-beamer-amend-header): Put extra header
17218 last in header.
17219
17220 2010-07-19 David Maus <dmaus@ictsoc.de>
17221
17222 * org-exp-blocks.el (org-export-blocks-format-ditaa)
17223 (org-export-blocks-format-dot): Remove text properties of body before
17224 calculating cache hash.
17225
17226 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17227
17228 * org-latex.el (org-export-latex-tabular-environment): New option.
17229 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
17230
17231 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17232
17233 * org-compat.el (org-version-check): New function.
17234
17235 * org-indent.el (org-indent-mode): Check for exact emacs version.
17236
17237 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17238
17239 * org-capture.el (org-capture-templates): Allow the template
17240 to come from a file or function call.
17241 (org-capture-place-entry): Get the template from file or function.
17242
17243 2010-07-19 David Maus <dmaus@ictsoc.de>
17244
17245 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
17246 position if target is entire file.
17247
17248 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17249
17250 * org.el (org-autoload): Autoload a few more org-table functions.
17251
17252 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17253
17254 * org.el (org-babel-load-languages): Add ob-mscgen.
17255
17256 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17257
17258 * org-latex.el (org-export-latex-tables): Format string now
17259 matches options.
17260
17261 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17262
17263 * org.el (org-babel-load-languages): This variable controls which
17264 languages will be loaded by org-babel. It is customizable through
17265 the customize interface.
17266
17267 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17268
17269 * org-latex.el (org-export-latex-format-image): Update number of
17270 arguments to allow for an optional short-name.
17271
17272 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17273
17274 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
17275
17276 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17277
17278 * org-capture.el (org-capture-set-target-location):
17279 Store exact positions for file+regexp and file+function targets.
17280 (org-capture-place-entry, org-capture-place-item)
17281 (org-capture-place-table-line, org-capture-place-plain-text):
17282 Respect exact positions.
17283 (org-capture-finalize): Make sure we are at the beginning of a line
17284 when fixing the empty lines after the entry.
17285
17286 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17287
17288 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
17289 (org-entry-get): Pass `literal-nil' into
17290 `org-entry-get-with-inheritance'.
17291 (org-todo): React to nil values of the LOGGING property.
17292
17293 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17294
17295 * org.el (org-default-notes-file): Update docstring.
17296
17297 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17298
17299 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
17300
17301 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17302
17303 * org-exp.el (org-export-attach-captions-and-attributes):
17304 Add a shortname attribute to caption strings under the symbol name
17305 org-caption-shortn.
17306
17307 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17308
17309 * org.el (org-switchb): Rename from `org-iswitchb'.
17310 Improve docstring.
17311 (org-iswitchb): New alias.
17312 (org-ido-switchb): Make alias point to `org-switchb'.
17313
17314 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17315
17316 * org-capture.el (org-capture-fill-template):
17317 Respect time-of-day preference in template prompt.
17318
17319 2010-07-19 David Maus <dmaus@ictsoc.de>
17320
17321 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
17322
17323 2010-07-19 David Maus <dmaus@ictsoc.de>
17324
17325 * org-wl.el (org-wl-disable-folder-check): New customization
17326 variable.
17327 (org-wl-open): Disable folder check depending on
17328 `org-wl-disable-folder-check'.
17329
17330 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17331
17332 * org-capture.el (org-capture-set-target-location):
17333 Fix file+function interpretation.
17334
17335 2010-07-19 David Maus <dmaus@ictsoc.de>
17336
17337 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
17338 content.
17339
17340 2010-07-19 David Maus <dmaus@ictsoc.de>
17341
17342 * org-feed.el (xml-entity-alist): Declare variable
17343 `xml-entity-alist' for byte compiler.
17344
17345 2010-07-19 David Maus <dmaus@ictsoc.de>
17346
17347 * org-feed.el (org-feed-unescape): New function.
17348 Unescape protected entities.
17349 (org-feed-parse-atom-entry): Use function for atom:content
17350 type text and html.
17351
17352 2010-07-19 David Maus <dmaus@ictsoc.de>
17353
17354 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
17355 element names.
17356
17357 2010-07-19 Bernt Hansen <bernt@norang.ca>
17358
17359 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
17360 when displaying items on todays agenda date.
17361
17362 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17363
17364 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
17365 value of EXTRA.
17366
17367 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17368
17369 * org-publish.el (org-publish-initialize-cache):
17370 Make timestamp directory, the entire path to it.
17371
17372 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17373
17374 * org-exp.el (org-export-handle-comments): Make sure to check
17375 for protection in the comment line, and not in the line after it.
17376
17377 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17378
17379 * org-html.el (org-export-html-preprocess): Call org-format-latex,
17380 possibly with a protect-only argument.
17381
17382 * org.el (org-format-latex): New argument PROTECT-ONLY.
17383
17384 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17385
17386 * org-exp.el (org-export-handle-table-metalines): This function
17387 removes table specific meta-lines, now that we aren't wiping
17388 everything that looks remotely like a comment at the end of the
17389 export process we have to be sure to catch all of the specific lines
17390 in org-exp.el.
17391
17392 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17393
17394 * org-exp.el (org-export-select-backend-specific-text): Properly
17395 get rid of #+Backend and #+ATTR_Backend specifics to backends not
17396 matching the one we're exporting to.
17397
17398 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17399
17400 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
17401 option which will strip newline characters from the text of table
17402 cells and replace then with "\n".
17403
17404 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17405
17406 * org.el (org-confirm-shell-link-function)
17407 (org-confirm-elisp-link-function): Limit the values that can be set by
17408 file variables.
17409
17410 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17411
17412 * org.el (org-compute-latex-and-specials-regexp): Deal with
17413 string elements by discarding them.
17414
17415 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17416
17417 * org.el (org-iswitchb): Make sure to use at least iswitchb.
17418
17419 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17420
17421 * org-capture.el (org-capture-position-for-last-stored)
17422 (org-capture-bookmark-last-stored-position): New functions.
17423 (org-capture-place-table-line): Better error catching.
17424 (org-capture-place-item, org-capture-place-entry)
17425 (org-capture-place-plain-text):
17426 Call `org-capture-position-for-last-stored'.
17427 (org-capture-finalize): Just call
17428 `org-capture-bookmark-last-stored-position'.
17429
17430 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17431
17432 * org-exp.el (org-export-mark-blockquote-verse-center):
17433 Fix small bug, now grabbing match data before overwritten by looking-at
17434 this fixes a problem with remainders of #+end_quote lines appearing
17435 in exported output.
17436
17437 2010-07-19 David Maus <dmaus@ictsoc.de>
17438
17439 * org.el (org-link-frame-setup): Add customization option for
17440 Wanderlust.
17441
17442 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17443
17444 * org-latex.el (org-export-latex-fixed-width): Now check
17445 org-example rather than org-protected on verbatim export, because by
17446 default all ": " prefixed lines are marked protected.
17447
17448 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17449
17450 * org-latex.el (org-export-latex-fixed-width): Check for
17451 protection before wrapping ": " lines as verbatim.
17452
17453 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17454
17455 * org-exp.el (org-export-handle-comments): Check for protection
17456 before removing comments.
17457
17458 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17459
17460 * org-entities.el (org-entities): Restructure the list.
17461 (org-entities-help): Turn the help output into a buffer
17462 in Org-mode, so that it becomes easier to find a symbol
17463 in the structure.
17464 (org-entities-create-table): Deal with new structure.
17465
17466 2010-07-19 David Maus <dmaus@ictsoc.de>
17467
17468 * org-agenda.el (org-write-agenda): Use backquotes to expand
17469 `flet' at compile time.
17470
17471 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17472
17473 * org.el (org-entry-properties): Make sure that standard property
17474 names are used even if the user has customized time keywords.
17475
17476 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17477
17478 * org-macs.el (org-not-nil): Return the value if not interpreted
17479 as nil.
17480
17481 * org.el (org-entry-get)
17482 (org-entry-get-with-inheritance): Interpret the value "nil"
17483 as nil for properties.
17484
17485 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17486
17487 * org.el (org-switch-to-buffer-other-window): Return the buffer.
17488
17489 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17490
17491 * org-macs.el (org-not-nil): New function.
17492
17493 * org.el (org-block-todo-from-children-or-siblings-or-parent):
17494 Use `org-not-nil' to interpret a property value of nil.
17495
17496 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17497
17498 * org.el (org-truely-invisible-p): New function.
17499 (org-beginning-of-line): Use `org-truely-invisible-p'.
17500
17501 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17502
17503 * org-agenda.el (org-agenda-get-timestamps): No errors
17504 while getting TODO state.
17505 (org-agenda-highlight-todo): No error when no keyword has
17506 been matched.
17507
17508 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17509
17510 * org.el (org-timestamp-change): New optional argument UPDOWN.
17511 Use this to identify calls from org-timestamp-up/down, so that we can
17512 skip by rounding minutes in this case.
17513 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17514 (org-timestamp-down-day): Call org-timestamp-change with the
17515 updown argument.
17516
17517 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17518
17519 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17520
17521 * org-capture.el: New file.
17522
17523 * org-compat.el (org-get-x-clipboard): Function moved here from
17524 remember.el.
17525
17526 * org-mks.el: New file.
17527
17528 * org.el (org-set-regexps-and-options): Allow statistic cookies as
17529 part of complex headlines.
17530 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
17531 OLP does not contain a file name.
17532
17533 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17534
17535 * org.el (org-mode): Set `comment-start' instead of changing the
17536 syntax of the `#' character.
17537
17538 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17539
17540 * org-exp.el (org-export-format-source-code-or-example): Mark examples
17541 by a property.
17542
17543 * org-html.el (org-export-html-close-lists-maybe): Check if raw
17544 HTML stuff was actually made from an example.
17545
17546 2010-07-19 Bastien Guerry <bzg@gnu.org>
17547
17548 * org-latex.el: Items are no longer skipped when their first line
17549 ends on a protected element.
17550
17551 * org-list.el: Protected environments looking like lists are not
17552 exported anymore.
17553
17554 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17555
17556 * org-exp-blocks.el (org-export-blocks-preprocess):
17557 Cleanup trailing newline after block.
17558
17559 2010-07-19 Bastien Guerry <bzg@gnu.org>
17560
17561 * org-exp.el: Comment regexp now matches documentation. No more
17562 protection check when deleting comments before export.
17563
17564 2010-07-19 Bastien Guerry <bzg@gnu.org>
17565
17566 * org-exp.el (org-export-preprocess-string):
17567 Now using `org-export-handle-include-files-recurse' to resolve
17568 included files.
17569
17570 2010-07-19 Bastien Guerry <bzg@gnu.org>
17571
17572 * org-agenda.el (org-agenda-get-deadlines)
17573 (org-agenda-get-scheduled):
17574 * org.el (org-time-string-to-seconds):
17575 For deadline and scheduled agenda display ignore the cyclic repeater
17576 when calculating how many days late the task is. If you have a weekly
17577 task and miss the date the agenda view will show more than a week late
17578 now instead of resetting on the cyclic repeating date. This makes it
17579 much more obvious when you missed a repeating task after the repeater.
17580
17581 2010-07-19 Bastien Guerry <bzg@gnu.org>
17582
17583 * org-exp.el (org-export-mark-blockquote-verse-center):
17584 Consider environments that end at eob.
17585
17586 2010-07-19 Mikael Fornius <mfo@abc.se>
17587
17588 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17589 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
17590 display correctly.
17591
17592 2010-07-19 Mikael Fornius <mfo@abc.se>
17593
17594 * org.el (org-at-property-p): Use save-match-data macro instead of let.
17595
17596 2010-07-19 Mikael Fornius <mfo@abc.se>
17597
17598 * org.el (test): Remove unused test function.
17599
17600 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17601
17602 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17603
17604 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17605
17606 * org-exp-blocks.el (org-export-blocks-postblock-hook):
17607 Add documentation to and turn into a defcustom.
17608
17609 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17610
17611 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17612 instead of to nil we avoid errors when :prefix1 is defined, but
17613 prefix is not.
17614
17615 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17616
17617 * org-latex.el (org-export-latex-preprocess): Environments coming
17618 from latex backend specific instructions (#+LaTeX) are already
17619 protected and won't be treated as normal environments.
17620
17621 2010-07-19 Bastien Guerry <bzg@gnu.org>
17622
17623 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17624
17625 2010-07-19 Bastien Guerry <bzg@gnu.org>
17626
17627 * org-timer.el (org-timer-set-timer): Use a prefix argument.
17628 See the docstring of the function.
17629
17630 2010-07-19 Bastien Guerry <bzg@gnu.org>
17631
17632 * org-timer.el (org-timer-set-timer): Fix bug about canceling
17633 timers.
17634
17635 2010-07-19 David Maus <dmaus@ictsoc.de>
17636
17637 * org-w3m.el (org-w3m-copy-for-org-mode)
17638 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17639 Get text property directly, not using macro `w3m-anchor'.
17640
17641 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17642
17643 * org.el (org-emph-re): Document the match groups.
17644
17645 2010-07-19 Bernt Hansen <bernt@norang.ca>
17646
17647 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17648 t before calling `org-clock-out', so that that function can
17649 know its call context.
17650
17651 2010-07-19 Bastien Guerry <bzg@gnu.org>
17652
17653 * org-timer.el (org-timer-default-timer): New variable.
17654 (org-timer-set-timer): Use the new variable. Also offer the
17655 possibility to replace the current timer by a new one.
17656
17657 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17658
17659 * org.el (org-kill-note-or-show-branches): Hide subtree before
17660 exposing the headings.
17661
17662 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17663
17664 * org.el (org-add-planning-info): Remove the empty line also
17665 if there is no whitespace at all in there.
17666
17667 * org-table.el (org-table-align): Fix alignment of strings
17668 with invisible characters.
17669
17670 2010-07-19 David Maus <dmaus@ictsoc.de>
17671
17672 * org.el (org-refile-cache-get): Return empty list of targets
17673 when cache was cleared.
17674 (org-clone-subtree-with-time-shift): Maybe create ID property
17675 in cloned subtrees.
17676 (org-clone-delete-id): New customization variable.
17677 (org-clone-subtree-with-time-shift): Use customization
17678 variable `org-clone-delete-id'.
17679 (org-clone-subtree-with-time-shift): Remove empty property
17680 drawer in cloned subtrees.
17681
17682 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17683
17684 * org.el (org-refile-use-cache): New option.
17685 (org-refile-cache, org-refile-markers): New variable.
17686 (org-refile-marker, org-refile-cache-clear)
17687 (org-refile-cache-check-set, org-refile-cache-put)
17688 (org-refile-cache-get): New function.
17689 (org-get-refile-targets): Use the refile cache.
17690
17691 * org-clock.el (org-clock-sum): Don't include running clock if
17692 the time block is wrong.
17693
17694 2010-07-19 John Wiegley <jwiegley@gmail.com>
17695
17696 * org-clock.el (org-clock-clock-in, org-clock-in):
17697 Add parameter `start-time'.
17698 (org-clock-resolve-clock): Add parameter `clock-out-time'.
17699 If set, and resolve-to is a past time, then the clock out
17700 event occurs at `clock-out-time' rather than at `resolve-to'.
17701 In this case, `resolve-to' becomes the clock in time.
17702 (org-clock-jump-to-current-clock): Create new global command
17703 to reveal the current clock.
17704 (org-clock-resolve): Add new commands g/G and j/J, and a
17705 help window describing all commands and their meaning.
17706 (org-clock-resolve-expert): New customization variable.
17707 (org-find-open-clocks): Fix a bug that caused discovered
17708 clocks not to match up with the currently active clock.
17709 (org-resolve-clocks): Change the argument
17710 `also-non-dangling-p' to `only-dangling-p', since due to a bug
17711 this was the default behavior all along.
17712
17713 2010-07-19 David Maus <dmaus@ictsoc.de>
17714
17715 * org-id.el (org-id-uuid): New function. Return string with
17716 random (version 4) UUID.
17717 (org-id-method): Make 'uuid the new default value.
17718 (org-id-new): Use `org-id-uuid' if call to uuidgen program
17719 does not return a UUID.
17720
17721 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17722
17723 * org-latex.el (org-export-latex-format-image): Add support
17724 for multicolumn figures in LaTeX.
17725
17726 2010-07-19 David Maus <dmaus@ictsoc.de>
17727
17728 * org.el (org-clone-subtree-with-time-shift): Remove ID
17729 property of original subtree in cloned subtrees.
17730
17731 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17732
17733 * org-exp.el (org-export-format-source-code-or-example):
17734 XEmacs compatibility.
17735
17736 * org-latex.el (org-export-latex-tables): Accept comma in
17737 align string.
17738
17739 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17740 (org-export-docbook-xslt-proc-command): Fix docstring.
17741 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17742 (org-export-as-docbook-pdf):
17743 Improve formatting of the xslt command.
17744
17745 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17746
17747 * org.el (org-file-contents): Improve error message.
17748 (org-set-regexps-and-options): Remove spaces at both ends.
17749
17750 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17751
17752 * org-docbook.el (org-export-as-docbook-pdf):
17753 Improve formatting of the xslt command.
17754
17755 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
17756
17757 * org-publish.el (org-publish-cache): Use one big hashmap for
17758 each project defined in `org-publish-project-alist'.
17759 (initialize-files-alist): Function removed.
17760 (org-publish-validate-link): Function removed.
17761 (org-publish-get-base-files): Add variable `sitemap-requested'
17762 to avoid sorting where possible.
17763 (org-publish-get-files): Function removed.
17764 (org-publish-get-project-from-filename): Make independent of
17765 file list.
17766 (org-publish-file): New argument NO-CACHE.
17767
17768 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17769
17770 * org.el (org-beginning-of-defun, org-end-of-defun):
17771 New functions.
17772 (org-mode): Install the `org-beginning-of-defun' and
17773 `org-end-of-defun' functions.
17774 (org-pretty-entities): New option.
17775 (org-toggle-pretty-entities): New command.
17776 (org-fontify-entities): New function.
17777 (org-startup-options): New keywords for pretty entities.
17778 (org-set-font-lock-defaults): Call the pretty entities
17779 function.
17780
17781 * org-latex.el (org-export-latex-keywords-maybe): Protect the
17782 TODO markup.
17783
17784 2010-07-19 Mikael Fornius <mfo@abc.se>
17785
17786 * org-habit.el (org-habit-build-graph): Help-echo date when
17787 mouse is over stars.
17788
17789 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
17790
17791 * org.el (org-file-apps): Improve docstring to reflect
17792 grouping matches.
17793
17794 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17795
17796 * org.el (org-set-startup-visibility): Fix empty line display.
17797
17798 * org-latex.el (org-export-latex-links): Use the formatting
17799 function of the link type, if it is available.
17800
17801 * org-table.el (org-table-get-remote-range): Return to
17802 original buffer when retrieving remote reference.
17803
17804 * org.el (org-display-inline-images): Do the entire buffer,
17805 not just the narrowed region. Clear the cache.
17806 (org-display-inline-images): Match mode file paths.
17807
17808 2010-07-19 David Maus <dmaus@ictsoc.de>
17809
17810 * org-wl.el (org-wl-store-link-folder): Don't throw error when
17811 called on WL folder group.
17812
17813 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17814
17815 * org.el (org-replace-escapes): Make sure the cdr is not nil.
17816 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17817 (org-mode): Revert comment syntax changes.
17818
17819 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17820
17821 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17822 keywords, and `C-c / T' for a specific one.
17823
17824 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17825
17826 * org.el (org-mode): Fix comment syntax settings.
17827
17828 * org-src.el (org-edit-src-allow-write-back-p):
17829 Define variable.
17830
17831 * org.el (org-inline-image-overlays): New variable.
17832 (org-toggle-inline-images, org-display-inline-images)
17833 (org-remove-inline-images): New commands.
17834 (org-mode-map): Define a key for `org-toggle-inline-images'.
17835
17836 2010-07-19 David Maus <dmaus@ictsoc.de>
17837
17838 * org-wl.el (org-wl-message-field): New function.
17839 Return content of header field in message entity.
17840 (org-wl-store-link): Call `org-wl-store-link-folder' or
17841 `org-wl-store-link-message' depending on major-mode.
17842 (org-wl-store-link-folder): New function. Store link to
17843 Wanderlust folder.
17844 (org-wl-store-link-message): New function. Store link to
17845 Wanderlust message.
17846 (org-wl-store-link-message): Store link to message while
17847 visiting message.
17848 (org-wl-open): Don't try to jump to message when opening a
17849 folder link.
17850
17851 2010-07-19 David Maus <dmaus@ictsoc.de>
17852
17853 * org.el (org-replace-escapes): Avoid infinite loop when
17854 replace string contains escape sequence it replaces.
17855
17856 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17857
17858 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17859 encryption when now key is set.
17860
17861 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17862
17863 * org-table.el (org-table-recalculate-buffer-tables)
17864 (org-table-iterate-buffer-tables): New commands.
17865
17866 * org.el (org-check-for-hidden): When there is a region, skip
17867 the check.
17868
17869 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17870
17871 * org-src.el (org-edit-src-code): allow-write-back-p had
17872 erroneously been omitted from let binding.
17873
17874 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17875
17876 * org-agenda.el (org-sorting-choice): New sorting type alpha.
17877 (org-cmp-alpha): New defsubst.
17878 (org-em): New defsubst.
17879 (org-entries-lessp): Only compute needed comparisons.
17880
17881 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17882
17883 * org-html.el (org-format-org-table-html): Test all columns
17884 for number content.
17885
17886 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17887
17888 * org-latex.el (org-export-latex-treat-sub-super-char):
17889 Make sure parenthesis matching is consistent.
17890
17891 * org-table.el (org-table-colgroup-line-p)
17892 (org-table-cookie-line-p): New functions.
17893
17894 * org-exp.el (org-table-clean-before-export): Better tests for
17895 colgroup and cookie lines.
17896
17897 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17898
17899 * org-agenda.el (org-agenda-goto): Push a mark before changing
17900 the position.
17901
17902 * org-footnote.el (org-footnote): New group.
17903 (org-footnote-section)
17904 (org-footnote-tag-for-non-org-mode-files): Fix typos.
17905
17906 * org-list.el (org-end-of-item-text-before-children): Also do
17907 the right thing at the end of a file.
17908
17909 * org.el (org-set-packages-alist, org-get-packages-alist):
17910 New function.
17911 (org-export-latex-default-packages-alist)
17912 (org-export-latex-packages-alist): Add extra flag to
17913 each package, indicating if it should be used for snippets.
17914 (org-create-formula-image): Add the snippet argument.
17915 (org-splice-latex-header): New argument SNIPPET-P, pass it
17916 through to `org-latex-packages-to-string'.
17917 (org-latex-packages-to-string): New argument SNIPPET-P.
17918
17919 * org-latex.el (org-export-latex-make-header): Add the snippet
17920 argument.
17921
17922 * org-docbook.el (org-export-as-docbook): Implement ordered
17923 lists starting at some offset.
17924
17925 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17926
17927 * org.el (org-link-types, org-open-at-point): Add doi links.
17928
17929 * org-ascii.el (org-export-ascii-preprocess): Remove list
17930 startcounter cookies.
17931
17932 * org-list.el (org-renumber-ordered-list): Respect counter
17933 start values.
17934
17935 * org-latex.el (org-export-latex-lists): Accept ordered list
17936 item offset cookie.
17937
17938 * org-html.el (org-export-as-html): Accept ordered list
17939 item offset cookie.
17940
17941 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17942 which messes up alignment of tags.
17943
17944 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17945
17946 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17947 the modeline display is removed.
17948
17949 * org-exp.el (org-export-format-drawer-function):
17950 Fix docstring.
17951
17952 * org-agenda.el (org-agenda-refile): New optional argument
17953 NO-UPDATE.
17954 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17955 is set.
17956 (org-agenda-bulk-action): Call the refile command with updates
17957 suppressed - but arrange for `org-agenda-redo' to be called at
17958 the end.
17959
17960 * org.el (org-mode): Make table mapping quiet.
17961 (org-table-map-tables): New optional argument QUIETLY.
17962
17963 * org-ascii.el (org-export-ascii-preprocess): Make table
17964 mapping quiet.
17965
17966 * org-html.el (org-export-as-html, org-html-level-start):
17967 Change XHTML IDs to not use dots.
17968
17969 * org-exp.el (org-export-define-heading-targets):
17970 Change XHTML IDs to not use dots.
17971
17972 * org-docbook.el (org-export-docbook-level-start):
17973 Change XHTML IDs to not use dots.
17974
17975 * org-latex.el (org-export-as-latex): Make sure that the
17976 result buffer is in latex-mode.
17977
17978 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17979 (org-shiftleft-final-hook, org-shiftright-final-hook):
17980 New hooks.
17981
17982 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17983
17984 * org-table.el (org-table-justify-field-maybe): Make sure that
17985 inserting a value does not turn a line into a hline.
17986
17987 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17988
17989 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
17990 (org-clock-sum): Add property to selected headlines.
17991 (org-dblock-write:clocktable): Make tags matcher.
17992
17993 * org.el (org-set-autofill-regexps): XEmacs compatibility.
17994
17995 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
17996 in latex class definitions.
17997
17998 * org.el (org-shiftup-hook, org-shiftdown-hook)
17999 (org-shiftleft-hook, org-shiftright-hook): New hooks.
18000
18001 * org-entities.el (org-entities): Use \land and \lor for logical
18002 operators.
18003
18004 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
18005 indentation commands.
18006 (org-hidden-tree-error): New defsubst.
18007 (org-metaleft, org-metaright): Check for hidden stuff and throw an
18008 error.
18009 (org-check-for-hidden): New function.
18010
18011 * org-list.el (org-item-re): New function.
18012 (org-at-item-p): Use `org-item-re'.
18013 (org-end-of-item-text-before-children): New function.
18014 (org-outdent-item, org-indent-item): Arrange for leaving the
18015 subtree alone.
18016 (org-outdent-item-tree, org-indent-item-tree): New argument
18017 NO-SUBTREE.
18018 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
18019 to find the end for processing while ignoring the subtree.
18020
18021 * org-publish.el (org-publish-sitemap-sort-alphabetically)
18022 (org-publish-sitemap-sort-folders)
18023 (org-publish-sitemap-sort-ignore-case): New options.
18024
18025 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18026
18027 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
18028
18029 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
18030
18031 * org-publish.el (org-publish-project-alist): Update docstring.
18032 (org-publish-file-title-cache): New variable.
18033 (org-publish-initialize-files-alist):
18034 Initialize `org-publish-initialize-files-alist' to nil.
18035 (org-publish-sort-directory-files): New function.
18036 (org-publish-projects): Access the new properties.
18037 (org-publish-find-title): Use the file title cache.
18038 (org-publish-find-title): Build the file title cache.
18039 (org-publish-get-base-files-1): Sort files.
18040 (org-publish-aux-preprocess): Do not throw an error when before
18041 the first headline. Allow an empty target, meaning to link just
18042 to the file.
18043 (org-publish-index-generate-theindex.inc): Check if there is
18044 actually a target and only then add it to the link.
18045 (org-publish-projects): Fix a remaining issue with the last commit.
18046
18047 * org-html.el (org-export-as-html): Treat verse as open/close
18048 paragraph.
18049 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
18050 and out of lists.
18051
18052 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
18053
18054 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
18055 be used in a read-only mode.
18056 (org-edit-src-code): Different message in read-only mode.
18057
18058 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18059
18060 * org-src.el (org-edit-src-find-region-and-lang): Test for
18061 table.el as late as possible.
18062
18063 * org-colview.el: Make sure this file is never loaded into XEmacs.
18064
18065 * org-agenda.el (org-highlight, org-unhighlight): Use direct
18066 overlay calls.
18067
18068 * org.el (org-key): Apply the translations defined in
18069 `org-xemacs-key-equivalents'.
18070
18071 * org-mouse.el (org-mode-hook): Use `org-defkey'.
18072
18073 * org-compat.el (org-xemacs-key-equivalents): New constant.
18074
18075 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18076
18077 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
18078 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
18079 Obey `org-odd-levels-only'.
18080
18081 * org-compat.el (org-find-overlays): Use overlays-in/at.
18082
18083 * org.el (org-remove-empty-overlays-at)
18084 (org-outline-overlay-data, org-hide-block-toggle)
18085 (org-format-latex, org-context): Use overlays-in/at.
18086
18087 * org-src.el (org-edit-src-exit): Use overlays-in/at.
18088
18089 * org-agenda.el (org-agenda-mark-clocking-task)
18090 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
18091 (org-agenda-entry-text-hide)
18092 (org-agenda-fix-tags-filter-overlays-at)
18093 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
18094
18095 * org-compat.el (org-overlays-at): Function removed.
18096 (org-overlays-in): Function removed.
18097
18098 2010-07-19 Bastien Guerry <bzg@gnu.org>
18099
18100 * org-clock.el (org-clock-set-current): Just return the headline
18101 itself, strip the TODO keyword, the priority cookie and the tags.
18102
18103 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18104
18105 * org-compat.el (org-xemacs-without-invisibility): New macro.
18106 (org-xemacs-without-invisibility): New macro.
18107 (org-indent-to-column, org-indent-line-to, org-move-to-column):
18108 Redefine using the macro `org-xemacs-without-invisibility'.
18109
18110 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
18111
18112 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
18113
18114 * org-compat.el (org-make-overlay, org-delete-overlay)
18115 (org-overlay-start, org-overlay-end, org-overlay-put)
18116 (org-overlay-get, org-overlay-move, org-overlay-buffer):
18117 Functions removed.
18118 (org-add-to-invisibility-spec): Function removed.
18119
18120 * org-html.el (org-export-as-html-and-open): Add argument to
18121 kill-buffer.
18122
18123 * org-habit.el (require): `calendar' is now required already by
18124 org.el on top level.
18125
18126 * org-clock.el (require): `calendar' is now required already by
18127 org.el on top level.
18128
18129 * org-agenda.el (require, org-timeline, org-agenda-list)
18130 (org-todo-list, org-agenda-to-appt): `calendar' is now required
18131 already by org.el on top level.
18132
18133 * org.el (org-export-latex-fix-inputenc): Declare function.
18134
18135 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18136 variables.
18137
18138 * org.el (calendar): Require calendar now on top level in org.el
18139 and define aliases to new variables when needed.
18140 (org-read-date, org-goto-calendar): Do not bind obsolete
18141 variables.
18142
18143 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
18144 compilation warning, add comment that this cannot be done with
18145 `with-current-buffer'.
18146
18147 * org-wl.el (org-wl-open): Use `with-current-buffer'.
18148
18149 * org.el (overlay, org-remove-empty-overlays-at)
18150 (org-outline-overlay-data, org-set-outline-overlay-data)
18151 (org-show-block-all, org-hide-block-toggle)
18152 (org-highlight-new-match, org-remove-occur-highlights)
18153 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
18154 (org-read-date, org-read-date-display, org-eval-in-calendar)
18155 (org-format-latex, org-context)
18156 (org-speedbar-restriction-lock-overlay)
18157 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
18158
18159 * org-table.el (org-table-add-rectangle-overlay)
18160 (org-table-remove-rectangle-highlight)
18161 (org-table-overlay-coordinates)
18162 (org-table-toggle-coordinate-overlays): Use the normal overlay
18163 API.
18164
18165 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
18166 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
18167 normal overlay API.
18168
18169 * org-colview.el (org-columns-new-overlay)
18170 (org-columns-display-here, org-columns-remove-overlays)
18171 (org-columns-edit-value, org-columns-next-allowed-value)
18172 (org-columns-update): Use the normal overlay API.
18173
18174 * org-clock.el (org-clock-out, org-clock-cancel)
18175 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
18176 overlay API.
18177
18178 * org-agenda.el (org-agenda-mark-filtered-text)
18179 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
18180 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
18181 (org-agenda-entry-text-hide)
18182 (org-agenda-restriction-lock-overlay)
18183 (org-agenda-set-restriction-lock)
18184 (org-agenda-filter-by-tag-hide-line)
18185 (org-agenda-fix-tags-filter-overlays-at)
18186 (org-agenda-filter-by-tag-show-all, org-hl)
18187 (org-agenda-goto-calendar, org-agenda-bulk-mark)
18188 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
18189
18190 * org-freemind.el (org-freemind-from-org-mode-node)
18191 (org-freemind-from-org-mode)
18192 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
18193 Use interactive-p instead of called-interactively, because this is
18194 backward compatible with older Emacsen I still support..
18195
18196 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18197
18198 * org-exp.el (org-export-define-heading-targets): Fix bug in
18199 regexp finding ID and CUSTOM_ID properties.
18200
18201 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18202
18203 * org-footnote.el (org-footnote-goto-previous-reference):
18204 Rename from `org-footnote-goto-next-reference'.
18205
18206 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
18207 org-log-repeat is non-nil, or if there is clocking data in the
18208 entry.
18209
18210 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
18211
18212 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18213
18214 * org.el (org-align-all-tags): New command.
18215
18216 2010-07-19 David Maus <dmaus@ictsoc.de>
18217
18218 * org-wl.el (org-wl-link-remove-filter): New customizable
18219 variable. If non-nil, filter conditions are stripped when storing
18220 link to message in filter folder.
18221 (org-wl-shimbun-prefer-web-links): New customizable variable.
18222 If non-nil, links to shimbun messages are created as web links to
18223 message source.
18224 (org-wl-nntp-prefer-web-links): New customizable variable.
18225 If non-nil, links to nntp message are created as web links to gmane
18226 or googlegroups.
18227 (org-wl-namazu-default-index): New customizable variable.
18228 Directory of namazu search index that should be used as default
18229 when opening a link in a search folder.
18230 (org-wl-folder-types): New constant. Wanderlust folder type
18231 indicators.
18232 (org-wl-folder-type): New function. Return type of Wanderlust
18233 folder.
18234 (org-wl-store-link): Create web links for shimbun or nntp messages
18235 and strip filter conditions depending on customizable variables.
18236 (org-wl-open): Open namazu search folder for message when called
18237 with prefix.
18238
18239 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18240
18241 * org.el (org-remove-if, org-remove-if-not): New functions.
18242 (org-open-file): Use internal remove-if functions.
18243
18244 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
18245
18246 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
18247 (org-file-apps-ex): Remove variable.
18248 (org-open-file): Integrate org-file-apps-ex functionality back
18249 into org-file-apps, and decide whether to match a regexp against
18250 the link or the filename using org-file-apps-entry-uses-grouping-p.
18251
18252 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
18253
18254 * org.el (org-file-apps-ex): New variable.
18255 (org-open-file): Before considering org-file-apps, first match the
18256 regexps from org-file-apps-ex against the whole link.
18257 See docstring of org-file-apps-ex.
18258
18259 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18260
18261 * org.el (org-export-latex-default-packages-alist):
18262 Remove microtype package.
18263 (org-todo-repeat-to-state): New variable.
18264 (org-auto-repeat-maybe): Allow user-selected target states.
18265 (org-default-properties): Add the new property REPEAT_TO_STATE.
18266
18267 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
18268
18269 * org-mobile.el (org-mobile-check-setup): Make sure that there is
18270 a binary to compute checksums.
18271
18272 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
18273
18274 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18275 variables.
18276
18277 * org.el (calendar): Require calendar now on top level in org.el
18278 and define aliases to new variables when needed.
18279 (org-read-date, org-goto-calendar): Do not bind obsolete
18280 variables.
18281
18282 2010-06-22 Glenn Morris <rgm@gnu.org>
18283
18284 * org-entities.el: Add explicit utf-8 coding cookie to file with
18285 utf-8 characters.
18286
18287 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18288
18289 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
18290
18291 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
18292
18293 * Version 23.2 released.
18294
18295 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18296
18297 * org-table.el (orgtbl-setup):
18298 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
18299
18300 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18301
18302 * org-table.el (orgtbl-mode): Use define-minor-mode.
18303
18304 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18305
18306 * org.el (org-insert-link): Find the link buffer on visible frames.
18307 (org-export-latex-default-packages-alist): Hyperref must be loaded
18308 late.
18309 (org-open-file): More care with the new matching for file links.
18310
18311 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18312
18313 * org-latex.el (org-export-latex-preprocess): Do not yet protect
18314 defined entities - these will be taken care of later.
18315 (org-export-latex-special-chars): Post-process entity replacement.
18316 (org-export-latex-fontify-headline): Do not yet protect defined
18317 entities - these will be taken care of later.
18318 (org-export-latex-tables, org-export-latex-links): Format the
18319 caption properly.
18320
18321 * org-entities.el (org-entities-user): Fix typo.
18322
18323 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
18324
18325 * org-entities.el (org-entities-user): Improve docstring.
18326
18327 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18328
18329 * org-entities.el (org-macs): Require org-macs, to be sure that we
18330 have `declare-function' defined.
18331
18332 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18333
18334 * org-latex.el (org-export-latex-classes): Update docstring.
18335
18336 * org.el (org-format-latex-header): Add cookies to the header.
18337 (org-splice-latex-header): Implement placement according to cookies.
18338
18339 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18340
18341 * org-publish.el (org-publish-aux-preprocess): Control case
18342 sensitivity.
18343
18344 2010-04-10 Bastien Guerry <bzg@gnu.org>
18345
18346 * org.el (org-splice-latex-header): Fix typo.
18347
18348 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18349
18350 * org-latex.el (org-export-latex-make-header):
18351 Use `org-splice-latex-header' to build the header.
18352 (org-export-latex-classes): Update docstring.
18353
18354 * org.el (org-splice-latex-header): New function.
18355 (org-create-formula-image): Use `org-splice-latex-header' to build
18356 the header.
18357
18358 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
18359
18360 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18361
18362 * org.el (org-export-latex-packages-alist)
18363 (org-export-latex-default-packages-alist): Fix docstring to
18364 reflect the expected structure.
18365
18366 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
18367 (org-export-docbook-finalize-table): Make use of label for tables.
18368
18369 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18370
18371 * org-attach.el (org-attach-commit): Split on newlines.
18372
18373 * org.el (org-export-latex-default-packages-alist): Use list
18374 instead of cons for the entries.
18375
18376 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18377
18378 * org-entities.el (org-entity-get-representation): Catch the case
18379 that there is not entry in the list.
18380
18381 * org-mobile.el (org-mobile-use-encryption)
18382 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
18383 New options.
18384 (org-mobile-check-setup): CHeck the encryption setup.
18385 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
18386 (org-mobile-create-sumo-agenda): Use encryption code.
18387 (org-mobile-encrypt-and-move): New function.
18388 (org-mobile-encrypt-file, org-mobile-decrypt-file):
18389 New functions.
18390 (org-mobile-move-capture): Decrypt the capture file.
18391
18392 * org.el (org-entities): Require the new file.
18393 (org-export-latex-default-packages-alist): New variable.
18394 (org-complete): Use new entity code for completion.
18395 (org-create-formula-image): Use the new packages variable.
18396
18397 * org-latex.el (org-export-latex-classes): Remove the standard
18398 packages from the class headers.
18399 (org-export-latex-make-header): Use the new package variable.
18400 (org-export-latex-special-chars): Better regexp for entities, to
18401 support entity name that contain numbers.
18402 (org-export-latex-treat-backslash-char): Use the new entity code.
18403
18404 * org-html.el (org-html-do-expand): Use the new entity code.
18405
18406 * org-exp.el (org-export): Add the new export commands.
18407 (org-html-entities): Constant removed.
18408 (org-export-visible): Add the new export commands.
18409
18410 * org-docbook.el (org-docbook-do-expand): Use new entity code.
18411
18412 * org-ascii.el (org-export-ascii-entities): New variable.
18413 (org-export-as-latin1, org-export-as-latin1-to-buffer)
18414 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
18415 (org-export-as-encoding): New function.
18416 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
18417 (org-ascii-replace-entities): New function.
18418
18419 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18420 Ulf Stegemann <ulf@zeitform.de>
18421
18422 * org-entities.el: New file.
18423
18424 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18425
18426 * org-html.el (org-html-level-start): Catch the case that target
18427 might be nil.
18428
18429 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18430
18431 * org.el (org-appearance): Change Customize group variable name
18432 from org-font-lock to org-appearance, and change tag from "Org
18433 Font Lock" to "Org Appearance".
18434 (org-odd-levels-only): Change Customize group variable name.
18435 (org-level-color-stars-only): Change Customize group variable name.
18436 (org-hide-leading-stars): Change Customize group variable name.
18437 (org-hidden-keywords): Change Customize group variable name.
18438 (org-fontify-done-headline): Change Customize group variable name.
18439 (org-fontify-emphasized-text): Change Customize group variable name.
18440 (org-fontify-whole-heading-line): Change Customize group variable name.
18441 (org-highlight-latex-fragments-and-specials): Change Customize
18442 group variable name.
18443 (org-hide-emphasis-markers): Change Customize group variable name.
18444 (org-emphasis-alist): Change Customize group variable name.
18445 (org-emphasis-regexp-components): Change Customize group variable
18446 name.
18447 (org-modules): Remove mention of org-R.
18448
18449 * org-faces.el (org-faces): Change Customize group variable name.
18450
18451 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18452
18453 * org-agenda.el (org-diary-last-run-time): New variable.
18454 (org-diary): Prepare agenda buffers only if last call was some
18455 time ago.
18456
18457 * org-html.el (org-export-html-preprocess): Replace \ref macros
18458 with a link.
18459 (org-format-org-table-html): Add the label as an anchor.
18460
18461 * org-docbook.el (org-export-docbook-format-image): Do some
18462 formatting on captions.
18463
18464 * org-latex.el (org-export-latex-tables, org-export-latex-links):
18465 Do some formatting on captions.
18466
18467 * org-html.el (org-export-html-format-image)
18468 (org-format-org-table-html): Do some formatting on captions.
18469
18470 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18471
18472 * org.el (org-hidden-keywords): New customizable variable. This is
18473 a list of symbols specifying which of the special keywords #+DATE,
18474 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18475 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18476 implementing new faces and hiding behavior.
18477
18478 * org-faces.el (org-document-title): New face for #+TITLE lines.
18479 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18480 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18481 keywords.
18482
18483 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18484
18485 * org-publish.el (org-publish-sanitize-plist): New function to
18486 rename "index" properties to "sitemap". Do this renaming
18487 globally.
18488 (org-publish-with-aux-preprocess-maybe): New macro.
18489 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18490 macro.
18491 (org-publish-aux-preprocess)
18492 (org-publish-index-generate-theindex.inc): New function.
18493
18494 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18495
18496 * org-table.el (org-table-align): Interpret <N> at fixed width,
18497 not as maximum width.
18498
18499 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18500
18501 * org-exp.el (org-export-author-info, org-export-email-info):
18502 Fix docstrings.
18503
18504 * org-beamer.el (org-beamer-select-environment): Rename from
18505 `org-beamer-set-environment-tag'. Improve docstring.
18506
18507 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18508 problem with odd levels.
18509
18510 * org-ascii.el (org-export-as-ascii): Export email only if the
18511 author wants it.
18512
18513 * org-docbook.el (org-export-as-docbook): Export email only if the
18514 author wants it.
18515
18516 * org-html.el (org-export-as-html): Export email only if the
18517 author wants it.
18518
18519 * org-exp.el (org-export-email-info): New option.
18520 (org-export-plist-vars): Add entry for `org-export-email'.
18521
18522 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18523
18524 * org-table.el (org-table-goto-line): Fix typo.
18525
18526 2010-04-10 Mikael Fornius <mfo@abc.se>
18527
18528 * org.el (org-agenda-files): Typo.
18529 (org-read-agenda-file-list): Add optional argument to help
18530 `org-store-new-agenda-file-list' to remember un-expanded file
18531 names. Expand file names relative to `org-directory'.
18532 (org-store-new-agenda-file-list): Keep un-expanded file names when
18533 saving, if available.
18534 (org-agenda-files): Update documentation.
18535
18536 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18537
18538 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18539 a buffer with no file name attached.
18540
18541 * org.el (org-log-refile): New option.
18542 (org-log-note-headings): Add a heading for refiling.
18543 (org-startup-options): Add keywords for logging of the refile
18544 action.
18545 (org-refile): Add logging action.
18546 (org-add-log-note): Allow for refiling action.
18547
18548 * org-agenda.el (org-agenda-bulk-action): Make sure
18549 `org-log-refile' is not `note' during a bulk action.
18550
18551 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18552
18553 * org.el (org-map-dblocks): Use save-excursion to remember the
18554 position.
18555
18556 * org-attach.el (org-attach-commit): Remove dependence on xargs.
18557 (org-attach-delete-one): Commit after deleting a file.
18558
18559 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18560 borders for strike-through emphasis.
18561
18562 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18563 handling of odd levels.
18564
18565 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18566 and `future' values.
18567 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18568 Handle `past' and `future' values.
18569
18570 * org.el (org-read-agenda-file-list): Interpret file names
18571 relative to org-directory and allow environment variables and
18572 "~".
18573
18574 * org-latex.el (org-export-latex-special-chars): Allow a
18575 parenthesis before an exponent or subscript.
18576
18577 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18578
18579 * org-src.el (org-edit-src-exit): When returning from code edit
18580 buffer, if code block is hidden, leave point at start of
18581 #+begin_src line.
18582
18583 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18584
18585 * org.el (org-insert-heading): Do not remove all spaces if the
18586 headline is empty.
18587
18588 * org-indent.el (org-indent): Fix group name.
18589
18590 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18591
18592 * org-table.el (org-table-goto-column): Fix forcing a non-existing
18593 column.
18594 (org-table-get, org-table-put, org-table-goto-line)
18595 (org-table-current-line): New functions.
18596
18597 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18598
18599 * org.el (org-open-file): Allow regular expressions in
18600 org-file-apps to capture link parameters using groups. In a
18601 command string to be executed, the parameters can be referenced
18602 using %1, %2, etc. Lisp forms can access them using
18603 (match-string n link).
18604 (org-apps-regexp-alist): Adopt the created regexp, as this is now
18605 matched against a file: link instead of the file name.
18606
18607 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18608
18609 * org-crypt.el (org-reveal-start-hook): Add a decryption function
18610 to this hook.
18611 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18612 Add docstrings.
18613
18614 * org.el (org-point-at-end-of-empty-headline)
18615 (org-level-increment, org-get-previous-line-level): New function.
18616 (org-cycle-level): Rewritten to be independent of when this
18617 function is called.
18618 (org-in-regexps-block-p): New function.
18619 (org-reveal-start-hook): New hook.
18620 (org-reveal): Run new hook.
18621
18622 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18623
18624 * org-latex.el (org-export-latex-keywords): Start a new paragraph
18625 after time keywords, do not add "\newline".
18626
18627 * org-html.el (org-export-as-html): Avoid double # in href.
18628
18629 * org.el (org-refile-get-location): Catch an invalid target
18630 specification.
18631
18632 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18633
18634 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18635 Make sure the behavior regarding to extracting time is
18636 consistent.
18637
18638 2010-04-10 Stephen Eglen <stephen@gnu.org>
18639
18640 * org-agenda.el (org-agenda-insert-diary-extract-time):
18641 New variable.
18642 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18643 variable rather than `org-agenda-search-headline-for-time'.
18644
18645 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18646
18647 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18648
18649 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18650
18651 * org.el (org-adaptive-fill-regexp-backup): New variable.
18652 (org-set-autofill-regexps): Store a backup of
18653 `adaptive-fill-regexp'.
18654 (org-adaptive-fill-function): Fix filling of comments and ordered
18655 lists. If there is no other match, till try adaptive fill.
18656
18657 2010-04-10 John Wiegley <jwiegley@gmail.com>
18658
18659 * org-agenda.el (org-agenda-include-deadlines): Add new
18660 customization variable to determine whether unscheduled tasks
18661 should appear in the agenda solely because of their deadline.
18662 Default to true, which was the previous behavior (it just wasn't
18663 configurable).
18664 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18665 the agenda to show/hide deadline tasks.
18666 (org-agenda-menu): Add menu option for show/hide deadlines.
18667 (org-agenda-list): Make the agenda list sensitive to the value of
18668 `org-agenda-include-deadlines'.
18669 (org-agenda-toggle-deadlines): New function to toggle the value of
18670 `org-agenda-include-deadlines' and repaint the modeline
18671 indicators.
18672 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18673 modeline if deadline tasks are being displayed.
18674
18675 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18676
18677 * org-table.el (org-table-eval-formula): Replace $# and @# by
18678 current column and row number.
18679
18680 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18681
18682 * org.el (org-set-property, org-delete-property): Go back to
18683 prompting for the property.
18684
18685 * org-latex.el (org-export-latex-make-header): Fully process
18686 author line.
18687 (org-export-latex-fontify-headline): Allow several arguments, not
18688 just one.
18689 (org-export-latex-fix-inputenc): Catch the error when
18690 `latexenc-coding-system-to-inputenc' is not defined.
18691
18692 * org-agenda.el (org-agenda-skip-if-todo): New function.
18693 (org-agenda-skip-if): Add conditions for TODO keywords.
18694 (org-agenda-skip-if): Document the new todo conditions.
18695
18696 2010-04-10 Mikael Fornius <mfo@abc.se>
18697
18698 * org.el (org-at-property-p): Check if we are inside a property
18699 drawer not just any drawer.
18700 (org-set-property, org-delete-property): When cursor is on a
18701 property key value pair do not prompt for property name instead
18702 use name at cursor.
18703 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18704 on the first line of a property drawer.
18705 (org-property-end-re): Spell check.
18706
18707 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18708
18709 * org-exp.el (org-export-attach-captions-and-attributes): Add the
18710 properties to the entire table, in case the first line is
18711 removed.
18712
18713 * org-archive.el (org-archive-reversed-order): New option.
18714 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18715 option `org-archive-reversed-order'.
18716
18717 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18718
18719 * org-agenda.el (org-agenda-entry-types): New variable.
18720 (org-agenda-list): Use `org-agenda-entry-types'.
18721 (org-agenda-custom-commands-local-options): Support for setting
18722 `org-agenda-entry-types' as an option.
18723 (org-diary): Shift some documentation from here to the variable
18724 `org-agenda-entry-types'.
18725
18726 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18727
18728 * org-latex.el (org-export-latex-make-header): Apply macros in
18729 author field.
18730
18731 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18732 (org-clock-select-task, org-clock-notify-once-if-expired)
18733 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18734 (org-clock-out-if-current, org-clock-save): Use the new functions.
18735
18736 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18737
18738 * org-docbook.el (org-export-as-docbook): Remove unnecessary
18739 newline.
18740 (org-export-as-docbook): Remove unnecessary newline.
18741 (org-export-as-docbook): Fix problem with double footnote
18742 reference in one place.
18743
18744 * org-exp.el (org-export-format-source-code-or-example):
18745 Remove unnecessary newline.
18746
18747 * org.el (org-deadline, org-schedule): Allow rescheduling entries
18748 with repeaters.
18749
18750 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18751 function calls that look like references.
18752
18753 * org.el (org-open-at-point): Get link abbreviations from
18754 reference buffer.
18755
18756 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18757
18758 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18759 as a reference.
18760
18761 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18762
18763 * org.el (org-link-unescape): Solve issue with lower-case escapes.
18764
18765 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18766
18767 * org-latex.el (org-export-latex-classes):
18768 Add \usepackage{latexsym} to all classes.
18769
18770 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18771
18772 * org-html.el (org-export-as-html): Do not allow protected lines
18773 into the table of contents.
18774
18775 * org-latex.el (org-export-latex-special-chars): Find subsequent
18776 occurrences of special characters.
18777 (org-export-latex-tables): Do not convert table-like stuff that is
18778 protected.
18779
18780 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18781
18782 * org-list.el (org-toggle-checkbox): No errors when updating
18783 checkbox count fails because there is no heading.
18784
18785 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18786
18787 * org-clock.el (org-clock-report-include-clocking-task):
18788 New option.
18789 (org-clock-sum): Add the current clocking task.
18790
18791 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18792
18793 * org.el (org-cycle): Print a message when in a table.el table.
18794 (org-edit-special): Recognize the table.el context.
18795 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18796
18797 * org-src.el (org-at-table.el-p): Declare.
18798 (org-edit-src-code): Handle a special case for table.el editing.
18799 (org-edit-src-find-region-and-lang): Recognize the table.el
18800 context.
18801
18802 * org-latex.el (org-export-latex-tables): Convert table.el
18803 tables.
18804 (org-export-latex-convert-table.el-table): New function.
18805
18806 * org-html.el (org-html-expand): Fix table.el export.
18807
18808 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18809 headings.
18810
18811 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18812 table for the id locations.
18813
18814 * org.el (org-read-date-analyze): Match American-style dates, like
18815 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
18816 current year when reading ISO and American dates.
18817
18818 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18819
18820 * org.el (org-face-from-face-or-color): New function.
18821 (org-get-todo-face, org-font-lock-add-priority-faces)
18822 (org-get-tag-face): Use `org-face-from-face-or-color'.
18823
18824 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18825 Allow simple colors as values.
18826 (org-faces-easy-properties): New option.
18827
18828 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18829 restricted, as an agenda mode.
18830 (org-agenda-fontify-priorities): Allow simple colors as values.
18831
18832 2010-04-10 Bastien Guerry <bzg@gnu.org>
18833
18834 * org-timer.el (org-timer-current-timer): Rename from
18835 `org-timer-last-timer'.
18836 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18837 (org-timer-cancel-timer, org-timer-show-remaining-time)
18838 (org-timer-set-timer): Update to use only one timer.
18839
18840 * org.el (org-set-property): Remove useless space in the prompt.
18841
18842 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18843
18844 * org-html.el (org-export-html-style-default): Add a default style
18845 for textareas.
18846
18847 * org-exp.el (org-export-format-source-code-or-example):
18848 Fix textarea tag.
18849
18850 2010-04-10 Bastien Guerry <bzg@gnu.org>
18851
18852 * org-clock.el (org-clock-current-task): New variable to store
18853 last clocked in task.
18854 (org-clock-set-current, org-clock-delete-current): New functions.
18855
18856 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18857
18858 * org-remember.el (org-remember-apply-template): Extend comment.
18859 (org-remember-handler): Implement clock sibling filing.
18860
18861 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18862
18863 * org-publish.el (org-publish-all, org-publish-current-file)
18864 (org-publish-current-project): When called with prefix argument
18865 FORCE, also rebuild the validation file list.
18866
18867 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18868 section headings.
18869
18870 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18871
18872 * org-html.el (org-export-as-html-and-open): Kill product buffer
18873 if the user wants that.
18874
18875 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18876 if the user wants that.
18877
18878 * org-exp.el (org-export-kill-product-buffer-when-displayed):
18879 New option.
18880
18881 * org-agenda.el (org-batch-agenda-csv): Use the time property
18882 instead of the `time-of-day' property.
18883
18884 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18885
18886 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18887 (org-timer-pause-hook, org-timer-set-hook)
18888 (org-timer-cancel-hook): New hooks.
18889 (org-timer-start): Run `org-timer-start-hook'.
18890 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18891 (org-timer-stop): Run `org-timer-stop-hook'.
18892 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18893
18894 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18895
18896 * org.el (org-reveal): Double prefix arg shows the subtree of the
18897 parent.
18898
18899 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18900
18901 * org-agenda.el (org-search-view): Fix bug with searching full
18902 words in headlines in search view.
18903 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18904 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18905 scheduled (if the user configures it so.
18906
18907 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18908
18909 * org.el (org-hide-archived-subtrees): Don't jump to end of
18910 subtree if the match was not in a headline.
18911 (org-inside-latex-macro-p): Allow more complex arguments.
18912 (org-emphasize): Protect against use at end of buffer.
18913
18914 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18915
18916 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18917 text properties.
18918
18919 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18920
18921 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18922 values.
18923 (org-agenda-todo-ignore-scheduled)
18924 (org-agenda-todo-ignore-deadlines): More control with different
18925 allowed values.
18926 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18927 Honor the new option settings.
18928
18929 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18930
18931 * org.el (org-get-location): Make sure the selection buffer is
18932 shown in the current frame.
18933
18934 * org-ascii.el (org-export-ascii-table-widen-columns):
18935 New option.
18936 (org-export-ascii-preprocess): Realign tables to remove narrowing
18937 if `org-export-ascii-table-widen-columns' is set.
18938
18939 * org-table.el (org-table-do-narrow): New variable.
18940 (org-table-align): Narrow only if `org-table-do-narrow' is t.
18941
18942 * org.el (org-deadline, org-schedule): Allow updating if the
18943 relevant time stamp does not have a repeater, i.e. do not require
18944 that no time stamp has a repeater.
18945
18946 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18947 new white space before the tags.
18948
18949 * org-latex.el (org-export-as-latex): Do nit require the buffer to
18950 be visiting a file when only exporting to a buffer or string.
18951 (org-export-latex-fix-inputenc): Only save the buffer is there is
18952 a file name attached to it.
18953
18954 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18955
18956 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18957
18958 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18959
18960 * org.el (org-fontify-meta-lines-and-blocks):
18961 Honor `org-fontify-quote-and-verse-blocks'.
18962
18963 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18964
18965 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18966
18967 * org.el (org-open-at-point): Also check for text property
18968 org-linked-text before offering collected links.
18969
18970 2010-04-10 Stephen Eglen <stephen@gnu.org>
18971
18972 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18973 Optionally extract time specification from text and add to the
18974 timestamp.
18975
18976 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18977
18978 * org-exp.el (org-html-entities): Fix typo.
18979
18980 * org-latex.el (org-export-latex-make-header): Use \providecommand
18981 to make sure the \alert macro is defined.
18982
18983 * org.el (org-format-latex-signal-error)
18984 (org-create-formula-image): Use `org-format-latex-signal-error'.
18985
18986 2010-04-10 Stephen Eglen <stephen@gnu.org>
18987
18988 * org.el (org-store-link): For dired buffers, use
18989 default-directory as link name if dired-get-filename returns
18990 nil.
18991
18992 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18993
18994 * org-exp.el (org-export-concatenate-multiline-links): The for
18995 protectedness at beginning of match.
18996
18997 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
18998 AUTO as a coding system, instead default to utf8.
18999
19000 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19001
19002 * org.el (org-block-todo-from-children-or-siblings-or-parent)
19003 (org-block-todo-from-checkboxes): Respect the local variable
19004 value when deciding if blocking should be active.
19005
19006 * org-latex.el (org-export-latex-make-header): Define the align
19007 macro if it is not yet defined.
19008
19009 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
19010 Call `org-insert-heading' with the INVISIBLE-OK argument.
19011
19012 * org-mac-message.el (org-mac-message-insert-flagged):
19013 Call `org-insert-heading' with the INVISIBLE-OK argument.
19014
19015 * org.el (org-insert-heading): New argument INVISIBLE-OK.
19016
19017 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
19018 prompt message.
19019
19020 * org-html.el (org-html-level-start): Use the
19021 `html-container-class' text property to set an additional class
19022 for an outline container.
19023
19024 * org-exp.el (org-export-remember-html-container-classes):
19025 New function.
19026 (org-export-preprocess-string):
19027 Call `org-export-remember-html-container-classes'.
19028
19029 * org.el (org-cycle): Mention level cycling in the docstring.
19030 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
19031
19032 * org-remember.el (org-remember-apply-template): Do file insertion
19033 first.
19034
19035 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19036
19037 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
19038 problem with mis-aligned graphs when showing habits.
19039
19040 2010-04-10 Mikael Fornius <mfo@abc.se>
19041
19042 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
19043 when assigning. Begin using numerical characters when all in name
19044 is used up. This is to spare alphanumeric characters for better
19045 match with other keywords.
19046
19047 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19048
19049 * org-exp.el (org-export-preprocess-hook): Improve documentation.
19050
19051 * org-latex.el (org-export-latex-preprocess): More consistent
19052 conversion and protection of the words LaTeX and TeX.
19053 (org-export-latex-fontify-headline, org-export-latex-preprocess):
19054 Allow angle brackets in commands, for beamer.
19055
19056 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19057
19058 * org-clock.el (org-clock-in): Improve the look of the clock line
19059 by formatting links.
19060
19061 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19062
19063 * org-latex.el (org-export-latex-classes): Use AUTO as the place
19064 holder string for the coding system. And improve the
19065 documentation.
19066 (org-export-latex-fix-inputenc): Only modify the coding system if
19067 it is given by the placeholder AUTO.
19068
19069 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19070
19071 * org-clock.el (org-task-overrun-text): New option.
19072 (org-task-overrun, org-clock-update-period): New variables.
19073 (org-clock-get-clock-string, org-clock-update-mode-line):
19074 Mark overrun clock.
19075 (org-clock-notify-once-if-expired): Check if clock is overrun.
19076
19077 * org-faces.el: New face `org-mode-line-clock-overrun'.
19078
19079 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
19080
19081 * org.el (org-narrow-to-subtree): Position the end of the narrowed
19082 region before the line with the next heading, to prevent the user
19083 from prepending text to the next headline.
19084
19085 2010-04-10 Stephen Eglen <stephen@gnu.org>
19086
19087 * org-agenda.el (org-get-time-of-day):
19088 Use org-agenda-time-leading-zero to allow leading zero (rather than
19089 space) for times.
19090
19091 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19092
19093 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19094 org-datetree.el is loaded.
19095
19096 * org-datetree.el: Autoload `org-datetree-find-day-create'.
19097
19098 * org-latex.el (org-export-latex-hyperref-format): New option.
19099 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
19100
19101 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19102
19103 * org-ctags.el (org-ctags-enable): Change order of functions.
19104 (org-ctags-create-tags): Add wildcard to file name expansion.
19105
19106 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19107
19108 * org.el (org-entry-properties): Fix some important bugs.
19109
19110 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19111
19112 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
19113 the table is not explicitly given.
19114
19115 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19116
19117 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
19118 as value.
19119 (org-clock-out-if-current): Work with the new list value of
19120 `org-clock-out-when-done'.
19121 (org-clock-out, org-clock-out-if-current): Avoid circular logic
19122 between clocking out and state changes.
19123
19124 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
19125
19126 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
19127 accident protect a character that is before a backslash.
19128
19129 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
19130
19131 * org-ctags.el: New file.
19132
19133 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19134
19135 * org-agenda.el (org-diary-class):
19136 Use `org-order-calendar-date-args'.
19137
19138 * org.el (org-order-calendar-date-args): New function.
19139
19140 * org-exp.el (org-export-target-internal-links): Check for
19141 protectedness after the first bracket.
19142
19143 * org.el (org-entry-properties): Don't match wrong-case TODO
19144 keywords.
19145
19146 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
19147 Document that ARG is passed through to remove the date.
19148 (org-agenda-bulk-action): Accept prefix arg and pass it on.
19149 Do not read a date when the user has given a `C-u' prefix.
19150
19151 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19152
19153 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
19154 tags are hidden.
19155
19156 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19157
19158 * org-latex.el (org-export-latex-fix-inputenc): New function.
19159 (org-export-latex-inputenc-alist): New option.
19160
19161 * org-exp.el (org-export): New key SPC to publish enclosing
19162 subtree.
19163
19164 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19165
19166 * org-indent.el (org-indent-add-properties): Catch case when there
19167 is no headline in the buffer.
19168
19169 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19170
19171 * org-exp.el (org-html-entities): Add checkmark symbol.
19172
19173 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
19174 verbatim code for ASCII export.
19175
19176 * org.el (org-update-statistics-cookies): Also see checkboxes in
19177 ordered lists.
19178
19179 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19180
19181 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
19182 key.
19183
19184 * org-beamer.el (org-beamer-amend-header): Change the location
19185 where `org-beamer-header-extra' is inserted.
19186
19187 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
19188 just for computing this regexp.
19189
19190 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19191
19192 * org-beamer.el (org-beamer-frame-default-options): New option.
19193 (org-beamer-sectioning): Use default options if the user does not
19194 have defined any.
19195 (org-beamer-fix-toc): Put a frame around the table of contents.
19196
19197 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
19198 Make sure case-folding works well when processing comment stuff.
19199
19200 * org-latex.el (org-export-latex-after-save-hook): New hook.
19201 (org-export-as-latex): Run the new hook.
19202
19203 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19204
19205 * org-beamer.el (org-beamer-environments-default): Add the note
19206 environments.
19207 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
19208 lines and collect and combine the content.
19209 (org-beamer-after-initial-vars): Check for note tags and make sure
19210 they will be seen like a property.
19211
19212 * org.el (org-offer-links-in-entry): Fix bug when there is a
19213 single link.
19214
19215 * org-exp.el (org-export): Make sure the mark is activated, also
19216 when `transient-mark-mode' is off.
19217
19218 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
19219 (org-agenda-search-view-search-words-only): Obsolete variable, is
19220 now an alias for `org-agenda-search-view-always-boolean'.
19221 (org-agenda-search-view-force-full-words): New option.
19222 (org-search-view): Improve docstring, and implement a better logic
19223 for Boolean and phrase searches.
19224 (org-agenda-last-search-view-search-was-boolean): New variable.
19225 (org-agenda-manipulate-query): Consider the type of the last
19226 search when modifying the search string.
19227
19228 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19229
19230 * org-latex.el (org-export-as-latex): Do the first letbind in the
19231 right moment.
19232
19233 * org-agenda.el (org-get-entries-from-diary): Add the new face to
19234 these entries.
19235
19236 * org-faces.el (org-agenda-diary): New face.
19237
19238 * org.el (org-make-link-regexps): Allow regexp-special characters
19239 in link types.
19240 (org-open-file): When in-emacs is `system', also force system
19241 opening, like when the value was `(16)'.
19242 (org-update-statistics-cookies): Handle entries without children.
19243
19244 * org-exp.el
19245 (org-export-preprocess-before-normalizing-links-hook): New hook.
19246 (org-export-preprocess-string): Run the new hook.
19247
19248 * org.el (org-offer-links-in-entry): Make RET open all links.
19249
19250 * org-html.el (org-export-as-html): Remove any leftover display
19251 properties in the html file.
19252
19253 * org-wl.el (org-wl-store-link): Work-around for format bug with
19254 text properties.
19255
19256 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
19257 invisibility while adding the graphs.
19258
19259 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19260
19261 * org-remember.el (org-select-remember-template): Use C letter to
19262 customize remember templates.
19263
19264 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
19265 Move cursor to next visible line.
19266
19267 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19268
19269 * org-beamer.el (org-beamer-sectioning): Leave columns environment
19270 by specifying 0 or 1 for column width.
19271 (org-beamer-column-widths): Make 0 stand for 0.0.
19272
19273 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19274
19275 * org-exp.el (org-export-mark-radio-links): Don't match inside
19276 <<target>>.
19277
19278 * org.el (org-format-latex-header-extra): New variable.
19279 (org-format-latex): Set org-format-latex-header-extra from
19280 in-buffer stuff.
19281 (org-format-latex): Add org-format-latex-header-extra to the
19282 variables on which image creation depends.
19283 (org-create-formula-image): Add the header stuff from in-buffer
19284 settings.
19285 (org-read-date-analyze): Base the analysis for future preference
19286 on NOW, not on the default date.
19287
19288 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
19289 for TODO keyword in inline tasks.
19290
19291 * org.el (org-log-note-headings): New headings for removing
19292 deadline or scheduling date.
19293 (org-deadline, org-schedule): Arrange for logging when removing a
19294 date.
19295 (org-add-log-note): Handle deadline and scheduling removal.
19296
19297 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19298
19299 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
19300
19301 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19302
19303 * org-agenda.el (org-diary-class): New function.
19304
19305 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19306
19307 * org-latex.el (org-export-latex-preprocess): Do process the text
19308 of a radio target.
19309
19310 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19311
19312 * org.el (org-entry-properties): Add TIMESTAMP properties back
19313 in.
19314
19315 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19316
19317 * org.el (org-all-time-keywords): New variable.
19318 (org-set-regexps-and-options): Set `org-all-time-keywords'.
19319 (org-entry-blocked-p): New function.
19320 (org-special-properties): Add BLOCKED as a new special property.
19321 (org-entry-properties): New optional argument SPECIFIC, only parse
19322 for this property when it is specified.
19323 (org-entry-get): Pass a SPECIFIC argument to
19324 `org-entry-properties'.
19325
19326 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
19327
19328 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19329
19330 * org-latex.el (org-export-latex-tables): No forced line end if
19331 there is no caption.
19332
19333 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19334
19335 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
19336 package.
19337
19338 * org-latex.el (org-export-latex-tables): Only add a caption when
19339 macro is in longtable environments if one has been defined.
19340
19341 * org-html.el (org-export-as-html): Only take title from buffer if
19342 not exporting body-only.
19343
19344 * org-latex.el (org-export-latex-preprocess): Better version of
19345 the regular expression for protecting LaTeX macros.
19346 (org-export-latex-preprocess): Start searching for macros to
19347 protect from beginning of buffer.
19348
19349 * org-exp.el (org-export-target-internal-links): Check for
19350 protectedness earlier in the string.
19351
19352 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
19353 case sensitively.
19354
19355 * org-id.el (org-id-store-link): Match TODO keywords case
19356 sensitively.
19357
19358 * org.el (org-heading-components, org-get-outline-path)
19359 (org-display-outline-path): Match TODO keywords case sensitively.
19360
19361 * org-latex.el (org-export-as-latex): Ignore read-only
19362 properties.
19363
19364 * org-exp.el (org-export-preprocess-string): Remove any
19365 `read-only' properties.
19366
19367 * org-agenda.el (org-agenda-inactive-leader): New option.
19368 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
19369 (org-tags-view): Prompt for matcher if MATCH is an empty string.
19370 (org-todo-list): Prompt for matcher if ARG is an empty string.
19371
19372 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19373
19374 * org.el (org-open-link-functions): New hook.
19375 (org-open-at-point): Run `org-open-link-functions'.
19376
19377 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19378
19379 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
19380 stamps as well.
19381
19382 * org.el (org-inhibit-startup-visibility-stuff): New variable.
19383 (org-mode): Don't do startup visibility if inhibited.
19384 (org-outline-overlay-data, org-set-outline-overlay-data):
19385 New functions.
19386 (org-save-outline-visibility): New macro.
19387 (org-log-note-headings): Document that one should not change the
19388 `state' note format.
19389
19390 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19391
19392 * org.el (org-make-link-regexps): Capture link path into a group.
19393
19394 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19395
19396 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
19397 the options plist.
19398
19399 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19400
19401 * org.el (org-startup-with-beamer-mode): New option.
19402 (org-property-changed-functions)
19403 (org-property-allowed-value-functions): New hooks.
19404 (org-entry-put, org-property-get-allowed-values): Run the new
19405 hooks.
19406 (org-property-next-allowed-value): Run the new hooks.
19407
19408 * org-exp.el (org-export-select-backend-specific-text): Add the
19409 special beamer tags.
19410
19411 * org-beamer.el: New file.
19412
19413 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
19414 (org-export-as-latex):
19415 Run `org-export-latex-after-initial-vars-hook'.
19416 (org-export-latex-format-toc-function)
19417 (org-export-latex-make-header):
19418 Call `org-export-latex-format-toc-function'.
19419
19420 * org.el (org-fill-template): Make template searches case sensitive.
19421
19422 * org-exp.el (org-export): Use "1" as a sign to export only the
19423 subtree.
19424
19425 * org-colview.el (org-columns-edit-value):
19426 Use org-unrestricted property.
19427
19428 * org.el (org-compute-property-at-point): Set org-unrestricted
19429 text property if the list contains ":ETC".
19430 (org-insert-property-drawer):
19431 Use org-unrestricted property.
19432
19433 * org-exp.el
19434 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
19435 (org-export-preprocess-string):
19436 Run `org-export-preprocess-before-selecting-backend-code-hook'.
19437
19438 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
19439
19440 * org-latex.el (org-export-region-as-latex):
19441 Run `org-export-first-hook'.
19442
19443 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
19444
19445 * org-docbook.el (org-export-as-docbook):
19446 Run `org-export-first-hook'.
19447
19448 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
19449
19450 * org-exp.el (org-export-first-hook): New hook.
19451
19452 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19453
19454 * org-list.el (org-previous-item): Exit at the beginning of the
19455 buffer.
19456
19457 * org-id.el (org-id-locations-save): Only write the id locations
19458 if any are defined.
19459
19460 * org-archive.el (org-archive-all-done): Make this work in a file
19461 with org-odd-levels-only set.
19462
19463 * org.el (org-get-refile-targets): Catch the case when a buffer
19464 has no file.
19465
19466 * org-latex.el (org-export-as-latex): Cleanup forced line ends
19467 where they are not needed.
19468 (org-export-latex-subcontent): Remove unnecessary newlines.
19469
19470 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19471
19472 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19473 (org-export-latex-fontify): Fix regexp bug that takes special
19474 care of protecting the right boundary characters in emphasis
19475 matches.
19476 (org-export-latex-preprocess): Allow multiple arguments to latex
19477 macros.
19478
19479 * org.el (org-make-link-regexps): Use John Gruber's regexp for
19480 urls.
19481
19482 * org-macs.el (org-re): Interpret :punct: in regexps.
19483
19484 * org-exp.el (org-export-replace-src-segments-and-examples):
19485 Also take the final newline after the END line.
19486
19487 * org.el (org-clean-visibility-after-subtree-move): Only fix
19488 entries that are not entirely invisible already.
19489 (org-insert-link): Respect org-link-file-path-type for
19490 "docview:" links in addition to "file:" links.
19491
19492 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19493
19494 * org-exp.el (org-export-format-source-code-or-example):
19495 Avoid additional extra white lines in LaTeX.
19496
19497 * org-list.el (org-list-parse-list): Leave empty lines after the
19498 list, don't consider them as part of the list.
19499
19500 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19501 searches.
19502
19503 * org-clock.el (org-clock-select-task): Convert integer to
19504 character for XEmacs.
19505
19506 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19507
19508 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19509 compatible.
19510
19511 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
19512
19513 * org.el (org-complete-tags-always-offer-all-agenda-tags):
19514 New variable.
19515 (org-set-tags): Use it.
19516
19517 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19518
19519 * org-list.el (org-empty-line-terminates-plain-lists):
19520 Update docstring.
19521
19522 * org.el (org-format-latex): Fix link creation for processed latex
19523 snippets.
19524
19525 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19526
19527 * org-footnote.el (org-footnote-normalize): Protect replacement
19528 text.
19529
19530 * org.el (org-inside-latex-macro-p): Save match data.
19531
19532 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
19533
19534 * org-docview.el: New file.
19535
19536 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19537
19538 * org-latex.el (org-export-latex-class-options): New variable.
19539 (org-export-latex-set-initial-vars): Use the class options.
19540
19541 * org.el (org-forward-same-level): Stop at headings that start
19542 with an invisible character.
19543 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19544
19545 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19546
19547 * org-footnote.el (org-footnote-normalize): Don't take optional
19548 arguments in LaTeX macros as footnotes.
19549
19550 * org.el (org-inside-latex-macro-p): New function.
19551
19552 * org-latex.el (org-latex-to-pdf-process): Change customization
19553 group to `org-export-pdf'.
19554
19555 * org-agenda.el (org-agenda-get-blocks): Look at time string also
19556 on days after the first one.
19557
19558 * org.el (org-insert-heading): Also check for item before assuming
19559 before-first-heading condition.
19560
19561 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19562 (org-export-pdf-logfiles): New option.
19563 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19564 (org-export-pdf-logfiles): Fix customization type.
19565
19566 * org.el (org-insert-link): Improve error message when there is no
19567 default link to select with RET.
19568
19569 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19570 parameter list.
19571
19572 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19573
19574 * org-latex.el (org-export-latex-parse-global)
19575 (org-export-latex-parse-content)
19576 (org-export-latex-parse-subcontent):
19577 Use `org-re-search-forward-unprotected'.
19578 (org-export-as-pdf): Remove log files produced by XeTeX.
19579
19580 * org-macs.el (org-re-search-forward-unprotected): New function.
19581
19582 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
19583
19584 * org-colview.el (org-agenda-colview-summarize): Sort out some
19585 confusion between properties and titles, which resulted in
19586 agenda summaries not working if a title was set for a column.
19587
19588 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19589
19590 * org-mobile.el (org-mobile-agendas): New option.
19591 (org-mobile-sumo-agenda-command): Select the right agendas.
19592
19593 * org-latex.el (org-export-latex-format-image): Preserve the
19594 original-indentation property.
19595
19596 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19597
19598 * org-clock.el (org-clock-insert-selection-line): Catch error when
19599 an old tasks no longer exists.
19600
19601 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19602 (org-export-as-pdf): Don't remove the old PDF file before making
19603 the new one.
19604
19605 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19606 (org-mouse-context-menu): Use `org-looking-back'.
19607
19608 * org.el (org-cycle-level): Use `org-looking-back'.
19609
19610 * org-list.el (org-cycle-item-indentation):
19611 Use `org-looking-back'.
19612
19613 * org-compat.el (org-looking-back): New function.
19614
19615 * org.el (org-insert-heading): Catch before-first-headline when
19616 inserting a headline.
19617
19618 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19619
19620 * org-latex.el (org-export-latex-format-image): Indent figure
19621 environment, so that it does not interrupt plain list.
19622
19623 * org.el (org-open-at-point): Allow long link descriptions.
19624
19625 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19626
19627 * org-html.el (org-export-as-html): Remove empty lines at the
19628 beginning of the exported text.
19629
19630 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
19631
19632 * org.el (org): Remove from hypermedia group.
19633
19634 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
19635
19636 * Branch for 23.2.
19637
19638 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
19639
19640 * org-freemind.el (org-freemind-from-org-mode-node)
19641 (org-freemind-from-org-mode)
19642 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19643 Pass arg to called-interactively-p.
19644
19645 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
19646
19647 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19648 Fix typos in docstrings.
19649
19650 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
19651
19652 * org.el (org-get-outline-path, org-speed-command-help):
19653 Fix typos in error messages.
19654
19655 2009-12-14 Juri Linkov <juri@jurta.org>
19656
19657 * org-html.el (org-export-html-style-include-default):
19658 Put `safe-local-variable booleanp' on
19659 `org-export-html-style-include-default' instead of mistakenly
19660 duplicate `org-export-html-style'.
19661
19662 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
19663
19664 * org-agenda.el (org-agenda-diary-entry-in-org-file):
19665 Rebuild agenda after adding new entry.
19666
19667 * org-datetree.el (org-datetree-find-day-create): Fix regular
19668 expression.
19669
19670 * org.el (org-display-outline-path): Use a format specifier for
19671 message, to avoid problems with heading containing `%'.
19672
19673 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19674 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19675 (org-agenda-fix-displayed-tags): New function.
19676 (org-agenda-do-context-action): Just call
19677 `org-display-outline-path', without piping the result through
19678 `message'.
19679
19680 * org-latex.el (org-export-latex-preprocess): Protect secondary
19681 footnote references.
19682
19683 * org-indent.el (org-indent-initialize): Avoid empty strings as
19684 line prefixes.
19685
19686 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19687 hat checking for the mark does not throw an error.
19688 (org-agenda-diary-entry-in-org-file): Catch the case that there is
19689 not `day' text property in the cursor line.
19690
19691 * org.el (org-sort-entries-or-items): Make sure that the final
19692 entry has a newline before doing the sorting.
19693
19694 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19695 property at the beginning of the line.
19696
19697 * org.el (org-make-link-string): Don't allow a description with
19698 only white space.
19699
19700 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19701 (org-agenda-insert-diary-as-top-level): New function.
19702 (org-agenda-add-entry-to-org-agenda-diary-file):
19703 Call `org-agenda-insert-diary-as-top-level'.
19704
19705 * org.el (org-occur-in-agenda-files): Make sure none of the
19706 buffers is narrowed.
19707 (org-activate-plain-links): Add the face property here.
19708 (org-set-font-lock-defaults): Do not add the face to plain links,
19709 the activator function does this.
19710
19711 * org-habit.el (org-is-habit-p): Add doc string.
19712
19713 * org-archive.el (org-archive-subtree-default-with-confirmation):
19714 Autoload.
19715
19716 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19717 after match optional (happens at the end of a line...).
19718
19719 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19720 for special blocks.
19721
19722 * org-faces.el (org-copy-face): Set lisp indentation.
19723 (org-quote, org-verse): New faces.
19724
19725 * org-agenda.el (org-agenda-remove-date): Remove variable.
19726
19727 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19728
19729 * org-html.el (org-export-as-html): Move the home/up link into
19730 the content div.
19731
19732 * org.el (org-export-latex-packages-alist): Option definition
19733 moved here from org-latex.el.
19734
19735 * org-html.el (org-export-html-home/up-format): Add an ID to the
19736 up/home div.
19737
19738 * org-wl.el (org-wl-store-link): Handle the case that
19739 `wl-use-petname' is set.
19740
19741 * org.el (org-set-effort): Improve prompt.
19742 (org-get-outline-path): Widen to get full path.
19743 (org-compact-display-after-subtree-move): Function removed.
19744
19745 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
19746
19747 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19748 hash keys to cache and re-use images generated by the
19749 org-exp-blocks interface to ditaa and dot.
19750
19751 * org.el (org-format-latex): Latex images are now saved to files
19752 named by the sha1 hash of the latex source text avoiding
19753 regeneration of identical images.
19754
19755 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19756
19757 * org-latex.el (org-export-as-latex): Add the :drawers property.
19758
19759 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19760
19761 * org.el (org-speed-commands-user): Allow documentation headlines.
19762 (org-speed-commands-default): Organize the value of this constant
19763 with descriptive headlines.
19764 (org-print-speed-command): Output the headlines.
19765
19766 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19767
19768 * org-agenda.el (org-agenda-show-outline-path): New option.
19769 (org-agenda-do-context-action): New function.
19770 (org-agenda-next-line, org-agenda-previous-line):
19771 Use `org-agenda-do-context-action'.
19772
19773 * org.el (org-use-speed-commands): Allow function value.
19774 (org-speed-commands-default): Make headline motion safe, so that
19775 these commands always end on a headline.
19776 (org-speed-commands-default): New key `v' for `org-agenda'.
19777 (org-speed-move-safe): New function.
19778 (org-self-insert-command): Use the function value of
19779 `org-use-speed-commands'.
19780 (org-get-outline-path): Improve docstring.
19781 (org-format-outline-path): New function.
19782 (org-display-outline-path): New function.
19783
19784 2009-11-15 John Wiegley <jwiegley@gmail.com>
19785
19786 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19787 a string, use that to find the LOGBOOK drawer.
19788
19789 2009-11-15 Glenn Morris <rgm@gnu.org>
19790
19791 * org-agenda.el (org-datetree-find-date-create)
19792 (org-habit-get-priority):
19793 * org.el (org-format-agenda-item): Fix declarations.
19794
19795 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19796
19797 * org.el (org-clone-subtree-with-time-shift): Make it work at the
19798 end of the buffer.
19799
19800 * org-mobile.el (org-mobile-write-checksums): Specify coding
19801 system.
19802 (org-mobile-timestamp-buffer): Keep local variable/mode line at
19803 beginning of buffer.
19804
19805 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19806
19807 * org.el (org-block-todo-from-children-or-siblings-or-parent)
19808 (org-block-todo-from-checkboxes): Do not block changes to a nil
19809 TODO state.
19810
19811 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19812
19813 * org-habit.el (org-habit-parse-todo): Indicate which habit is
19814 wrongly set up in the error messages.
19815
19816 * org-colview.el (org-columns-display-here): Don't try to
19817 calculate values if the underlying property is not set.
19818 (org-columns-string-to-number): Convert age strings back into
19819 fractional days.
19820 (org-agenda-colview-summarize): Handle extended summary types
19821 properly.
19822
19823 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19824
19825 * org-exp.el (org-export-format-drawer-function): New variable.
19826 (org-export-format-drawer): New function.
19827 (org-export-preprocess-string): Pass the backend as a parameter to
19828 `org-export-remove-or-extract-drawers'.
19829 (org-export-remove-or-extract-drawers): New parameter BACKEND.
19830
19831 * org-protocol.el (org-protocol-char-to-string): New defsubst.
19832
19833 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19834
19835 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19836 message when no block is selected.
19837
19838 * org-latex.el (org-export-latex-links): Check for protectedness
19839 in the last matched character, not after the match.
19840
19841 * org-datetree.el (org-datetree-find-date-create):
19842 Respect restriction when KEEP-RESTRICTION is set.
19843 (org-datetree-file-entry-under): New function.
19844 (org-datetree-cleanup): New command.
19845
19846 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19847
19848 * org-src.el (org-edit-src-code): New optional argument context
19849 allows calling functions to avoid altering the saved window
19850 configuration.
19851 (org-edit-src-exit): Do not restore window configuration when this
19852 function is used in the context of saving the edit buffer.
19853
19854 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19855
19856 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19857 instances to switching to with-current-buffer, because these seem
19858 to cause problems - no idea why.
19859
19860 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19861 Require diary-lib for (diary-date-display-form).
19862
19863 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19864
19865 * org.el (org-log-reschedule, org-log-redeadline): New options.
19866 (org-log-note-headings): Add templates for rescheduling and
19867 deadline changing.
19868 (org-startup-options): Add in-buffer settings for logging changing
19869 schedule and deadline time stamps.
19870 (org-deadline, org-schedule): Check for existing date and arrange
19871 for logging if the user requests it.
19872 (org-add-log-note): Prepare proper note buffers for rescheduling
19873 and deadline changes.
19874
19875 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19876
19877 * org-agenda.el (org-agenda-diary-entry-in-org-file)
19878 (org-agenda-add-entry-to-org-agenda-diary-file)
19879 (org-agenda-insert-diary-make-new-entry): New functions.
19880 (org-agenda-diary-entry):
19881 Call `org-agenda-diary-entry-in-org-file' when appropriate.
19882
19883 * org.el (org-calendar-insert-diary-entry-key): New option.
19884 (org-agenda-diary-file): New option.
19885 ("calendar"): Install our insertion function in the calendar.
19886
19887 * org-remember.el (org-datetree): Require.
19888 (org-remember-templates): Add new positioning option.
19889 (org-remember-reference-date): New variable.
19890 (org-remember-apply-template): Store the reference date in a local
19891 variable.
19892 (org-remember-handler): Implement date tree positioning of entries.
19893
19894 * org-datetree.el: New file.
19895
19896 * org-latex.el (org-export-latex-preprocess): Protect targets in
19897 verbatim emphasis.
19898
19899 * org-html.el (org-export-as-html): Protect targets in verbatim
19900 emphasis.
19901
19902 * org-docbook.el (org-export-as-docbook): Protect targets in
19903 verbatim emphasis.
19904
19905 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19906
19907 * org-clock.el (org-show-notification): Handle messages that
19908 contain a percent character.
19909
19910 * org-remember.el (org-remember-apply-template): Turn of partial
19911 completion.
19912
19913 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19914 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19915
19916 * org.el (org-indent-mode): Define variable already in org.el.
19917 (org-unfontify-region): Remove line-prefix and wrap-prefix
19918 properties only if org-indent-mode is active.
19919
19920 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19921
19922 * org-icalendar.el (org-print-icalendar-entries): Save match data
19923 around call to verify function.
19924 (org-print-icalendar-entries): Add a call to the verification
19925 function.
19926
19927 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19928 save-restrivtion' form.
19929
19930 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19931
19932 * org-exp.el (org-export-format-source-code-or-example):
19933 Restrict scope of preserve-indentp to the let binding.
19934 (org-src): Require org-src, since org-src-preserve-indentation is used.
19935
19936 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19937
19938 * org-timer.el (org-timer-set-timer): Set variables
19939 org-timer-timer[123] correctly.
19940
19941 * org-mobile.el (org-mobile-files-alist): Make it work when
19942 `agenda-archives' is included in
19943 `org-agenda-text-search-extra-files'.
19944 (org-mobile-push): Restore agenda after mobile push.
19945
19946 2009-11-13 John Wiegley <jwiegley@gmail.com>
19947
19948 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19949 way the amount of idle time is presented in the minibuffer.
19950
19951 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19952
19953 * org-icalendar.el (org-print-icalendar-entries):
19954 Use org-icalendar-verify-function only if non-nil.
19955
19956 * org.el (org-refile): Refile to clock only if the prefix arg is
19957 2.
19958 (org-sparse-tree): Fix docstring to be in line with prompt.
19959 (org-update-parent-todo-statistics):
19960 Call `org-after-todo-statistics-hook' on each level.
19961
19962 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19963
19964 * org-remember.el (org-remember-apply-template): Make sure the
19965 buffer exists.
19966
19967 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19968
19969 * org.el (org-tab-ind-state): New variable.
19970 (org-cycle-level): New function.
19971 (org-cycle-level-after-item/entry-creation): New option.
19972 (org-flag-subtree): New function.
19973 (org-hide-archived-subtrees): Call `org-flag-subtree'.
19974 (org-set-effort): Indexed access.
19975
19976 * org-list.el (org-cycle-item-indentation): New function.
19977
19978 * org.el (org-refile): Make prefix argument 2 refile to current
19979 clock.
19980 (org-priority): Interpret action `remove' as call to remove the
19981 priority cookie.
19982
19983 * org-remember.el (org-remember-apply-template): Don't depend on
19984 buffer name being like file name.
19985
19986 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19987
19988 * org-clock.el (org-clock-play-sound): Expand file in
19989 org-clock-sound, to allow ~ for home.
19990
19991 * org-remember.el (org-remember-handler):
19992 Set text-before-node-creation even if this already looks like a node,
19993 because the string might be needed on non-org-mode target files.
19994
19995 * org-agenda.el (org-agenda-open-link): Make this work in agenda
19996 clocktables.
19997 (org-agenda-switch-to): Follow a link at point if
19998 org-return-follows-link' is set and there is nothing else to do in
19999 this line.
20000
20001 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
20002
20003 * org-exp-blocks.el: Modify split separator regexp to avoid empty
20004 strings.
20005
20006 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
20007
20008 * org-colview.el (org-columns-new): Make this work with the new
20009 operators.
20010 (org-columns-store-format): Make this work with the new operators.
20011
20012 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20013
20014 * org-src.el (org-src-preserve-indentation): Document that this
20015 variable is also used during export.
20016
20017 * org-exp.el (org-export-format-source-code-or-example):
20018 Preserve indentation if a block has a -i option, or if
20019 `org-src-preserve-indentation' is set.
20020
20021 * org-exp-blocks.el (org-export-blocks-preprocess):
20022 Preserve indentation if a block has a -i option, or if
20023 `org-src-preserve-indentation' is set.
20024
20025 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20026
20027 * org.el (org-mode-map): Define the new archiving keys.
20028 (org-speed-commands-default): Define an archiving key in the speed
20029 command map.
20030 (org-org-menu): Improve the menu structure concerning archiving.
20031
20032 * org-archive.el (org-archive-subtree-default-with-confirmation):
20033 New command.
20034
20035 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
20036 (org-agenda-menu): Add the new archiving commands to the menu.
20037 (org-agenda-archive-default)
20038 (org-agenda-archive-default-with-confirmation): New commands.
20039 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
20040 Just call `org-agenda-archive-with'.
20041 (org-agenda-archive-with): New function.
20042
20043 * org-table.el (org-table-convert-region): Inert spaces around "|"
20044 to avoid line beginnings like "|-1" which will be mistaken as
20045 hlines.
20046
20047 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20048
20049 * org.el (org-offer-links-in-entry): Return nil if there are no
20050 links, t if a link has been selected.
20051 (org-open-at-point): Open attachment directory when called in the
20052 headline and there are no links in the entry body.
20053 (org-speed-commands-default): Add "o" for open-at-point as a speed
20054 command.
20055
20056 * org-attach.el (org-attach-reveal): Optional prefix arg
20057 IF-EXISTS, which avoids creating the attachment directory if it
20058 does not yet exist.
20059
20060 * org-agenda.el (org-agenda, org-run-agenda-series):
20061 Evaluate MATCH.
20062
20063 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20064
20065 * org.el ("abbrev"): Work with abbrev tables only after they have
20066 been loaded.
20067
20068 * org-list.el (org-list-send-list): Fix bug related to match
20069 data.
20070
20071 * org-latex.el (org-export-latex-fontify): Apply verbatim
20072 emphasis.
20073 (org-export-latex-make-header): Insert \obeylines if line breaks
20074 should be preserved.
20075
20076 * org-exp.el (org-export-protect-verbatim): Add an
20077 `org-verbatim-emph' property to such text.
20078
20079 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20080
20081 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
20082 (org-print-icalendar-entries): Skip entries where the timestamp is
20083 not a deadline and not scheduled, if the user requests that.
20084
20085 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
20086 before an opening quote.
20087
20088 * org-archive.el (org-archive-subtree): Keep archive after
20089 archiving something.
20090
20091 * org-id.el (org-id-update-id-locations): Add archive files if
20092 that is required by `org-id-extra-files'.
20093
20094 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20095
20096 * org-src.el (org-src-window-setup): New option.
20097 (org-src-switch-to-buffer): New function.
20098 (org-edit-src-exit): Add optional argument CONTEXT and use it to
20099 restore window configuration.
20100 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
20101 Call `org-src-switch-to-buffer'.
20102
20103 * org.el (org-default-properties): Add STYLE property.
20104 (org-files-list): Use the function call to get the files.
20105 (org-additional-option-like-keywords): Add SETUPFILE to completion
20106 list.
20107
20108 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20109
20110 * org-table.el (org-table-convert-region): Correctly interpret
20111 quoting in csv import.
20112
20113 * org.el (org-icompleting-read): Make iswitchb completion work
20114 with lists and tables.
20115
20116 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
20117 while pushing the mobile agenda.
20118
20119 2009-11-13 John Wiegley <jwiegley@gmail.com>
20120
20121 * org-clock.el (org-clock-auto-clock-resolution): Now takes three
20122 values: nil, t and `when-no-clock-is-running'.
20123 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
20124 whether or not to resolve Org buffers on clock in.
20125
20126 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
20127
20128 * org-colview.el (org-format-time-period): Function to format
20129 times in fractional days for display.
20130 (org-columns-display-here): Add support for showing a calculated
20131 value in place of the property.
20132 (org-columns): Set `org-columns-time' to the current time so time
20133 difference calculations will work.
20134 (org-columns-time): Use to store the current time when column view
20135 is displayed, so all time differences will use the same reference
20136 point.
20137 (org-columns-compile-map): There is now an extra position in each
20138 entry specifying the function to use to calculate the displayed
20139 value for the non-calculated properties in the column.
20140 (org-columns-compute-all): Set `org-columns-time' to the current
20141 time so time difference calculations will work.
20142 (org-columns-compute): Handle column operators where the values
20143 used are calculated from the underlying property.
20144 (org-columns-number-to-string): Handle the 'age' column format.
20145 (org-columns-string-to-number): Correct the function name (was
20146 org-column...). Add support for the 'age' column format.
20147 (org-columns-compile-format): Support the additional parameter in
20148 org-columns-compile-map.
20149
20150 2009-11-13 Bastien Guerry <bzg@gnu.org>
20151
20152 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
20153 variable.
20154
20155 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20156
20157 * org-clock.el (org-clock-has-been-used): New variable.
20158 (org-clock-in): Set `org-clock-has-been-used'.
20159 (org-clock-save): Save only if clock data has been used or created
20160 during this session.
20161
20162 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20163
20164 * org-clock.el (org-clock-persist): New value, to store only the
20165 clock history.
20166 (org-clock-save): Don't save the clock if only the history should
20167 be stored.
20168 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
20169 when restoring a saved clock.
20170
20171 2009-11-13 John Wiegley <jwiegley@gmail.com>
20172
20173 * org-clock.el (org-clock-display, org-clock-put-overlay):
20174 Use `org-time-clock-use-fractional'.
20175
20176 * org.el (org-time-clocksum-use-fractional)
20177 (org-time-clocksum-fractional-format): Two new customizable
20178 variables which allow the user to select fractional times (1.25
20179 instead of 1:25) in the `org-clock-display' report.
20180
20181 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20182
20183 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
20184 New option.
20185
20186 * org.el (org-tag-alist): Fix customization type.
20187
20188 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20189
20190 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
20191 Make sure the regexp search can fail without throwing an error.
20192 (org-mobile-apply): Save the inbox buffer after removing
20193 successfully applied changes.
20194
20195 2009-11-13 John Wiegley <jwiegley@gmail.com>
20196
20197 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
20198 time is reported after the user comes back (but before they
20199 resolve time).
20200
20201 * org.el (org-get-repeat): Change so that this function can be
20202 called with either `org-scheduled-string' or
20203 `org-deadline-string'.
20204
20205 * org-clock.el (org-clock-auto-clock-resolution): Rename from
20206 `org-clock-disable-clock-resolution', since negatives don't sound
20207 good in customization variables.
20208 (org-clock-in): Don't use the auto-resolution logic if the user is
20209 clocking into a different task while an active clock is running.
20210 This then allows the default behavior of clocking out of the open
20211 task and then into the new task.
20212
20213 * org.el (org-modules): Made this variable more consistent, since
20214 it was referring to Org, OrgMode and Org-mode, whereas the docs
20215 for the variable always refer to Org-mode.
20216
20217 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
20218
20219 * org.el (org-repeat-re): The changed org-repeat-re no longer
20220 matched simple +2d type repeaters. Fix it so it does.
20221
20222 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20223
20224 * org-latex.el (org-export-latex-preprocess): Protect the vspace
20225 macro in the VERSE environment.
20226
20227 2009-11-13 John Wiegley <jwiegley@gmail.com>
20228
20229 * org-habit.el (org-habit-get-priority): A new function that
20230 determines the relative priority of a habit, based on how long
20231 past its scheduled date it is, and how near the deadline is.
20232
20233 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
20234 using `org-habit-get-priority'.
20235
20236 * org-habit.el (org-habit-build-graph): Start displaying colors
20237 from the first scheduled date, if that date is earlier than the
20238 first completion date.
20239
20240 * org-habit.el: Changed all "color" variables to faces, and made
20241 them appropriate for light and dark backgrounds.
20242
20243 * org-habit.el (org-habit-duration-to-days): Made this function
20244 more general.
20245 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
20246
20247 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
20248 habits, since they don't use DEADLINE anymore.
20249
20250 * org.el (org-repeat-re, org-display-custom-time)
20251 (org-timestamp-change): Extend to support the new ".+N/N"
20252 syntax, used for habits.
20253
20254 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
20255 variable reference.
20256
20257 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
20258 modeline when habits are being displayed (if that module is being
20259 loaded).
20260
20261 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
20262
20263 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
20264 idle time using the xscreensaver extension.
20265 (org-user-idle-seconds): Use X11 idle time if available.
20266
20267 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20268
20269 * org-agenda.el (org-agenda-next-line): New command.
20270 (org-agenda-previous-line): New commands.
20271 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
20272 New commands.
20273 (org-agenda-follow-mode): Do the follow immediately if the mode is
20274 turned on here.
20275 (previous-line, next-line): Replace keys with the corresponding
20276 org functions.
20277 (org-agenda-mode-map): Bind backspace and delete to the scrolling
20278 command.
20279
20280 * org.el (org-icompleting-read): Turn off partial completion mode
20281 for the duration of this completion round.
20282
20283 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
20284 macros in author lines and similar stuff.
20285
20286 * org.el (org-file-tags): Fix docstring.
20287 (org-get-buffer-tags): Add the #+FILETAGS tags.
20288 ("ecb"): Make ecb show context after jumping into an Org file.
20289
20290 2009-11-13 John Wiegley <johnw@newartisans.com>
20291
20292 * org-agenda.el (org-finalize-agenda): Draw habit consistency
20293 graphs after everything else in the buffer has been setup.
20294
20295 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20296
20297 * org-mobile.el (org-mobile-apply): Count success and failure.
20298
20299 * org.el (org-indent-line-function): Fix regexp replace problem.
20300
20301 2009-11-13 John Wiegley <johnw@newartisans.com>
20302
20303 * org-clock.el (org-clock-disable-clock-resolution):
20304 New customization variable that disable automatic clock resolution on
20305 clock in.
20306 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
20307 not automatically resolve anything. This is does not affect
20308 idle-time resolution, however, if `org-clock-idle-time' is set.
20309
20310 2009-11-13 John Wiegley <johnw@newartisans.com>
20311
20312 * org-habit.el: New file, which implements code to build a "habit
20313 consistency graph".
20314
20315 * org-agenda.el (org-agenda-get-deadlines)
20316 (org-agenda-get-scheduled): Display consistency graphs when
20317 outputting habits into the agenda. The graphs are always relative
20318 to the current time.
20319 (org-format-agenda-item): Add new parameter `habitp', which
20320 indicates whether we are formatting a habit or not. Do not
20321 display "extra" leading information if habitp is true.
20322
20323 * org.el (org-repeat-re): Improve regexp to include .+ and ++
20324 leaders for repeat strings.
20325 (org-get-repeat): Now takes a string parameter `tagline', so the
20326 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
20327
20328 2009-11-13 John Wiegley <johnw@newartisans.com>
20329
20330 * org-agenda.el (org-agenda-auto-exclude-function):
20331 New customization variable for allowing the user to create an "auto
20332 exclusion" filter for doing context-aware auto tag filtering.
20333 (org-agenda-filter-by-tag): Changes to support the use of
20334 `org-agenda-auto-exclude-function'. See the new manual addition.
20335
20336 2009-11-13 John Wiegley <johnw@newartisans.com>
20337
20338 * org.el (org-files-list): Don't attempt to return a file name for
20339 Org buffers which have no associated file.
20340
20341 * org-agenda.el (org-agenda-do-action): Fix a typo.
20342
20343 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20344
20345 * org-mobile.el (org-mobile-locate-entry): Interpret files
20346 relative to org-directory.
20347 (org-mobile-inbox-for-pull): Document the best location for this
20348 file.
20349 (org-mobile-check-setup): Verify `org-directory'.
20350 (org-mobile-create-index-file): Sort the files to be listed in
20351 index.org.
20352
20353 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
20354
20355 * org.el (org-fast-tag-selection): Add a way to display a
20356 description for a tag group. This is done by adding a string to
20357 either the startgroup or endgroup cell.
20358
20359 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20360
20361 * org-clock.el (org-clock-resolve, org-resolve-clocks)
20362 (org-emacs-idle-seconds): Use `org-float-time' instead of
20363 `time-to-seconds'.
20364
20365 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20366
20367 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
20368 type.
20369
20370 * org.el (org-pre-cycle-hook): Document that `empty' can also be
20371 the value of ARG when doing local cycling.
20372
20373 2009-11-13 John Wiegley <johnw@newartisans.com>
20374
20375 * org-clock.el (org-clock-resolve-clock): If keeping or
20376 subtracting time results in a clock out at a time in the past, and
20377 if the resolution occurred due to idleness or invoking `M-x
20378 org-resolve-clocks', remember that past moment in time. On the
20379 next clock in, the user will be prompted to see if they want to
20380 back-date their new clock to then.
20381 (org-clock-resolve): Do not jump the user to the location of a
20382 dangling clock if the resolution is occurring due to an idle
20383 timeout. In that case there is typically only one dangling clock,
20384 the active one, and there is no value gained by shuffling their
20385 windows around to show it to them. Being prompted to resolve an
20386 idle clock should be as inobtrusive as possible.
20387 (org-resolve-clocks-if-idle): New function that resolves only the
20388 currently active clock if the user has exceeded the time returned
20389 by `org-user-idle-seconds', based on the value of
20390 `org-clock-idle-time'.
20391 (org-clock-in): If, after resolving clocks, (???)
20392 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
20393
20394 * org-clock.el (org-clock-resolve-clock): New function that
20395 resolves a clock to a specific time, closing or resuming as need
20396 be, and possibly even starting a new clock.
20397 (org-clock-resolve): New function used by `org-resolve-clocks'
20398 that sets up for the call to `org-clock-resolve-clock'.
20399 It determines the time to resolve to based on a single-character
20400 selection from the user to either keep time, subtract away time or
20401 cancel the clock.
20402 (org-resolve-clocks): New user command which resolves dangling
20403 clocks -- that is, open but not active -- anywhere in the file
20404 list returned by `org-files-list'.
20405 (org-clock-in): Automatically resolve dangling clocks whenever a
20406 user clocks in.
20407 (org-clock-cancel): If the user cancels the solely clock in a
20408 LOGBOOK, remove the empty drawer.
20409
20410 * org-clock.el (org-clock-idle-time): New user customizable option
20411 for detecting whether the user has left a clock idle. Note: it is
20412 only used in this commit to test whether it's worthwhile to check
20413 OS X to get the Mac user's current idle time. If the Emacs idle
20414 time is less than the value, the user hasn't been away long enough
20415 to be worth checking (a more expensive test than just getting
20416 Emacs idle time).
20417 (org-user-idle-seconds, org-mac-idle-seconds)
20418 (org-emacs-idle-seconds): This three functions, in conjunction
20419 with the user customization variable `org-clock-idle-time', return
20420 the number of seconds (as a floating point) that the user has been
20421 away from their Emacs (or, if running on OS X, their computer).
20422
20423 * org-clock.el (org-find-open-clocks): New function that returns a
20424 list of all open clocks in the given FILE. Note that each clock
20425 it returns is a cons cell of the format (MARKER . START-TIME).
20426 This "clock" value is used by several of the new clock module
20427 utility functions.
20428 (org-is-active-clock): New inline function which tests whether the
20429 given clock value is the same as the currently active clock.
20430 Returns non-nil if this is the case.
20431 (org-with-clock-position): New macro that evaluates FORMS with
20432 point in the buffer and at the position of the given clock.
20433 Changes to the current clock are global.
20434 (org-with-clock): New macro that evaluates FORMS with point in the
20435 buffer and at the position of the given clock. However, changes
20436 to the current clock are local and have no effect on the user's
20437 active clock. This allows, for example, far any clock to be
20438 canceled without canceling the active clock.
20439 (org-clock-clock-in): New inline function that switches the active
20440 clock to the given clock. If either the argument RESUME, or the
20441 global `org-clock-in-resume', are non-nil, it will resume a clock
20442 that was previously left open.
20443 (org-clock-clock-out): New inline function that clocks out the
20444 given clock value without affecting the currently active clock.
20445 (org-clock-clock-cancel): New inline function that cancels the
20446 given clock value without affecting the currently active clock.
20447
20448 * org-clock.el (org-clock-in): Before creating
20449 `org-clock-mode-line-timer', check to make sure an older timer is
20450 not currently running.
20451 (org-clock-out): Accept new third parameter `at-time', which
20452 permits a clock to be clocked out at a specific time. Note that
20453 no attempt is made to verify that the clock out time is later than
20454 the clock in time.
20455
20456 * org.el (org-files-list): New utility function for returning a
20457 list of all open org-mode buffers, plus all files used to build
20458 the agenda buffer. Note that not all the files will necessarily
20459 be visited by a buffer at time of call.
20460 (org-entry-beginning-position): Like the function
20461 `line-beginning-position', this inline function returns the
20462 beginning position of the current heading/entry.
20463 (org-entry-end-position): Like the function `line-end-position',
20464 this inline function returns the end position of the current
20465 heading/entry.
20466
20467 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20468
20469 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20470 a header line.
20471
20472 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20473
20474 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20475
20476 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20477
20478 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20479 entries that have no tags.
20480 (org-agenda-search-view): New customize group.
20481 (org-agenda-search-view-search-words-only): New option.
20482 (org-search-view): Implement substring search.
20483
20484 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20485
20486 * org.el (org-outline-level): Add doc string.
20487
20488 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20489
20490 * org-inlinetask.el (org-inlinetask-export): Re-introduce
20491 variable.
20492 (org-inlinetask-export-handler): Only export inline task if the
20493 user option calls for it.
20494
20495 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20496
20497 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20498 END if present.
20499
20500 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20501
20502 * org-latex.el (org-export-latex-tables): Don't format in
20503 protected regions.
20504
20505 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20506
20507 * org-src.el (org-edit-src-code)
20508 (org-edit-src-find-region-and-lang, org-edit-src-exit):
20509 Handle macro editing.
20510
20511 * org-agenda.el (org-prefix-category-max-length): New variable.
20512 (org-format-agenda-item): Use `org-prefix-category-max-length'.
20513 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20514
20515 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20516
20517 * org-mobile.el (org-mobile-create-index-file): Improve the
20518 listing of tags and todo keywords.
20519
20520 * org-latex.el (org-export-latex-format-image): New function.
20521 (org-export-latex-links): Use `org-export-latex-format-image'.
20522
20523 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20524
20525 * org-inlinetask.el (org-inlinetask-get-current-indentation)
20526 (org-inlinetask-remove-terminator): New functions.
20527 (org-inlinetask-export-handler): Terminate the description list.
20528
20529 * org-exp.el (org-export-select-backend-specific-text): Remove the
20530 region markers.
20531
20532 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20533 tasks without content.
20534
20535 * org-clock.el: Make sure the clock-in target position does not
20536 move to a different node by widening the buffer.
20537
20538 * org-html.el (org-export-html-format-image): Wrap image into
20539 figure div only when there is a caption.
20540
20541 * org-archive.el (org-archive-mark-done): Change default value to
20542 nil.
20543
20544 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20545
20546 * org.el (org-context): Call `bobp', not `eobp'.
20547
20548 * org-clock.el (org-clock-cancel): Remove quotes from marker
20549 variables.
20550
20551 * org.el (org-read-date-prefer-future): New allowed value `time'.
20552 (org-read-date-analyze): Shift day to tomorrow depending on time
20553 entered and value of `org-read-date-prefer-future'.
20554
20555 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * org.el (org-version, org-get-refile-targets, org-refile)
20558 (org-store-log-note, org-diary-to-ical-string)
20559 (org-speedbar-set-agenda-restriction):
20560 * org-publish.el (org-publish-find-title):
20561 * org-plot.el (org-plot/gnuplot):
20562 * org-mouse.el (org-mouse-do-remotely):
20563 * org-mobile.el (org-mobile-move-capture):
20564 * org-mac-message.el (org-mac-message-insert-flagged):
20565 * org-latex.el (org-replace-region-by-latex):
20566 * org-docbook.el (org-replace-region-by-docbook):
20567 * org-clock.el (org-clock-out, org-clock-cancel):
20568 * org-bibtex.el (org-execute-file-search-in-bibtex):
20569 Use with-current-buffer.
20570
20571 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
20572
20573 * org.el (org-directory, org-map-entries):
20574 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20575
20576 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20577
20578 * org.el (org-set-tags-to): New command.
20579
20580 * org-latex.el (org-export-latex-set-initial-vars): Also check in
20581 the plist.
20582
20583 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20584 keyword.
20585
20586 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20587
20588 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20589
20590 * org-inlinetask.el (org-inlinetask-export): Option removed.
20591 (org-inlinetask-export-handler): Better export.
20592
20593 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20594 (org-export-as-xoxo): Run the new hook.
20595
20596 * org-html.el (org-export-html-final-hook): New hook.
20597 (org-export-as-html): Run the new hook.
20598
20599 * org-docbook.el (org-export-docbook-final-hook): New hook.
20600 (org-export-as-docbook): Run the new hook.
20601
20602 * org-ascii.el (org-export-ascii-final-hook): New hook.
20603 (org-export-as-ascii): Run the new hook.
20604
20605 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20606 space character as the character before the ^/_.
20607 (org-export-latex-final-hook): New hook.
20608 (org-export-as-latex): Run `org-export-latex-final-hook'.
20609
20610 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20611
20612 * org-macs.el (org-if-unprotected-at): Fix docstring.
20613
20614 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20615 text in the prefix (if category is a link).
20616
20617 * org-latex.el (org-export-latex-preprocess): Deal properly with
20618 empty lines in verse environments.
20619
20620 * org.el (org-format-latex-header): Inline fullpage.sty.
20621
20622 * org-footnote.el (org-footnote-create-definition): Reveal context
20623 to add a new footnote definition.
20624
20625 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20626 org-table-recalculate when cursor is in TBLFM line.
20627
20628 * org-list.el (org-renumber-ordered-list): Fix cursor position
20629 when bullet length has changed.
20630
20631 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20632
20633 * org.el (org-format-latex): Mention `org-format-latex-options' in
20634 the docstring.
20635
20636 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20637
20638 * org.el (org-agenda-get): New function.
20639
20640 * org-agenda.el (org-agenda-post-command-hook): No longer move
20641 point away from end of line.
20642 (org-agenda-add-entry-text, org-agenda-collect-markers)
20643 (org-finalize-agenda, org-agenda-mark-clocking-task)
20644 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20645 (org-agenda-entry-text-show, org-agenda-highlight-todo)
20646 (org-agenda-compare-effort, org-agenda-filter-apply)
20647 (org-agenda-later, org-agenda-change-time-span)
20648 (org-agenda-post-command-hook, org-agenda-show-priority)
20649 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20650 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20651 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20652 (org-agenda-open-link, org-agenda-copy-local-variable)
20653 (org-agenda-switch-to, org-agenda-check-no-diary)
20654 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20655 (org-agenda-add-note, org-agenda-change-all-lines)
20656 (org-agenda-priority, org-agenda-set-tags)
20657 (org-agenda-set-property, org-agenda-set-effort)
20658 (org-agenda-toggle-archive-tag, org-agenda-date-later)
20659 (org-agenda-show-new-time, org-agenda-date-prompt)
20660 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20661 (org-agenda-clock-in, org-agenda-bulk-mark)
20662 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20663 Use `org-get-at-bol'.
20664
20665 * org-colview.el (org-columns-display-here)
20666 (org-columns-edit-allowed, org-agenda-columns):
20667 Use `org-get-at-bol'.
20668
20669 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20670
20671 * org.el (org-special-ctrl-a/e): Improve documentation and
20672 customize type.
20673 (org-end-of-line): Don't jump to after the ellipsis.
20674 (org-mode-map): Bind <home> and <end> as well.
20675
20676 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20677
20678 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20679 space after #+ as comments.
20680 (org-open-at-point): Run `org-follow-link-hook' always.
20681
20682 * org-latex.el (org-export-latex-emph-format): Use better commands
20683 to insert special characters in verbatim snippets.
20684
20685 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20686
20687 * org-faces.el (org-copy-face): New function. Use it to create
20688 various faces formerly created by using `copy-face'.
20689
20690 * org-agenda.el (org-prepare-agenda): Don't officially mark this
20691 window dedicated.
20692 (org-agenda-quit): Kill the frame containing the agenda window if
20693 that frame was created for the agenda.
20694
20695 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20696
20697 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20698 stamp in the agenda.
20699
20700 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20701
20702 * org-agenda.el (org-prepare-agenda):
20703 Reset `org-drawers-for-agenda'.
20704 (org-prepare-agenda): Uniquify list of drawers.
20705
20706 * org.el (org-complex-heading-regexp-format): New variable.
20707 (org-set-regexps-and-options):
20708 Define `org-complex-heading-regexp-format'.
20709 (org-drawers-for-agenda): New variable.
20710 (org-map-entries): Bind `org-drawers-for-agenda'.
20711 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20712
20713 * org-remember.el (org-go-to-remember-target)
20714 (org-remember-handler): Use `org-complex-heading-regexp-format'.
20715
20716 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20717
20718 * org-agenda.el (org-agenda-highlight-todo): Fix text property
20719 problem.
20720
20721 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20722 always with `invisible-ok'.
20723 (org-store-link): No error when there is nothing to link to in the
20724 agenda.
20725
20726 * org-list.el (org-update-checkbox-count): Insert changed cookie
20727 before the old, to avoid problems with invisibility at the end of
20728 the line.
20729 (org-update-checkbox-count): Insert changed cookie before the old,
20730 to avoid problems with invisibility at the end of the line.
20731
20732 * org.el (org-sort-entries-or-items): Include the final newline.
20733 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20734 lines for fontification.
20735 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20736 (org-prepare-dblock): Store the current indentation of the BEGIN
20737 line.
20738 (org-update-dblock): Apply the indentation of the begin line to
20739 the rest of the block.
20740 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20741 (org-startup-folded): New allowed value `showeverything'.
20742 (org-startup-options): Add STARTUP keyword `showeverything'.
20743 (org-set-startup-visibility): Respect value `showeverything' in
20744 org-startup-folded.
20745
20746 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20747
20748 * org.el (org-closest-date): Fix issue with past preference.
20749
20750 * org-archive.el (org-archive-set-tag)
20751 (org-archive-subtree-default): New commands.
20752
20753 * org-clock.el (org-clock-clocktable-default-properties):
20754 New option.
20755 (org-clock-report):
20756 Use `org-clock-clocktable-default-properties'.
20757
20758 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20759
20760 * org.el (org-iswitchb-completing-read): Fix typo.
20761
20762 * org-crypt.el: New file.
20763
20764 * org.el: Add an entry for org-crypt.
20765
20766 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20767
20768 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20769 consistency.
20770 (org-batch-store-agenda-views): New function.
20771 (org-agenda-title-append): Define variable.
20772 (org-write-agenda): New export to Org files.
20773 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20774 (org-agenda): Allow to keep the restricted file list if a special
20775 variable is bound to t.
20776 (org-agenda): Define a special agenda view for working on flagged
20777 entries.
20778 (org-agenda-get-restriction-and-command): List the new agenda
20779 view.
20780 (org-agenda-show-the-flagging-note): New command.
20781 (org-agenda-mode-map): New key `?' for looking at the flagging
20782 note.
20783
20784 * org.el (org-autoload): Autoload org-mobile.el.
20785 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20786
20787 * org-mobile.el: New file.
20788
20789 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20790
20791 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20792
20793 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20794 statements.
20795 (org-table-get-remote-range): Match indented #+TBLNAME
20796 statements.
20797
20798 * org.el (org-convert-to-odd-levels)
20799 (org-convert-to-oddeven-levels): Work also correctly if the file
20800 is in outline-mode.
20801
20802 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20803
20804 * org.el (org-store-link): When in agenda buffer, link to
20805 referenced entry.
20806 (org-add-planning-info): Remove spaces at eol.
20807
20808 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20809 property.
20810
20811 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20812
20813 * org-latex.el (org-export-latex-first-lines): Fix problem with
20814 LaTeX export of first line and selected subtree.
20815
20816 * org.el (org-shifttab): Interpret arg differently when using only
20817 odd levels.
20818
20819 2009-10-01 Bastien Guerry <bzg@gnu.org>
20820
20821 * org.el (org-check-agenda-file): Use a more explicit message.
20822
20823 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20824
20825 * org-exp.el (org-export-remove-special-table-lines): Don't remove
20826 normal lines.
20827
20828 2009-10-01 Bastien Guerry <bzg@gnu.org>
20829
20830 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20831 prompt in the temporary window.
20832
20833 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20834 prefix for marked entries in the agenda view.
20835
20836 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
20837
20838 * org.el (outline-end-of-subtree): Bugfix: advise this function in
20839 a way that prevents any trailing character from being displayed.
20840
20841 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20842
20843 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20844 menu.
20845
20846 * org-exp.el (org-export-remove-special-table-lines): Remove bad
20847 slow regexp match.
20848
20849 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20850
20851 * org-latex.el (org-export-latex-preprocess): Do not protect in
20852 the LaTeX header.
20853
20854 * org-src.el (org-edit-src-save): Save window setup while saving.
20855 (org-edit-src-code): Use new buffer name construction scheme.
20856
20857 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20858
20859 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20860 New variable.
20861 (org-agenda-entry-text-cleanup-hook): New hook.
20862 (org-agenda-get-some-entry-text): Remove matches of
20863 `org-agenda-entry-text-exclude-regexps' and run the hook
20864 `org-agenda-entry-text-cleanup-hook'.
20865
20866 * org.el (org-offer-links-in-entry): New argument ZERO to
20867 implement a link with index zero.
20868 (org-cycle-show-empty-lines): Not keep empty line under header
20869 hidden.
20870 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20871 to nil for special completion.
20872 (org-store-link): Don't error before the first heading.
20873
20874 * org-agenda.el (org-agenda-open-link): Pass the prefix to
20875 `org-offer-links-in-entry'.
20876
20877 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20878
20879 * org-agenda.el (org-agenda-quit): Provide the window argument for
20880 `window-dedicated-p', Emacs 22 needs it.
20881 (org-format-agenda-item): If the category is a link, arrange for
20882 invisible text to replaced with spaces.
20883 (org-compile-prefix-format): Add the extra space.
20884 (org-prefix-category-length): New variable.
20885
20886 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20887 references from TOC lines.
20888
20889 * org.el (org-selected-window): New variable.
20890
20891 * org-table.el (org-table-edit-formulas): Remember the selected
20892 window.
20893 (org-table-fedit-finish, org-table-fedit-abort): Select the window
20894 that was originally selected.
20895
20896 * org-exp.el (org-export-preprocess-apply-macros): Scan the
20897 expansion of a macro for more macro definitions.
20898
20899 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20900 invisibility overlay starts on the newline.
20901
20902 2009-10-01 Glenn Morris <rgm@gnu.org>
20903
20904 * org-agenda.el (calendar-check-holidays):
20905 * org-exp.el (org-agenda-skip):
20906 * org-list.el (outline-back-to-heading):
20907 * org-wl.el (wl-summary-goto-folder-subr):
20908 * org.el (iswitchb-mode, remember, remember-buffer-desc)
20909 (remember-finalize, remember-save-after-remembering, remember-register)
20910 (remember-buffer, remember-handler-functions)
20911 (remember-annotation-functions): Remove unused declarations.
20912
20913 * org.el (iswitchb-read-buffer): Fix declaration.
20914
20915 2009-09-30 Glenn Morris <rgm@gnu.org>
20916
20917 * org-compat.el (w32-focus-frame):
20918 * org-exp-blocks.el (R):
20919 * org-exp.el (htmlize-buffer):
20920 * org-protocol.el (server-edit):
20921 * org-table.el (org-format-org-table-html):
20922 * org.el (org-indent-mode): Fix declarations.
20923
20924 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20925 free variable `fun'.
20926
20927 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
20928
20929 * org-agenda.el (org-agenda-restore-windows-after-quit):
20930 Fix typo in docstring.
20931
20932 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
20933
20934 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20935 (org-shiftselect-error, org-ctrl-c-ctrl-c):
20936 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20937 * org-attach.el (org-attach-check-absolute-path):
20938 * org-docbook.el (org-export-as-docbook):
20939 * org-html.el (org-export-as-html):
20940 * org-id.el (org-id-update-id-locations):
20941 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20942 Fix typos in error messages.
20943
20944 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * org-ascii.el: Require CL for the `loop' macro.
20947
20948 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
20949
20950 * org-gnus.el (require): Wrap (require gnus-sum) into
20951 eval-when-compile.
20952
20953 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
20954
20955 * org-protocol.el (org-protocol-store-link)
20956 (org-protocol-remember, org-protocol-open-source): Remove autoload
20957 cookies again.
20958
20959 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20960 referencing the start of the line.
20961
20962 * org-gnus.el: Remove unnecessary declare-function forms.
20963 (gnus-sum): Always require gnus-sum.
20964
20965 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20966
20967 * org-protocol.el (org-protocol-store-link)
20968 (org-protocol-remember, org-protocol-open-source): Add autoloads.
20969
20970 * org-compat.el (org-float-time): New function.
20971
20972 * org.el (org-clock-update-time-maybe)
20973 (org-sort-entries-or-items, org-do-sort)
20974 (org-evaluate-time-range, org-time-string-to-seconds)
20975 (org-closed-in-range): Use `org-float-time'.
20976
20977 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20978 (org-timer-seconds): Use `org-float-time'.
20979
20980 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20981 (org-clock-sum, org-dblock-write:clocktable)
20982 (org-clocktable-steps): Use `org-float-time'.
20983
20984 * org-agenda.el (org-agenda-last-marker-time)
20985 (org-agenda-new-marker, org-diary): Use `org-float-time'.
20986
20987 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
20988 function.
20989
20990 * org-exp.el (org-get-file-contents): Only protect lines that
20991 really need it.
20992
20993 * org-html.el (require): Require cl for compilation.
20994
20995 * org.el: Avoid using `default-major-mode'.
20996
20997 * org-plot.el (require): Require CL only at compile time.
20998
20999 * org-exp.el (require): Require CL only at compile time.
21000
21001 * org-agenda.el (org-agenda-quit): When the agenda window is
21002 dedicated, remove other windows before exiting, so that the frame
21003 really will be killed.
21004
21005 * org-exp.el (org-export-handle-include-files): Reset START and
21006 END for each loop cycle.
21007
21008 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21009
21010 * org.el (org-eval-in-calendar):
21011 Use `org-select-frame-set-input-focus'.
21012
21013 * org-compat.el (org-select-frame-set-input-focus): New function.
21014
21015 * org.el (org-update-statistics-cookies): New function.
21016 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
21017
21018 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21019
21020 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
21021 after the local variables are set.
21022
21023 * org-latex.el (org-export-latex-protect-amp): New function.
21024 (org-export-latex-links): Protect link ampersands in tables.
21025
21026 * org-exp.el (org-export-select-backend-specific-text): Match in
21027 two steps, to avoid regexp problems.
21028
21029 * org.el (org-offer-links-in-entry): Improve working with many and
21030 duplicate links.
21031
21032 * org-agenda.el (org-agenda-show-1): Make more consistent with
21033 normal cycling.
21034 (org-agenda-cycle-show): Make more consistent with normal cycling.
21035
21036 * org-gnus.el (org-gnus-store-link): Restore the linking to a
21037 website.
21038
21039 2009-09-02 Bastien Guerry <bzg@gnu.org>
21040
21041 * org-latex.el (org-export-latex-first-lines): Bugfix.
21042
21043 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21044
21045 * org-clock.el (org-clock-modify-effort-estimate): Emit message
21046 about new effort.
21047
21048 * org.el (org-set-effort): New function.
21049 (org-mode-map): New key for effort setting command.
21050
21051 * org-agenda.el (org-agenda): Keep window setup when calling
21052 agenda from within agenda window.
21053 (org-agenda-mode-map): New keys for effort setting commands.
21054 (org-agenda-menu): Add effort setting commands to menu.
21055 (org-agenda-set-property, org-agenda-set-effort): New functions.
21056
21057 * org-latex.el (org-export-latex-tables):
21058 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
21059 the first column has been removed.
21060
21061 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21062
21063 * org.el (org-remove-timestamp-with-keyword): Only remove in
21064 entry, not in subtree.
21065
21066 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
21067 emacs lisp.
21068
21069 * org.el (org-open-at-point): When on headline, offer all strings
21070 in entry.
21071
21072 * org-remember.el (org-remember-templates): Documentation fix.
21073
21074 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
21075 `org-get-last-sibling' instead of the outline versions of these
21076 functions.
21077 (org-get-last-sibling): New function.
21078 (org-refile): Use `org-get-next-sibling' instead of the outline
21079 version of this function.
21080 (org-clean-visibility-after-subtree-move):
21081 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
21082 outline versions of these functions.
21083
21084 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21085
21086 * org-agenda.el (org-prepare-agenda): When creating a new frame
21087 for the agenda, make the window dedicated.
21088
21089 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
21090
21091 * org-table.el (org-table-align): Change the order of reinsertion
21092 and deletion, to avoid problems with overlays following the table.
21093
21094 * org.el (org-parse-time-string): Better error message.
21095 (org-show-subtree): Use org-end-of-subtree.
21096
21097 * org-macs.el (org-goto-line): New defsubst.
21098
21099 * org.el (org-open-file, org-change-tag-in-region)
21100 (org-fast-tag-show-exit): Don't use `goto-line'.
21101
21102 * org-table.el (org-table-align, org-table-insert-column)
21103 (org-table-delete-column, org-table-move-column)
21104 (org-table-sort-lines, org-table-copy-region)
21105 (org-table-paste-rectangle, org-table-wrap-region)
21106 (org-table-get-specials, org-table-rotate-recalc-marks)
21107 (org-table-get-range, org-table-recalculate)
21108 (org-table-edit-formulas, org-table-fedit-convert-buffer)
21109 (org-table-show-reference, org-table-highlight-rectangle):
21110 Don't use `goto-line'.
21111
21112 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
21113 (org-edit-src-exit): Don't use `goto-line'.
21114
21115 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
21116
21117 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
21118 Don't use `goto-line'.
21119
21120 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
21121
21122 * org-colview.el (org-columns, org-columns-redo)
21123 (org-agenda-columns): Don't use `goto-line'.
21124
21125 * org-agenda.el (org-agenda-mode): Force visual line motion off.
21126 (org-agenda-add-entry-text-maxlines): Improve docstring.
21127 (org-agenda-start-with-entry-text-mode): New option.
21128 (org-agenda-entry-text-maxlines): New option.
21129 (org-agenda-entry-text-mode): New variable.
21130 (org-agenda-mode): Set initial value of
21131 `org-agenda-entry-text-mode'.
21132 (org-agenda-mode-map): Add the `E' key.
21133 (org-agenda-menu): Add entry text mode to the menu.
21134 (org-agenda-get-some-entry-text): Fix line count bug.
21135 (org-finalize-agenda): Apply entry text mode if appropriate.
21136 (org-agenda-entry-text-show-here): New function.
21137 (org-agenda-entry-text-show): New function.
21138 (org-agenda-entry-text-hide): New function.
21139 (org-agenda-view-mode-dispatch): Add entry text mode to the view
21140 key menu.
21141 (org-agenda-entry-text-mode): New command.
21142 (org-agenda-set-mode-name): Add entry text mode to the mode line
21143 string.
21144 (org-agenda-undo, org-agenda-get-restriction-and-command)
21145 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
21146 `goto-line'.
21147
21148 2009-09-02 Bernt Hansen <bernt@norang.ca>
21149
21150 * org-clock.el (org-notify): Bugfix.
21151
21152 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21153
21154 * org-agenda.el (org-agenda-open-link): Handle multiple links and
21155 check for after-string.
21156
21157 * org-gnus.el (org-gnus-store-link): Simplify.
21158
21159 * org.el (org-latex-regexps): Don't add extra empty lines for
21160 display formulas.
21161
21162 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21163
21164 * org-agenda.el (org-agenda-get-some-entry-text): New function.
21165 (org-agenda-add-entry-text):
21166 Use `org-agenda-get-some-entry-text'.
21167
21168 * org.el (org-cycle-separator-lines): Update docstring.
21169 (org-cycle-show-empty-lines): Handle negative values for
21170 `org-cycle-show-empty-lines'.
21171
21172 * org-exp.el (org-export-protect-sub-super): New function.
21173 (org-export-normalize-links): Protect the url of plain links from
21174 supscript and superscript processing.
21175
21176 * org-remember.el (org-remember-escaped-%): New function.
21177 (org-remember-apply-template): Use `org-remember-escaped-%' to
21178 detect escaped % signs.
21179
21180 2009-09-02 Bastien Guerry <bzg@gnu.org>
21181
21182 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
21183 sound when showing the notification.
21184
21185 * org-clock.el (org-notify): New function.
21186 (org-clock-notify-once-if-expired): Use `org-notify'.
21187
21188 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
21189 and `gnus-article-mode' separately.
21190 (gnus-summary-article-header): Fix the declare-function.
21191
21192 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21193
21194 * org-exp.el (org-export-format-source-code-or-example):
21195 Translate language.
21196
21197 * org-src.el (org-src-lang-modes): New variable.
21198 (org-edit-src-code): Translate language.
21199
21200 * org-exp.el (org-export-format-source-code-or-example): Deal wit
21201 the new structure of the `org-export-latex-listings-langs'
21202 variable.
21203
21204 * org-latex.el (org-export-latex-listings-langs): Change structure
21205 of the variable from plist to alist.
21206
21207 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21208
21209 * org.el (org-in-commented-line): New function.
21210
21211 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21212
21213 * org.el (org-hide-block-toggle): Make folded blocks searchable.
21214
21215 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
21216
21217 * org.el (org-flag-drawer): More useful error.
21218
21219 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21220
21221 * org-remember.el (org-remember-apply-template):
21222 Use org-icompleting-read.
21223
21224 * org-publish.el (org-publish): Use org-icompleting-read.
21225
21226 * org-colview.el (org-columns-edit-value, org-columns-new)
21227 (org-insert-columns-dblock): Use org-icompleting-read.
21228
21229 * org-attach.el (org-attach-delete-one, org-attach-open):
21230 Use org-icompleting-read.
21231
21232 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21233
21234 * org.el (org-hierarchical-todo-statistics): Improve docstring.
21235 (org-version): Return the version text.
21236 (org-org-menu): Add a menu entry for the new bug reporter.
21237 (org-submit-bug-report): New command.
21238
21239 * org-list.el (org-hierarchical-checkbox-statistics):
21240 Improve docstring.
21241
21242 * org.el (org-emphasis-regexp-components): Add "`" to set of
21243 pre-emphasis characters.
21244
21245 * org-latex.el (org-export-latex-classes): Always include the soul
21246 package.
21247 (org-export-latex-emphasis-alist): Use \st for strikethough.
21248
21249 * org-exp-blocks.el (org-export-blocks-preprocess):
21250 Use `indent-code-rigidly' to indent.
21251
21252 * org-agenda.el (org-agenda-get-restriction-and-command):
21253 Remove properties only if MATCH really is a string.
21254
21255 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21256
21257 * org-latex.el (org-export-latex-packages-alist):
21258 Fix customization type.
21259
21260 * org.el (org-create-formula-image): Also use
21261 `org-export-latex-packages-alist'.
21262
21263 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
21264 (org-export-as-html): Format footnotes correctly.
21265
21266 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21267
21268 * org.el (org-fast-tag-selection): Avoid text properties on tags
21269 in the alist.
21270
21271 * org-agenda.el (org-agenda-get-restriction-and-command):
21272 Avoid text properties on the match element.
21273
21274 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21275
21276 * org.el (org-set-regexps-and-options): Make sure the list of done
21277 keywords is not invalid.
21278
21279 * org-exp.el (org-export-interpolate-newlines): New function.
21280
21281 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21282
21283 * org.el (org-format-latex): Avoid nested overlays.
21284
21285 * org-latex.el (org-export-latex-listings-langs): Add a few more
21286 languages.
21287
21288 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
21289 ignore newlines and space before the first macro argument.
21290
21291 * org-latex.el (org-export-latex-tables): Remove save-excursion
21292 around `org-table-align'.
21293
21294 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21295
21296 * org.el (org-export-html-special-string-regexps):
21297 Definition moved into org.el.
21298
21299 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
21300 in macro calls.
21301
21302 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21303
21304 * org-latex.el (org-export-latex-listings)
21305 (org-export-latex-listings-langs): New options.
21306
21307 * org-exp.el (org-export-format-source-code-or-example):
21308 Use listing package if requested by the user.
21309
21310 2009-09-02 Bastien Guerry <bzg@gnu.org>
21311
21312 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
21313 command before actually switching to a buffer.
21314
21315 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21316
21317 * org-exp.el (org-get-file-contents): Only quote org lines when
21318 the markup is src or example.
21319
21320 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
21321 New option.
21322 (org-agenda-get-day-entries): Remember deadline results and pass
21323 them on into the function getting the scheduling information.
21324 (org-agenda-get-scheduled): Accept deadline results as parameters
21325 and maybe skip some entries.
21326 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
21327
21328 * org.el (org-insert-heading): When respecting content, do not
21329 convert current line to headline.
21330
21331 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
21332 Also cheeeeeck the hd marker.
21333 (org-clock-in): Also set the hd marker.
21334 (org-clock-out): Also set the hd marker.
21335 (org-clock-cancel): Reset markers.
21336
21337 * org.el (org-clock-hd-marker): New marker.
21338
21339 * org-faces.el (org-agenda-clocking): New face.
21340
21341 * org-agenda.el (org-agenda-mark-clocking-task): New function.
21342 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
21343
21344 * org.el (org-modules): Add org-track.el.
21345
21346 * org-agenda.el (org-agenda-bulk-marked-p): New function.
21347 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
21348 Use `org-agenda-bulk-marked-p'.
21349 (org-agenda-bulk-toggle): New command.
21350
21351 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
21352
21353 * org.el (org-move-subtree-down): Hide subtree if it was folded,
21354 not just the body.
21355
21356 * org-remember.el (org-remember-finalize): Avoid buffer-modified
21357 messages.
21358
21359 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21360
21361 * org-html.el (org-export-as-html):
21362 * org-docbook.el (org-export-as-docbook):
21363 Use (default-value 'major-mode) instead of default-major-mode.
21364
21365 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
21366
21367 * org-docbook.el: Add arch-tag.
21368
21369 * org-exp-blocks.el: Add arch-tag.
21370
21371 * org-id.el: Add arch-tag.
21372
21373 * org-indent.el: Add arch-tag.
21374
21375 * org-inlinetask.el: Add arch-tag.
21376
21377 * org-protocol.el: Add arch-tag.
21378
21379 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21380
21381 * org.el (org-create-formula-image): Remove the -E option for
21382 dvipng.
21383
21384 * org-exp.el (org-default-export-plist): Respect #+BIND.
21385 (org-export-confirm-letbind): New function.
21386
21387 * org.el (org-paste-subtree): Test the kill ring entry if it is
21388 going to be used.
21389 (org-copy-subtree): Use `org-forward-same-level'.
21390 (org-forward-same-level): Respect the `invisibe-ok' arg for
21391 back-to-heading.
21392
21393 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21394
21395 * org.el (org-table-map-tables): Make sure cursor is back at table
21396 beginning after funcall.
21397
21398 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
21399 handled before children, and do not error if an entry is not
21400 found, probably because it hase been remove when the parent was
21401 archived or refiled.
21402
21403 * org.el (org-ido-completing-read): Accept straight lists for
21404 completion as well as alists.
21405
21406 * org-timer.el (org-timer-cancel-timers): Rename from
21407 `org-timer-cancel-timers'.
21408
21409 * org.el (org-cycle-internal-local): Fix problem with finding next
21410 invisible line.
21411
21412 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21413
21414 * org-list.el (org-list-send-list):
21415 Call `org-list-goto-true-beginning' instead of
21416 `org-list-find-true-beginning', which does not exist.
21417
21418 * org-timer.el (org-timer-reset-timers): Use `mapc'.
21419 (org-timer-set-timer): Do not assign to heading.
21420
21421 * org-id.el (org-id-open): Quote function name.
21422
21423 * org-macs.el (org-unmodified): Turn off recording undo
21424 information while running inside the macro.
21425
21426 * org-table.el (org-table-export): Also work in file-less
21427 buffers.
21428
21429 * org.el (org-startup-indented): New option.
21430 (org-startup-options): Add new options indent and noindent.
21431 (org-unfontify-region): Remove line-prefix and wrap-prefix
21432 properties.
21433 (org-after-demote-entry-hook, org-after-promote-entry-hook):
21434 New hooks.
21435 (org-promote, org-demote): Run the new hooks.
21436
21437 * org-table.el (org-table-align): Replace leading \n as well.
21438
21439 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
21440 and `line-wrap' text properties.
21441
21442 * org-compat.el (org-kill-new): New function.
21443
21444 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
21445 `line-wrap' text properties.
21446
21447 * org-indent.el: New file.
21448
21449 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21450
21451 * org.el (org-provide-todo-statistics): Tweak docstring.
21452
21453 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21454
21455 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21456
21457 * org-exp.el (org-export-as-org): Insert the "-source" string
21458 before the extension.
21459
21460 * org.el (org-read-date): Make sure the calendar is in the current
21461 frame.
21462 (org-set-emph-re): Remove the ? from the post-match.
21463 (org-emphasis-regexp-components): Add backslash to the
21464 postmatch class.
21465 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21466 optional so that also lines at the end of the buffers will still
21467 be matched as headlines.
21468
21469 * org-table.el (org-table-error-on-row-ref-crossing-hline):
21470 Variable made obsolete.
21471 (org-table-relative-ref-may-cross-hline): New option.
21472 (org-table-find-row-type): Honow the new option
21473 `org-table-relative-ref-may-cross-hline'.
21474
21475 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21476
21477 * org-table.el (org-table-cut-region, org-table-copy-region):
21478 Work on single field if no active region.
21479
21480 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21481
21482 * org-latex.el (org-export-latex-make-header): Only insert title
21483 if one is defined.
21484
21485 * org.el (org-make-options-regexp): Allow empty values.
21486
21487 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21488
21489 * org.el (org-cycle-internal-local): Improved version of finding
21490 next visible line.
21491 (org-cycle-hide-drawers): Only hide drawers if this is really
21492 necessary.
21493 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21494 org-version of this function in Org-mode. We use advice to
21495 implement this change, so that future changes to this function in
21496 outline.el wil be handled properly.
21497 (org-forward-same-level, org-backward-same-level): New commands.
21498
21499 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21500
21501 * org.el (org-remove-empty-overlays-at)
21502 (org-clean-visibility-after-subtree-move): New functions.
21503 (org-move-subtree-down): Simplify cleanup of display.
21504
21505 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21506
21507 * org-mac-message.el (org-mac-message-get-links): Improve
21508 docstring. Make argument SELECT-OR-FLAGGED optional, default to
21509 "s". Fix the return value.
21510 (org-mac-message-insert-flagged): Simplify.
21511
21512 * org.el (org-refile-get-location): Tamper with refile history o
21513 that history contains compete matches instead of the entered
21514 string.
21515
21516 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21517
21518 * org.el (org-store-link): Never store a link to an inline task.
21519
21520 * org-footnote.el (org-footnote-goto-local-insertion-point):
21521 Skip inline tasks when positioning footnotes.
21522
21523 * org.el (org-refile): Remove the END line when archiving an
21524 inline task that does have an END line.
21525
21526 * org-archive.el (org-archive-subtree): Remove the END line when
21527 archiving an inline task that does have an END line.
21528
21529 * org-macs.el (org-with-limited-levels): New macro.
21530 (org-get-limited-outline-regexp): New function.
21531
21532 * org-exp.el (org-export-format-source-code-or-example): Fix bug
21533 that did not enumerate first line.
21534 (org-export-mark-radio-links): Skip matches in links.
21535
21536 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21537
21538 * org.el (org-activate-plain-links): Make single-match.
21539 (org-adapt-indentation): Fix docstring.
21540
21541 * org-macs.el (org-unmodified): Turn of modification hooks while
21542 running this macro.
21543
21544 2009-08-06 Bastien Guerry <bzg@gnu.org>
21545
21546 * org.el (org-adapt-indentation): Slightly improve the docstring.
21547 (org-occur): Sends an error when the user inputs an empty string.
21548 (org-priority): Bugfix: the tag alignement should happen within
21549 save-excursion.
21550
21551 2009-08-06 Bastien Guerry <bzg@gnu.org>
21552
21553 * org.el (org-make-link-regexps): Don't exclude parentheses from
21554 `org-plain-link-re'.
21555 (org-cycle-internal-local): When locally cycling, switch directly
21556 from CHILDREN to FOLDED if there is no subtree.
21557 (org-cycle): Update the docstring to document the new behavior of
21558 `org-cycle-internal-local'.
21559
21560 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
21561
21562 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21563 an abbreviated format for days.
21564
21565 2009-08-06 Bastien Guerry <bzg@gnu.org>
21566
21567 * org-protocol.el (org-protocol-default-template-key):
21568 New option.
21569
21570 * org.el (org-refile): Bugfix: save-excursion before reading the
21571 refile target, otherwise cursor moves might confuse `org-refile'.
21572
21573 * org.el (org-toggle-heading): Bugfix: correctly convert list
21574 items before the first headline.
21575
21576 * org.el (org-provide-todo-statistics): Allow a list of TODO
21577 keywords to compute statistics against headlines containing a
21578 keyword from this list.
21579 (org-update-parent-todo-statistics): Possibly use the new allowed
21580 value of `org-provide-todo-statistics'.
21581
21582 2009-08-06 Bastien Guerry <bzg@gnu.org>
21583
21584 * org-timer.el: Add autoload cookie.
21585
21586 * org.el (org-occur-link-in-agenda-files): New function.
21587
21588 * org-timer.el (org-timer-last-timer): New variable.
21589
21590 * org-agenda.el (org-agenda-mode-map): New key for
21591 org-timer-set-timer called from the agenda.
21592
21593 * org.el (org-mode-map): New key for org-timer-set-timer.
21594
21595 * org-timer.el (org-timer-reset-timers)
21596 (org-timer-show-remaining-time, org-timer-set-timer):
21597 New functions.
21598
21599 * org-clock.el (org-show-notification): Update the docstring.
21600
21601 * org.el (org-provide-todo-statistics): Allow new value
21602 'all-headlines for this option, which includes entries with no
21603 TODO keywords in the todo statistics.
21604 (org-update-parent-todo-statistics): Possibly use the new
21605 'all-headline value from `org-provide-todo-statistics'.
21606
21607 2009-08-06 Bastien Guerry <bzg@gnu.org>
21608
21609 * org-clock.el (org-dblock-write:clocktable): Add a new option
21610 :timestamp which allows display of timestamps in clock reports.
21611
21612 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21613 list to a subtree, preserving the structure of the list.
21614 (org-set-emph-re): Make the last element optional in the regexp.
21615 This regexp now matches an emphasized string at the end of a line.
21616
21617 * org-list.el (org-list-goto-true-beginning)
21618 (org-list-make-subtree, org-list-make-subtrees): New functions.
21619
21620 * org.el (org-eval-in-calendar): Select the right frame.
21621 (org-save-frame-excursion): Remove this macro.
21622
21623 2009-08-06 Bastien Guerry <bzg@gnu.org>
21624
21625 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21626 trying to find the beginning of a list.
21627
21628 * org-exp.el (org-get-file-contents): Use a new argument: markup.
21629 When present, tell org-get-file-contents not to protect org-like
21630 lines.
21631
21632 * org-id.el (org-id-uuid-program): New option to set the name of
21633 the uuidgen program.
21634 (org-id-method): Use `org-id-uuid-program'.
21635 (org-id-new): Use `org-id-uuid-program'.
21636
21637 2009-08-06 Bastien Guerry <bzg@gnu.org>
21638
21639 * org-exp.el (org-export-number-lines): Allow whitespace in code
21640 references. Allow the -r switch to remove the references in the
21641 source code even when the lines are not numbered: the labels can
21642 be explicit enough.
21643
21644 * org.el (org-fontify-whole-heading-line): New option.
21645 (org-set-font-lock-defaults): Use the new option.
21646
21647 * org-clock.el (org-show-notification-handler): New option.
21648 (org-show-notification): Use the new option.
21649
21650 2009-08-06 Bastien Guerry <bzg@gnu.org>
21651
21652 * org.el (org-eval-in-calendar): Fix a bug about calendar
21653 navigation when `calendar-setup' value is 'calendar-only.
21654
21655 2009-08-06 Bastien Guerry <bzg@gnu.org>
21656
21657 * org.el (orgstruct++-mode): Fix typo in docstring.
21658 (org-insert-link): Clean up: (or (...)) => (...)
21659 (org-insert-link): Use TAB for stored links completion.
21660
21661 2009-08-06 Bastien Guerry <bzg@gnu.org>
21662
21663 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21664 building the list of targets.
21665
21666 * org-remember.el (org-remember-delete-empty-lines-at-end):
21667 New option.
21668 (org-remember-handler): Use the new option.
21669
21670 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21671
21672 * org.el (org-tags-sort-function): New option for sorting tags.
21673 (org-set-tags): Use the new option to sort tags.
21674
21675 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21676 premature deletion of the data when using org-plot in a script.
21677
21678 2009-08-06 Bastien Guerry <bzg@gnu.org>
21679
21680 * org-clock.el (org-clock-in-prepare-hook): New hook.
21681 (org-clock-in): Use this new hook.
21682
21683 2009-08-06 Bastien Guerry <bzg@gnu.org>
21684
21685 * org.el (org-special-ctrl-a/e): Explicitly bind the value
21686 'reversed for this option to the "true line boundary first"
21687 behavior.
21688 (org-tags-match-list-sublevels): Document the 'indented value for
21689 this variable.
21690
21691 * org-latex.el (org-export-latex-first-lines): Fix problem with
21692 publishing the region.
21693
21694 * org-exp.el (org-export-format-source-code-or-example):
21695 Fix bad line numbering when exporting examples in HTML.
21696
21697 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21698
21699 * org-colview.el (org-format-time-period): Formats a time in
21700 fractional days as days, hours, mins, seconds.
21701 (org-columns-display-here): Add special handling for SINCE and
21702 SINCE_IA to format for display.
21703
21704 * org.el (org-time-since): Add a function to get the time since an
21705 org timestamp.
21706 (org-entry-properties): Add two new special properties: SINCE and
21707 SINCE_IA. These give the time since any active or inactive
21708 timestamp in an entry.
21709 (org-special-properties): Add SINCE, SINCE_IA.
21710 (org-tags-sort-function): Add custom declaration for tags
21711 sorting function.
21712 (org-set-tags): Sort tags if org-tags-sort-function is set.
21713
21714 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21715
21716 * org-clock.el (org-clock-goto): Find hidden headlines as well.
21717
21718 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21719
21720 * org-plot.el (org-plot/add-options-to-plist): Add timeind
21721 option.
21722
21723 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21724
21725 * org-publish.el (org-publish-remove-all-timestamps): New function.
21726 (org-publish-all): Remove all timestamp files if `org-publish-all'
21727 is called with a prefix argument.
21728
21729 * org-list.el (org-indent-item): Fix typo.
21730 (org-item-indent-positions): Normalize ordered bullet.
21731
21732 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21733
21734 * org-macs.el (org-set-local): Make a local variable, do not make
21735 the variable buffer-local!
21736
21737 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21738
21739 * org-exp.el (org-infile-export-plist): Read BIND lines.
21740 (org-install-letbind): New function.
21741 (org-export-as-org, org-export-preprocess-string):
21742 Call `org-install-letbind'.
21743
21744 * org-list.el (org-list-demote-modify-bullet): New option.
21745 (org-first-list-item-p): Save point.
21746 (org-fix-bullet-type): New optional argument FORCE-BULLET.
21747 (org-indent-item): Honor `org-list-demote-modify-bullet'.
21748 (org-item-indent-positions): Return bullet types along with
21749 indentation.
21750
21751 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21752
21753 * org.el (org-show-entry): Hide drawers.
21754
21755 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21756
21757 * org-footnote.el (org-footnote-auto-adjust): New option.
21758 (org-footnote-auto-adjust-maybe): New function.
21759 (org-footnote-new, org-footnote-delete):
21760 Call `org-footnote-auto-adjust-maybe'.
21761
21762 * org.el (org-startup-options): Add new footnote-related
21763 keywords.
21764
21765 * org-publish.el (org-publish-timestamp-filename): Additional
21766 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21767 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21768 TRUE-PUB-DIR. Pass them through to
21769 `org-publish-timestamp-filename'.
21770 (org-publish-update-timestamp): Additional arguments PUB-DIR and
21771 PUB-FUNC, which are included in the hash.
21772 (org-publish-file): Delay timestamp test until the publishing
21773 function is known.
21774
21775 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21776
21777 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21778 setting the deadline.
21779
21780 * org.el (org-read-date-final-answer): New variable.
21781 (org-read-date): Store the final answer string, including the date
21782 from the calendar, for reuse by agenda bulk commands.
21783
21784 * org-publish.el (org-publish-attachment): Fix publishing of
21785 attachments.
21786
21787 * org-latex.el (org-export-latex-quotation-marks): Fix export of
21788 quotation makrs in parenthesis.
21789 (org-remove-initial-hash): New function.
21790 (org-export-latex-preprocess): Fix bug with infinite loop if
21791 environment is not properly closed.
21792
21793 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21794 when indented.
21795
21796 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21797 highlight also when indented.
21798
21799 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21800
21801 * org-footnote.el (org-footnote-renumber-fn:N): New command.
21802 (org-footnote-action): Offer renumbering.
21803
21804 * org.el (org-cycle): Honor the `integrate' value of
21805 org-cycle-include-plain-lists'.
21806
21807 * org-list.el (org-cycle-include-plain-lists): New allowed value
21808 `internal'. Improve the docstring.
21809
21810 * org.el (org-set-autofill-regexps): Improve the paragraph-start
21811 regexp to work better with LaTeX commands.
21812
21813 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21814
21815 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21816 and eps extensions.
21817
21818 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21819
21820 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21821 loaded.
21822
21823 * org.el (org-map-entries): No longer force
21824 `org-tags-match-list-sublevels' to t during a todo-only tags
21825 search.
21826
21827 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21828
21829 * org-latex.el (org-export-latex-low-levels): Allow user-defined
21830 environment.
21831 (org-export-latex-subcontent): Handle user-defined environment.
21832
21833 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21834 the View dispatcher.
21835
21836 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21837 `make-overlay'.
21838
21839 * org-latex.el (org-export-as-pdf): Protect match data during call
21840 to shell-quote-argument.
21841
21842 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21843 (org-agenda-view-mode-dispatch): New function.
21844
21845 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21846
21847 * org-agenda.el (org-agenda-mode): Reset list of marks.
21848 (org-agenda-mode-map): Define new keys for refile and bulk action.
21849 (org-agenda-menu): Add menu itesm for refile and bulk action.
21850 (org-agenda-refile): New function.
21851 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21852 (org-agenda-marked-entries): New variable.
21853 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21854 (org-agenda-remove-all-bulk-action-marks)
21855 (org-agenda-bulk-action): New functions/commands.
21856
21857 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21858
21859 * org-exp.el (org-get-file-contents): Protect org-like lines in
21860 included files.
21861 (org-export-format-source-code-or-example): Remove newlines.
21862
21863 * org-latex.el (org-export-latex-links): Check for no-description
21864 marking.
21865
21866 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21867 argument separator back to comma.
21868 (org-export-normalize-links): Mark links without description.
21869
21870 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21871
21872 * org-exp.el (org-infile-export-plist): Fix bug in macro
21873 processing.
21874
21875 * org-agenda.el (org-agenda-clock-out): Update line after clocking
21876 out.
21877 (org-agenda-highlight-todo): Fix bug with highlighting.
21878
21879 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21880
21881 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21882 new alignment strings.
21883
21884 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21885 command list.
21886 (org-table-align): Check for forced align type.
21887
21888 * org.el (org-self-insert-command): Add yas/expand to command
21889 list.
21890
21891 * org-clock.el (org-clock-in-hook): New hook.
21892 (org-clock-in): Run `org-clock-in-hook.
21893 (org-clock-out-hook): New hook.
21894 (org-clock-out): Run `org-clock-out-hook.
21895 (org-clock-cancel-hook): New hook.
21896 (org-clock-cancel): Run `org-clock-cancel-hook.
21897 (org-clock-goto-hook): New hook.
21898 (org-clock-goto): Run `org-clock-goto-hook.
21899
21900 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21901
21902 * org.el (org-store-link): Better default description for link to
21903 Org-mode headline.
21904
21905 * org-exp.el (org-export-generic): Autoload the generic exporter
21906 function.
21907 (org-export): Implement the `g' key for the generic exporter.
21908
21909 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21910
21911 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21912 and for zbacktab'.
21913
21914 * org-exp.el (org-infile-export-plist): Get macros also from
21915 #+SETUPFILE.
21916
21917 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21918
21919 * org-colview.el (org-columns-capture-view): Protect vertical bars
21920 in column values.
21921 (org-columns-capture-view): Exclude comment and archived trees.
21922
21923 * org.el (org-quote-vert): New function.
21924
21925 * org-latex.el (org-export-latex-verbatim-wrap): New option.
21926
21927 * org-exp.el (org-export-format-source-code-or-example):
21928 Use `org-export-latex-verbatim-wrap'.
21929
21930 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21931 time stamps.
21932
21933 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
21934
21935 * org-exp-blocks.el: New file.
21936
21937 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21938
21939 * org-remember.el (org-remember-templates): Allow the headline
21940 element to be a function.
21941 (org-remember-apply-template): If the headline is a function, call
21942 it to get the true function.
21943
21944 * org-clock.el (org-clock-menu): New function.
21945 (org-clock-update-mode-line): Update help string.
21946 (org-clock-modify-effort-estimate): New function.
21947 (org-clock-mark-default-task): New function.
21948
21949 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21950 minutes as input.
21951 (org-org-menu): Add new clocking stuff.
21952 (org-clock-is-active): New function.
21953
21954 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21955
21956 * org.el (org-open-non-existing-files): Improve docstring.
21957
21958 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21959
21960 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21961 New option.
21962 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21963
21964 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21965
21966 * org-list.el (org-get-checkbox-statistics-face): Use the new
21967 faces.
21968
21969 * org-faces.el (org-checkbox-statistics-todo)
21970 (org-checkbox-statistics-done): New faces.
21971
21972 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21973
21974 * org-latex.el (org-export-latex-use-verb): New variable.
21975 (org-export-latex-emph-format): Prefer \texttt over \verb when
21976 org-export-latex-use-verb is set.
21977
21978 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21979
21980 * org-remember.el (org-remember-handler): Abort remember if the
21981 buffer is empty.
21982
21983 * org-exp.el (org-export-format-source-code-or-example):
21984 Run `org-src-mode-hook'.
21985
21986 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21987
21988 * org.el (org-indent-line-function): Fix indentation of +#end lines.
21989
21990 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21991
21992 * org-gnus.el (org-gnus-store-link): Require message.el in
21993 org-gnus-store-link.
21994
21995 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21996
21997 * org-src.el: New file, split out of org.el.
21998
21999 * org-macs.el (org-replace-match-keep-properties): New function.
22000
22001 * org-exp.el (org-export-mark-blockquote-verse-center):
22002 Better preprocessing of center and quote and verse blocks.
22003
22004 * org-list.el (org-list-end): Respect the stored "original"
22005 indentation when determining the end of the list.
22006
22007 * org-exp.el (org-export-replace-src-segments-and-examples):
22008 Remember indentation correctly.
22009
22010 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22011
22012 * org-clock.el (org-clock-update-mode-line): Apply face
22013 org-mode-line-clock.
22014
22015 * org-faces.el (org-mode-line-clock): New face.
22016
22017 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
22018
22019 * org-gnus.el (org-gnus-store-link): Fix bug where
22020 `org-gnus-store-link' used wrong subject when called in an article
22021 buffer. Patch provided by fengli AT gmail DOT com.
22022
22023 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22024
22025 * org-exp.el (org-export-format-source-code-or-example):
22026 Remember the original indentation of source code snippets and examples.
22027
22028 * org-latex.el (org-export-as-latex): Relocate the table of
22029 contents.
22030
22031 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
22032
22033 * org-agenda.el (org-run-agenda-series): Scope global options also
22034 when creating the agenda buffer.
22035
22036 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22037
22038 * org.el (org-adapt-indentation): Improve documentation.
22039 (org-insert-property-drawer): Respect org-adapt-indentation when
22040 inserting the drawer.
22041 (org-remove-flyspell-overlays-in): New function.
22042 (org-do-emphasis-faces, org-activate-plain-links)
22043 (org-activate-code, org-fontify-meta-lines-and-blocks)
22044 (org-activate-angle-links, org-activate-footnote-links)
22045 (org-activate-bracket-links, org-activate-dates)
22046 (org-activate-target-links, org-activate-tags): Remove flyspell
22047 overlays.
22048
22049 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22050
22051 * org.el (org-edit-src-save): New function.
22052
22053 * org-clock.el (org-clock-out-switch-to-state): New option.
22054 (org-clock-out): Honor `org-clock-out-switch-to-state'.
22055
22056 * org-compat.el (org-compatible-face): Improve macro.
22057
22058 * org.el (org-global-properties-fixed): Add default for
22059 CLOCK_MODELINE_TOTAL.
22060
22061 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
22062 and tend.
22063 (org-clock-sum-current-item): Optional argument TSTART, pass it to
22064 org-clock-sum.
22065 (org-clock-get-sum-start): New function.
22066
22067 * org.el (org-startup-options): New keywords blockhide and
22068 blockshow.
22069 (org-mode): Add new invisibility spec.
22070 (org-set-startup-visibility): Hide block on startup if so
22071 desired.
22072 (org-hide-block-startup): New option.
22073 (org-block-regexp): New constant.
22074 (org-hide-block-overlays): New variable.
22075 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
22076 (org-show-block-all, org-hide-block-toggle-maybe)
22077 (org-hide-block-toggle): New functions.
22078 (org-edit-src-exit): Do not quote lines starting with # and no +
22079 behind it.
22080 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
22081 entry.
22082
22083 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22084
22085 * org.el (org-buffer-property-keys): Add Effort property for
22086 completion.
22087
22088 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22089
22090 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
22091 when retrieving total clocked time in the subtree.
22092
22093 * org.el (org-quoting-blocks): New variable.
22094
22095 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22096
22097 * org-table.el (org-table-store-formulas)
22098 (org-table-get-stored-formulas, org-table-fix-formulas)
22099 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
22100 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
22101
22102 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
22103 Allow indented #+TBLFM line.
22104
22105 * org-footnote.el (org-footnote-goto-local-insertion-point):
22106 Allow indented #+TBLFM line.
22107
22108 * org-colview.el (org-dblock-write:columnview): Allow indented
22109 #+TBLFM line.
22110
22111 * org-clock.el (org-dblock-write:clocktable): Allow indented
22112 #+TBLFM line.
22113
22114 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22115
22116 * org-exp.el (org-export-format-source-code-or-example):
22117 Make editing indented blocks work correctly.
22118
22119 * org.el (org-edit-src-nindent): New variable.
22120 (org-edit-src-code, org-edit-fixed-width-region)
22121 (org-edit-src-find-region-and-lang, org-edit-src-exit):
22122 Make editing indented blocks work correctly.
22123
22124 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22125
22126 * org-exp.el (org-export-replace-src-segments-and-examples):
22127 Find indented blocks.
22128 (org-export-format-source-code-or-example): Fix indentation of
22129 blocks.
22130 (org-export-remove-indentation): New function.
22131 (org-export-select-backend-specific-text): Allow backend-specific
22132 code to be indented.
22133 (org-export-mark-blockquote-verse-center): Allow markers to be
22134 indented.
22135
22136 * org.el (org-fontify-meta-lines): New function.
22137 (org-set-font-lock-defaults): Call the new fontification
22138 function.
22139
22140 * org-faces.el (org-meta-line): New face.
22141 (org-block): New face.
22142
22143 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22144
22145 * org.el (org-treat-insert-todo-heading-as-state-change)
22146 (org-treat-S-cursor-todo-selection-as-state-change):
22147 New variables.
22148 (org-insert-todo-heading):
22149 Honor `org-treat-insert-todo-heading-as-state-change'.
22150 (org-shiftright, org-shiftleft):
22151 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
22152 (org-inhibit-logging): New variable.
22153
22154 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22155
22156 * org-agenda.el (org-remove-subtree-entries-from-agenda):
22157 Reduce range for marker position checking.
22158
22159 * org-latex.el (org-export-latex-first-lines): Fix bug when
22160 exporting a region.
22161
22162 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22163
22164 * org-exp.el (org-export-push-to-kill-ring): Protect using
22165 x-set-selection, because that does not always work.
22166
22167 * org-agenda.el (org-agenda-list): Apply the new face
22168 `org-agenda-date-today'.
22169
22170 * org-faces.el (org-agenda-date-today): New face.
22171
22172 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22173
22174 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
22175 creating appointments.
22176
22177 * org-latex.el (org-export-latex-low-levels): Fix customization
22178 type.
22179
22180 * org.el (org-priority, org-shiftup, org-shiftdown):
22181 Disable priority commands.
22182
22183 * org-agenda.el (org-agenda-priority): Disable priority commands.
22184
22185 * org.el (org-enable-priority-commands): New option.
22186
22187 * org-colview.el (org-columns-compute)
22188 (org-columns-number-to-string): Fix problems with empty fields.
22189
22190 * org-exp.el (org-export-push-to-kill-ring): New function.
22191 (org-export-copy-to-kill-ring): New option.
22192
22193 * org-latex.el (org-export-as-latex):
22194 Call `org-export-push-to-kill-ring'.
22195
22196 * org-exp.el (org-export-show-temporary-export-buffer):
22197 New option.
22198
22199 * org-latex.el (org-export-as-latex):
22200 Use `org-export-show-temporary-export-buffer'.
22201
22202 * org-exp.el (org-export-show-temporary-export-buffer):
22203 New option.
22204 (org-export-push-to-kill-ring): New function.
22205
22206 * org-colview.el (org-columns-compile-map): New variable.
22207 (org-columns-new, org-columns-compute)
22208 (org-columns-number-to-string, org-columns-uncompile-format)
22209 (org-columns-compile-format): Implement new operators.
22210
22211 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22212
22213 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
22214
22215 * org-list.el (org-update-checkbox-count): Make property
22216 dependent.
22217
22218 * org.el (org-hierarchical-todo-statistics): New option.
22219 (org-update-parent-todo-statistics): Modify to handle recursive
22220 statistics.
22221
22222 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22223
22224 * org-publish.el (org-publish): Make this function behave
22225 correctly in interactive use when called with a prefix argument.
22226
22227 * org.el (org-todo-statistics-hook): New hook.
22228 (org-update-parent-todo-statistics): Use new hook.
22229 (org-log-into-drawer): New function.
22230 (org-add-log-setup): Use the new `org-log-into-drawer' function to
22231 determine if we should be logging into a drawer.
22232 (org-log-into-drawer): Update docstring.
22233 (org-default-properties): Add LOG_INTO_DRAWER as a property.
22234
22235 * org-list.el (org-checkbox-statistics-hook): New hook.
22236 (org-update-checkbox-count-maybe): Use new hook.
22237
22238 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22239
22240 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
22241 better buffer-generating mechanism.
22242 (org-edit-src-find-buffer): New function.
22243
22244 * org-icalendar.el (org-print-icalendar-entries): Don't check for
22245 archive tag, this is already done by `org-agenda-skip'.
22246 data while constructing lost of tags.
22247
22248 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22249
22250 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
22251 as argument separator in macros.
22252
22253 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22254
22255 * org.el (org-after-sorting-entries-or-items-hook): New hook.
22256 (org-sort-entries-or-items): Run the new hook.
22257 (org-after-refile-insert-hook): New hook.
22258 (org-refile): Run `org-after-refile-insert-hook'.
22259
22260 * org-agenda.el (org-agenda-get-progress): Never take time of day
22261 from headline when displaying progress.
22262
22263 * org-latex.el (org-export-latex-complex-heading-re): New variable.
22264 (org-export-as-latex): Force the correct regexp in the
22265 preprocessor buffer.
22266 (org-export-latex-set-initial-vars):
22267 Set `org-export-latex-complex-heading-re'.
22268
22269 * org-agenda.el (org-agenda-start-with-log-mode): New option.
22270 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
22271
22272 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22273
22274 * org-latex.el (org-export-latex-tables-centered): New option.
22275 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
22276
22277 * org-exp.el (org-export-as-org): New command.
22278 (org-export-as-org): New command.
22279
22280 * org-publish.el (org-publish-org-to-org): New function.
22281
22282 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22283
22284 * org.el (org-yank): Just call `org-yank-generic'.
22285 (org-yank-generic): New function, containing the formaer
22286 functionality of `org-yank'.
22287
22288 * org-latex.el (org-export-latex-not-done-keywords)
22289 (org-export-latex-done-keywords): New variables.
22290 (org-export-latex-todo-keyword-markup): New option.
22291 (org-export-latex-set-initial-vars): Remember the TODO keywords.
22292 (org-export-latex-keywords-maybe): Apply the TODO markup.
22293
22294 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22295
22296 * org-exp.el (org-infile-export-plist): Add more default macros.
22297 (org-export-preprocess-apply-macros): Process macro arguments.
22298
22299 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22300
22301 * org-icalendar.el (org-icalendar-include-todo): New allowed value
22302 `unblocked'.
22303 (org-print-icalendar-entries): Respect the new value of
22304 `org-icalendar-include-todo'.
22305
22306 * org.el (org-link-try-special-completion)
22307 (org-file-complete-link): New functions.
22308 (org-insert-link): Add special completion support for some link
22309 types.
22310
22311 * org-bbdb.el (org-bbdb-complete-link): New function.
22312
22313 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22314
22315 * org-list.el (org-update-checkbox-count): Allow recursive
22316 statistics.
22317 (org-hierarchical-checkbox-statistics): New option.
22318
22319 * org.el (org-cycle): Remove erraneous space character.
22320
22321 * org-icalendar.el (org-icalendar-timezone): Initialize from
22322 environment.
22323
22324 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22325
22326 * org.el (org-autoload): Fix autoloading of ascii export
22327 functions.
22328 (org-modules): Add org-special-blocks.
22329
22330 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22331
22332 * org-icalendar.el (org-start-icalendar-file): Use the new option.
22333 (org-ical-timezone): New option.
22334
22335 * org-exp.el (org-export-get-coderef-format): Use the description
22336 is present.
22337
22338 * org.el (org-sort-entries-or-items): Improve docstring, and make
22339 better implementation for time sorting.
22340
22341 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22342
22343 * org.el (org-edit-src-persistent-message): New option.
22344 (org-edit-src-code, org-edit-fixed-width-region): Use the new
22345 option.
22346
22347 * org-clock.el (org-clock-insert-selection-line): Fix prefious
22348 patch.
22349
22350 * org.el (org-edit-src-code, org-edit-fixed-width-region):
22351 Use separate buffer instead of indirect buffer to edit source code.
22352 (org-edit-src-exit): Make this function work with the new setup.
22353
22354 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
22355 are properly fontified before shown in the selection menu.
22356
22357 * org.el (org-fontify-like-in-org-mode): New function.
22358
22359 * org-latex.el (org-export-latex-links): Use the property list to
22360 retrieve the default image attributes.
22361
22362 * org-exp.el (org-export-plist-vars): Add a new option.
22363
22364 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22365
22366 * org-exp.el (org-export, org-export-visible): Support ASCII
22367 export to buffer.
22368 (org-export-normalize-links): Do not protect the description if it
22369 is explicitly given.
22370
22371 * org-list.el (org-reset-checkbox-state-subtree): Move here from
22372 org-checklist.el.
22373 (org-reset-checkbox-state-subtree):
22374 Call `org-reset-checkbox-state-subtree'.
22375
22376 * org-remember.el (org-select-remember-template): For the
22377 selection of a valid template.
22378
22379 * org-latex.el (org-export-region-as-latex): Supply the
22380 force-no-subtree argument.
22381 (org-export-as-latex): Provide better limits when exporting the
22382 first line. When exporting to string, we still want the first
22383 lines.
22384 (org-export-latex-first-lines): New argument END, to force the end
22385 of the region.
22386 (org-export-region-as-latex): Use the property list.
22387 (org-export-as-latex): ????
22388
22389 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22390
22391 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
22392 (org-export-latex-preprocess): Run the new hook.
22393
22394 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
22395 (org-export-preprocess-string): Run the new hook.
22396
22397 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22398
22399 * org-macs.el (org-check-external-command): New defsubst.
22400
22401 * org.el (org-mode-map): New key for reload.
22402 (org-format-latex): Better error message when external programs
22403 are not available.
22404
22405 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
22406
22407 * org.el (org-sort-entries-or-items): Explicit sorting function
22408 for priorities, needed for XEmacs compatibility.
22409
22410 * org-remember.el (org-remember-apply-template): Improve auto-save
22411 behavior.
22412
22413 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22414
22415 * org-latex.el (org-export-latex-preprocess): Also protect
22416 environments ending in a star.
22417
22418 * org-list.el (org-at-item-p): Fix regular expression.
22419
22420 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22421
22422 * org.el (org-end-of-subtree): Improve speed.
22423
22424 * org-agenda.el (org-agenda-get-timestamps)
22425 (org-agenda-get-progress, org-agenda-get-deadlines)
22426 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
22427 in particular, wait as long as possible to collect the tags.
22428 (org-stuck-projects): Improve docstring.
22429
22430 * org.el (org-store-link): No errors when getting custom id before
22431 first headline.
22432 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
22433
22434 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22435
22436 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
22437
22438 * org-protocol.el: Remove dependency on url.el.
22439 (org-protocol-unhex-compound, org-protocol-open-source):
22440 Remove dependency on url.el.
22441
22442 * org-latex.el (org-export-as-pdf):
22443 Use `org-latex-to-pdf-process'.
22444
22445 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22446
22447 * org-latex.el (org-latex-to-pdf-process): New option.
22448
22449 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
22450 New option.
22451 (org-agenda-get-timestamps):
22452 Honor `org-agenda-skip-additional-timestamps-same-entry'.
22453
22454 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22455 (org-clock-goto): Find recent task only if
22456 `org-clock-goto-may-find-recent-task' allows it.
22457
22458 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22459 drawers, and drawers that are missing the :END: line.
22460
22461 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22462
22463 * org-clock.el (org-clock-goto): Go to recently clocked task if no
22464 clock is running.
22465
22466 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22467
22468 * org.el (org-update-parent-todo-statistics): Check for
22469 STATISTICS_FROM property.
22470
22471 * org-list.el (org-update-checkbox-count): Check for
22472 STATISTICS_FROM property.
22473
22474 * org.el (org-tab-first-hook)
22475 (org-tab-after-check-for-table-hook)
22476 (org-tab-after-check-for-cycling-hook): New hooks.
22477 (org-cycle-internal-global, org-cycle-internal-local):
22478 New functions, split out from `org-cycle'.
22479 (org-cycle): Call the new hooks.
22480
22481 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22482
22483 * org-exp.el (org-export-preprocess-string): Reset the list of
22484 preferred targets for each run of the preprocessor.
22485
22486 * org.el (org-refile-target-verify-function):
22487 Improve documentation.
22488 (org-get-refile-targets): Respect point being moved by the
22489 verification function.
22490
22491 * org-latex.el (org-export-latex-timestamp-keyword-markup):
22492 New option.
22493 (org-export-latex-keywords): Use new option.
22494
22495 * org.el (org-rear-nonsticky-at): New defsubst.
22496 (org-activate-plain-links, org-activate-angle-links)
22497 (org-activate-footnote-links, org-activate-bracket-links)
22498 (org-activate-dates, org-activate-target-links)
22499 (org-activate-tags): Place the rear-nonsticky properties at the
22500 correct location.
22501
22502 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22503
22504 * org-protocol.el (server-edit): Declare `server-edit'.
22505 (org-protocol-unhex-string, org-protocol-unhex-compound):
22506 New functions.
22507 (org-protocol-check-filename-for-protocol): Call `server-edit'.
22508
22509 * org.el (org-default-properties): New default properteis for
22510 completion.
22511
22512 * org-exp.el (org-export-add-subtree-options): Add new properties
22513 for subtree export.
22514
22515 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22516
22517 * org-id.el (org-id-get-with-outline-path-completion): Turn off
22518 org-refile-target-verify-function for the duration of the command.
22519
22520 * org.el (org-link-to-org-use-id): New possible value
22521 `create-if-interactive-and-no-custom-id'.
22522 (org-store-link): Use custom IDs.
22523 (org-link-search): Find custom ID properties from #link.
22524 (org-default-properties): Add CUSTOM_ID for property completion.
22525 (org-refile-target-verify-function): New option.
22526 (org-goto): Turn off org-refile-target-verify-function
22527 for the duration of the command.
22528
22529 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22530
22531 * org-exp.el (org-export-preferred-target-alist): New variable.
22532 (org-export-define-heading-targets): Find the new CUSTOM_ID
22533 property.
22534 (org-export-target-internal-links): Target the custom ids when
22535 possible.
22536
22537 * org-latex.el (org-export-latex-preprocess): Better regexp for
22538 matching latex macros with arguments.
22539
22540 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22541
22542 * org-remember.el (org-remember-handler): Allow filing to non-org
22543 files.
22544
22545 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
22546
22547 * org-table.el (org-table-fix-formulas): Do not change references
22548 to remote tables.
22549 (org-table-get-remote-range): Convert standard coordinates to RC
22550 format.
22551
22552 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22553
22554 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22555
22556 * org-compat.el (org-sha1-string): Function removed.
22557
22558 * org.el (org-refile-allow-creating-parent-nodes): New option.
22559 (org-refile-get-location): New argument NEW-NODES.
22560 (org-refile): Call `org-refile-get-location' with the new
22561 argument.
22562 (org-refile-get-location): Arrange for adding a new child.
22563 (org-refile-new-child): New function.
22564
22565 * org-clock.el: Fix a number of docstrings.
22566 (org-clock-find-position): New argument
22567 FIND-UNCLOSED to make the function find an unclosed clock in the
22568 entry.
22569 (org-clock-in): Call `org-clock-find-position' with the new
22570 argument if we might be resuming a clock.
22571
22572 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22573
22574 * org-latex.el (org-export-latex-display-custom-times): New variable.
22575 (org-export-latex-timestamp-markup): New option.
22576 (org-export-latex-set-initial-vars): Remember the local value of
22577 `org-display-custom-times'.
22578 (org-export-latex-content): Process time stamps.
22579 (org-export-latex-time-stamps): New function.
22580
22581 * org-macs.el (org-maybe-intangible): Add intangible property
22582 again to invisible text.
22583
22584 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22585
22586 * org-exp.el (org-default-export-plist): Handle undefined
22587 variables.
22588
22589 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22590
22591 * org.el (org-sort-entries-or-items): Match TODO keywords
22592 case-sensitively, when sorting.
22593 (org-priority): Do not match TODO keywords with wrong case.
22594
22595 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22596
22597 * org.el (org-todo): Honor the NOBLOCKING property.
22598
22599 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22600 NOBLOCKING property.
22601
22602 * org.el (org-scan-tags): Fix bug in tag scanner.
22603
22604 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22605
22606 * org.el (org-modules): Mark obsolete packages.
22607
22608 * org-html.el: New file, split out from org-exp.el.
22609
22610 * org-icalendar.el: New file, split out from org-exp.el.
22611
22612 * org-xoxo.el: New file, split out from org-exp.el.
22613
22614 * org-ascii.el: New file, split out from org-exp.el.
22615
22616 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22617
22618 * org-compat.el (org-find-library-name): New function.
22619
22620 * org.el (org-pre-cycle-hook): New hook.
22621 (org-cycle): Call the new hook in appropriate places.
22622 (org-reload): Only reload files that have been loaded before.
22623
22624 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22625
22626 * org.el (org-set-font-lock-defaults): Enforxe space or line end
22627 after todo keyword.
22628 (org-todo): When changing TODO state, do matching
22629 case-sensitively.
22630 (org-map-continue-from): New variable.
22631 (org-scan-tags): Respect values in `org-map-continue-from'.
22632 (org-reload): Make XEmacs compatible.
22633
22634 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22635
22636 * org-protocol.el (org-protocol-flatten-greedy): New function.
22637 (org-protocol-flatten): New function.
22638
22639 * org.el (org-open-link-from-string): Pass reference buffer to
22640 `org-open-at-point'.
22641 (org-open-at-point): New optional argument `reference-buffer'.
22642
22643 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22644
22645 * org.el (org-scan-tags): Make tag scan find headline in first
22646 line, 2nd attempt.
22647 (org-get-refile-targets): Add the naked file name.
22648 (org-refile): Store as top-level entry when only file name was
22649 given.
22650
22651 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22652
22653 * org.el (org-block-todo-from-children-or-siblings-or-parent):
22654 Rename from org-block-todo-from-children-or-siblings, and
22655 enhanced to look for the parent's status as well.
22656
22657 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22658 (org-agenda-get-progress): Add first notes line to log entry if so
22659 desired.
22660
22661 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22662
22663 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22664 (org-agenda-cleanup-fancy-diary): Call the new hook.
22665
22666 * org-remember.el (org-remember-apply-template): Take the default
22667 for the annotation from the :annotation property.
22668
22669 * org-mac-message.el (org-mac-message-get-link): Remove the
22670 quotes.
22671 (org-mac-message-get-link): Return the result.
22672
22673 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22674
22675 * org.el (org-refile-get-location): Add file name only if not
22676 already included in outline path.
22677
22678 * org-faces.el (org-n-level-faces): Fix customization type from
22679 number to integer.
22680
22681 * org-exp.el (org-export-headline-levels): Fix customization type
22682 from number to integer.
22683
22684 * org-agenda.el (org-agenda-confirm-kill)
22685 (org-agenda-custom-commands-local-options)
22686 (org-timeline-show-empty-dates, org-agenda-ndays)
22687 (org-agenda-start-on-weekday, org-scheduled-past-days):
22688 Fix customization type from number to integer.
22689
22690 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22691
22692 * org-protocol.el: Declare some functions.
22693
22694 * org-agenda.el (org-agenda-compare-effort):
22695 Honor `org-sort-agenda-noeffort-is-high'.
22696 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22697 (org-agenda-compare-effort): Implement the "?" operator for
22698 finding entries without effort setting.
22699
22700 * org.el (org-extract-attributes-from-string): New function.
22701
22702 * org-exp.el (org-export-splice-attributes): New function.
22703
22704 2009-08-06 Bastien Guerry <bzg@gnu.org>
22705 Daniel M German <dmg@uvic.org>
22706 Sebastian Rose <sebastian_rose@gmx.de>
22707 Ross Patterson <me@rpatterson.net>
22708
22709 * org-protocol.el: New file.
22710
22711 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
22712
22713 * org-docbook.el: New file.
22714
22715 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22716
22717 * org-mouse.el: XEmacs compatibility fixes.
22718
22719 * org.el (org-modules): Add org-inlinetasks.el.
22720 (org-cycle): Implement limiting level on cycling.
22721 (org-move-subtree-down): Fix bug with swapping subtrees at end of
22722 buffer.
22723
22724 * org-inlinetask.el: New file.
22725
22726 * org.el (org-emphasis-regexp-components): Allow braces in
22727 emphasis pre and post match.
22728
22729 * org-footnote.el (org-footnote-normalize): When only sorting, do
22730 not insert inline notes at the end.
22731
22732 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22733
22734 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22735
22736 * org.el (org-reftex-citation): New command.
22737
22738 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22739
22740 * org-agenda.el (org-agenda-cmp-user-defined): New option.
22741 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22742 sorting options.
22743 (org-entries-lessp): Apply the new sorting option.
22744
22745 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22746 blocker code, when an older sibling has children.
22747
22748 * org-mac-message.el (org-mac-message-get-link): Improve getting
22749 links from multiple selected messages.
22750
22751 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22752
22753 * org-remember.el (org-remember-finalize): Do not set buffer file
22754 name to nil.
22755 (org-remember-handler): Mark buffer as unmodified.
22756 (org-remember-handler): Delete backup file and show message about
22757 remaining backup files.
22758 (org-remember-auto-remove-backup-files): New option.
22759
22760 * org.el (org-store-link): Use buffer name as link description in
22761 w3-mode buffers.
22762 (org-ido-switchb): Fix argument bug for completion.
22763
22764 * org-remember.el (org-remember-apply-template): Set local
22765 variable `auto-save-visited-file-name' instead of global one.
22766
22767 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22768
22769 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22770 (org-agenda-get-todos): Mark file tags as inherited.
22771 (org-agenda-list): Always search diary lines for a time.
22772
22773 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22774
22775 * org-feed.el: New file.
22776
22777 * org-exp.el (org-export-as-html): Close local lists depending on
22778 indentation, also when starting a table.
22779
22780 * org-remember.el (org-remember-backup-directory)
22781 (org-remember-backup-name): New internal variable.
22782
22783 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22784
22785 * org-clock.el (org-clock-out-if-current): Make buffer detection
22786 work in indirect buffers as well.
22787
22788 * org.el (org-emphasis-regexp-components): Add the exxclamation
22789 mark to the post-emphasis characters.
22790
22791 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22792
22793 * org.el (org-read-date-minibiffer-septup-hook): New hook.
22794 (org-read-date): Run the new hook.
22795
22796 * org-mac-message.el (org-mac-flagged-mail): New group.
22797 (org-mac-mail-account): New variable.
22798 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22799 New commands.
22800
22801 * org-remember.el (org-remember-backup-directory): New variable.
22802 (org-remember-apply-template): Write file to backup directory.
22803
22804 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22805
22806 * org-mouse.el (org-mouse-todo-menu): New function.
22807 (org-mouse-todo-keywords): Function removed.
22808 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22809
22810 * org-table.el (org-table-beginning-of-field)
22811 (org-table-end-of-field): New commands.
22812 (org-table-previous-field, org-table-beginning-of-field):
22813 Better error messages.
22814 (orgtbl-setup): Include `M-a' and `M-e'.
22815
22816 * org.el (org-backward-sentence, org-forward-sentence):
22817 New commands.
22818
22819 * org-colview.el (org-colview-initial-truncate-line-value):
22820 New variable.
22821 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22822 (org-columns): Remember the value of `truncate-lines'.
22823
22824 * org.el (org-columns-skip-arrchived-trees): New option.
22825
22826 * org-agenda.el (org-agenda-export-html-style): Define color for
22827 org-agenda-done face.
22828 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22829 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22830
22831 * org.el (org-scan-tags): Use the new face.
22832
22833 * org-faces.el (org-agenda-done): New face.
22834
22835 * org.el (org-scan-tags): Test the value org
22836 `org-tags-match-list-sublevels'.
22837 (org-tags-match-list-sublevels): New allowed value: indented.
22838
22839 * org-latex.el (org-export-latex-make-header): Apply macros
22840 in header.
22841
22842 * org-exp.el (org-export-apply-macros-in-string): New function.
22843
22844 * org-latex.el (org-export-latex-list-parameters): Fix bug
22845 with the definition of a checked box.
22846
22847 * org-clock.el (org-clock-find-position): Fix drawer indentations.
22848
22849 * org-latex.el (org-export-latex-low-levels): More options
22850 for how to process lower levels in LaTeX.
22851 (org-export-latex-subcontent): Better treatment for lists as a
22852 means of publishing lower levels.
22853
22854 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22855
22856 * org.el (org-set-font-lock-defaults): Use new checkbox face.
22857
22858 * org-faces.el (org-checkbox): New face.
22859
22860 * org-exp.el (org-export-html-preprocess): Only create LaTeX
22861 fragement images if there is an export file.
22862
22863 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22864
22865 * org-agenda.el (org-stuck-projects): Document that the subtree of
22866 projects that are not stuck will now be searched for stuck
22867 sub-projects.
22868 (org-agenda-skip-entry-when-regexp-matches)
22869 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22870 (org-agenda-list-stuck-projects):
22871 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22872
22873 * org-latex.el (org-export-latex-preprocess):
22874 Improve export of verses.
22875
22876 * org-exp.el (org-export-as-html): Implement centering as a div
22877 rather than a paragraph. Do a better job with line-end in verse
22878 environments.
22879
22880 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22881
22882 * org.el (org-open-at-point): Fix tags searches by mouse click.
22883
22884 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22885
22886 * org-latex.el (org-export-latex-preprocess): Implement the
22887 centering markup.
22888
22889 * org-exp.el (org-export-mark-blockquote-verse-center):
22890 Rename from `org-export-mark-blockquote-and-verse'.
22891 (org-export-as-html): Implement the centering markup.
22892
22893 * org-latex.el (org-export-latex-tables): Fix vertical
22894 lines in tables.
22895
22896 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22897
22898 * org.el (org-read-date-history): New variable.
22899 (org-read-date): Use new history variable.
22900 (org-toggle-heading): Fix bug when used before first headline.
22901 (org-store-log-note): Remove drawer if empty while note is
22902 aborted.
22903 (org-remove-empty-drawer-at): New function.
22904 (org-check-after-date): New command.
22905 (org-sparse-tree): New sparse tree command "a".
22906
22907 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22908
22909 2009-08-06 Bastien Guerry <bzg@gnu.org>
22910
22911 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22912 column and a space, not only a column.
22913
22914 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22915
22916 * org-latex.el (org-export-latex-emphasis-alist):
22917 Better defaults for verbose emphasis.
22918 (org-export-latex-emph-format): New function.
22919 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22920
22921 * org-agenda.el (org-agenda-menu): Add new commands to menu.
22922 (org-agenda-do-date-later, org-agenda-do-date-earlier)
22923 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22924 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22925 New commands.
22926
22927 * org.el (org-timestamp-change): Move end-time along with start
22928 time.
22929
22930 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22931
22932 * org-exp.el (org-export-target-internal-links)
22933 (org-export-as-html): Protect links specified as #name.
22934
22935 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22936
22937 * org.el (org-clone-subtree-with-time-shift): New command.
22938
22939 * org-latex.el (org-export-latex-special-chars)
22940 (org-export-latex-treat-sub-super-char): Fix subscript export.
22941
22942 * org-exp.el (org-create-multibrace-regexp): Do not add
22943 backslashes to the class.
22944
22945 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22946
22947 * org-colview.el (org-columns-map): Better functions for moving up
22948 and down a row, even if `truncate-line' is nil.
22949
22950 * org.el (org-insert-todo-heading): Make sure the keyword is
22951 inserted at the correct position.
22952
22953 * org-publish.el (org-publish-project-alist)
22954 (org-publish-projects, org-publish-org-index): Change default anme
22955 for the index of file names to "sitemap.org".
22956
22957 * org-latex.el (org-export-latex-tables):
22958 Use `org-split-string', for Emacs 21 compatibility.
22959
22960 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22961
22962 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22963
22964 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22965
22966 * org-exp.el (org-export-page-description)
22967 (org-export-page-keywords): New variables.
22968 (org-export-plist-vars): Add entries for :keywords and
22969 :description.
22970 (org-infile-export-plist): Parse for new keywords.
22971 (org-get-current-options): Add new keywords.
22972 (org-export-as-html): Publish description and keywords.
22973
22974 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22975 New option.
22976 (org-agenda-add-entry-text):
22977 Honor `org-agenda-add-entry-text-descriptive-links'.
22978
22979 * org-latex.el (org-export-latex-preprocess): Make all
22980 external preprocess functions use a PARAMETER arg.
22981
22982 * org-exp.el (org-export-preprocess-string)
22983 (org-export-select-backend-specific-text)
22984 (org-export-format-source-code-or-example)
22985 (org-format-org-table-html): Support docbook export.
22986 (org-export-preprocess-string): Make all external preprocess
22987 functions use a PARAMETER arg.
22988
22989 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22990
22991 * org-exp.el (org-export-html-style-include-scripts): New option.
22992 (org-export-plist-vars): Add new option
22993 `org-export-html-style-include-scripts'.
22994 (org-export-as-html): Honor new option
22995 `org-export-html-style-include-scripts'.
22996 (org-export-html-scripts, org-export-html-style-default):
22997 Fix xml issues with the Safari browser.
22998
22999 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23000
23001 * org-publish.el (org-publish-attachment): Only copy file when the
23002 directories differ.
23003
23004 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23005
23006 * org-clock.el (org-clocktable-steps): Use inactive time stamps
23007 for clocktable steps.
23008
23009 * org.el (org-additional-option-like-keywords): Add two more
23010 keywords.
23011
23012 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23013
23014 * org-exp.el (org-export-format-source-code-or-example):
23015 Mark temporary buffer unmodified, so that it will be killed even if
23016 mode like message mode has decided to assign a file name.
23017
23018 * org.el (org-scan-tags): Improve tag inheritance.
23019 (org-scan-tags, org-make-tags-matcher): Make tag comparison
23020 case-sensitive.
23021 (org-scan-tags): Use the internal tags list instead of creating it
23022 from scratch.
23023 (org-trust-scanner-tags, org-scanner-tags): New variables.
23024 (org-scan-tags): Set `org-scanner-tags'.
23025 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
23026 (org-map-entries): Document the possible speedup using scanner
23027 tags.
23028
23029 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23030
23031 * org.el (org-add-planning-info): Fix bug with looking for keyword
23032 only at column 0.
23033
23034 * org-agenda.el (org-agenda-custom-commands-local-options):
23035 Add option for tags filter preset.
23036 (org-prepare-agenda): Store filter preset as a property on the
23037 filter variable.
23038 (org-finalize-agenda): Call the filter, if there is a preset.
23039 (org-agenda-filter-by-tag): Filter again after clearing the
23040 filter, when there still is a preset.
23041 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
23042 Include the preset filter.
23043 (org-agenda-redo): Apply the filter again, also the preset filter.
23044
23045 * org-exp.el (org-export-as-html): Use IDs in the correct way.
23046
23047 * org.el (org-uuidgen-p): New function.
23048
23049 * org-agenda.el (org-agenda-fontify-priorities): New default value
23050 `cookies'.
23051 (org-agenda-fontify-priorities): Rename from
23052 org-fontify-priorities.
23053
23054 * org.el (org-set-font-lock-defaults):
23055 Call `org-font-lock-add-priority-faces'.
23056 (org-font-lock-add-priority-faces): New function.
23057
23058 * org-faces.el (org-set-tag-faces): New option.
23059 (org-priority-faces): New variable.
23060
23061 * org-exp.el (org-export-as-html): Add a "content" div around the
23062 entire content of the body tag.
23063 (org-export-html-get-bibliography): New function.
23064 (org-export-html-validation-link): New variable.
23065 (org-export-as-html): Add validation link to exported page.
23066
23067 * org.el (org-match-sparse-tree): Rename from
23068 `org-tags-sparse-tree'.
23069 (org-tags-sparse-tree): New alias.
23070
23071 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23072
23073 * org.el (org-get-valid-level): Catch the case where the level
23074 change is nil.
23075
23076 * org-clock.el (org-clock-find-position): Better indentation of
23077 new clock drawers.
23078
23079 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23080
23081 * org-agenda.el (org-agenda-quit): Delete window only when the
23082 frame-setup was not `current-window'.
23083
23084 * org.el (org-tag-persistent-alist): New option.
23085 (org-startup-options): Add keyword `noptag'.
23086 (org-fast-todo-selection): Handle :newline correctly.
23087 (org-set-tags): Handle :newline correctly.
23088 (org-fast-tag-selection): Handle :newline correctly.
23089
23090 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23091
23092 * org-exp.el (org-export-as-ascii): Reverse link buffer before
23093 outputting it.
23094 (org-export-ascii-push-links): Fix bug with pussing links into the
23095 export buffer.
23096
23097 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23098
23099 * org-archive.el (org-archive-subtree): Do not add 1 to level if
23100 pasting at top level.
23101
23102 * org-bbdb.el: Improve documentation.
23103
23104 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23105
23106 * org-list.el (org-insert-item): Only consider insert empty lines
23107 is `org-empty-line-terminates-plain-lists' is not nil.
23108
23109 * org.el (org-blank-before-new-entry): Mention the dependence on
23110 `org-empty-line-terminates-plain-lists' in the docstring.
23111
23112 * org-publish.el (org-publish-get-project-from-filename):
23113 New optional argument UP. Only find the top project if UP is set.
23114 (org-publish-current-project): Find the top encloding project.
23115
23116 * org-agenda.el (org-agenda-before-write-hook)
23117 (org-agenda-add-entry-text-maxlines): New options.
23118 (org-write-agenda): Run the new hook in the temporary buffer.
23119 (org-agenda-add-entry-text): New function.
23120 (org-write-agenda): Implement PDF export, using ps2pdf.
23121
23122 * org.el (org-global-properties-fixed, org-global-properties):
23123 Improve documentation string.
23124
23125 * org-exp.el (org-export-ascii-links-to-notes): New option.
23126 (org-export-as-ascii): Handle links better.
23127 (org-export-ascii-wrap, org-export-ascii-push-links):
23128 New functions.
23129
23130 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23131
23132 * org-agenda.el (org-agenda): Make prefix arg optional.
23133 (org-agenda-search-headline-for-time): New option.
23134 (org-format-agenda-item):
23135 Honor `org-agenda-search-headline-for-time'.
23136
23137 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
23138 characters.
23139
23140 * org.el (org-self-insert-cluster-for-undo): New option.
23141 (org-self-insert-command): Cluster undo for 20 characters.
23142 (org-self-insert-command-undo-counter): New variable.
23143
23144 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23145
23146 * org-exp.el (org-export-as-html): Fix problem with closing colone
23147 example.
23148
23149 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23150
23151 * org-latex.el (org-export-as-latex)
23152 (org-export-latex-first-lines): Avoid modification flag when
23153 adding or removing text properties.
23154 (org-export-latex-fontify): Catch error when org-emph-alist has
23155 entries that are not defined for LaTeX export.
23156
23157 * org-export-latex.el: Rename to org-latex.el.
23158
23159 * org-latex.el: Rename from org-export-latex.el.
23160
23161 * org.el (orgstruct++-mode): New function.
23162 (turn-on-orgstruct++): Call `orgstruct++-mode'.
23163 (org-context-p): Allow detecting item context after the first line
23164 of an item.
23165 (orgstruct-make-binding): Detect if item-body context should be
23166 seen.
23167 (orgstruct-is-++): New variable.
23168 (org-add-planning-info): Catch the case when there is no planning
23169 info yet and the call does not want to add anything, only maybe
23170 tries to remove something.
23171 (org-special-ctrl-a/e): All value to be a cons cell with separate
23172 settings for `C-a' and `C-e'.
23173 (org-beginning-of-line, org-end-of-line): Honor separate values
23174 for `C-a' and `C-e'.
23175
23176 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
23177
23178 * org.el (org-reload): New command.
23179
23180 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
23181
23182 * org-gnus.el (org-gnus-store-link): Fix bug where
23183 org-gnus-store-link used wrong subject when called in an article
23184 buffer. Patch provided by fengli AT gmail DOT com.
23185
23186 2009-03-13 D. Goel <deego3@gmail.com>
23187
23188 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
23189 replace ls by (values-list ls).
23190
23191 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
23192
23193 * org-remember.el (org-remember-apply-template): Turn off ido for
23194 this completion.
23195
23196 * org.el (org-priority): Also find invisible headings, for remote
23197 editing.
23198 (org-completing-read-no-ido): New function.
23199 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
23200
23201 * org-colview.el (org-columns-edit-value): No special treatment of
23202 prefix arg.
23203
23204 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
23205
23206 * org.el (org-block-todo-from-children-or-siblings):
23207 Use `org-up-heading-all' so that this will work correctly with hidden
23208 property drawers and entries.
23209 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
23210 falling back to normal, default command.
23211 (org-get-location): Temporarily turn off special behavior.
23212
23213 2009-02-13 Glenn Morris <rgm@gnu.org>
23214
23215 * org-rmail.el (rmail-show-message): Restore argument list to the
23216 declaration now that this functions behaves in Emacs 23 as in 22.
23217
23218 2009-02-12 Glenn Morris <rgm@gnu.org>
23219
23220 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
23221
23222 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
23223
23224 * org-footnote.el (org-footnote-action): Fix doc typo.
23225
23226 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
23227
23228 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
23229 text before first headline.
23230 (org-export-remove-or-extract-drawers): Fix regular expression for
23231 extracting drawers.
23232
23233 * org.el (org-format-latex): Stop LaTeX fragment processing in
23234 protected examples.
23235
23236 2009-02-05 Glenn Morris <rgm@gnu.org>
23237
23238 * org-rmail.el (rmail-show-message): Update declaration.
23239 (rmail-buffer, rmail-view-buffer): Declare.
23240 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
23241
23242 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
23243
23244 * org.el (org-return-follows-link): Revert setting
23245 `org-return-follows-link' to t by default.
23246
23247 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
23248
23249 * org.el (org-cycle-global-at-bob): Fix typo.
23250
23251 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
23252
23253 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
23254
23255 * org.el (org-mode): Make dependence stuff work more reliably.
23256 (org-update-parent-todo-statistics): Fix bug with updating
23257 statistics cookie.
23258 (org-yank-adjusted-subtrees, org-return-follows-link)
23259 (org-use-fast-todo-selection, org-tags-column): New default
23260 setting for variables.
23261
23262 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
23263 ~ as verbatim delimiters, to avoid table bug.
23264 (org-export-latex-classes): Remove the a4paper option from the
23265 default styles.
23266
23267 * org-exp.el (org-export-html-format-image): New argument
23268 PAR-OPEN, to fix XHTM validation bug.
23269 (org-export-as-html): Pass par-open to
23270 `org-export-html-format-image'.
23271 (org-export-html-footnotes-section): Use a more consistent id for
23272 footnotes.
23273
23274 * org-agenda.el (org-agenda-sorting-strategy)
23275 (org-agenda-tags-column): New default setting for variables, based
23276 on a poll what typical uses use.
23277 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
23278 setting the blocked tag.
23279
23280 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
23281
23282 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
23283 only checking for blocks.
23284
23285 * org-exp.el (org-export-html-footnotes-section): Make the div id
23286 consistent.
23287
23288 * org-export-latex.el (org-export-latex-classes):
23289 Remove paper size option from LaTeX classes.
23290
23291 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
23292
23293 * org.el (org-enforce-todo-checkbox-dependencies): New option.
23294 (org-block-todo-from-checkboxes): New function.
23295 (org-todo): Make triple prefix arg circumvent blocking.
23296
23297 2009-01-30 Glenn Morris <rgm@gnu.org>
23298
23299 * org-list.el (org-empty-line-terminates-plain-lists)
23300 (org-toggle-checkbox): Doc fixes.
23301
23302 * org-table.el (org-table-clean-before-export): Fix declaration.
23303
23304 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
23305
23306 * org-timer.el (org-timer): Provide the timer feature.
23307
23308 * org.el (org-require-autoloaded-modules): Add a few more files to
23309 the list of autoloaded modules.
23310
23311 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
23312
23313 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
23314 drawers that are unprotected.
23315 (org-export-html-format-image): Make sure inlined LaTeX fragment
23316 images remain inlined.
23317
23318 * org.el (org-toggle-ordered-property): New function.
23319 (org-mode-map): Add a key for `org-toggle-ordered-property'.
23320 (org-org-menu): Add menu entries for TODO dependencies.
23321
23322 * org.el (org-default-properties): Add ORDERED to the default
23323 properties, to get completion support for it.
23324
23325 * org-list.el (org-update-checkbox-count): Update more than one cookie.
23326
23327 * org.el (org-update-parent-todo-statistics): Update more than one
23328 cookie.
23329
23330 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
23331
23332 * org-agenda.el (org-agenda-get-todos): Start search from correct
23333 position.
23334
23335 * org.el (org-fast-todo-selection): Make sure TODO selection does
23336 not change buffer position.
23337
23338 * org-list.el (org-toggle-checkbox): Implement adding or removing
23339 checkboxes from line or region when called with a prefix
23340 argument.
23341
23342 * org-rmail.el (org-rmail-store-link): Protect the call to
23343 `rmail-narrow-to-non-pruned-header'.
23344
23345 * org-clock.el (org-clock-special-range): Fix week display in
23346 clock tables.
23347
23348 * org-exp.el (org-get-current-options): Fix bug when in indirect
23349 buffer.
23350
23351 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
23352 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
23353 (org-agenda-dim-blocked-tasks): New function.
23354
23355 * org.el (org-enforce-todo-dependencies): New option.
23356 (org-block-todo-from-children-or-siblings): New function.
23357
23358 * org-faces.el (org-agenda-dimmed-todo-face): New face.
23359
23360 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
23361
23362 * org.el (org-todo): Return correct state type even if the blocker
23363 throws an error.
23364 (org-modifier-cursor-error): Rename from
23365 `org-shiftcursor-error'.
23366 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23367 (org-shiftmetadown): Call `org-modifier-cursor-error'.
23368
23369 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
23370 to get real errors from the blocker hook.
23371
23372 * org.el (org-shiftselect-error, org-call-for-shift-select):
23373 New functions.
23374 (org-set-visibility-according-to-property): Turn off the setting
23375 of `org-show-entry-below', to avoid overruling a FOLDED visibility
23376 property.
23377
23378 * org.el (org-support-shift-select): New option.
23379 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
23380 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
23381 selection outside contexts.
23382
23383 * org-list.el (org-at-item-bullet-p): New function.
23384
23385 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
23386 variables.
23387
23388 * org-footnote.el (org-footnote-normalize): Remove unnecessary
23389 variable.
23390 (org-insert-footnote-reference-near-definition):
23391 Remove unnecessary let form.
23392
23393 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
23394
23395 * org-export-latex.el (org-export-as-latex):
23396 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
23397 (org-export-latex-first-lines): New parameter OPT-PLIST.
23398
23399 * org.el (org-yank): Tell `delete-selection-mode' about
23400 `org-yank'.
23401
23402 * org-faces.el (org-clock-overlay): Fix face definition.
23403
23404 * org-export-latex.el (org-export-latex-first-lines):
23405 Pass timestamp and footnote parameters to the preprocessor.
23406
23407 * org-exp.el (org-export-remove-timestamps): Do not remove time
23408 stamps inside tables.
23409
23410 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23411
23412 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
23413
23414 * org.el (org-agenda-tags-todo-honor-ignore-options):
23415 Declare variable.
23416
23417 * org-table.el (org-table-insert-hline): Fix typo in function call
23418 to `backward-char'.
23419
23420 * org-exp.el (org-export-as-html): Remove the initial space from
23421 colon examples.
23422
23423 * org.el (org-scan-tags):
23424 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23425
23426 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
23427 New customization groups.
23428 (org-agenda-tags-todo-honor-ignore-options): New option.
23429 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
23430 New function.
23431 (org-agenda-get-todos):
23432 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23433
23434 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23435
23436 * org-exp.el (org-export-format-source-code-or-example):
23437 Escape HTML characters also in examples that anre not treated with
23438 htmlize. Also, just switch to EXAMPLE processing if we do not
23439 have a good version of htmlize.
23440
23441 * org-rmail.el: Fix copyright notice.
23442
23443 * org.el (org-activate-footnote-links): Improve footnote link
23444 highlighting.
23445
23446 * org-footnote.el (org-footnote-normalize): Fix finding the end of
23447 a footnote definition at the end of the file.
23448
23449 * org-table.el (org-table-get-specials): Add an imagined hline at
23450 the end of the table. This can be useful for references that want
23451 to go to the end of the table. Also fix bug when computing last
23452 row constants, in tables that do not start right at the right
23453 margin.
23454 (org-table-eval-formula): Match and replace remove references.
23455 (org-table-formula-substitute-names): Make sure that names inside
23456 a "remote" call are left alone, the will be replaced later when
23457 the remote call is handled.
23458 (org-table-convert-refs-to-rc): Do not convert things that might
23459 look like a reference, but are really part of an ID or namei n a
23460 remote reference.
23461 (org-table-get-remote-range): New function.
23462
23463 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23464
23465 * org-faces.el (org-clock-overlay): Fix bug in face definition.
23466
23467 * org-clock.el (org-clock-put-overlay): Use new face instead of
23468 `secondary-selection'.
23469
23470 * org-faces.el (org-clock-overlay): New face.
23471
23472 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23473
23474 * org-exp.el (org-get-current-options): Include the option for
23475 publishing time stamps.
23476
23477 * org.el (org-toggle-heading): Rename from
23478 `org-toggel-region-headings'.
23479 No longer needs a region defined, but will use it if there is one.
23480 (org-ctrl-c-star): Simplify, relying more on the internal
23481 workings of `org-toggle-heading'.
23482 (org-toggle-item): Rename from `org-toggle-region-items'.
23483 No longer needs a region defined, but will use it if there is one.
23484 (org-ctrl-c-minus): Simplify, relying more on the inernal
23485 workings of `org-toggle-item'.
23486
23487 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23488 environment detection. Also, do real changes only in unprotected
23489 places.
23490
23491 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23492
23493 * org-export-latex.el (org-export-latex-quotation-marks):
23494 Use `org-if-unprotected-1'.
23495 (org-export-latex-set-initial-vars): Check for class definition in
23496 property.
23497
23498 * org-macs.el (org-if-unprotected-1): New macro.
23499
23500 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23501
23502 * org-compat.el (org-count-lines): New function.
23503
23504 * org-exp.el (org-export-format-source-code-or-example):
23505 Handle switches related to text areas.
23506
23507 * org.el (org-activate-footnote-links): Don't allow match inside a
23508 link.
23509
23510 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23511
23512 * org-export-latex.el (org-export-latex-links): Keep a relative
23513 path relative also after export.
23514
23515 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23516
23517 * org.el (org-make-tags-matcher): Never use IDO for completing the
23518 tags matcher match string.
23519 (org-completing-read): Also remove the special biding for "?".
23520
23521 * org-attach.el (org-attach-allow-inheritance): New option.
23522 (org-attach-inherited): New variable.
23523 (org-attach-dir): Handle properties related to the attachment
23524 directory.
23525 (org-attach-check-absolute-path): New function.
23526 (org-attach-set-directory, org-attach-set-inherit): New commands.
23527 (org-attach): Accommodate the new commands in the dispatcher.
23528
23529 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23530
23531 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23532 `window-full-width-p'.
23533
23534 * org-exp.el (org-export-as-html): Only check for images files
23535 that really can be inlined.
23536
23537 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23538 list of extensions to be a parameter.
23539
23540 * org-exp.el (org-export-html-inline-image-extensions):
23541 New variable.
23542
23543 * org-agenda.el (org-prepare-agenda):
23544 Use `org-agenda-block-separator'.
23545 (org-agenda-block-separator): New option.
23546
23547 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23548
23549 * org-export-latex.el (org-export-latex-tables):
23550 Call `org-table-clean-before-export' with the new optional argument.
23551
23552 * org-exp.el (org-table-clean-before-export): New optional
23553 parameter MAYBE-QUOTED, allows for quoted characters like \# in
23554 first column.
23555
23556 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23557
23558 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23559 histograms.
23560
23561 * org-colview.el (org-colview-construct-allowed-dates):
23562 Better error catching when a date/time property does not have allowed
23563 values defined.
23564
23565 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23566
23567 * org.el (org-map-entries): Restore point and restriction after
23568 `org-map-entries'.
23569
23570 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23571
23572 * org.el (org-time=, org-time<, org-time<=, org-time>)
23573 (org-time>=, org-time<>): Make sure both values are dates.
23574
23575 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23576
23577 * org-archive.el (org-extract-archive-heading): Allow %s for file
23578 name also in achive location heading.
23579
23580 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23581
23582 * org-archive.el (org-add-archive-files): Uniquify the list before
23583 returning it.
23584
23585 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23586
23587 * org-compat.el (org-fit-window-to-buffer):
23588 Use `window-full-width-p'.
23589
23590 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23591 space after the colon in short examples.
23592
23593 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23594 enforce a space after the colon. However, we also allow lines
23595 that are *only* a colon.
23596 (org-export-as-html): Enforce the space after the colon in short
23597 examples.
23598 (org-export-preprocess-string): Do the colon example protection
23599 earlier.
23600 (org-export-remove-timestamps): Do not check for protection at the
23601 end of the line.
23602
23603 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23604
23605 * org.el (org-format-latex-options): Add new matcher for single
23606 letters between dollars.
23607 (org-get-header): Function removed.
23608 (org-heading-components): New function.
23609
23610 * org-exp.el (org-export-define-heading-targets): Record ID's also
23611 as alternative targets.
23612 (org-export-as-html): Interpret "id:" links to other files by
23613 preserving the relative path.
23614
23615 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23616 is nil.
23617
23618 * org-exp.el (org-export-normalize-links): Protect the main link,
23619 to avoid special character processing.
23620
23621 * org-export-latex.el (org-export-latex-special-keyword-regexp):
23622 New variable.
23623 (org-export-latex-special-string-regexps): Variable removed.
23624 (org-export-latex-keywords): Use the new regexp.
23625
23626 * org-exp.el (org-export-handle-include-files): Fetch switches and
23627 put them into the BEGIN statement.
23628
23629 * org-timer.el (org-timer-mode-line-string): New variable.
23630
23631 * org-clock.el (org-clock-mode-line-map): Rename from
23632 `org-clock-mode-map'.
23633 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23634 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23635 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23636 (org-clock-remove-overlays): Rename from
23637 `org-remove-clock-overlays'.
23638
23639 * org-timer.el (org-timer-pause-or-continue): Implement stopping
23640 and mode line display.
23641 (org-timer-stop): New command.
23642 (org-timer-seconds): Return correct time when timer is paused.
23643 (org-timer-mode-line-timer): New variable.
23644 (org-timer-set-mode-line, org-timer-update-mode-line):
23645 New functions.
23646
23647 * org.el (org-insert-heading): Handle new value `auto' for
23648 `org-blank-before-new-entry'.
23649 (org-org-menu): Add new items for timer functions.
23650
23651 * org-list.el (org-insert-item): Handle new value `auto' for
23652 `org-blank-before-new-entry'.
23653
23654 * org.el (org-blank-before-new-entry): New value `auto', made
23655 default.
23656
23657 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23658
23659 * org-exp.el (org-export-normalize-links): If the link is also
23660 used as the description, protect the description.
23661
23662 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23663
23664 * org.el (org-closest-date): Fix bug with yearly repeats, in
23665 combination with preference of the past as it is used for deadline
23666 and scheduling search.
23667
23668 * org-exp.el (org-html-handle-time-stamps): No longer check for
23669 the `org-export-with-timestamps' option, because the preprocesser
23670 has taken care of this already.
23671
23672 * org.el (org-entry-properties): Catch the case when this is
23673 called in a non-org-mode file.
23674
23675 * org-export-latex.el (org-export-latex-remove-from-headlines):
23676 Variable made obsolete, also LaTeX export now uses the standard
23677 variables.
23678 (org-export-as-latex): Add the timestamps parameter to the
23679 preprocessor parameter list.
23680 (org-export-latex-content): Export the remaining keywords without
23681 considering to remove them.
23682 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23683 Use bold font instead of tt font for the keywords.
23684 (org-export-latex-fontify-headline): Format headlines, assuming
23685 that all keywords still present should be published.
23686 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23687 publish what ever remains of the time stamps.
23688 (org-export-latex-list-parameters): New option.
23689 (org-export-latex-lists): Pass additional parameters to the list
23690 converter.
23691
23692 * org-exp.el (org-export-preprocess-string): Remove clock lines
23693 and timestamps already in the preprocesor.
23694 (org-export-remove-timestamps, org-export-remove-clock-lines):
23695 New functions.
23696 (org-export-as-ascii, org-export-as-html): Add the timestamps
23697 parameter to the preprocessor parameter list.
23698
23699 * org-list.el (org-list-parse-list): Parse for checkboxes.
23700 (org-list-to-generic): Introduce and handle new parameters :cbon
23701 and :cboff.
23702 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23703 Add optional parameter PARAMS.
23704
23705 * org-export-latex.el (org-export-latex-special-chars):
23706 Fix problems with interpreting dollar signs.
23707 (org-inside-latex-math-p): New function.
23708 (org-export-latex-preprocess): Protect all the math fragments.
23709
23710 * org.el (org-latex-regexps): Allow a dash after a dollar.
23711
23712 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23713 mark after copying.
23714
23715 * org-agenda.el (org-run-agenda-series): Have series options set
23716 when finalizing the agenda.
23717
23718 * org-exp.el (org-export-format-source-code-or-example):
23719 Protect the converted examples.
23720
23721 * org.el (org-set-regexps-and-options): Fix the regexp
23722 `org-complex-heading-regexp'.
23723
23724 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23725
23726 * org.el (org-edit-src-get-label-format): New function.
23727 (org-coderef-label-format): New option.
23728 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23729 a label format specification and make sure it is used in the edit
23730 buffer.
23731 (org-edit-src-get-label-format): New function.
23732 (org-store-link): Handle new coderef formats.
23733 (org-link-search): Handle new coderef formats.
23734
23735 * org-footnote.el (org-footnote-create-definition)
23736 (org-footnote-goto-local-insertion-point): Make footnote insertion
23737 work correctly when the "Footnotes" headline is the last line in
23738 the buffer.
23739
23740 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23741 the location.
23742
23743 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23744
23745 * org-w3m.el (org-w3m): New customization group.
23746 (org-w3m-deactivate-mark): New option.
23747 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23748 option say not to.
23749
23750 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23751
23752 * org.el (org-set-font-lock-defaults): Trigger footnote
23753 fontification.
23754 (org-activate-footnote-links): New function.
23755 (org-activate-links): New entry `footnote'.
23756
23757 * org-faces.el (org-footnote): New face.
23758
23759 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23760
23761 * org-macs.el (org-re): Handle the [:word:] class.
23762
23763 * org-exp.el (org-export-preprocess-string):
23764 Call `org-export-protect-colon-examples'.
23765 (org-export-protect-colon-examples): Rename from
23766 `org-export-protect-examples', and scope limited to lines starting
23767 with a colon.
23768
23769 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23770
23771 * org-exp.el (org-export-preprocess-string): Move the preprocess
23772 hook to after turning on Org-mode.
23773 (org-export-preprocess-after-include-files-hook)
23774 (org-export-preprocess-after-tree-selection-hook)
23775 (org-export-preprocess-before-backend-specifics-hook)
23776 (org-export-preprocess-final-hook): New hooks.
23777 (org-export-preprocess-string): Run the new hooks.
23778
23779 * org.el (org-ctrl-c-minus): Fix indentation for new items.
23780
23781 * org-footnote.el: New file.
23782
23783 * org.el (org-footnote): Require footnote code.
23784 (org-startup-options): Add new footnote options.
23785 (org-mode-map): New keybindig for footnotes.
23786 (org-ctrl-c-ctrl-c): Add function at footnotes.
23787 (org-org-menu): New menu entries for footnotes.
23788
23789 * org-export-latex.el (org-export-as-latex): Pass footnote
23790 variable to preprocessor.
23791 (org-export-latex-preprocess): Treat multiple references to a
23792 footnote.
23793
23794 * org-exp.el (org-export-preprocess-string):
23795 Call `org-footnote-normalize'.
23796 (org-export-as-ascii, org-export-as-html): Pass footnote variable
23797 to preprocessor.
23798 (org-export-as-html): Treat multiple references to a footnote.
23799
23800 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23801
23802 * org-export-latex.el (org-export-latex-links): Handle coderef
23803 links.
23804
23805 * org.el (org-bracket-link-analytic-regexp++): New variable.
23806 (org-make-link-regexps):
23807 Initialize `org-bracket-link-analytic-regexp++'.
23808 (org-store-link): Implement special case in edit-src buffer.
23809 (org-insert-link): No use of ide to insert stored links.
23810 (org-link-search): Implement special case for coderefs.
23811
23812 * org-exp.el (org-export-html-scripts): New constant.
23813 (org-export-html-style-default): Add a new style for highlighted
23814 code.
23815 (org-export-code-refs): New variable.
23816 (org-export-preprocess-string): Initialize `org-export-code-refs'.
23817 Call `org-export-replace-src-segments-and-examples'
23818 No longer call `org-export-protect-examples'.
23819 (org-export-target-internal-links): Take care of coderef targets.
23820 (org-export-last-code-line-counter-value): New variable.
23821 (org-export-replace-src-segments-and-examples): Rename from
23822 `org-export-replace-src-segments', and modified.
23823 (org-export-format-source-code-or-example): Rename from
23824 `org-export-format-source-code'.
23825 (org-export-number-lines): New function.
23826 (org-export-as-ascii, org-export-as-html): Handle coderef links.
23827
23828 2009-01-23 Glenn Morris <rgm@gnu.org>
23829
23830 * org-rmail.el (rmail-narrow-to-non-pruned-header):
23831 Remove declaration of deleted function.
23832
23833 2009-01-16 Glenn Morris <rgm@gnu.org>
23834
23835 * org-mouse.el (org-mouse-show-context-menu):
23836 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23837 mouse-major-mode-menu.
23838
23839 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
23840
23841 * org-remember.el (org-remember-handler): Safer way to get a new
23842 buffer accessing the target file.
23843
23844 * org.el (org-refile-get-location): Handle case of current buffer
23845 not having a file associated with it.
23846
23847 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
23848
23849 * org-table.el (org-table-get-formula): Only ask to overwrite
23850 field formula if there really is one.
23851
23852 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
23853
23854 * org-export-latex.el (org-export-latex-make-header): Double the
23855 commenting % in the time stamp format.
23856 (org-export-latex-special-chars): Handle case where there is no
23857 match group 3.
23858
23859 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23860
23861 * org.el (org-get-refile-targets, org-refile-get-location):
23862 Use expanded file name to improve comparison.
23863
23864 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23865
23866 * org.el (org-scan-tags): Rescan for tags, to get the correct
23867 upcase/downcase stuff. This slows things down for now, but it
23868 works.
23869 (org-mode): Make sure the tag-faces regexp is initialized.
23870
23871 * org-export-latex.el (org-export-latex-links): Fix bug with
23872 undefined label.
23873
23874 * org-table.el (org-table-get-specials):
23875 Set `org-table-current-last-data-line'.
23876 (org-table-current-last-data-line): New variable.
23877 (org-table-insert-column, org-table-delete-column)
23878 (org-table-move-column, org-table-fix-formulas):
23879 Call `org-table-fix-formulas' a second time to fix the $LR references.
23880 (org-table-get-specials): Add the $LR references to the tables.
23881 (org-table-get-formula): Do not offer last-row names as LHS of
23882 formulas.
23883
23884 * org.el (org-store-link): Capture link description from
23885 `org-id-store-link'.
23886
23887 * org-exp.el (org-export-html-format-image): Add the / to the end
23888 of the <img> tag.
23889 (org-export-format-source-code): Surround example by empty lines,
23890 to make sure it will not be inside a paragraph.
23891
23892 * org.el (org-ido-switchb): New function.
23893
23894 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23895
23896 * org-agenda.el (org-agenda-show): New prefix argument
23897 FULL-ENTRY.
23898
23899 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23900 argument.
23901
23902 2008-12-20 Glenn Morris <rgm@gnu.org>
23903
23904 * org.el (org-org-menu): Fix some more menu entries.
23905
23906 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
23907
23908 * org-table.el (org-table-get-specials): Revert introduction of @0
23909 as reference of the last table row, because of conflicts.
23910
23911 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23912 argument, get the current tags directly.
23913 (org-agenda-set-tags): Leave getting current tags to
23914 `org-agenda-change-all-lines'.
23915
23916 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
23917
23918 * org.el (org-org-menu): Do not quote the set-tags command.
23919
23920 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
23921
23922 * Fix typos in comments and docstrings throughout Org-mode.
23923
23924 * org.el (org-get-outline-path): Fix bug if level is not given.
23925
23926 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23927
23928 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23929
23930 * org.el (org-refile): Avoid refiling to within the region to be
23931 refiled.
23932
23933 * org-export-latex.el (org-export-latex-special-chars):
23934 Replace special characters also in tables.
23935
23936 * org-agenda.el (org-agenda-change-all-lines): New argument
23937 FORCE-TAGS.
23938 (org-agenda-set-tags): Get the new tags and pass them to
23939 `org-format-agenda-item'.
23940
23941 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23942
23943 * org-export-latex.el (org-export-latex-classes): Add longable as
23944 a default package to all classes.
23945 (org-export-latex-tables): Handle the longtable attribute and the
23946 align attribute.
23947
23948 * org-table.el (orgtbl-to-generic): Handle tables that start with
23949 a hline.
23950
23951 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23952 \verb for colde-like snippets.
23953 (org-export-as-latex): Fix issues with region export.
23954
23955 * org.el (org-up-heading-safe): Speed up function by using a
23956 direct regexp search.
23957 (org-olpa): New variable.
23958 (org-get-outline-path): Speed-up path constructions in cases where
23959 this is possible because the entire hierarchy is scanned anyway.
23960 (org-refile-get-location): Don't compare the truenames of files,
23961 this is too slow.
23962 (org-goto-max-level): New option.
23963 (org-goto): Use `org-goto-max-level'.
23964
23965 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
23966
23967 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23968 Strip angle brackets from message-ids in the former and don't do
23969 it in the latter.
23970 (org-gnus-follow-link): Open summary reliable, even if the last
23971 messages were deleted, and handle empty groups, too.
23972
23973 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23974
23975 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23976 instead of \texttt for the =...= and ~===~ emphasis environments.
23977 (org-export-as-latex): Remove any old :org-license-to-kill text
23978 properties.
23979 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23980 (org-export-latex-make-header): Add some hard space after the
23981 table of contents.
23982 (org-export-latex-first-lines): Accept RBEG argument.
23983 Mark exported text so that it will be excuded in further steps.
23984
23985 * org-table.el (org-table-get-specials): Make @0 reference the
23986 last line in a table.
23987 (org-table-recalculate): Improve docstring.
23988
23989 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23990
23991 * org.el (org-log-done): Fix docstring.
23992
23993 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23994
23995 * org-exp.el (org-export-html-format-image): Fix bugs.
23996
23997 * org-export-latex.el (org-export-latex-tables)
23998 (org-export-latex-links): Implement attribute, label, and caption
23999 handling.
24000
24001 * org-exp.el (org-export-html-style-default): Add style
24002 definitions for the figure div.
24003 (org-export-preprocess-string, org-export-as-html):
24004 Implement attribute, label, and caption handling.
24005 (org-export-attach-captions-and-attributes): New function.
24006 (org-export-html-format-image): New function.
24007 (org-format-org-table-html): Implement attribute, label, and
24008 caption handling.
24009
24010 * org.el (org-find-text-property-in-string): New function.
24011 (org-extract-attributes): Use the property org-attr instead of
24012 org-attrobutes, because this property is now set with the #+ATTR
24013 lines.
24014
24015 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
24016
24017 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
24018 the case that FROM is nil.
24019
24020 * org.el (org-before-first-heading-p): New function.
24021
24022 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
24023
24024 * org-exp.el (org-export-as-html): Do not add a space before
24025 enforces line breaks.
24026 (org-export-as-html): Close paragraph before blockquote and verse
24027 tags.
24028
24029 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
24030
24031 * org-id.el (org-id-locations-file): Wrap file name with
24032 `convert-standard-filename'.
24033 (org-id-files): New variable.
24034 (org-id-use-hash): New option.
24035 (org-id-update-id-locations): Also search in all files current
24036 listed in `org-id-files'. Convert the resulting alist to a hash
24037 if the user customation says so.
24038 (org-id-locations-save): Handle he case if `org-id-locations' is a
24039 hash.
24040 (org-id-locations-load): Convert the alist to a hash.
24041 (org-id-add-location): Handle the hast case.
24042 (kill-emacs-hook): Make sure id locations are saved when Emacs is
24043 exited.
24044 (org-id-hash-to-alist, org-id-alist-to-hash)
24045 (org-id-paste-tracker): New functions.
24046
24047 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24048
24049 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
24050 bindings of calendar variables.
24051
24052 * org-table.el (org-table-find-row-type): Rename from
24053 `org-find-row-type'.
24054 (org-table-rewrite-old-row-references): Rename from
24055 `org-rewrite-old-row-references'.
24056 (org-table-shift-refpart): Rename from `org-shift-refpart'.
24057 (org-table-cleanup-narrow-column-properties): Rename from
24058 `org-cleanup-narrow-column-properties'.
24059
24060 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24061
24062 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
24063 for better error messages.
24064 (org-table-get-descriptor-line): Supply the new arguments to
24065 `org-find-row-type'.
24066 (org-table-error-on-row-ref-crossing-hline): New option.
24067
24068 * org.el (org-target-link-regexp): Make buffer-local.
24069 (org-move-subtree-down): Fix bug with trees at beginning of
24070 buffer.
24071
24072 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24073
24074 * org-faces.el (org-set-tag-faces): New function.
24075 (org-tags-special-faces-re): New variable.
24076
24077 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
24078
24079 * org-faces.el (org-tag-faces): New option.
24080 (org-tag): Mention `org-tag-faces' in the docstring.
24081
24082 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24083
24084 * org-exp.el (org-export-html-style-default): Implement new
24085 quoting.
24086
24087 * org-jsinfo.el (org-infojs-template): Implement new quoting.
24088
24089 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
24090 command to the `w3m-minor-mode-map'.
24091
24092 * org-archive.el (org-archive-to-archive-sibling):
24093 Protect `this-command' to avoid appending kills during archiving.
24094
24095 * org-exp.el (org-export-with-priority): New variable.
24096 (org-export-add-options-to-plist): Use `org-export-plist-vars'
24097 instead of internal list of strings and properties.
24098 (org-print-icalendar-entries): Retrieve the location property with
24099 inheritance.
24100
24101 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24102
24103 * org-exp.el (org-export-with-todo-keywords): New option.
24104 (org-export-plist-vars): Include also the keys for the #+OPTIONS
24105 line.
24106 (org-default-export-plist, org-export-add-options-to-plist)
24107 (org-export-as-ascii, org-export-as-html): Use the new structure
24108 of `org-export-plist-vars'.
24109
24110 * org.el (org-map-entries): Return all values.
24111
24112 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24113
24114 * org.el (org-matcher-time): Recognize more special values.
24115
24116 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
24117
24118 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24119
24120 * org.el (org-tags-exclude-from-inheritance): New option.
24121 (org-tag-inherit-p, org-remove-uniherited-tags):
24122 Respect `org-tags-exclude-from-inheritance'.
24123
24124 * org-agenda.el (org-agenda-show-inherited-tags): New option.
24125 (org-format-agenda-item): Add inherited tags to the agenda line
24126 string, and make sure that properties are kept when downcasing the
24127 tags list.
24128 (org-agenda-add-inherited-tags): New function.
24129 (org-downcase-keep-props): New function.
24130
24131 * org.el (org-scan-tags): Mark inherited tags with a text
24132 property.
24133 (org-get-tags-at): Mark inherited tags with a text property.
24134 (org-add-prop-inherited): New function.
24135
24136 * org-agenda.el (org-agenda-add-inherited-tags): New function.
24137 (org-agenda-show-inherited-tags): New option.
24138
24139 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24140
24141 * org.el (org-modules): Add org-w3m to the default modules.
24142
24143 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
24144 orgtbl-mode.
24145 (orgtabl-create-or-convert-from-region): New command.
24146
24147 * org-exp.el (org-export-as-ascii): Remove the handling of
24148 targets.
24149 (org-export-ascii-preprocess): Handle targets already in this
24150 function.
24151
24152 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24153
24154 * org-timer.el (org-timer-start-time): Define this variable.
24155 (org-timer-item): Make argument optional.
24156
24157 * org-list.el (org-insert-item): Automatically insert a timer item
24158 if the current list is a timer list.
24159
24160 * org-timer.el: New file.
24161
24162 * org-publish.el (org-publish-org-index): Only exclude the index
24163 file in the main directory from being added to the site-map.
24164 (org-publish-get-project-from-filename): If the current project is
24165 a component, start publishing from the parent project.
24166
24167 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
24168
24169 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
24170
24171 * org-publish.el (org-publish-org-index): Improve removal of
24172 temporary buffers.
24173
24174 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
24175
24176 * org-agenda.el (org-get-closed): Re-apply changes
24177 accidentially overwritten by last commit to Emacs.
24178
24179 * org.el (org-outline-path-complete-in-steps): New option.
24180 (org-refile-get-location):
24181 Honor `org-outline-path-complete-in-steps'.
24182 (org-agenda-change-all-lines, org-tags-sparse-tree)
24183 (org-time-string-to-absolute, org-small-year-to-year)
24184 (org-link-escape): Re-apply changes accidentially overwritten
24185 by last commit to Emacs.
24186
24187 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24188
24189 * org-clock.el (org-dblock-write:clocktable): Make sure the
24190 clocktable sees the first line.
24191 (org-clock-in): Warn if the clock cannot be resumed.
24192
24193 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24194
24195 * org.el (org-open-at-point): Fix mixup about interactive and
24196 non-interactive elisp links.
24197
24198 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24199
24200 * org-exp.el (org-export-preprocess-string): Allow one comment
24201 line before the first headline to always be included. This is
24202 to not miss a commented target.
24203
24204 * org-mouse.el (org-mouse-insert-item):
24205 Call `org-indent-to-column' instead of `indent-to', for XEmacs
24206 compatibility.
24207
24208 * org.el (org-refile-targets): Fix customize definition so
24209 that it works also in XEmacs.
24210 (org-fixup-indentation): Call `org-indent-to-column' instead
24211 of `indent-to', for XEmacs compatibility.
24212
24213 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
24214
24215 * org-mew.el (org-mew-store-link): Get the correct case folder
24216 for refiled messages.
24217
24218 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24219
24220 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
24221 line break indicators.
24222
24223 * org.el (org-ido-completing-read): Remove the "i:" prefix for
24224 ido-completion propts.
24225
24226 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24227
24228 * org-remember.el (org-remember-apply-template):
24229 Use `org-substring-no-properties'.
24230
24231 * org-compat.el (org-substring-no-properties): New function.
24232
24233 * org-remember.el (org-remember-apply-template):
24234 Use `org-substring-no-properties' for compatibility.
24235
24236 * org-list.el (org-list-two-spaces-after-bullet-regexp):
24237 New option.
24238 (org-fix-bullet-type):
24239 Respect `org-list-two-spaces-after-bullet-regexp'.
24240
24241 * org-clock.el (org-clock-load): Clean up the code.
24242
24243 * org.el (org-adaptive-fill-function): Allow two spaces after
24244 "1." as a list bullet.
24245
24246 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24247
24248 * org-clock.el (org-clock-save, org-clock-load): Check for
24249 live buffers, existing files, and buffer file names to ensure
24250 consistent information.
24251 (org-clock-persist): Make `clock' a special value of this
24252 variable, and improve docstring.
24253
24254 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
24255 (org-get-string-indentation): Adapt indentation when the bullet
24256 width changes.
24257
24258 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24259
24260 * org-remember.el (org-remember-finalize): Make interactive.
24261 (org-remember-kill): New command.
24262 (org-remember-finish-immediately): Call `org-remember-finalize'
24263 directly.
24264 (org-remember-finalize): Make `org-remember-finalize' an interactive
24265 function.
24266
24267 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24268
24269 * org-remember.el (org-remember-apply-template): No ido completion
24270 for free prompts in remember templates.
24271 (org-remember-before-finalize-hook): New hook.
24272 (org-remember-mode): New minor mode.
24273 (org-remember-apply-template): Turn on `org-remember-mode'.
24274
24275 * org-remember.el (org-remember-apply-template): Fix the way how
24276 the list of allowed properties is retrieved from the target file.
24277
24278 * org.el (org-insert-link): Improve file link matching.
24279
24280 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24281
24282 * org-colview.el (org-columns-display-here): New argument
24283 DATELINE, to trigger using the new face.
24284 (org-agenda-colview-summarize): Call `org-columns-display-here'
24285 with the new argument.
24286
24287 * org-faces.el (org-agenda-column-dateline): New face.
24288
24289 * org-publish.el (org-publish-org-index): Use index-title at page
24290 title, not as section.
24291
24292 * org-exp.el (org-export-html-format-desc): Respect the
24293 org-protect property.
24294 (org-export-as-html): Protect image specifiers that are in the
24295 description part of a link.
24296
24297 * org.el (org-sort-entries-or-items, org-completing-read)
24298 (org-refile-get-location, org-olpath-completing-read, org-todo)
24299 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
24300 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
24301 (org-set-property, org-delete-property)
24302 (org-delete-property-globally): Use `org-ido-completing-read'.
24303
24304 * org-remember.el (org-remember-apply-template):
24305 Use `org-ido-completing-read'.
24306
24307 * org-publish.el (org-publish): Use `org-ido-completing-read'.
24308
24309 * org-colview.el (org-columns-edit-value, org-columns-new)
24310 (org-insert-columns-dblock): Use `org-ido-completing-read'.
24311
24312 * org-attach.el (org-attach-delete-one, org-attach-open):
24313 Use `org-ido-completing-read'.
24314
24315 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
24316 Use `org-ido-completing-read'.
24317
24318 * org.el (org-time-today): New function.
24319 (org-matcher-time): Use `org-time-today'. Add special treatment
24320 for "<tomorrow>" and "<yesterday>".
24321 (org-ido-completing-read): New function.
24322 (org-completion-use-ido): New option.
24323
24324 * org-exp.el (org-export-format-source-code): Fix bug in require
24325 htmlize code.
24326 (org-export-target-internal-links): Fix bug in search for text
24327 property.
24328
24329 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24330
24331 * org-export-latex.el (org-export-latex-subcontent):
24332 Interpret target aliases as additional labels.
24333
24334 * org-exp.el (org-export-target-aliases): New variable.
24335 (org-export-preprocess-string)
24336 (org-export-handle-invisible-targets): Fill the alias alist.
24337 (org-export-as-html): Remove the &nbsp; from the anchor, and also
24338 assign an id.
24339 (org-html-level-start): Insert the target aliases as additional
24340 anchors.
24341
24342 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
24343 picture area.
24344
24345 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24346
24347 * org.el (org-open-at-mouse): Ensure correct link abbreviations
24348 when following a link with the mouse from the agenda.
24349
24350 * org-exp.el (org-export-as-html): Avoid lone </div> when no
24351 headlines are created.
24352
24353 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24354
24355 * org.el (org-link-translation-function): New option.
24356 (org-open-at-point): Call `org-link-translation-function' if
24357 non-nil.
24358 (org-translate-link): New function.
24359 (org-translate-link-from-planner): New function.
24360 (org-open-at-point): Allow interactive commands in elisp links.
24361
24362 * org-exp.el (org-icalendar-cleanup-string): Restore the old
24363 iCalendar quoting. The new one seems to caus problems with
24364 applications.
24365
24366 * org.el (org-yank): Set `this-command' to `yank', so that
24367 `yank-pop' will work.
24368
24369 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24370
24371 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
24372 compliance as far as quoting is concerned.
24373
24374 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
24375 hexified version of the tag.
24376
24377 * org-vm.el (org-vm-follow-link): Require `vm-search'.
24378
24379 * org.el (org-up-heading-safe, org-forward-same-level):
24380 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
24381 (org-back-to-heading): New wrapper around outline-back-to-heading,
24382 with a useful error message telling where the error happened.
24383
24384 * org-list.el (org-update-checkbox-count): Always call
24385 `org-back-to-heading' instead of `outline-back-to-heading'.
24386
24387 * org-exp.el (org-export-as-html): Make sure that each <img> tag
24388 has an `alt' attribute, to ensure XHTML validation.
24389
24390 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24391
24392 * org-publish.el (org-publish-attachment): Allow publishing to
24393 overwrite attachment files.
24394
24395 * org-agenda.el (org-agenda-timerange-leaders): New option.
24396 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
24397
24398 * org.el (org-edit-src-exit): Untabify ASCII image before
24399 returning.
24400
24401 2008-11-19 Glenn Morris <rgm@gnu.org>
24402
24403 * org.el, org-mouse.el (org-agenda-change-all-lines):
24404 Fix declaration.
24405
24406 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
24407
24408 * org.el ("speedbar"): Only show context if the file really is an
24409 org-mode buffer.
24410
24411 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
24412
24413 * org.el (org-time-string-to-absolute, org-small-year-to-year)
24414 (org-tags-sparse-tree): Fix typos in docstrings.
24415
24416 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
24417
24418 * org-publish.el (org-publish-attachment): Allow copy-file to
24419 overwrite files.
24420
24421 2008-11-13 Glenn Morris <rgm@gnu.org>
24422
24423 * org-agenda.el (org-get-closed): Fix alias.
24424
24425 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
24426
24427 * org.el (org-link-escape): Fix typo in docstring.
24428
24429 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24430
24431 * org.el (org-yank): Make any prefix force normal yanking.
24432 Suppress folding if text would be swallowed into a folded
24433 subtree.
24434 (org-yank-folded-subtrees, org-yank): Docstring updates.
24435
24436 * org-agenda.el (org-agenda-compare-effort): Treat no effort
24437 defined as 0.
24438
24439 * org-exp.el (org-export-language-setup): Add Catalan and
24440 Esperanto language entries.
24441
24442 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24443
24444 * org.el (org-refile): Allow refiling of entire regions.
24445
24446 * org-clock.el (org-clock-time%): New function.
24447
24448 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
24449 retrieve property values.
24450
24451 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24452
24453 * org-agenda.el (org-agenda-list): Handle the value `only' of
24454 org-agenda-show-log'.
24455 (org-agenda-log-mode): Interpret a double prefix arg.
24456
24457 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24458
24459 * org-exp.el (org-export-html-footnotes-section): New variable.
24460 (org-export-as-html): Use `org-export-html-footnotes-section' to
24461 insert the footnotes.
24462 (org-export-language-setup): Add "Footnotes" to language words.
24463
24464 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24465
24466 * org.el (org-yank): Fix bug when not inserting a subtree.
24467
24468 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24469
24470 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24471 instead of `vm-beginning-of-message'.
24472
24473 * org.el (org-make-link-regexps): Make sure that links to gnus can
24474 contain brackets.
24475
24476 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24477
24478 * org-attach.el (org-attach-dir): Remove duplicate ID creation
24479 code.
24480
24481 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24482 shell output.
24483
24484 * org.el (org-link-abbrev-alist): Improve customization type.
24485
24486 * org-attach.el (org-attach-expand-link, org-attach-expand):
24487 New functions.
24488
24489 * org-agenda.el (org-agenda-get-progress): Rename from
24490 `org-get-closed'. Implement searching for state changes as well.
24491 (org-agenda-log-mode-items): New option.
24492 (org-agenda-log-mode): New option prefix argument, interpreted as
24493 request to show all possible progress info.
24494 (org-agenda-get-day-entries): Call `org-get-progress' instead of
24495 `org-get-closed'.
24496 (org-agenda-set-mode-name): Handle the more complex log mode
24497 settings.
24498 (org-get-closed): New alias, pointing to `org-get-progress'.
24499
24500 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24501
24502 * org.el (org-file-apps-defaults-gnu)
24503 (org-file-apps-defaults-macosx)
24504 (org-file-apps-defaults-windowsnt): Add an entry defining the
24505 system command.
24506 (org-file-apps): Allow `system' as key and value.
24507 (org-open-at-point): Explain the effect of a double prefix arg.
24508 (org-open-file): If the argument `in-emacs' is (16),
24509 i.e. corresponding to a double prefix argument, try to open the
24510 file externally.
24511
24512 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24513
24514 * org.el (org-insert-link): Abbreviate absolute files names in
24515 links. Also, fix a bug in which the double C-u prefix would not
24516 be honored.
24517
24518 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24519
24520 * org.el (org-insert-heading): If buffer does not end with a
24521 newline, add one if necessary to insert headline correctly.
24522
24523 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24524 paragraphs, not inside.
24525
24526 * org.el (org-todo):
24527 Quote `org-agenda-headline-snapshot-before-repeat'.
24528
24529 * org-exp.el (org-export-as-html): Fully process link descriptions.
24530 (org-export-html-format-desc): New function.
24531 (org-export-as-html): Collect footnotes into the correct basket.
24532 (org-html-protect): No longer protect quotations marks here, this
24533 goes wrong.
24534
24535 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24536 BEG.
24537
24538 * org-compat.el (org-fit-window-to-buffer): New function (not
24539 really, a preliminary and incomplete version was present earlier,
24540 but not used).
24541
24542 * org.el (org-fast-todo-selection, org-fast-tag-selection):
24543 Use `org-fit-window-to-buffer'.
24544
24545 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24546
24547 * org-agenda.el (org-agenda-get-restriction-and-command)
24548 (org-fit-agenda-window, org-agenda-convert-date):
24549 Use `org-fit-window-to-buffer'.
24550
24551 * org-exp.el (org-export-as-html): Process href links through
24552 `org-export-html-format-href'.
24553 (org-export-html-format-href): New function.
24554
24555 * org-agenda.el (org-agenda-todo): Update only the current
24556 headline if this is a repeated TODO, marked done for today.
24557 (org-agenda-change-all-lines): New argument JUST-THIS, to change
24558 only the current line.
24559
24560 * org.el (org-todo): Take a snapshot of the headline if the
24561 repeater might change it.
24562
24563 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24564
24565 * org-publish.el (org-publish-find-title): Remove buffers visited
24566 only for extracting the title.
24567
24568 * org-exp.el (org-export-html-style)
24569 (org-export-html-style-default): Mark style definitions as
24570 unparsed CDATA.
24571
24572 * org-publish.el (org-publish-validate-link):
24573 Function re-introduced.
24574
24575 2008-11-12 Charles Sebold <csebold@gmail.com>
24576
24577 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24578 property.
24579 (org-plot-quote-timestamp-field): New function.
24580 (org-plot-quote-tsv-field): Call timestamp field function when
24581 necessary rather than just quoting as a string.
24582 (org-plot/gnuplot-to-data): Pass in timefmt property.
24583 (org-plot/gnuplot-script): Supports timefmt property.
24584 (org-plot/gnuplot): Checks for timestamp column before checking
24585 for text index column.
24586
24587 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24588
24589 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24590
24591 * org-publish.el (org-publish-org-index): Create a section in the
24592 index file.
24593 (org-publish-org-index): Stop linking to directories.
24594
24595 * org.el (org-emphasis-alist): Use span instead of <u> to
24596 underline text.
24597
24598 * org-exp.el (org-export-as-html): Make sure <p> is closed before
24599 <pre> sections.
24600
24601 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
24602
24603 * org-jsinfo.el (org-infojs-template): Remove language attribute
24604 from script tag.
24605
24606 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24607
24608 * org-agenda.el (org-agenda-remove-marked-text): New function.
24609 (org-agenda-mark-filtered-text)
24610 (org-agenda-unmark-filtered-text): New functions.
24611 (org-write-agenda): Remove filtered text.
24612
24613 * org.el (org-make-tags-matcher): Give access to TODO "property"
24614 without speed penalty.
24615
24616 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24617
24618 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24619 option.
24620 (org-store-link-props): Make sure adding to the plist works
24621 correctly.
24622
24623 * org-gnus.el (org-gnus-no-new-news): New function.
24624 (org-gnus-follow-link): Allow the article ID to be a message-id,
24625 in addition to allowing article numbers. Message IDs make much
24626 more roubust links.
24627 (org-gnus-store-link): Use message-id to create link.
24628
24629 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24630
24631 * org.el (org-emphasize): Reverse the selection array.
24632 (org-emphasis-alist): Set <code> tags for the verbatim
24633 environment.
24634
24635 * org-remember.el (org-remember-handler): Fix bug with
24636 prefix-related changing of the note storage target.
24637
24638 * org-exp.el (org-print-icalendar-entries): Make the exported
24639 priorities compatible with RFC 2445.
24640
24641 * org-clock.el (org-clock-save): Insert time stamp without
24642 dependence on time-stamp.el.
24643
24644 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24645
24646 * org.el ("saveplace"): If saveplace puts point into an invisible
24647 location, make it visible.
24648 (org-make-tags-matcher): Allow inactive time stamps in time
24649 comparisons.
24650 (org-yank-adjusted-subtrees): New option.
24651 (org-yank): Incorporate adjusting trees.
24652 (org-paste-subtree): New argument FOR-YANK which will cause
24653 insertion at point without backing up over white lines, and leave
24654 point at the end of the inserted text. Also if the cursor is
24655 at the beginning of a headline, use the same level or the inserted
24656 tree.
24657
24658 * org-publish.el (org-publish-get-base-files-1): Deal correctly
24659 with broken symlinks.
24660
24661 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24662
24663 * org-exp.el (org-export-select-tags, org-get-current-options):
24664 Fix typo.
24665
24666 2008-11-06 Glenn Morris <rgm@gnu.org>
24667
24668 * org-publish.el (org-publish-attachment): Use copy-file rather than
24669 eshell/cp.
24670
24671 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
24672
24673 * org.el (org-columns-modify-value-for-display-function):
24674 * org-table.el (org-table-convert-region): Fix typos in docstrings.
24675
24676 2008-10-28 Glenn Morris <rgm@gnu.org>
24677
24678 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24679
24680 * org-list.el (outline-next-heading, outline-back-to-heading):
24681 Fix declarations.
24682
24683 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24684
24685 * org-agenda.el (org-format-agenda-item)
24686 (org-agenda-filter-make-matcher): Make sure tags are stored and
24687 compared downcased.
24688
24689 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24690
24691 * org.el (org-insert-todo-heading): Fix bug with force-heading
24692 argument.
24693
24694 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24695
24696 * org-exp.el (org-export-as-ascii): Handle the case that we are
24697 bulishing from an indirect buffer.
24698
24699 * org-table.el (org-table-copy-down): Fix bug with time stamp
24700 increment.
24701
24702 * org-mouse.el (org-mouse-features): New option.
24703 (org-mode-hook): Turn on features depending on
24704 `org-mouse-features'.
24705
24706 * org.el (org-insert-heading-respect-content): Force heading
24707 creation.
24708 (org-insert-heading): Keep the folding state of the heading before
24709 the inserted one.
24710
24711 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24712
24713 * org-archive.el (org-archive-to-archive-sibling): Handle top
24714 level headlines better.
24715
24716 2008-10-26 Bastien Guerry <bzg@gnu.org>
24717
24718 * org-export-latex.el (org-export-latex-classes):
24719 Add \usepackage{graphicx} to the default list of packages.
24720
24721 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24722
24723 * org-agenda.el (org-agenda-filter): Rename from
24724 `org-agenda-filter-tags'.
24725
24726 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24727
24728 * org.el (org-entry-properties): Add CATEGORY property, iven if it
24729 is not defined as a property in this entry.
24730 (org-add-log-note): Mask prefix argument when immediately storing
24731 the note.
24732
24733 * org-agenda.el (org-agenda-filter-effort-default-operator):
24734 New option.
24735
24736 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24737
24738 * org.el (org-add-log-setup): Bugfix; code to find insertion point
24739 after drawers was skipping ahead one line too many, so notes were
24740 inserted after the first note instead of before it.
24741
24742 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24743
24744 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24745 New variables.
24746 (org-prepare-agenda): Reset the filter tags.
24747 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24748 Show filter tags in mode line.
24749
24750 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24751 formatter.
24752
24753 * org-export-latex.el (org-latex-entities-regexp): New constant.
24754 (org-export-as-pdf): Use two calls to `shell-command'.
24755
24756 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24757
24758 * org-export-latex.el (org-export-latex-treat-sub-super-char):
24759 Honor the {} value of the subsuperscript setting. Make sure that
24760 longer subsuperscripts are typeset in a roman font.
24761
24762 * org.el (org-clock-update-time-maybe): Compute negative clock
24763 intervals correctly.
24764
24765 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24766
24767 * org.el (org-add-log-setup):
24768 Respect `org-log-state-notes-insert-after-drawers'.
24769 (org-log-state-notes-insert-after-drawers): New option.
24770 (org-todo-trigger-tag-changes): New function.
24771 (org-todo): Call `org-todo-trigger-tag-changes'.
24772
24773 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24774
24775 * org.el (org-add-log-setup): Only skip drawers if they are
24776 immediately after the scheduling keywords.
24777
24778 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24779 function.
24780 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24781 call it with the current todo state to get the state to switch to
24782 when clocking in.
24783 (org-clock-in): Use org-indent-line-function to indent clock lines.
24784 (org-clock-find-position): Fix indentation of empty clock drawers.
24785
24786 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24787
24788 * org-publish.el (org-publish-org-to): Handle case when
24789 org-export-to-pdf does return a file name, not a buffer.
24790 (org-publish-org-to-pdf): New function.
24791
24792 * org-export-latex.el (org-export-as-pdf)
24793 (org-export-as-pdf-and-open): New commands.
24794
24795 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24796 forms as ranges.
24797
24798 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24799 things in protexted regions.
24800
24801 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24802
24803 * org-export-latex.el (org-export-latex-preprocess):
24804 Improve quoting of LaTeX environments.
24805
24806 2008-10-19 Eli Zaretskii <eliz@gnu.org>
24807
24808 * org.el (org-default-notes-file):
24809 * org-publish.el (org-publish-timestamp-directory):
24810 * org-id.el (org-id-locations-file): Run file names that begin
24811 with a period thru `convert-standard-filename'.
24812
24813 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24814
24815 * org-plot.el: Switch coding system to unix.
24816
24817 2008-10-12 John Wiegley <johnw@newartisans.com>
24818
24819 * org-attach.el: New file.
24820
24821 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
24822
24823 * org.el (org-edit-fixed-width-region): Exclude final newline from
24824 picture area.
24825
24826 * org-export-latex.el (org-export-latex-subcontent): Add labels to
24827 sections, to make internal links work.
24828 (org-export-latex-fontify-headline): Do not remove all text
24829 properties, to make sure that target properties survive this
24830 process.
24831
24832 * org-exp.el (org-export-preprocess-string): Change sequence of
24833 modifications, to make sure links are prepared before the LaTeX
24834 conversions do happen.
24835
24836 * org-attach.el (org-attach-delete-all): Rename from
24837 `org-attch-delete'. Add a security query before deleting the
24838 entire directory. New optional argument FORCE can overrule the
24839 security query.
24840 (org-attach-delete-one): New command.
24841
24842 * org-attach.el (org-attach-file-list): Fix bug with directory.
24843
24844 * org.el (org-apps-regexp-alist): New function.
24845 (org-file-apps): Add auto-mode to the default value.
24846 (org-open-file): Use the new structure of org-file-apps.
24847
24848 * org-attach.el (org-attach): Support the new keys.
24849 (org-attach-method): New option.
24850
24851 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24852 March.
24853
24854 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24855 of the list value o `org-use-tag-inheritance'.
24856
24857 * org-attach.el (org-attach-auto-tag): New option.
24858 (org-attach-tag, org-attach-untag): New functions.
24859 (org-attach-attach, org-attach-new, org-attach-sync):
24860 Call `org-attach-tag'.
24861 (org-attach-delete): Call `org-attach-untag'.
24862
24863 * org-table.el (orgtbl-self-insert-command): Make this work for
24864 the keypad as well.
24865
24866 * org.el (org-add-log-setup): Limit searc for drawers to entry
24867 text, not to subtree.
24868
24869 * org-clock.el (org-clock-heading-for-remember): New variable.
24870 (org-clock-in): Set `org-clock-heading-for-remember'.
24871
24872 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24873
24874 * org-remember.el (org-remember-apply-template): Add new
24875 expansions: %k, %K for currently clocked task and a link to the
24876 currently clocked task, and %< to file notes in the currently
24877 clocked task.
24878
24879 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24880
24881 * org-export-latex.el (org-export-latex-make-header): Also insert
24882 the content of the property :latex-header-extra.
24883
24884 * org-exp.el (org-infile-export-plist): Put the content of
24885 #+LATEX_HEADER: into the property :latex-header-extra.
24886
24887 * org-colview.el (org-columns-get-format-and-top-level):
24888 Remove resetting the marker.
24889
24890 * org.el (org-entry-property-inherited-from): Improve docstring.
24891 (org-entry-get-with-inheritance): Reset marker before starting the
24892 search.
24893
24894 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24895
24896 * org.el (org-entry-get-multivalued-property)
24897 (org-entry-protect-space, org-entry-restore-space):
24898 New functions.
24899 (org-file-apps-defaults-macosx): Let PostScript files be opened by
24900 preview.
24901 (org-time-stamp-inactive): Call `org-time-stamp'.
24902 (org-time-stamp): New argument `inactive'. Also edit inactive
24903 stamps. Convert time stamp type.
24904 (org-open-file): Interpret the `default' value for the `command'
24905 in `org-file-apps'.
24906
24907 * org-id.el (org-id-int-to-b36-one-digit)
24908 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24909 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24910 b36.
24911
24912 * org-id.el (org-id-reverse-string): New function.
24913 (org-id-new): Use `org-id-reverse-string' to make sure the
24914 beginning chars of the ID are mutating fast. This allows to use a
24915 directory structure to spread things better.
24916 (org-id-prefix): Change default to nil.
24917
24918 * org-list.el (org-move-item-down, org-move-item-up): Remember and
24919 restore the column of the cursor position.
24920
24921 * org-remember.el (org-remember-apply-template): Remove properties
24922 from `initial'.
24923
24924 * org-wl.el (org-wl-open): Remove useless call to
24925 `wl-thread-open-all'.
24926
24927 * org-remember.el (org-remember-handler): Fix bug with `bottom'
24928 location.
24929
24930 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24931 `org-bbdb-anniversaries'.
24932
24933 * org.el (org-get-next-sibling, org-forward-same-level):
24934 New functions, similar to the outline versions, but invisible headings
24935 are OK.
24936
24937 2008-10-12 Bastien Guerry <bzg@gnu.org>
24938
24939 * org.el (org-auto-repeat-maybe): Insert a space between
24940 the timestamp's type and the timestamp itself.
24941
24942 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24943
24944 * org-table.el (org-table-sum): Do not format the result with %g,
24945 it does rounding when there are too many digits.
24946
24947 * org.el (org-map-entries): Protect the keyword-selecting variables.
24948
24949 2008-10-12 Bastien Guerry <bzg@gnu.org>
24950
24951 * org-agenda.el (org-agenda-to-appt): Make sure the function check
24952 against all agenda files.
24953
24954 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24955 Bastien Guerry <bzg@gnu.org>
24956
24957 * org-list.el: New file, aggregating list functions from org.el
24958 and org-export-latex.el.
24959
24960 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24961
24962 * org.el (org-edit-src-region-extra): New option.
24963
24964 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24965 time before 1am.
24966
24967 2008-10-12 Bastien Guerry <bzg@gnu.org>
24968
24969 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24970
24971 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24972
24973 * org-plot.el (org-plot/gnuplot): Make tables starting with a
24974 hline work correctly.
24975 (org-plot/gnuplot-script): Put commas at the end of each script
24976 line.
24977
24978 * org.el (org-get-refile-targets): Replace links with their
24979 descriptions.
24980 (org-imenu-get-tree): Replace links with their descriptions.
24981
24982 * org-remember.el (org-remember-apply-template): Add a new
24983 expansion for adding properties to remember items.
24984
24985 * org.el (org-add-log-setup): Skip over drawers (properties,
24986 clocks etc) when adding notes.
24987
24988 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
24989 items as well as the start and end times.
24990
24991 * org-compat.el (org-get-x-clipboard-compat): Add a compat
24992 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
24993
24994 * org-remember.el (org-get-x-clipboard): Use the compat
24995 function to get clipboard values when x-selection-value is
24996 unavailable. Use substring-no-properties instead of
24997 set-text-properties to remove text properties from the clipboard
24998 value.
24999
25000 * org-clock.el (org-update-mode-line): Support limiting the
25001 modeline clock string, and display the full todo value in the
25002 tooltip. Set a local keymap so mouse-3 on the clock string goes to
25003 the currently clocked task.
25004 (org-clock-string-limit): Add a custom value for the maximum
25005 length of the clock string in the modeline.
25006 (org-clock-mode-map): Add a keymap for the modeline string.
25007
25008 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
25009
25010 * org-compat.el (org-propertize): New function.
25011
25012 2008-10-12 Bastien Guerry <bzg@gnu.org>
25013
25014 * org-export-latex.el (org-export-latex-tables): Protect exported
25015 tables from further special chars conversion.
25016 (org-export-latex-preprocess): Preserve LaTeX environments.
25017 (org-list-parse-list): Parse descriptive lists.
25018 (org-list-to-generic, org-list-to-latex, org-list-to-html)
25019 (org-list-to-texinfo): Export descriptive lists.
25020 (org-quote-chars): Remove.
25021 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
25022 (org-export-latex-list-beginning-re): Rename to
25023 `org-list-beginning-re'.
25024 (org-list-item-begin): Rename to `org-list-item-beginning'.
25025
25026 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
25027
25028 * org-plot.el: New file.
25029
25030 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
25031
25032 * org.el (org-refile): Allow refiling to the last entry in the
25033 buffer.
25034 (org-get-tags-at): Fix bug when inheritance is turned off.
25035
25036 * org.el (org-indent-line-function): No longer check for src
25037 regions, this is too much overhead.
25038
25039 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
25040 matching.
25041
25042 * org.el (org-scan-tags): Make sure that tags matching is not case
25043 sensitive. TODO keyword matching is case sensitive, however, to
25044 avoid confusion with similar words that are not meant to be
25045 keywords.
25046
25047 * org.el (org-get-local-tags-at): New function.
25048 (org-get-local-tags): New function.
25049
25050 * org-exp.el (org-export-get-categories): New function.
25051
25052 * org-agenda.el (org-sorting-choice)
25053 (org-agenda-sorting-strategy, org-agenda-get-todos)
25054 (org-agenda-get-timestamps, org-agenda-get-deadlines)
25055 (org-agenda-get-scheduled, org-agenda-get-blocks)
25056 (org-entries-lessp): Implement sorting by TODO state.
25057 (org-cmp-todo-state): New defsubst.
25058
25059 * org-colview.el (org-colview-construct-allowed-dates):
25060 New function.
25061 (org-columns-next-allowed-value):
25062 Use `org-colview-construct-allowed-dates'.
25063
25064 * org.el (org-protect-slash): New function.
25065 (org-get-refile-targets): Use `org-protect-slash'.
25066
25067 * org-agenda.el (org-global-tags-completion-table): New variable.
25068
25069 * org-exp.el (org-export-handle-export-tags): New function.
25070 (org-export-preprocess-string):
25071 Call `org-export-handle-export-tags'.
25072
25073 * org-publish.el (org-publish-expand-components): Function removed.
25074 (org-publish-expand-projects): Allow components to have components.
25075
25076 * org.el (org-indent-line-function): Do not indent in regions that
25077 are external source code.
25078 (org-yank-and-fold-if-subtree): New function.
25079
25080 * org-agenda.el (org-agenda-todayp): New function.
25081 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25082 Use `org-agenda-todayp'.
25083
25084 * org.el (org-insert-heading-respect-content)
25085 (org-insert-todo-heading-respect-content): New commands.
25086 (org-insert-heading-respect-content): New option.
25087 (org-insert-heading): Respect `org-insert-heading-respect-content'.
25088
25089 * org-clock.el (org-clock-find-position): Make sure the note after
25090 the clock line gets moved into the new clock drawer.
25091
25092 * org-id.el (org-id-new): New option.
25093
25094 * org-table.el (org-table-copy-down): Avoid overflow during
25095 increment. Use prefix argument 0 to temporarily disable the
25096 increment.
25097
25098 * org-exp.el (org-export-as-html): Do not turn on the major mode
25099 if the buffer will be killed anyway.
25100 (org-get-current-options): Exclude the #+TEXT field.
25101 (org-export-as-html): Make sure text before the first headline is
25102 a paragraph.
25103
25104 * org-publish.el (org-publish-org-to): Tell the exporter that this
25105 buffer will be killed, so it is not necessary to do major mode
25106 initialization.
25107
25108 * org-archive.el (org-archive-to-archive-sibling): Show empty
25109 lines after folding the archive sibling.
25110
25111 * org.el (org-log-note-extra): New variable.
25112
25113 2008-10-12 Bastien Guerry <bzg@gnu.org>
25114
25115 * org.el (org-additional-option-like-keywords): Add keywords for
25116 the _QUOTE, _VERSE and _SRC environments.
25117
25118 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
25119 exporting _QUOTE and _VERSE environments.
25120
25121 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
25122
25123 * org-agenda.el (org-agenda-filter-by-tag): New command.
25124
25125 * org-exp.el (org-get-current-options): Remove angular brackets
25126 from the date entry.
25127
25128 * org.el (org-edit-fixed-width-region): New function.
25129 (org-edit-fixed-width-region): Also try
25130 `org-edit-fixed-width-region'.
25131 (org-edit-fixed-width-region-mode): New option.
25132 (org-activate-code): Only interpret lines starting with colon
25133 plus a space as example lines.
25134
25135 * org-remember.el (org-remember-templates): Add nil instead of
25136 empty strings to fix the length of remember templates.
25137
25138 * org-table.el (org-calc-default-modes): Fix the time format for
25139 calc, from 12 hour to 24 hour clock.
25140
25141 * org-agenda.el (org-agenda-get-deadlines)
25142 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
25143 entries that are pre-warnings of deadlines or reminders.
25144
25145 * org.el (org-sort-entries-or-items): Make numeric and alpha
25146 comparisons ignore any TODO keyword and priority cookie.
25147
25148 * org-remember.el (org-remember-handler): Reinterpretation of the
25149 prefix argument.
25150
25151 * org-agenda.el (org-agenda-get-scheduled): Use new
25152 `org-scheduled' face.
25153
25154 * org-faces.el (org-scheduled): New face.
25155
25156 * org-wl.el (org-wl-open): Remove incorrect declaration.
25157
25158 * org-gnus.el (org-gnus-store-link): Support for :to information
25159 in gnus links.
25160
25161 * org-exp.el (org-export-as-html): Fix typo in creator
25162 information.
25163 (org-export-protect-examples): New parameter indent. Insert extra
25164 spaces only when this parameter is specified.
25165 (org-export-preprocess-string): Call `org-export-protect-examples'
25166 with an indentation parameter when exporting to ASCII.
25167
25168 * org-remember.el (org-remember-templates)
25169 (org-remember-apply-template): Allow the file component to be a
25170 function.
25171
25172 * org.el (org-goto-local-search-headings): Rename from
25173 `org-goto-local-search-forward-headings'. Added the possibility
25174 to search backwards.
25175
25176 * org-export-latex.el (org-export-latex): New customization
25177 group.
25178
25179 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
25180
25181 * org-exp.el (org-html-do-expand): Allow {} to terminate
25182 tex macro.
25183
25184 * org.el (org-buffer-list): Select buffers based on major mode,
25185 not on file name.
25186
25187 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
25188 face property.
25189
25190 * org-colview.el (org-columns-display-here):
25191 Use `org-columns-modify-value-for-display-function'.
25192
25193 * org.el (org-columns-modify-value-for-display-function): New option.
25194
25195 * org-publish.el (org-publish-file): Make sure the directory match
25196 for the publishing directory works correctly.
25197
25198 * org-agenda.el (org-agenda-execute-calendar-command)
25199 (org-agenda-diary-entry): Additional optional argument.
25200
25201 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
25202
25203 * org-exp.el (org-export-as-html): Add attributes also in mailto
25204 and ftp links.
25205
25206 * org.el (org-autoload): Add `org-dblock-write:columnview'.
25207
25208 2008-08-11 Glenn Morris <rgm@gnu.org>
25209
25210 * org-mac-message.el (do-applescript): Fix declaration.
25211
25212 2008-08-10 Glenn Morris <rgm@gnu.org>
25213
25214 * org-exp.el (org-export-as-html): Let-bind `i'.
25215
25216 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
25217 (org-extract-attributes): Let-bind `key', `value'.
25218 (org-make-tags-matcher): Let-bind `time-p'.
25219
25220 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
25221
25222 * org-install.el: New file.
25223
25224 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
25225
25226 * org-exp.el (org-export-html-style)
25227 (org-export-html-style-extra): Declare as safe-local-variable.
25228
25229 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
25230
25231 * org-publish.el (org-publish-file): Use the true name of the
25232 file.
25233
25234 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
25235 instead of :style.
25236
25237 * org-exp.el (org-export-plist-vars)
25238 (org-export-add-options-to-plist): Handle creator setting flag.
25239 (org-export-as-html): Handle attributes also for ftp and mailto
25240 links.
25241
25242 * org-agenda.el (org-agenda-diary-entry)
25243 (org-agenda-execute-calendar-command): Cater for the second
25244 argument of `calendar-cursor-to-date'.
25245
25246 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
25247
25248 * org-exp.el (org-export-region-as-html, org-export-as-html):
25249 Make sure that calls from `org-export-region-as-html' do not do the
25250 special check for a subtree.
25251
25252 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
25253
25254 * org.el (org-open-file):
25255 Use `org-open-directory-means-index-dot-org'.
25256 (org-open-directory-means-index-dot-org): New option.
25257
25258 * org.el (org-make-link-string): Remove link attributes from
25259 description.
25260 (org-open-at-point): Remove link attributes before using the path.
25261
25262 * org-exp.el (org-export-as-html): Handle link attributes.
25263
25264 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
25265
25266 * org-table.el (org-table-to-lisp): New function.
25267
25268 * org.el (org-narrow-to-subtree): Do not include the final newline
25269 into the narrowed region.
25270
25271 * org-agenda.el (org-agenda-custom-commands-local-options):
25272 Fix bug with user-define skipping condition.
25273
25274 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
25275
25276 * org-exp.el (org-export-html-style-default): Automatic overflow
25277 handling for pre fields.
25278 (org-export-as-ascii, org-export-as-html): Change default format
25279 for time stamp.
25280
25281 * org-table.el (org-table-export): Offer completion for translator
25282 functions, and do not require a heading above the table.
25283
25284 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
25285 Cater for the case of a list starting in the first line of the
25286 buffer.
25287
25288 * org-publish.el (org-publish-find-title): Bug fix.
25289 (org-publish-org-index): Implement new :index-style option.
25290
25291 * org-publish.el (org-publish-timestamp-filename):
25292 Use SHA1-encoded file names in the timestamp directory.
25293
25294 * org-publish.el (org-publish-needed-p): Be verbose about files
25295 published and files skipped.
25296
25297 * org-exp.el (org-export-preprocess-string): Swap link
25298 normalization and internal link targeting.
25299
25300 * org-publish.el (org-publish-needed-p): Create timestamp
25301 directory when it does not exist.
25302
25303 * org-clock.el (org-clock-out-when-done): Doc fix.
25304
25305 * org.el (org-agenda-skip-unavailable-files): Doc fix.
25306
25307 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
25308 Ignore case when searching for the COMMENT cookie at export time.
25309
25310 * org-exp.el (org-get-file-contents)
25311 (org-get-and-remove-property): New functions.
25312 (org-export-handle-include-files): Handle the new prefix options.
25313 (org-export-as-html): Fix the verse environment.
25314
25315 * org.el (org-time=, org-time<, org-time<=, org-time>)
25316 (org-time>=, org-time<>, org-2ft): New functions.
25317 (org-op-to-function): Also provide for the time testing functions.
25318
25319 * org-exp.el (org-export-html-style-default): New constant.
25320
25321 * org-exp.el (org-export-html-style-extra): New variable.
25322 (org-export-splice-style): New function.
25323
25324 * org-exp.el (org-export-plist-vars, org-export-as-html):
25325 Implement `org-export-creator-info'.
25326 (org-export-creator-info): New option.
25327
25328 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
25329 (org-property-drawer-re, org-clock-drawer-re): New constants.
25330
25331 * org-exp.el (org-icalendar-use-deadline)
25332 (org-icalendar-use-scheduled): New options.
25333 (org-icalendar-include-todo): Default changed to t.
25334 (org-print-icalendar-entries): Implement better utilization of
25335 scheduling and deadline time stamps.
25336 (org-export-target-internal-links, org-export-as-html): Allow file
25337 lines without the "file:" prefix if the file path is an absolute
25338 path or starts with ".".
25339
25340 * org-clock.el (org-clocktable-shift): Also understand yesterday,
25341 lastweek etc.
25342 (org-clock-special-range): Also understand yesterday, lastweek etc.
25343
25344 * org.el (org-agenda-skip-archived-trees): Docstring now
25345 discourages using this.
25346 (org-scan-tags): Check for org-agenda-archives-mode.
25347 (org-map-entries): Make sure org-agenda-archives-mode is nil.
25348 (org-agenda-files): Functionality of second arg changed.
25349
25350 * org-agenda.el (org-agenda-archives-mode): New variable.
25351 (org-write-agenda, org-prepare-agenda, org-agenda-list)
25352 (org-search-view, org-todo-list, org-tags-view)
25353 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
25354 `ifmode' argument.
25355 (org-agenda-quit): Reset the archives mode.
25356 (org-agenda-archives-mode): New command.
25357 (org-agenda-set-mode-name): Include archives info.
25358
25359 * org.el (org-paste-subtree): Make sure the yanked headline is
25360 visible if it was yanked at a visible point.
25361 (org-move-item-up): Fix the bug with moving white space at the end
25362 of the item.
25363 (org-show-empty-lines-in-parent): New function.
25364
25365 2008-07-19 Juri Linkov <juri@jurta.org>
25366
25367 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
25368 new keymap `narrow-map' instead of binding "\C-xns".
25369
25370 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
25371
25372 * org.el (org-agenda-skip-unavailable-files):
25373 * org-clock.el (org-clock-out-when-done): Doc fixes.
25374
25375 2008-06-18 Glenn Morris <rgm@gnu.org>
25376
25377 * org.el (org-map-entries): Let-bind `file'.
25378
25379 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25380
25381 * org-colview.el (org-columns-next-allowed-value): Bug fix.
25382
25383 * org-agenda.el (org-agenda-get-closed): Get the end time into the
25384 agenda prefix as well.
25385
25386 * org-publish.el (org-publish-org-index): Make a properly indented
25387 list.
25388
25389 * org.el (org-calendar-agenda-action-key): New option.
25390 (org-get-cursor-date): New function.
25391 (org-mark-entry-for-agenda-action): New command.
25392 (org-overriding-default-time): New variable.
25393 (org-read-date): Respect `org-overriding-default-time'.
25394
25395 * org-remember.el (org-remember-apply-template): Respect the
25396 overriding default time.
25397
25398 * org-agenda.el (org-agenda-action-marker): New variable.
25399 (org-agenda-action): New command.
25400 (org-agenda-do-action): New function.
25401
25402 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25403
25404 * org.el (org-schedule, org-deadline): Protect scheduled and
25405 deadline tasks against changes that accidentally remove the
25406 repeater. Also show a message with the new date when done.
25407
25408 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25409
25410 * org.el (org-beginning-of-line): Cater for the case when there
25411 are tags but no headline text.
25412 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
25413 it set.
25414
25415 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25416
25417 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
25418 the return value is nil instead of "nil" when there is no match.
25419
25420 * org-exp.el (org-insert-centered): Use fill-column instead of
25421 80.
25422 (org-export-as-ascii): Use string-width to measure the width of
25423 the heading.
25424
25425 * org.el (org-diary-to-ical-string): No longer kill buffer
25426 FROMBUF, this is now done by the caller.
25427
25428 * org-exp.el (org-print-icalendar-entries): Move the call to
25429 `org-diary-to-ical-string' out of the loop, and kill the buffer
25430 afterwords.
25431
25432 * org-remember.el (org-remember-visit-immediately):
25433 Position cursor after moving to the note.
25434 (org-remember-apply-template): Use a text property to record the
25435 cursor position.
25436 (org-remember-handler): Align tags after pasting the note.
25437
25438 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25439
25440 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
25441
25442 * org-agenda.el (org-agenda-open-link): If there is an
25443 org-bbdb-name property in the current line, jump to that bbdb
25444 entry.
25445
25446 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
25447 text property, so that the agenda knows where this entry comes
25448 from.
25449
25450 * org-agenda.el (org-agenda-clock-in): Fix bug in the
25451 interaction between clocking-in from the agenda, and automatic
25452 task state switching.
25453
25454 * org-macs.el (org-with-point-at): Bug fix in macro definition.
25455
25456 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25457 zmacs-region stays after this command in XEmacs.
25458
25459 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25460
25461 * org.el (org-scan-tags): Allow new values for ACTION parameter.
25462
25463 * org-remember.el (org-remember-templates): Fix bug in
25464 customization type definition.
25465
25466 * org.el (org-map-entries): New function.
25467
25468 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25469
25470 * org-agenda.el (org-agenda-skip-comment-trees): New option.
25471 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25472
25473 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25474
25475 * org-remember.el (org-jump-to-target-location): New variable.
25476 (org-remember-apply-template):
25477 Set `org-remember-apply-template' if requested by template.
25478 (org-remember-handler): Start an idle timer to jump to
25479 remember location.
25480
25481 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25482
25483 * org.el (org-set-regexps-and-options): Fix bug with parsing of
25484 file tags.
25485 (org-get-tags-at): Add the content of `org-file-tags'.
25486
25487 * org-exp.el (org-export-handle-comments): Fix bug with several
25488 comment lines after each other.
25489 (org-number-to-roman, org-number-to-counter): New functions.
25490 (org-export-section-number-format): New option.
25491
25492 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25493
25494 * org-exp.el (org-export-protect-examples): Catch the case of a
25495 missing end_example line.
25496
25497 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25498 `org-file-tags' to nil.
25499
25500 * org-colview.el (org-columns-next-allowed-value): Handle next
25501 argument NTH to directly select a value.
25502
25503 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25504
25505 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25506
25507 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25508
25509 * org.el (org-columns-ellipses): New option.
25510
25511 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25512
25513 * org-colview.el (org-columns-add-ellipses): New function.
25514 (org-columns-compact-links): New function.
25515 (org-columns-cleanup-item): Call `org-columns-compact-links'.
25516 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25517 when in agenda.
25518 (org-columns-edit-value): Fix bug with editing values from
25519 agenda column view.
25520 (org-columns-redo): Also redo the agenda itself.
25521
25522 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25523
25524 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25525 New option.
25526
25527 * org-colview.el (org-agenda-columns-cleanup-item): New function.
25528
25529 * org-exp.el (org-export-ascii-preprocess): Rename from
25530 `org-export-ascii-clean-string'.
25531 (org-export-kill-licensed-text)
25532 (org-export-define-heading-targets)
25533 (org-export-handle-invisible-targets)
25534 (org-export-target-internal-links)
25535 (org-export-remove-or-extract-drawers)
25536 (org-export-remove-archived-trees)
25537 (org-export-protect-quoted-subtrees)
25538 (org-export-protect-verbatim, org-export-protect-examples)
25539 (org-export-select-backend-specific-text)
25540 (org-export-mark-blockquote-and-verse)
25541 (org-export-remove-comment-blocks-and-subtrees)
25542 (org-export-handle-comments, org-export-mark-radio-links)
25543 (org-export-remove-special-table-lines)
25544 (org-export-normalize-links)
25545 (org-export-concatenate-multiline-links)
25546 (org-export-concatenate-multiline-emphasis): New functions,
25547 obtained from spliting the export preprocessor.
25548
25549 * org-table.el (org-table-recalculate): Improve error message if
25550 the row number is invalid.
25551
25552 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25553
25554 * org-archive.el (org-archive-save-context-info): Fix bugs in
25555 customization setup and docstring.
25556
25557 * org-exp.el (org-export-html-style): Change the size of in the
25558 <pre> element to 90%.
25559
25560 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25561
25562 * org.el (org-find-src-example-start): Function removed.
25563 (org-edit-src-find-region-and-lang): New function.
25564
25565 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25566
25567 * org.el (org-edit-src-exit): New function.
25568 (org-exit-edit-mode): New minor mode.
25569
25570 * org-exp.el (org-export-preprocess-string): Fix bug with removing
25571 comment-like lines from protected examples.
25572
25573 * org.el (org-edit-src-example, org-find-src-example-start)
25574 (org-protect-source-example, org-edit-special): New functions.
25575
25576 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25577
25578 * org-publish.el (org-publish-project-alist): Fix typo in
25579 docstring.
25580 (org-publish-project-alist): Handle :index-title property.
25581
25582 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25583
25584 * org-export-latex.el (org-export-as-latex): Make sure region
25585 bounds are correct. Parse subtree properties relating to export.
25586
25587 * org-exp.el (org-export-add-options-to-plist): New function.
25588 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25589
25590 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25591
25592 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25593 EXPORT_TITLE.
25594
25595 * org-exp.el (org-export-get-title-from-subtree)
25596 (org-export-as-ascii, org-export-as-html): Make sure the original
25597 region-beginning and region-end are used, even after moving point.
25598 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25599 property.
25600
25601 * org-remember.el (org-remember-last-stored-marker): New variable.
25602 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25603 (org-remember-handler): Also use marker to remember
25604 last-stored position.
25605
25606 * org.el (org-goto-marker-or-bmk): New function.
25607
25608 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25609
25610 * org.el (org-file-properties): Rename from `org-local-properties'.
25611 (org-scan-tags): Take file tags into account.
25612 (org-tags-match-list-sublevels): Default changed to t.
25613
25614 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25615
25616 * org.el (org-update-parent-todo-statistics): New function.
25617
25618 * org-exp.el (org-icalendar-store-UID): New option.
25619 (org-icalendar-force-UID): Option removed.
25620 (org-print-icalendar-entries): IMplement UIDs.
25621
25622 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25623
25624 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25625
25626 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25627
25628 * org-faces.el (org-column): Document how this face is being used
25629 and why sometimes the background faces shine through.
25630
25631 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25632
25633 * org-publish.el (org-publish-attachment): Create publishing
25634 directory if it does not yet exist.
25635
25636 * org-table.el (org-calc-default-modes): Change default number
25637 format to (float 8).
25638
25639 * org.el (org-olpath-completing-read): New function.
25640 (org-time-clocksum-format): New option.
25641 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25642
25643 * org-clock.el (org-clock-display, org-clock-out)
25644 (org-update-mode-line): Use `org-time-clocksum-format'.
25645
25646 * org-colview.el (org-columns-number-to-string):
25647 Use `org-time-clocksum-format'.
25648
25649 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25650
25651 * org-id.el: New file, move from contrib to core.
25652
25653 * org-exp.el (org-icalendar-force-UID): New option.
25654
25655 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25656
25657 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25658 shifted by one day if there is a date range without an end time.
25659
25660 * org.el (org-try-structure-completion): New function.
25661
25662 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25663
25664 * org.el (org-set-font-lock-defaults): Improve fontification of
25665 description lists.
25666 (org-insert-item): Handle description lists.
25667 (org-adaptive-fill-function): Improve auto indentation in
25668 description lists.
25669
25670 * org-exp.el (org-export-as-html, org-export-preprocess-string):
25671 Implement VERSE environment.
25672 (org-export-preprocess-string): Implement the COMMENT
25673 environment.
25674
25675 * org-export-latex.el (org-export-latex-preprocess):
25676 Implement VERSE environment.
25677
25678 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25679
25680 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25681 option.
25682
25683 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25684
25685 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25686
25687 * org.el (org-quote-csv-field): New functions.
25688
25689 * org-table.el (org-table-export-default-format): Remove :splice
25690 from default format, we get the same effect by not specifying
25691 :tstart and :tend.
25692 (org-table-export): Improve setup, distinguish better between
25693 interactive and non-interactive use, allow specifying the format
25694 on the fly, better protection against wrong file names.
25695 (orgtbl-to-generic): Fix documentation. Do not require :tstart
25696 and :tend when :splice is omitted.
25697
25698 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25699
25700 * org-clock.el (org-clock-select-task): Make sure the selection
25701 letters are 1-9 and A-Z, no special characters.
25702
25703 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25704
25705 * org-exp.el (org-export-htmlize): New group.
25706 (org-export-htmlize-output-type)
25707 (org-export-htmlize-css-font-prefix): New options.
25708 (org-export-htmlize-region-for-paste): New function.
25709 (org-export-htmlize-generate-css): New command.
25710
25711 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25712
25713 * org.el (org-set-visibility-according-to-property): New function.
25714 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25715 and compute the regular expressions, and update font-lock.
25716 (org-property-re): Allow a dash in property names.
25717
25718 * org-archive.el (org-extract-archive-file): Insert the file name
25719 without the path into the format, to allow the location format to
25720 contain a subdirectory.
25721
25722 * org-agenda.el (org-agenda-post-command-hook): If point is at end
25723 of buffer, and the `org-agenda-type' property undefined, use the
25724 value from the character before.
25725
25726 * org.el (org-add-planning-info): Don't let indentation for
25727 would-be timestamp become extra whitespace at the end of headline.
25728
25729 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25730
25731 * org.el (org-remove-double-quotes, org-file-contents):
25732 New functions.
25733
25734 * org-exp.el (org-infile-export-plist): Also parse the
25735 contents of #+SETUPFILE files, recursively.
25736
25737 * org.el (org-set-regexps-and-options): Also parse the
25738 contents of #+SETUPFILE files, recursively.
25739
25740 * org-exp.el (org-export-handle-include-files): New function.
25741 (org-export-preprocess-string):
25742 Call `org-export-handle-include-files'.
25743
25744 * org.el (org-delete-property-globally)
25745 (org-delete-property, org-set-property): Ignore case during
25746 completion.
25747 (org-set-property): Use `org-completing-read' instead of
25748 `completing-read'.
25749
25750 * org.el (org-complete-expand-structure-template): New,
25751 experimental function.
25752 (org-structure-template-alist): New, experimental option.
25753 (org-complete): Call `org-complete-expand-structure-template'.
25754
25755 2008-06-17 Bastien Guerry <bzg@gnu.org>
25756
25757 * org-export-latex.el (org-export-latex-preprocess):
25758 Add support for blockquotes.
25759
25760 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25761
25762 * org.el (org-read-date-analyze): Catch the case where only a
25763 weekday is given.
25764
25765 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25766
25767 * org.el (org-set-font-lock-defaults): Make the description
25768 tag bold.
25769
25770 * org-exp.el (org-export-as-html, org-close-li):
25771 Implement description lists.
25772
25773 2008-06-17 Jason Riedy <jason@acm.org>
25774
25775 * org-table.el (*orgtbl-default-fmt*): New variable.
25776 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25777 when there is no other fmt available.
25778
25779 (orgtbl-to-generic): Allow an explicitly nil :tstart or
25780 :tend to suppress the appropriate string.
25781
25782 (orgtbl-to-orgtbl): New function for translating to another orgtbl
25783 table.
25784
25785 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25786
25787 * org.el (org-read-date-analyze): "." as an alias for "+0" in
25788 read date.
25789
25790 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25791 New function.
25792
25793 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25794 New function.
25795
25796 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25797
25798 * org-clock.el (org-clock-find-position): Don't include notes
25799 into clock drawer.
25800
25801 * org-archive.el (org-archive-subtree): No longer remove an
25802 extra line after cutting the subtree. `org-cut-subtree' already
25803 takes care of this.
25804
25805 * org-remember.el (org-remember-handler): Only kill the target
25806 buffer if it does not contain the running clock.
25807
25808 * org.el (org-markers-to-move): New variable.
25809 (org-save-markers-in-region, org-check-and-save-marker)
25810 (org-reinstall-markers-in-region): New function.
25811 (org-move-subtree-down, org-copy-subtree): Remember relative
25812 marker positions before cutting.
25813 (org-move-subtree-down, org-paste-subtree): Restore relative
25814 marker positions after pasting.
25815
25816 * org-remember.el (org-remember-clock-out-on-exit): New option.
25817 (org-remember-finalize): Clock out only if the setting in
25818 `org-remember-clock-out-on-exit' requires it.
25819 (org-remember-handler): Do the cleanup in the buffer, to make sure
25820 that the clock marker remains in tact.
25821
25822 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25823
25824 * org-clock.el (org-clock-goto): Widen buffer if necessary.
25825 (org-clock-in): Make sure that also tasks outside the narrowed
25826 region will be clocked in correctly.
25827 (org-clock-insert-selection-line): Widen the buffer so that we can
25828 find the correct task heading.
25829
25830 * org.el (org-base-buffer): New function.
25831
25832 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25833 and ";" are escaped.
25834 (org-print-icalendar-entries): Also apply
25835 `org-icalendar-cleanup-string' to the headline, not only to the
25836 summary property.
25837
25838 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25839
25840 * org-exp.el (org-export-preprocess-hook): New hook.
25841 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25842
25843 * org.el (org-font-lock-hook): New variable.
25844 (org-font-lock-hook): New function.
25845 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25846
25847 ;; Local Variables:
25848 ;; coding: utf-8
25849 ;; add-log-time-zone-rule: t
25850 ;; End:
25851
25852 Copyright (C) 2008-2013 Free Software Foundation, Inc.
25853
25854 This file is part of GNU Emacs.
25855
25856 GNU Emacs is free software: you can redistribute it and/or modify
25857 it under the terms of the GNU General Public License as published by
25858 the Free Software Foundation, either version 3 of the License, or
25859 (at your option) any later version.
25860
25861 GNU Emacs is distributed in the hope that it will be useful,
25862 but WITHOUT ANY WARRANTY; without even the implied warranty of
25863 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25864 GNU General Public License for more details.
25865
25866 You should have received a copy of the GNU General Public License
25867 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.