Update copyright notices for 2013.
[bpt/emacs.git] / lisp / org / ChangeLog
1 2012-12-12 Bastien Guerry <bzg@gnu.org>
2
3 * org-latex.el (org-export-latex-links): Escape raw path when
4 exporting links to files.
5
6 * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
7 S-TAB key should not trigger a native TAB command.
8
9 * org.el (org-open-at-point): Allow to open any link within
10 footnotes definition, not only bracket links.
11
12 * org.el (org-sort-entries): Bugfix: keep track of the clock
13 marker when sorting entries. Enhance the docstring.
14
15 * org-clock.el (org-clock-out): Use `user-error' when the user
16 tries to clock out while there is no running clock.
17
18 * org-table.el (org-table-sort-lines): Ensure coordinates are
19 correctly displayed when sorting.
20
21 * org.el (org-do-sort): Enhance prompt.
22
23 * org-agenda.el (org-agenda-finalize): Also activate plain links.
24
25 * org-timer.el (org-timer-stop): Add message.
26
27 * org-agenda.el (org-agenda-schedule, org-agenda-deadline): Fix
28 redundant messages.
29
30 * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
31
32 * org.el (org-additional-option-like-keywords): Add "INDEX:".
33
34 * org-install.el: Enhance warning.
35
36 2012-12-12 Erik Hetzner <egh@e6h.org> (tiny change)
37
38 * org.el (org-log-into-drawer): Honor the nil value for the
39 :LOG_INTO_DRAWER: property.
40
41 2012-12-12 Le Wang <l26wang@gmail.com> (tiny change)
42
43 * org-src.el (org-edit-src-exit): Fix editing source section with
44 blank lines.
45
46 2012-12-12 Le Wang <le.wang@agworld.com.au>
47
48 * org-src.el (org-edit-src-code): Use marker with insertion type
49 t to track end and remove hack requiring delete from beg to (1- end).
50
51 2012-12-12 Nicolas Goaziou <n.goaziou@gmail.com>
52
53 * org-element.el (org-element-context): When point is between two
54 objects, be sure to return the second one.
55
56 * org-list.el (org-list-separating-blank-lines-number): When
57 computing number of blank lines separating items, also count those
58 in unparsed blocks, like example blocks.
59
60 * org.el (org-end-of-line): When visual line mode is on, really
61 move by visual lines. Small refactoring.
62
63 * org.el (org-end-of-line): On a hidden block make sure to
64 delegate motion to `end-of-line' instead of `move-end-of-line' in
65 order to stay on the current line.
66
67 2012-12-12 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
68
69 * org-bibtex.el: In the documentation section of the file, fix the
70 broken URL to Andrew Roberts' document on BibTeX entries.
71
72 * org-remember.el (org-remember-handler): Correctly strip the
73 comment lines in the temporary buffer *Remember* when handling a
74 remember note.
75
76 * org-remember.el (org-remember-apply-template): Start the
77 commented lines in the Remember temporary buffer with the
78 appropriate characters.
79
80 2012-12-12 Toby S. Cubitt <tsc25@cantab.net>
81
82 * org.el (org-beginning-of-line): Check `visual-line-mode' instead
83 of `line-visual-mode' to determine whether to move by visual
84 lines.
85
86 * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
87
88 2012-10-26 Achim Gratz <stromeko@stromeko.de>
89
90 * ob-ditaa.el: Needs to (require 'org-compat) for
91 org-find-library-dir.
92
93 * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
94 work when loaded from compressed files.
95
96 * org-compat.el: Make sure that file-name-directory is getting a
97 stringp. This avoids a possible " (wrong-type-argument stringp
98 nil)" error when the library in question does not exist.
99
100 * org-odt.el: Replace arc-mode.el by arc-mode.
101
102 * org.el: Replace org-macs.el by org-macs.
103
104 * org-install.el: Provide an empty file that prints a warning
105 about an outdated configuration.
106
107 2012-10-26 Bastien Guerry <bzg@gnu.org>
108
109 * org-latex.el (org-export-as-latex): Remove obsolete argument
110 `hidden'. Also fix the docstring: using 'string as the value
111 for `to-buffer' outputs a string with no LaTeX header.
112 (org-export-as-latex-batch)
113 (org-export-as-latex-to-buffer, org-export-region-as-latex)
114 (org-export-as-pdf): Don't use the obsoleted argument.
115
116 * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
117 argument `hidden'.
118
119 * org.el (org-refile): Run within `with-demoted-errors' so
120 that a corrupted bookmark file does not stop the refile
121 process.
122
123 * org-capture.el (org-capture-bookmark-last-stored-position):
124 Ditto for the capture process.
125
126 * org-src.el (org-edit-src-exit): Fix bug when saving an empty
127 source buffer.
128
129 * org-lparse.el (org-lparse): Fix bug by returning the output
130 of `org-do-lparse'.
131
132 * org.el (org-refile-check-position): Throw an error when the
133 refile target is the current buffer and is not a file.
134 (org-agenda-file-to-front, org-remove-file): Throw an error
135 when the current buffer is not a file.
136 (org-check-agenda-file): Enhance the message.
137 (org-element-type): Autoload.
138 (org-element-context, org-element-paragraph-parser): Don't
139 declare as these two functions are not used in org.el.
140
141 * org-lparse.el (browse-url-file-url): Declare.
142
143 * org.el (org-refile-check-position): Fix typo in docstring.
144
145 * org-clock.el (org-clock-modeline-total): Make obsolete.
146 (org-clock-mode-line-total): Rename from
147 `org-clock-modeline-total'.
148 (org-clock-get-sum-start): Fix references to
149 `org-clock-modeline-total'.
150
151 * org-faces.el (org-agenda-filter-tags)
152 (org-agenda-filter-category, mode-line): Use the 'mode-line
153 face instead of the obsolete 'modeline.
154
155 * org-odt.el (org-odt-styles-dir): Try more directories.
156 Don't throw an error, just send a message.
157
158 * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
159 (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
160 (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
161 correct directories without requiring other variables.
162
163 * org-fixup.el (org-make-org-version, org-make-autoloads):
164 Don't define `org-odt-data-dir' in org-version.el.
165
166 * org-loaddefs.el: New file.
167
168 * org.el ("org-loaddefs.el"): Don't throw an error if the file
169 cannot be fund.
170 (org-version): Use org-loaddefs.el instead of org-install.el.
171
172 * org.el: Don't dynamically autoload already autoloaded
173 functions.
174 (org-clock-update-time-maybe): Move to org-clock.el.
175
176 * org-exp.el (org-insert-export-options-template): Remove
177 autoload cookie.
178
179 * org-clock.el (org-resolve-clocks, org-clock-in)
180 (org-clock-out, org-clock-cancel, org-clock-goto)
181 (org-clock-sum, org-clock-display, org-clock-report)
182 (org-dblock-write:clocktable): Add autoload cookie.
183 (org-clock-update-time-maybe): Moved from org.el.
184
185 * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
186
187 * org-ascii.el (org-export-ascii-preprocess): Ditto.
188
189 * org-archive.el (org-archive-subtree)
190 (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
191 autoload cookie.
192
193 * org-colview.el (org-columns, org-dblock-write:columnview)
194 (org-insert-columns-dblock, org-agenda-columns): Ditto.
195
196 * org-table.el (org-table-create-with-table.el)
197 (org-table-create-or-convert-from-region, org-table-create)
198 (org-table-convert-region, org-table-import)
199 (org-table-export, org-table-align)
200 (org-table-justify-field-maybe, org-table-next-field)
201 (org-table-previous-field, org-table-next-row)
202 (org-table-copy-down, org-table-field-info)
203 (org-table-current-dline, org-table-goto-column)
204 (org-table-insert-column, org-table-delete-column)
205 (org-table-move-column-right, org-table-move-column-left)
206 (org-table-move-column, org-table-move-row-down)
207 (org-table-move-row-up, org-table-move-row)
208 (org-table-insert-row, org-table-insert-hline)
209 (org-table-hline-and-move, org-table-kill-row)
210 (org-table-sort-lines, org-table-cut-region)
211 (org-table-copy-region, org-table-paste-rectangle)
212 (org-table-convert, org-table-wrap-region)
213 (org-table-edit-field, org-table-sum)
214 (org-table-get-stored-formulas)
215 (org-table-maybe-eval-formula)
216 (org-table-rotate-recalc-marks)
217 (org-table-maybe-recalculate-line, org-table-eval-formula)
218 (org-table-recalculate, org-table-iterate)
219 (org-table-edit-formulas)
220 (org-table-toggle-coordinate-overlays)
221 (org-table-toggle-formula-debugger, orgtbl-to-generic)
222 (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
223 (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
224
225 * org.el (turn-on-orgtbl): Moved here from org-table.el.
226 (org-clock-persistence-insinuate): Moved here from org-clock.el.
227 (org-update-all-dblocks, org-map-entries)
228 (org-require-autoloaded-modules, org-forward-element)
229 (org-backward-element, org-up-element)
230 (org-element-greater-elements, org-drag-element-backward)
231 (org-drag-element-forward, org-mark-element)
232 (org-narrow-to-element, org-transpose-element)
233 (org-unindent-buffer): Don't autoload.
234
235 * org-clock.el (org-clock-get-clocktable): Rename from
236 `org-get-clocktable'.
237 (org-clock-persistence-insinuate): Move to org.el.
238
239 * org-capture.el: Do no set `generated-autoload-file' locally.
240 Minor code clean up.
241
242 * org-agenda.el (org-agenda-list): Use
243 `org-clock-get-clocktable'. Do no set
244 `generated-autoload-file' locally.
245
246 * org-table.el (org-table-iterate-buffer-tables): Minor
247 reformatting.
248 (turn-on-orgtbl): Move to org.el.
249
250 * org-html.el (org-export-htmlize-generate-css): Don't autoload.
251
252 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
253 Ditto.
254
255 * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
256
257 * ob-lob.el (org-babel-lob-ingest): Ditto.
258
259 * org-id.el (org-id-copy)
260 (org-id-get-with-outline-path-completion)
261 (org-id-get-with-outline-drilling): Ditto.
262
263 * org-lparse.el (org-lparse-and-open, org-lparse-batch)
264 (org-lparse-to-buffer, org-replace-region-by)
265 (org-lparse-region): Ditto.
266
267 * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
268
269 * org.el (org-cycle): Fix misplaced autoload cookie.
270
271 * org-agenda.el (org-agenda-get-timestamps): Check if the item
272 is an habit when formatting it with `org-agenda-format-item'.
273 (org-agenda-get-blocks): Fix bug: don't assume the item is an
274 habit when formatting with `org-agenda-format-item'.
275
276 * org.el (org-calendar-agenda-action-key): Delete an option.
277 (org-mode-map): Delete its keybinding.
278 (org-agenda-action-marker, org-mark-entry-for-agenda-action):
279 Delete.
280
281 * org-agenda.el (org-agenda-diary-entry): Don't prevent from
282 being used outside of Org agendas, as it can be used in
283 calendar buffers too.
284
285 2012-10-26 Caio Tiago Oliveira <asrail@gmail.com> (tiny change)
286
287 * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
288 block enclosing the submitted code.
289
290 2012-10-26 Myles English <mylesenglish@gmail.com> (tiny change)
291
292 * org-clock.el (org-clock-in): Moved the call to
293 org-clock-in-prepare-hook until the task's properties
294 can be accessed.
295
296 2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
297
298 * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
299 mode is nil when pre-computed `fill-prefix' is the empty string.
300 Otherwise filling functions from fill.el think it has to be computed
301 again and overwrite it.
302
303 * org.el: Make `org-closest-date' aware of hours repeaters.
304
305 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
306 moving to the end of line. Also improve behaviour on elements that
307 can be hidden.
308
309 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
310 with an argument.
311
312 * org-element.el (org-element--get-next-object-candidates): Fix
313 parsing of objects of the same type in a single paragraph.
314
315 * org-element.el (org-element-sub/superscript-successor): Fix
316 parsing of sub/superscript at beginning of item.
317 (org-element-latex-or-entity-successor): Fix parsing of latex
318 fragments at beginning of item.
319
320 * org-agenda.el (org-agenda-later): Fix function when span is
321 a number and an argument was provided. Also fix typo in docstring.
322
323 * org.el (org-read-date-analyze): Fix analyzing for dates like
324 "29.03 16:40".
325
326 * org-element.el (org-element-center-block-parser)
327 (org-element-drawer-parser, , org-element-footnote-definition-parser)
328 (org-element-inlinetask-parser, org-element-plain-list-parser)
329 (org-element-quote-block-parser, org-element-special-block-parser)
330 (org-element-babel-call-parser, org-element-clock-parser)
331 (org-element-comment-parser, org-element-comment-block-parser)
332 (org-element-example-block-parser, org-element-export-block-parser)
333 (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
334 (org-element-keyword-parser, org-element-latex-environment-parser)
335 (org-element-paragraph-parser, org-element-planning-parser)
336 (org-element-property-drawer-parser, org-element-src-block-parser)
337 (org-element-table-parser)
338 (org-element-verse-block-parserorg-element-dynamic-block-parser):
339 Make sure element never ends at the end of a blank non-empty line.
340
341 * org-element.el (org-element-context)
342 (org-element--get-next-object-candidates): Fix `org-element-context'.
343 In particular, the restrictions for an object may be different from
344 those of its container (i.e. table rows and table cells).
345
346 * org-element.el (org-element-example-block-parser)
347 (org-element-src-block-parser): Store value of example-blocks and
348 src-blocks unescaped.
349 (org-element-example-block-interpreter)
350 (org-element-src-block-interpreter): Escape value again when storing
351 it.
352
353 * org-src.el (org-escape-code-in-string)
354 (org-unescape-code-in-string, org-escape-code-in-region)
355 (org-unescape-code-in-region): New functions.
356 (org-edit-src-code, org-edit-src-exit): Use new functions.
357
358 * org.el (org-strip-protective-commas): Removed function.
359
360 * org-exp.el (org-export-select-backend-specific-text): Use new
361 function.
362
363 * ob.el (org-babel-parse-src-block-match)
364 (org-babel-parse-inline-src-block-match, org-babel-insert-result):
365 Always escape produced blocks, independently on the language of the
366 block, if any. Use new functions.
367
368 * org-element.el (org-element-paragraph-parser): Fix regexp
369 starting a block.
370
371 * org-element.el (org-element-center-block-parser):
372 (org-element-drawer-parser, org-element-dynamic-block-parser)
373 (org-element-example-block-parser, org-element-export-block-parser)
374 (org-element-latex-environment-parser, org-element-paragraph-parser)
375 (org-element-property-drawer-parser, org-element-src-block-parser)
376 (org-element-verse-block-parser): Use stricter regexps for boundaries
377 of elements.
378
379 2012-10-26 Toby S. Cubitt <tsc25@cantab.net>
380
381 * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
382 beginning of re-search-forward loop, otherwise next iteration picks up
383 `extra' value from previous entry.
384
385 2012-09-30 Abdó Roig-Maranges <abdo.roig@gmail.com>
386
387 * org-html.el (org-export-html-preprocess)
388 (org-export-html-format-image): Use
389 `org-latex-preview-ltxpng-directory'.
390
391 * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
392 Ditto.
393
394 * org.el (org-latex-preview-ltxpng-directory): New option.
395 (org-preview-latex-fragment): Store LaTeX preview images in
396 `org-latex-preview-ltxpng-directory'.
397
398 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
399
400 * ob-R.el (org-babel-R-initiate-session): Protect against use of
401 unbound variable `ess-ask-for-ess-directory´. The default for this
402 variable is true, so act accordingly if it is found unbound.
403
404 * ob-R.el: Remove initialization with `nil´ from
405 `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove
406 second declaration for `ess-local-process-name´.
407
408 * org-gnus.el: Add a missing require for gnus-util.
409
410 * org-compat.el: Rename utils to make throughout.
411
412 * org.el: Move check for outline-mode-keymap after (require
413 'outline).
414
415 * org-element.el: New file. Do not (require 'org).
416
417 * org-agenda.el: Remove duplicate requires.
418
419 * org.el (org-mode-map): Add keybindings to
420 `org-element-transpose' and `org-narrow-to-element'.
421 (org-metaup): Fall back on `org-element-drag-backward'.
422 (org-metadown): Fall back on `org-element-drag-forward'. Also
423 move chunks of declarations and require statements to get rid of
424 compiler warnings.
425
426 * org-exp-blocks.el (org): Don't require org. Add declarations.
427
428 * org-clock.el (org): Don't require org.
429
430 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
431
432 * ob.el (org-babel-exeext): New defconst to hold extension for
433 executables or nil if none. Should be ".exe" for both Windows and
434 Cygwin.
435
436 * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
437 constructing the target file name for the compiled executable.
438
439 * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
440 when constructing the target file name for the compiled
441 executable.
442
443 * org-version.el: New file.
444
445 * org-compat.el (org-check-version): New macro. Check if
446 org-version.el exists and provide autoloads to that. Otherwise
447 check if org-fixup.el exists and use it to provide definitions.
448 Finally if nothing worked, complain about a botched installation
449 and provide fallback definitions.
450
451 * org.el: Use org-check-version.
452
453 * org.el: Fix a subtle error resulting in version functions
454 sometimes not being defined and byte-compiling failing. Always
455 compile in fallback definitions into org.elc -- org-fixup either
456 provides re-definitions at compile-time or checks org-version.el
457 and then the git work tree when run uncompiled. So the fallback
458 definitions will only come into effect when org-fixup is not
459 available.
460
461 * org.el (org-version): Make org-version more robust, e.g. when
462 byte-compiling single files with 'make compile-dirty'.
463
464 * org.el (org-reload): Revert an undesirable change in org-reload.
465 Do not prepend org-dir to babel-files, which prevents the files
466 from being found in load-path.
467
468 * org.el (org-version): Add optional parameters 'full and 'message
469 to optionally return the full version string and echo to message
470 area in non-interactive calls.
471
472 * org.el (org-submit-bug-report): Add optional parameter 'full to
473 call of (org-version) so that the bug report has all version
474 information.
475
476 * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
477 exist anymore). Keep org-*.el at the end of the files list.
478 Explicitely load org-version.el (since it doesn't provide feature
479 'org-version) at the very end, but ignore errors when it doesn't
480 exist. Add parameters 'full and 'message to the call of
481 (org-version) so that after reload the full version information is
482 displayed in the message area again.
483
484 * org-agenda.el: Replace with-no-warnings with org-no-warnings
485 (defined in org-macs.el).
486
487 * org-bbdb.el: Replace with-no-warnings with org-no-warnings
488 (defined in org-macs.el).
489
490 * org-clock.el: Replace with-no-warnings with org-no-warnings
491 (defined in org-macs.el).
492
493 * org.el: Replace with-no-warnings with org-no-warnings (defined
494 in org-macs.el).
495
496 * org.el: Add with-not-warnings around call of (org-fixup).
497
498 * org-compat.el (org-find-library-dir): Rename
499 org-find-library-name (misleading) and implement with a function
500 that exists identically in Emacs/XEmacs.
501
502 * org-exp-blocks.el: Change calls to org-find-library-dir.
503
504 * org.el: change calls to org-find-library-dir. Make require for
505 noutline fail silently because it is missing from XEmacs.
506
507 * org.el (org-version): Use functions instead of global variables
508 to get the version strings and remove the defvaralias to
509 org-version. Warn when encountering a mixed installation (org and
510 org-install.el should be found in the same directory).
511
512 * org.el: Add with-no-warning to defvar for two unprefixed global
513 variables from calendar.el (there's nothing else we can do inside
514 org until it is fixed in calendar.el).
515
516 * org.el: Require find-func and remove declare-function for
517 find-library-name, otherwise autoloaded org-version doesn't show
518 all info correctly.
519
520 * org.el (org-version): Show the full path to org-install.el in
521 the version string to avoid confusion if multiple installations
522 exist or a previously loaded org-install.el has already defined a
523 version string that is now out of date.
524
525 * org.el (org-version): Remove determination of version
526 information, show "N/A" if the information is not provided via
527 org-install.el.
528
529 * org.el (org-git-version): Placeholder for recording the Git
530 version of org during install
531
532 * org.el (org-version): Initialize local git-version with
533 placeholder and fall through using it when org is not installed in
534 a Git repository
535
536 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
537
538 * org-html.el: Add hyperlink to http://orgmode.org/ from export
539 footer.
540
541 * org-clock.el (org-clock-modify-effort-estimate): Display a
542 message when no clock is currently active.
543
544 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
545
546 * org-archive.el (org-archive-subtree): Allow archiving to a
547 datetree.
548
549 * org.el (org-archive-location): Ditto.
550
551 2012-09-30 Bastien Guerry <bzg@gnu.org>
552
553 * ob-io.el: New file.
554
555 * ob-scala.el: New file.
556
557 * org.el (org-url-hexify-p, org-doi-server-url)
558 (org-latex-preview-ltxpng-directory, org-custom-properties)
559 (org-sparse-tree-default-date-type): Add :version "24.3".
560
561 * org-agenda.el (org-agenda-sticky)
562 (org-agenda-custom-commands-contexts): Ditto.
563
564 * org-capture.el (org-capture-bookmark)
565 (org-capture-templates-contexts) (org-capture-use-agenda-date):
566 Ditto.
567
568 * org-latex.el (org-export-latex-hyperref-options-format)
569 (org-export-latex-link-with-unknown-path-format): Ditto.
570
571 * org-id.el (org-id-link-to-org-use-id): Ditto.
572
573 * org-datetree.el (org-datetree-add-timestamp): Ditto.
574
575 * org.el (org-make-link-description-function): Enhance docstring.
576 (org-insert-link): Fall back on interactive prompt when
577 `org-make-link-description-function' fails.
578
579 * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
580 `org-agenda-sticky' is non-nil.
581
582 * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
583 (org-agenda-pre-follow-window-conf): New variable.
584 (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
585 window when there an indirect buffer is already displayed.
586
587 * org-agenda.el (org-agenda-manipulate-query)
588 (org-agenda-goto-date, org-agenda-goto-today)
589 (org-agenda-find-same-or-today-or-agenda, )
590 (org-agenda-later, org-agenda-change-time-span)
591 (org-agenda-change-all-lines)
592 (org-agenda-execute-calendar-command)
593 (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
594 get a property from (1- (point-max)), not (point-max)).
595
596 * ob-dot.el (org-babel-execute:dot): Throw an error when there is
597 no :file parameter.
598
599 * org-table.el (org-table-eval-formula): Convert time-stamps to
600 inactive time-stamp so that Calc can handle them correctly.
601
602 * org-table.el (org-table-fix-formulas): Warn with a message when
603 formulas have been updated.
604
605 * org-publish.el (org-publish-cache-ctime-of-src): Delete the
606 base-dir argument and use (file-name-directory file) to get the
607 file's directory.
608 (org-publish-update-timestamp)
609 (org-publish-cache-file-needs-publishing): Call
610 `org-publish-cache-ctime-of-src' with only one argument.
611
612 * org.el (org-follow-timestamp-link): Fix bug when using sticky
613 agenda. Add a docstring.
614
615 * org-agenda.el (org-agenda-sticky): Don't use a function to set.
616 Add a :version string.
617
618 * org.el (org-priority): Use a new argument to show priority
619 instead of setting it.
620 (org-show-priority): New function to show priority both in normal
621 Org buffers and in Org Agenda buffers.
622 (org-speed-commands-default): Use "," as a speed command for
623 setting priority.
624
625 * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
626 to `C-c ,' as it was before.
627 (org-agenda-show-priority): Delete.
628 (org-agenda-priority): Use a new argument to show priority instead
629 of setting it.
630
631 * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
632 docstring.
633 (org-display-inline-remove-overlay): Rename from
634 `org-display-inline-modification-hook'.
635 (org-speed-command-activate): Rename from
636 `org-speed-command-default-hook'.
637 (org-babel-speed-command-hook): Rename from
638 `org-babel-speed-command-activate'.
639
640 * org-agenda.el (org-agenda-update-agenda-type): Rename from
641 `org-agenda-post-command-hook'.
642 (org-agenda-mode): Use the new name.
643 (org-agenda-post-command-hook): Define as obsolete function.
644
645 * org-lparse.el (org-lparse): Temporarily activate the hooks
646 needed for the ODT conversion.
647 (org-lparse-preprocess-after-blockquote): Rename from
648 `org-lparse-preprocess-after-blockquote-hook'.
649 (org-lparse-strip-experimental-blocks-maybe): Rename from
650 `org-lparse-strip-experimental-blocks-maybe'.
651 (org-lparse-preprocess-after-blockquote-hook)
652 (org-lparse-strip-experimental-blocks-maybe-hook): Define as
653 obsolete functions.
654
655 * ob.el (org-babel-insert-result): Comma-escape results inserted
656 with ":results org".
657
658 * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
659 saving the source editing window with the default value for
660 `org-src-window-setup' (i.e. 'reorganize-frame).
661
662 * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
663 fontify the last character.
664
665 * org.el (org-open-at-point): Don't follow timestamp within
666 bracket links.
667
668 * org-capture.el (org-capture-templates): Fix typo in docstring.
669
670 * org-agenda.el (org-agenda-skip): Skip information retrieved from
671 a source block.
672
673 * ob.el (org-babel-common-header-args-w-values)
674 (org-babel-insert-result): Reintroduce ":results org" but using
675 "#+BEGIN_SRC org", not "#+BEGIN_ORG".
676
677 * ob.el (org-babel-common-header-args-w-values): Remove "org" the
678 list of predefined values for the ":results" parameter.
679
680 * ob.el (org-babel-insert-result): Remove support for ":results
681 org".
682
683 * ob.el (org-babel-common-header-args-w-values)
684 (org-babel-insert-result): Deprecate ":results wrap" in favor of
685 ":results drawer".
686
687 * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
688 happens before the first headline.
689
690 * org-capture.el (org-at-encrypted-entry-p)
691 (org-encrypt-entry, org-decrypt-entry): Declare.
692 (org-capture-set-target-location): Check whether `org-crypt' has
693 been loaded.
694
695 * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
696 docstring.
697
698 * org-capture.el (org-capture-finalize): Maybe re-encrypt the
699 target headline if it was decrypted.
700 (org-capture-set-target-location): Maybe decrypt the target
701 headline.
702
703 * org-crypt.el (org-at-encrypted-entry-p): New function.
704
705 * org.el (org-options-keywords): Add "STYLE:".
706
707 * org-agenda.el (org-agenda-ndays): Don't make an alias, as
708 `org-agenda-span' is defined separately.
709
710 * org.el (org-in-subtree-not-table-p): New utility function for
711 building the menu.
712 (org-org-menu): Add an item for refiling. Check more contexts
713 when activating items.
714 (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
715
716 * org-agenda.el (org-agenda-tree-to-indirect-buffer)
717 (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
718
719 * org-capture.el (org-capture-set-target-location): Set a correct
720 time value when storing a note in a datetree and prompting the
721 user for a date.
722
723 * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
724 hook twice.
725
726 * org-agenda.el (org-agenda-menu-two-column)
727 (org-finalize-agenda-hook, org-agenda-ndays): Use
728 `define-obsolete-variable-alias' instead of
729 `make-obsolete-variable'.
730
731 * org.el (org-link-to-org-use-id): Move to org-id.el.
732
733 * org-id.el (org-id-link-to-org-use-id): Rename from
734 `org-link-to-org-use-id'. Use `nil' as the default value.
735 (org-link-to-org-use-id): Alias and define as obsolete.
736
737 * org-agenda.el (org-search-view, org-agenda-get-todos)
738 (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
739 parameter of `org-agenda-format-item' so that 'time-up and
740 'time-down agenda sorting strategies are handled correctly.
741
742 * org-capture.el (org-capture-fill-template): Fix checking of
743 protected template entries.
744
745 * org.el (org-cycle-global-at-bob): Fix typo in docstring.
746
747 * org.el (org-insert-drawer): Deactivate the mark before trying to
748 indent the :END: of the drawer.
749
750 * org-agenda.el (org-agenda-export-html-style): Default to nil as
751 any string value will replace the htmlize style.
752
753 * org.el (org-cycle-hook): Fix tiny typo in docstring.
754
755 * org.el (org-time-string-to-time)
756 (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
757
758 * org-freemind.el (org-freemind-write-node): Enhance links
759 conversion in nodes.
760
761 * org-freemind.el (org-freemind-write-node): Convert links in
762 nodes.
763
764 * org.el (org-link-to-org-use-id, org-directory)
765 (org-default-notes-file, org-reverse-note-order)
766 (org-extend-today-until, org-finish-function)
767 (org-store-link-functions): Use "capture" instead of "remember" in
768 docstrings. Also use the `org-capture' group when it makes sense.
769
770 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
771 correct agenda buffer. Don't split the agenda window when the
772 indirect buffer is displayed in another frame.
773
774 * org.el (org-mode): Try to set the org-hide face correctly.
775
776 * org-exp.el (org-export): Set the mark correctly when exporting a
777 subtree.
778
779 * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
780 display of the number of commands for block agendas.
781
782 * org-agenda.el (org-agenda-before-write-hook)
783 (org-agenda-add-entry-text-maxlines): Enhance phrasing.
784 (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
785 buffer is writable when the hook is called.
786 (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
787 the buffer.
788
789 * org-agenda.el (org-habit-show-all-today): Only use defvar to
790 silent the byte-compiler.
791 (org-agenda-get-scheduled): Check whether some org-habit.el
792 options have been defined.
793
794 * org-capture.el (org-capture-entry): New variable.
795 (org-capture-string, org-capture): Use it to possibly skip the
796 interactive prompt for a capture template.
797
798 * org.el (org-activate-plain-links): Don't try to check if we are
799 in a bracket link already.
800
801 * org.el (org-read-date-analyze): Fix bug introduced in commit
802 cc5f9f: adding a time should not prevent relative answers to be
803 parsed correctly.
804
805 * org-agenda.el (org-agenda-bulk-action): Always read the date
806 through `org-read-date'. When possible, use the date at point as
807 the default date.
808
809 * org-agenda.el (org-agenda-bulk-action): Fix bug when
810 bulk-shifting timestamps.
811
812 * org.el (org-version): New constant.
813
814 * org-compat.el (org-random): New compatibility function.
815
816 * org-id.el (org-id-uuid): Use it.
817
818 * org-capture.el (org-capture-use-agenda-date): New option.
819 (org-capture): Use it.
820
821 * org-agenda.el (org-agenda-capture): New command.
822 (org-agenda-mode-map): Bind it to `k'.
823 (org-agenda-menu): Add it to the menu.
824
825 * org-capture.el (org-capture): Update docstring.
826
827 * org-capture.el (org-capture): When called from an agenda buffer,
828 use the cursor date at the default date.
829
830 * org-agenda.el (org-agenda-bulk-action): Use the let-bound
831 `entries' instead the variable.
832
833 * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
834 persistent marks too early.
835
836 * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
837 point to reset the scheduled or deadline cookie. On date headers,
838 use it without prompting the user. On an item, use the item's
839 date as the default prompt for `org-read-date'.
840
841 * org.el (org-read-date): Docstring fix.
842
843 * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
844 in the message.
845
846 * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
847 (org-agenda-mode-map): Delete related keys.
848
849 * org-agenda.el (org-agenda-menu): Fix a keybinding.
850
851 * org-colview.el (org-columns-goto-top-level): Correctly move the
852 marker `org-columns-top-level-marker'.
853 (org-agenda-columns): Don't set
854 `org-agenda-overriding-columns-format' as a buffer variable, as we
855 only need it dynamically.
856 (org-agenda-colview-summarize): Fix a bug in returning the match
857 string.
858
859 * org-agenda.el (org-agenda-span-to-ndays): Make the second
860 argument `starting-day' optional.
861 (org-agenda-goto-date): Keep parameters of custom agendas.
862
863 * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
864 name through a temporary variable.
865 (org-agenda-buffer-tmp-name): New variable to temporary store the
866 agenda buffer name.
867
868 * org-agenda.el (org-agenda-goto-date): Fix behavior when using
869 sticky agendas.
870
871 * org-agenda.el (org-diary): Don't check whether there is an
872 agenda buffer when trying to compile the prefix format.
873 (org-compile-prefix-format): Check if there is an agenda buffer.
874 If not, use the current buffer.
875
876 * org-agenda.el (org-agenda-get-day-entries): Set the agenda
877 buffer inconditionnally.
878
879 * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
880 more general regexp.
881
882 * ob.el (org-babel-where-is-src-block-head): Find a src block head
883 correctly when #+header(s) is before #+name.
884
885 * org-agenda.el (org-agenda-finalize-hook)
886 (org-agenda-finalize, org-agenda-finalize-entries): Rename from
887 org-finalize-agenda-*.
888 (org-agenda-run-series, org-agenda-finalize, org-timeline)
889 (org-agenda-list, org-search-view, org-todo-list)
890 (org-tags-view, org-diary, org-agenda-finalize-entries)
891 (org-agenda-change-all-lines): Use the new names.
892
893 * org-agenda.el (org-agenda-local-vars): Remove
894 ̀org-agenda-last-arguments' from the list of local variables.
895 (org-agenda-mode-map): `g' does the same than `r' in buffers with
896 only one agenda view, but its behavior differs when there are
897 several views. In manually appended agendas (with `A'), `g'
898 displays only the agenda under the point. With multiple agenda
899 blocks, `g' reinitializes the view by discarding any temporary
900 changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
901 changes for the agenda view under the point.
902 (org-agenda-run-series, org-agenda-redo): Implement the above
903 changes.
904 (org-agenda-mark-header-line): Don't set useless properties.
905 (org-agenda-list, org-todo-only, org-search-view)
906 (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
907 (org-agenda-manipulate-query, org-agenda-goto-today)
908 (org-agenda-later, org-agenda-change-time-span): Use text
909 properties for storing the last command and the last arguments for
910 each agenda block.
911 (org-unhighlight-once): Delete.
912
913 * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
914 buffer.
915
916 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
917 check whether we are in org-agenda-mode.
918
919 * org-agenda.el (org-agenda-pre-window-conf): Rename from
920 `org-pre-agenda-window-conf'.
921 (org-agenda-local-vars, org-agenda-prepare-window)
922 (org-agenda-Quit, org-agenda-quit): Use the new name.
923
924 * org-agenda.el (org-keys, org-match): New variable, dynamically
925 scoped in `org-agenda'.
926 (org-agenda, org-agenda-list, org-search-view, org-todo-list)
927 (org-tags-view): Use the new variables.
928 (org-batch-store-agenda-views): Let-bind `match'.
929
930 * org-agenda.el (org-search-view, org-todo-list)
931 (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
932 these functions programmatically. Also use the sticky agenda
933 function correctly.
934
935 * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
936 correctly with sticky agendas and non-custom commands.
937
938 * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
939 `org-fit-agenda-window'.
940 (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
941 (org-search-view, org-todo-list, org-tags-view): Use the new name.
942
943 * org-agenda.el (org-agenda-prepare): Let `throw' display an
944 error.
945
946 * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
947 when called from programs as (org-agenda-list).
948
949 * org-agenda.el (org-todo-list): Make arg optional.
950
951 * org.el (org-agenda-prepare-buffers): Rename from
952 `org-prepare-agenda-buffers'.
953 (org-match-sparse-tree, org-map-entries): Use the new names.
954
955 * org-agenda.el (org-agenda-prepare-window): Rename from
956 `org-prepare-agenda-window'.
957 (org-agenda-prepare): Rename from `org-prepare-agenda'.
958 (org-agenda-run-series, org-agenda-prepare, org-timeline)
959 (org-agenda-list, org-search-view, org-todo-list)
960 (org-tags-view, org-agenda-list-stuck-projects, org-diary)
961 (org-agenda-to-appt): Use the new names.
962
963 * org-mobile.el (org-mobile-create-index-file): Ditto.
964
965 * org-icalendar.el (org-export-icalendar): Ditto.
966
967 * org-clock.el (org-dblock-write:clocktable)
968 (org-dblock-write:clocktable): Ditto.
969
970 * org2rem.el (org2rem): Ditto.
971
972 * org-agenda.el (org-agenda): In sticky agendas, use the current
973 command's match to set the buffer name. This gives more
974 information to the user and allows to distinguish various agendas
975 triggered by the same key.
976 (org-batch-store-agenda-views): Handle the new sticky agenda
977 buffer name.
978
979 * org-agenda.el (org-agenda)
980 (org-agenda-get-restriction-and-command): Use `S' as a key for
981 searching words in TODO-only entries.
982
983 * org-agenda.el (org-prepare-agenda): Fit agenda window when
984 displaying a sticky agenda.
985
986 * org-table.el (org-table-number-regexp): Allow the user to set it
987 to a new regexp, which allows commas as decimal mark. The default
988 is to not use this setting, but the one before commit 7ff8c1,
989 which has ben reverted.
990
991 * org-agenda.el (org-agenda-overriding-cmd)
992 (org-agenda-multi-current-cmd)
993 (org-agenda-multi-overriding-arguments): New variables.
994 (org-agenda-run-series): `org-agenda-overriding-arguments'
995 defaults to the last agenda block arguments, so don't use it
996 globally.
997 (org-agenda-mark-header-line): Add properties needed so that
998 `org-agenda-overriding-arguments', `org-agenda-current-span' and
999 `org-agenda-last-arguments' can be set to their correct contextual
1000 value.
1001 (org-agenda-multi-back-to-pos): New variable.
1002 (org-agenda-later): Retrieve `org-agenda-current-span' and
1003 `org-agenda-overriding-arguments' from text properties. Also
1004 handle numeric span.
1005 (org-agenda-later, org-agenda-change-time-span): Set
1006 `org-agenda-overriding-cmd' so that we to take overriding
1007 arguments into account for this command only.
1008
1009 * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
1010 bug when called with a non-nil value of `org-agenda-stick'.
1011
1012 * org-agenda.el (org-agenda-refile): Fix bug when refiling an
1013 entry from a sticky agenda.
1014
1015 * org-agenda.el (org-prepare-agenda-window): Use
1016 `org-pre-agenda-window-conf' if already set.
1017 (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
1018 quitting.
1019 (org-agenda-quit): Ditto.
1020
1021 * org-capture.el (org-capture-fill-template): Protect the text
1022 used for replacement from being further replaced.
1023
1024 * org.el (org-contextualize-validate-key): Fix the check against a
1025 function.
1026
1027 * org.el (org-contextualize-keys): Rename from
1028 `org-contextualize-agenda-or-capture'. Fix normalization to
1029 handle empty key replacement string.
1030 (org-contextualize-validate-key): Rename from
1031 `org-contexts-validate'. Allow checking against a custom
1032 function.
1033
1034 * org-agenda.el (org-agenda-custom-commands-contexts): Update.
1035 (org-agenda): Use `org-contextualize-keys'.
1036
1037 * org-capture.el (org-capture-templates-contexts): Ditto.
1038
1039 * org.el (org-contextualize-agenda-or-capture): Normalize
1040 contexts.
1041
1042 * org.el (org-contextualize-agenda-or-capture): Handle key
1043 replacement depending on the contexts.
1044
1045 * org-capture.el (org-capture-templates-contexts): Allow to use
1046 the context as a way to replace one capture template by another
1047 one.
1048
1049 * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
1050 use the context as a way to replace one agenda custom command by
1051 another one.
1052
1053 * org.el (org-contextualize-agenda-or-capture)
1054 (org-rule-validate): New functions, implement context filtering
1055 for agenda commands and capture templates.
1056
1057 * org-agenda.el (org-agenda-custom-commands-contexts): New option.
1058 (org-agenda): Use it.
1059
1060 * org-capture.el (org-capture-templates-contexts): New option.
1061 (org-capture-select-template): Use it.
1062
1063 * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
1064 (org-mode): Set `beginning-of-defun-function' and
1065 `end-of-defun-function' directly.
1066
1067 * org.el (org-insert-link): Fix bug: include links abbreviations
1068 when completing.
1069
1070 * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
1071 `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
1072 items should not be ignored.
1073
1074 * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
1075 clean-up.
1076
1077 * org-freemind.el (org-freemind-convert-links-from-org): Replace
1078 literally to prevent errors when replacing with string containing
1079 backslashes.
1080
1081 * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1082 complete) a "thing" containing dashes.
1083
1084 * org-table.el (org-table-toggle-coordinate-overlays): Better
1085 message when interactively toggling.
1086
1087 * org-table.el (org-table-number-regexp): Update the docstring to
1088 show an example of a decimal number using the comma as a
1089 separation mark.
1090
1091 * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1092 (org-agenda-filter-by-category): Filtering must be turned off only
1093 when a category filter has been set and this filter is not empty.
1094
1095 * org-agenda.el (org-search-view, org-agenda-get-todos)
1096 (org-agenda-get-timestamps, org-agenda-get-sexps)
1097 (org-agenda-get-progress, org-agenda-get-deadlines)
1098 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1099 `category-pos' instead of `org-category-pos'.
1100
1101 * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1102 `ob-fortran-transform-list'.
1103 (org-babel-fortran-var-to-fortran): Use the new function's name.
1104
1105 * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1106 `ob-calc-maybe-resolve-var'.
1107 (org-babel-execute:calc): Use the new function's name.
1108
1109 * org-jsinfo.el (org-infojs-template): Add a license.
1110 (org-infojs-handle-options): Replace all template elements.
1111
1112 * org-html.el (org-export-html-scripts): Add a license.
1113 (org-export-html-mathjax-config): Replace all template elements.
1114 (org-export-html-mathjax-template): Add a license.
1115 (org-export-as-html): Minor code clean-up.
1116
1117 * org.el (org-options-keywords): Add "#+MATHJAX" and
1118 "#+INFOJS_OPT" to the list of keywords for completion.
1119
1120 * org.el (org-src-prevent-auto-filling): Remove unused and useless
1121 option.
1122
1123 * org.el (org-element-at-point): Autoload.
1124 (org-element-up): Remove useless declaration.
1125 (org-fill-context-prefix, org-fill-paragraph)
1126 (org-mark-element, org-narrow-to-element)
1127 (org-transpose-element, org-unindent-buffer): Do not require
1128 org-element.
1129
1130 * org.el (org-fill-paragraph): Require org-element.
1131
1132 * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1133 enhancement.
1134
1135 * org.el (org-create-math-formula): Use the compatibility function
1136 `org-region-active-p'.
1137
1138 * org-odt.el (org-export-as-odf): Ditto.
1139
1140 * ob.el (org-babel-demarcate-block): Ditto.
1141
1142 * org.el (org-mark-subtree): Maybe call `org-mark-element'
1143 interactively.
1144 (org-mark-element): Only mark further elements when called
1145 interactively.
1146
1147 * org.el (org-mark-element, org-narrow-to-element)
1148 (org-transpose-element): Require org-element.
1149
1150 * org-agenda.el (org-agenda-get-timestamps)
1151 (org-agenda-get-sexps, org-agenda-get-deadlines)
1152 (org-agenda-get-scheduled): Add the 'warntime as a text property,
1153 getting its value from the APPT_WARNTIME property.
1154 (org-agenda-to-appt): Use the 'warntime text property.
1155
1156 * org-capture.el (org-capture-place-table-line): Fix bug.
1157
1158 * org.el (org-activate-plain-links): Don't activate a plain link
1159 when it is part of a bracketed link, unless bracketed links are
1160 not enlisted in `org-activate-links'.
1161 (org-open-at-point): Don't consider the text immediately after a
1162 bracketed link is part of a plain link.
1163
1164 * org.el (org-compute-latex-and-specials-regexp)
1165 (org-paste-subtree, org-sort-entries, org-store-link)
1166 (org-open-at-point, org-file-remote-p, org-add-log-setup)
1167 (org-set-tags-to, org-fast-tag-selection)
1168 (org-diary-sexp-entry): Ditto.
1169
1170 * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1171 (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1172 (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1173 end of (cond ...) constructs.
1174
1175 * org-mobile.el (org-mobile-create-index-file): Ditto.
1176
1177 * org-lparse.el (org-lparse-format-table-row): Ditto.
1178
1179 * org-list.el (org-sort-list): Ditto.
1180
1181 * org-id.el (org-id-get): Ditto.
1182
1183 * org-html.el (org-export-html-preprocess): Ditto.
1184
1185 * org-exp.el (org-default-export-plist)
1186 (org-table-clean-before-export): Ditto.
1187
1188 * org.el (org-options-keywords): Add "TODO".
1189 (org-make-options-regexp): Make the hashtag mandatory for options
1190 and don't allow whitespaces between the hashtag and the plus sign.
1191
1192 * org.el (org-refresh-category-properties)
1193 (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1194 lowercase "#+category" and "#+begin:" dynamic blocks.
1195
1196 * org.el (org-context): Use case-folding when trying to match
1197 clocktables and source blocks contexts.
1198
1199 * org-clock.el (org-clock-put-overlay): Put the overlay on the
1200 whole headline, not only on the last character. This fixes a bug
1201 with overlays on headlines ending with a bracketed link.
1202
1203 * org-html.el (org-export-as-html): Make sure we always process a
1204 string.
1205
1206 * org-exp.el (org-export-cleanup-toc-line): Always return a
1207 string.
1208
1209 * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1210 metalines with #+results[...]:.
1211
1212 * org-exp.el (org-export-handle-metalines): Rename from
1213 `org-export-handle-table-metalines'. Now also handle source block
1214 metalines.
1215 (org-export-res/src-name-cleanup): Delete.
1216 (org-export-preprocess-string): Use `org-export-handle-metalines'.
1217 Don't use `org-export-res/src-name-cleanup' anymore.
1218
1219 * org-html.el (org-format-org-table-html): Don't include the
1220 caption tag for empty captions in HTML export. Keep it in the
1221 DocBook export so that it produces valid DocBook XML.
1222
1223 * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1224 8am" to be parsed correctly with respect to possible values of
1225 `org-read-date-prefer-future'.
1226 (org-read-date-prefer-future): Update docstring to remove the
1227 restriction about inserting only the time. The user can now
1228 insert the time and the day.
1229
1230 * org-icalendar.el (org-icalendar-print-entries): Rename from
1231 `org-print-icalendar-entries'.
1232 (org-icalendar-start-file): Rename from
1233 `org-start-icalendar-file'.
1234 (org-icalendar-finish-file): Rename from
1235 `org-finish-icalendar-file'.
1236 (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1237 (org-export-icalendar): Use the correct functions.
1238
1239 * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1240 commit e85479.
1241
1242 * org.el (org-fill-context-prefix): Require org-element.
1243 (org-timestamp-change): Fix bug by saving excursion when adjusting
1244 another clock.
1245
1246 * org.el (org-read-date-prefer-future): Fix docstring formatting.
1247 (org-read-date-analyze): Fix the interpretation of
1248 `org-read-date-prefer-future'.
1249
1250 * org-agenda.el (org-agenda-menu-two-column): Rename to
1251 `org-agenda-menu-two-columns'.
1252
1253 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1254 `org-labels' by `let*'.
1255
1256 * org-bibtex.el (org-bibtex-headline): Ditto.
1257
1258 * org-compat.el: Delete `org-labels'.
1259
1260 * ob.el (org-babel-get-src-block-info)
1261 (org-babel-check-src-block, org-babel-current-result-hash)
1262 (org-babel-parse-src-block-match, org-babel-read-link)
1263 (org-babel-insert-result, org-babel-clean-text-properties): Use
1264 ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1265 (org-babel-clean-text-properties): Delete redundant function
1266 `org-babel-clean-text-properties'.
1267
1268 * ob-tangle.el (org-babel-tangle-collect-blocks)
1269 (org-babel-tangle-comment-links): Ditto.
1270
1271 * ob-table.el (sbe): Ditto.
1272
1273 * ob-lob.el (org-babel-lob-get-info)
1274 (org-babel-lob-execute): Ditto.
1275
1276 * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1277
1278 * org-macs.el (org-no-properties): Allow a new parameter
1279 `restricted' to restrict the properties removal to those in
1280 `org-rm-props'. The default is now to remove all properties.
1281
1282 * org-compat.el (org-substring-no-properties): Remove unused
1283 defun.
1284
1285 * org-remember.el (org-remember-apply-template): Remove redundant
1286 removal of text properties.
1287 (org-remember-apply-template): Use `org-no-properties'.
1288
1289 * org-capture.el (org-capture-fill-template): Remove redundant
1290 removal of text properties.
1291 (org-capture-fill-template): Use `org-no-properties'.
1292
1293 * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1294 `org-no-properties'.
1295
1296 * org-colview.el (org-columns-display-here): Ditto.
1297
1298 * org-table.el (org-table-eval-formula): Ditto.
1299
1300 * org.el (org-entry-properties): Ditto.
1301
1302 * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1303 handling `alarm-time'.
1304
1305 * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1306
1307 * org.el (org-store-log-note): Only skip comments starting with "#
1308 " when storing a note.
1309
1310 * org.el (org-custom-properties): New option.
1311 (org-custom-properties-overlays): New variable.
1312 (org-toggle-custom-properties-visibility): New command to toggle
1313 the visibility of custom properties.
1314 (org-check-before-invisible-edit): Also prevent errors when trying
1315 to edit invisible properties.
1316
1317 * org-datetree.el (org-datetree-add-timestamp): New option.
1318 (org-datetree-insert-line): Use it.
1319
1320 * org.el (org-fill-template): Fix bug when filling template for a
1321 key associated to the nil value.
1322
1323 * org-agenda.el (org-diary): Fix tiny typo.
1324
1325 * org.el (message-in-body-p): Move declaration up to fix compiler
1326 warning.
1327
1328 * org.el (org-fill-context-prefix): Fix auto-filling in
1329 `message-mode'.
1330
1331 * org.el (org-fill-paragraph): Correctly fill paragraph in
1332 message-mode.
1333 (org-indent-line): Correctly indent according to mode when
1334 `orgstruct++-mode' is on.
1335 (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1336 stored in `org-fb-vars'.
1337
1338 * org.el (org-fill-paragraph): Make a command. Fix bug about
1339 filling message headers and citations.
1340
1341 * org.el (org-redisplay-inline-images): New command.
1342 (org-mode-map): Bind it to C-c C-x C-M-v.
1343
1344 * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1345 (org-columns-get-format): Fix compiler warning.
1346
1347 * org-feed.el: Add declarations.
1348
1349 * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1350 allow tag inheritance.
1351
1352 * org-capture.el (org-capture): Fix bug introduced by commit
1353 1737d3.
1354
1355 * org-publish.el (org-publish-needed-p)
1356 (org-publish-update-timestamp, org-publish-file)
1357 (org-publish-cache-file-needs-publishing): New argument
1358 `base-dir'.
1359 (org-publish-cache-ctime-of-src): Use the new argument to make
1360 sure we find the file according to :base-directory.
1361
1362 * org-capture.el (org-capture-string): New command to prompt for
1363 the interactive text interactively. This can also be used in
1364 Elisp programs to use ̀org-capture' with some initial text.
1365 (org-capture-initial): New variable to store the initial text.
1366 (org-capture): Use `org-capture-initial'.
1367
1368 * org.el (org-emph-re): Tiny docstring formatting fix.
1369
1370 * org-compat.el (org-labels): Remove.
1371
1372 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1373
1374 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1375
1376 * org.el (org-emph-re): Tiny formatting fix.
1377
1378 * org.el (orgstruct-setup): Require `org-element'.
1379
1380 * org.el (org-store-link, org-open-at-point): New link type
1381 "help".
1382
1383 * org-compat.el (org-flet): Remove alias.
1384
1385 * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1386 (org-babel-get-rownames, org-babel-insert-result)
1387 (org-babel-merge-params)
1388 (org-babel-expand-noweb-references): Don't use `org-flet'. Also
1389 indent some functions correctly.
1390
1391 * ob.el (org-babel-execute-src-block)
1392 (org-babel-join-splits-near-ch, org-babel-format-result)
1393 (org-babel-examplize-region): Don't use `org-flet'.
1394 (org-babel-tramp-handle-call-process-region): Fix typo.
1395
1396 * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1397
1398 * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1399
1400 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1401 use `org-flet'.
1402
1403 * org-pcomplete.el (org-compat): Require.
1404
1405 * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1406
1407 * org-bibtex.el (org-bibtex-write): Use let*.
1408
1409 * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1410
1411 * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1412 (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1413
1414 * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1415
1416 * org-pcomplete.el (org-thing-at-point): Ditto.
1417
1418 * org.el (org-timestamp-change): Ditto.
1419
1420 * org-mouse.el (org-mouse-timestamp-today)
1421 (org-mouse-set-priority, org-mouse-popup-global-menu)
1422 (org-mouse-context-menu): Don't use ̀org-flet'.
1423
1424 * org.el (org-priority): Fix docstring.
1425
1426 * org-publish.el (org-publish-write-cache-file)
1427 (org-publish-initialize-cache)
1428 (org-publish-cache-file-needs-publishing)
1429 (org-publish-cache-get): Small code clean-up.
1430
1431 * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1432
1433 * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1434 agenda entries created from sexps.
1435
1436 * org-capture.el (org-capture-templates): Docstring clean up.
1437 (org-capture-place-entry, org-capture-place-item)
1438 (org-capture-place-plain-text, org-capture-place-table-line):
1439 Ensure to always position the point according to %?.
1440
1441 * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1442 converting remote table references.
1443
1444 * org-agenda.el (org-agenda-switch-to): Run hooks in
1445 ̀org-agenda-after-show-hook'.
1446
1447 * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1448 variable `length' to `lgth'.
1449
1450 * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1451 ̀org-flet'.
1452
1453 * org-exp.el (org-export-format-source-code-or-example): Ditto.
1454
1455 * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1456
1457 * ob.el (org-babel-view-src-block-info)
1458 (org-babel-execute-src-block, org-babel-edit-distance)
1459 (org-babel-switch-to-session-with-code)
1460 (org-babel-balanced-split, org-babel-insert-result): Ditto.
1461
1462 * ob-ref.el (org-babel-ref-index-list): Ditto.
1463
1464 * ob-python.el (org-babel-python-evaluate-session): Ditto.
1465
1466 * ob-lob.el (org-babel-lob-get-info): Ditto.
1467
1468 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1469
1470 * ob-exp.el (org-babel-exp-do-export): Ditto.
1471
1472 * org-table.el (orgtbl-to-generic): Fix docstring.
1473
1474 * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1475 argument `switch-to-state' set to nil. Fix docstring.
1476 (org-clock-in-last): Prompt for a todo state to switch to when
1477 called with three universal prefix arguments. Don't display a
1478 message when the clock is already running. Update docstring.
1479 (org-clock-out): New argument `switch-to-state'. When this
1480 argument is non-nil, prompt for a state to switch the clocked out
1481 task to, overriding `org-clock-out-switch-to-state'.
1482
1483 * org.el (org-entry-get): Don't use `org-flet'.
1484
1485 * org.el (org-forward-heading-same-level): Rename from
1486 `org-forward-same-level'.
1487 (org-backward-heading-same-level): Rename from
1488 `org-backward-same-level'.
1489
1490 * org.el (org-forward-element): Rename from `org-element-forward'.
1491 (org-backward-element): Rename from `org-element-backward'.
1492 (org-up-element): Rename from `org-element-up'.
1493 (org-down-element): Rename from `org-element-down'.
1494 (org-drag-element-backward): Rename from
1495 `org-element-drag-backward'.
1496 (org-drag-element-forward): Rename from
1497 `org-element-drag-forward'.
1498 (org-mark-element): Rename from `org-element-mark-element'.
1499 (org-transpose-element): Rename from `org-element-transpose'.
1500 (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1501 (org-mode-map): Update the names of a commands. Remove useless
1502 declarations.
1503
1504 * org-element.el (org-element-forward, org-element-backward)
1505 (org-element-up, org-element-down)
1506 (org-element-drag-backward, org-element-drag-forward)
1507 (org-element-mark-element, org-narrow-to-element)
1508 (org-element-transpose, org-element-unindent-buffer): Move to
1509 org.el.
1510
1511 * org.el (org-forward-same-level): Fix typo in docstring.
1512
1513 * org-agenda.el (org-agenda-mode-map): Bind
1514 `org-agenda-show-priority' to `C-c,' instead of `P'.
1515 (org-agenda-next-item, org-agenda-previous-item): New commands to
1516 move by one item down/up in the agenda.
1517 (org-agenda-mode-map): Bind `org-agenda-next-item' and
1518 `org-agenda-previous-item' to `N' and `P' respectively.
1519
1520 * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1521 Toggle headers when necessary.
1522
1523 * org-element.el (org-narrow-to-element): Autoload.
1524
1525 * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1526 (org-mark-subtree): Allow a numeric prefix argument to move up
1527 into the hierarchy of headlines.
1528
1529 * org-element.el (org-element-up, org-element-down): Autoload.
1530
1531 * org.el: Declare functions and don't require org-element.
1532
1533 * org-element.el (org-element-at-point, org-element-forward)
1534 (org-element-backward, org-element-drag-backward)
1535 (org-element-drag-forward, org-element-mark-element)
1536 (org-element-transpose, org-element-unindent-buffer): Autoload.
1537 Require 'org and remove all declarations.
1538
1539 * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1540 variables instead of constants.
1541
1542 * org-archive.el (org-datetree-find-date-create): Declare.
1543
1544 * org.el (org-open-at-point): Only set
1545 `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1546 has been loaded.
1547
1548 * org-icalendar.el (org-print-icalendar-entries): Let
1549 APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1550
1551 * org.el (org-special-properties): New special property
1552 CLOCKSUM_T.
1553 (org-entry-properties): Handle the new special property.
1554
1555 * org-colview.el (org-columns): Handle a new special property
1556 CLOCKSUM_T.
1557 (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1558
1559 * org-clock.el (org-clock-sum-today): New function.
1560 (org-clock-sum): New argument PROPNAME to set a custom text
1561 property instead of :org-clock-minutes.
1562
1563 * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1564 error message when no agenda is currently being displayed.
1565
1566 * org.el (org-get-property-block): Find blocks before the first
1567 headline.
1568 (org-entry-properties): Minor code cleanup.
1569 (org-entry-get, org-entry-get-with-inheritance): Get property
1570 before the first headline.
1571
1572 * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1573
1574 * org.el (org-make-link): Delete.
1575 (org-store-link, org-insert-link)
1576 (org-file-complete-link): Don't use `org-make-link'.
1577
1578 * org-wl.el (org-wl-store-link-folder)
1579 (org-wl-store-link-message): Ditto.
1580
1581 * org-vm.el (org-vm-store-link): Ditto.
1582
1583 * org-rmail.el (org-rmail-store-link): Ditto.
1584
1585 * org-mhe.el (org-mhe-store-link): Ditto.
1586
1587 * org-mew.el (org-mew-store-link): Ditto.
1588
1589 * org-irc.el (org-irc-erc-store-link): Ditto.
1590
1591 * org-info.el (org-info-store-link): Ditto.
1592
1593 * org-id.el (org-id-store-link): Ditto.
1594
1595 * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1596
1597 * org-eshell.el (org-eshell-store-link): Ditto.
1598
1599 * org-bbdb.el (org-bbdb-store-link): Ditto.
1600
1601 * org.el (org-url-hexify-p): New option. When non-nil (the
1602 default), hexify URLs when creating a link.
1603
1604 * org.el (org-insert-link): Make sure point is at the beginning of
1605 the buffer.
1606
1607 * org.el (clean-buffer-list-kill-buffer-names): Declare.
1608 (org-open-at-point): Allow opening multiple shell links by
1609 creating a new output buffer for each shell process. The new
1610 buffer is added to `clean-buffer-list-kill-buffer-names'.
1611
1612 * org-mobile.el (org-mobile-create-index-file): Use
1613 `org-global-tags-completion-table' instead of
1614 `org-tag-alist-for-agenda' to get the tags for the index file.
1615
1616 * org.el (org-global-tags-completion-table): Fix typo in
1617 docstring.
1618
1619 * org.el (org-link-to-org-use-id): Use `org-capture' instead of
1620 `org-remember' in the docstring.
1621 (org-link-fontify-links-to-this-file): New function to fontify
1622 links to the current buffer in `org-stored-links'.
1623 (org-store-link): Small code simplification.
1624 (org-link-prettify): Enclose literal links into <...> instead of
1625 [[...]].
1626 (org-insert-link): Use `org-link-fontify-links-to-this-file'.
1627 Also allow completion over links' descriptions, as well as links
1628 destinations. When the user uses the description for completion,
1629 don't prompt again for a description.
1630
1631 * org-capture.el (org-capture-templates): Fix docstring by adding
1632 Gnus to the list of mail clients.
1633
1634 * org.el (org-log-repeat): Enhance docstring.
1635
1636 * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
1637 `org-element-backward/forward' as these functions stops when there
1638 is no element of the same type before/after point. It is useful
1639 to navigate with `forward/backward-paragraph' with no stop in most
1640 cases.
1641
1642 * org-capture.el (org-capture-templates): New template %l to
1643 insert the literal link pointing at the current buffer.
1644
1645 * org.el (org-todo-keywords): Ditto.
1646
1647 * org.el (org-fill-paragraph): Falls back on
1648 `message-fill-paragraph' if required in `message-mode'.
1649
1650 * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
1651 (pcomplete/org-mode/file-option/options)
1652 (pcomplete/org-mode/file-option/title)
1653 (pcomplete/org-mode/file-option/author)
1654 (pcomplete/org-mode/file-option/email)
1655 (pcomplete/org-mode/file-option/date): Use the new macro to offer
1656 completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
1657 #+EMAIL and #+DATE.
1658
1659 * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
1660 an external file while `org-agenda-sticky' is non-nil.
1661
1662 * org.el (org-speed-commands-default): New speedy command to
1663 quickly add the :APPT_WARNTIME: property.
1664
1665 * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
1666 property to override `appt-message-warning-time' when adding an
1667 appointment from an entry.
1668
1669 * org.el (org-version): Improve docstring.
1670 (org-self-insert-cluster-for-undo): The default value should be
1671 nil for Emacs >=24.1. See bug#11774.
1672
1673 * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
1674 commit.
1675
1676 * org.el (org-options-keywords): New constant.
1677 (org-additional-option-like-keywords): Remove duplicates with
1678 keywords in the new constant.
1679 (org-additional-option-like-keywords-for-flyspell): Use the new
1680 constant.
1681 (org-mode-flyspell-verify): Exclude keywords from the new
1682 constant.
1683
1684 * org-pcomplete.el (pcomplete/org-mode/file-option): Use
1685 `org-options-keywords'.
1686
1687 * org.el (org-toggle-heading): Bugfix: use
1688 `org-element-mark-element' instead of `org-mark-list'.
1689
1690 * org-list.el (org-mark-list): Delete.
1691
1692 * org.el: Update a few keybindings.
1693
1694 * org-element.el (org-element-down): Throw an error when the
1695 element has no content.
1696
1697 * org-table.el (orgtbl-radio-table-templates): Add a template for
1698 org-mode.
1699 (orgtbl-to-orgtbl): Complete and align the table created with
1700 orgtbl-to-orgtbl, in case the user use the function for radio
1701 tables.
1702 (orgtbl-to-table.el): New function to export a table to another
1703 one using the table.el format.
1704 (orgtbl-to-unicode): New function to export a table using unicode
1705 characters.
1706
1707 * org-exp.el (org-export-language-setup): Use "Sommaire" for the
1708 french translation of "Table of contents", to avoid a possible bug
1709 when exporting to ODT.
1710
1711 * org.el (org-additional-option-like-keywords): Add keywords.
1712 (org-additional-option-like-keywords-for-flyspell): New constant
1713 to use with flyspell.
1714 (org-mode-flyspell-verify): Use the dedicated constant and don't
1715 check `org-startup-options'.
1716
1717 * org-agenda.el (org-batch-store-agenda-views): Use the sticky
1718 agenda buffer name, if required.
1719 (org-agenda-write): New parameter `agenda-bufname' to allow
1720 setting the agenda buffer name.
1721
1722 * org.el (org-mode-map): Add keybindings for
1723 `org-element-forward', `org-element-backward', `org-element-up'
1724 and `org-element-down'.
1725
1726 * org.el (org-auto-fill-function): Don't call `do-auto-fill'
1727 within (org-let org-fb-vars ...) as `do-auto-fill' should do the
1728 right thing whether orgstruct++-mode is turned on or off.
1729
1730 * org.el (org-sparse-tree-default-date-type): New option.
1731 (org-ts-type): New variable.
1732 (org-sparse-tree): New argument `type'. Use the new option
1733 `org-sparse-tree-default-date-type' as the default value for
1734 `type'. Fix docstring.
1735 (org-re-timestamp): New function.
1736 (org-check-before-date, org-check-after-date)
1737 (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
1738 to tell compute the date regexp.
1739
1740 * org.el (orgstruct++-mode, org-get-local-variables): Also set
1741 `normal-auto-fill-function' when turning on/off orgstruct++-mode.
1742
1743 * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
1744 customization types.
1745
1746 * org-faces.el (org-document-title): Use the normal height.
1747
1748 * org-clock.el (org-x11idle-exists-p): New variable.
1749 (org-user-idle-seconds): Use it.
1750
1751 * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
1752 C-M-l'.
1753
1754 * org.el (org-insert-all-links): New command.
1755 (org-insert-link): `org-keep-stored-link-after-insertion' is now
1756 checked when the link to insert has been defined, regardless on
1757 how it has been defined. Also don't read the description
1758 interactively when the `default-description' parameter was given.
1759 (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
1760
1761 * org.el (org-inc-effort): New command to increment the effort
1762 property.
1763 (org-set-effort): Use it.
1764 (org-mode-map): Bind it to `C-c C-x E'.
1765 (org-speed-commands-default): Use `E' as a speed command for it.
1766
1767 * org.el (org-re-property-keyword): New function.
1768 (org-entry-put): Use it to fix a bug with respect to setting the
1769 value of a property when a property line with no value already
1770 exists.
1771
1772 * org.el (org-timestamp-change): Adjust clock in other org files
1773 correctly.
1774
1775 * org-clock.el (org-user-idle-seconds): Simplify.
1776
1777 * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
1778 C-z'.
1779
1780 * org.el (org-mode-map): Add keybindings to
1781 `org-element-transpose' and `org-narrow-to-element'.
1782 (org-metaup): Fall back on `org-element-drag-backward'.
1783 (org-metadown): Fall back on `org-element-drag-forward'. Also
1784 move chunks of declarations and require statements to get rid of
1785 compiler warnings.
1786
1787 * org-exp-blocks.el (org): Don't require org. Add declarations.
1788
1789 * org-clock.el (org): Don't require org.
1790
1791 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
1792
1793 * org.el (org-timestamp-change): Don't use the `position'.
1794
1795 * org.el (org-clock-history, org-clock-adjust-closest): New
1796 variables.
1797 (org-timestamp-change): Maybe adjust the next or previous clock in
1798 `org-clock-history'.
1799 (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
1800 timestamp at point and adjust the next or previous clock in
1801 `org-clock-history', when possible.
1802
1803 * org-clock.el (org-clock-in): Set the marker for
1804 `org-clock-history' at a safer position.
1805
1806 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
1807 Autoload.
1808
1809 * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
1810
1811 * org.el (org-indent-line): Fix indentation of a property line
1812 starting at the beginning of a line.
1813
1814 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1815
1816 * org-compat.el: Alias `org-condition-case-unless-debug' to
1817 `condition-case-unless-debug' or `condition-case-no-debug'.
1818
1819 * org.el (org-todo-keywords): Ditto.
1820
1821 * org.el (org-use-fast-todo-selection): Reformat docstring.
1822
1823 * org.el (org-flag-drawer): Add a docstring.
1824 (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
1825 `org-clock-in-last' to "C-cC-xC-x". This fixes a bug in the
1826 previous keybinding for `org-clock-in-last', which would override
1827 the one for `org-clock-in'.
1828
1829 * org-clock.el (org-clock-in-last): Prevent errors when there is
1830 no clocking history.
1831 (org-clock-cancel): Fix bug when checking against a clock log in a
1832 folded drawer.
1833
1834 * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
1835 new specifier. Update the docstring.
1836
1837 * org.el (org-startup-options): Fix docstring formatting.
1838
1839 * org.el (org-use-sub-superscripts): Fix typo in docstring.
1840
1841 * org.el (org-refile): Fix bug: prevent looping when calling
1842 `org-set-tags' internally.
1843
1844 * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
1845 `org-clock-in-last'.
1846
1847 * org-clock.el (org-clock-continuously): New option.
1848 (org-clock-in): Three universal prefix arguments set
1849 `org-clock-continuously' to `t' temporarily.
1850 (org-clock-in-last): Fix call to `org-clock-select-task' and
1851 support continuous clocking.
1852 (org-clock-out-time): New variable.
1853 (org-clock-out): Set `org-clock-out-time' when clocking out.
1854 Small docstring rewriting.
1855 (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
1856 bug when trying to delete empty logbook drawer.
1857 (org-clock-cancel): If the clock log is gone, send a warning
1858 instead of deleting the region that is supposed to contain it.
1859
1860 * org.el (org-move-line-down, org-move-line-up): Remove.
1861 (org-metaup, org-metadown): When the region is active, move it
1862 up/down by one line, with no regard to the context.
1863
1864 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1865
1866 * org-compat.el: Alias `org-condition-case-unless-debug' to
1867 `condition-case-unless-debug' or `condition-case-no-debug'.
1868
1869 * org-pcomplete.el (org-thing-at-point): Ignore trailing
1870 whitespaces while looking-back at properties.
1871
1872 * org.el (org-mode): Set `indent-region-function'.
1873 (org-indent-region): New function.
1874 (org-fill-paragraph): When in a src block, use `indent-region' to
1875 indent the whole source code instead of falling back on
1876 `fill-paragraph', as this function messes up the code.
1877
1878 * org-src.el (org-edit-src-code): Fix docstring formatting.
1879
1880 * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
1881
1882 * org.el (org-mode, org-add-log-setup)
1883 (org-get-property-block, org-entry-put)
1884 (org-property-next-allowed-value, org-return)
1885 (org-indent-line): Rename `org-indent-line-function' to
1886 `org-indent-line'.
1887
1888 * org-timer.el (org-timer-item): Ditto.
1889
1890 * org-table.el (org-table-store-formulas): Ditto.
1891
1892 * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
1893
1894 * org-src.el (org-src-font-lock-fontify-block)
1895 (org-src-strip-leading-and-trailing-blank-lines)
1896 (org-src-ask-before-returning-to-edit-buffer)
1897 (org-edit-src-code, org-edit-src-continue)
1898 (org-edit-fixed-width-region)
1899 (org-src-do-key-sequence-at-code-block)
1900 (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
1901 typos in docstrings.
1902
1903 * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
1904 use "format string" instead of "formatting string".
1905
1906 * org-latex.el (org-export-latex-emphasis-alist)
1907 (org-export-latex-title-command, org-export-latex-tables): Ditto.
1908
1909 * org-html.el (org-export-html-postamble): Ditto.
1910
1911 * org-latex.el (org-export-latex-hyperref-options-format): New
1912 option.
1913 (org-export-latex-make-header): Use it.
1914
1915 * ob.el (org-babel-confirm-evaluate): Prevent errors when
1916 `org-current-export-file' is void.
1917
1918 * org-table.el (org-table-export): Use the file name extension to
1919 suggest the right conversion format. Also amend the docstring.
1920
1921 * org.el (org-speed-commands-default): Two new speed commands.
1922 Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
1923
1924 * org.el (org-time-stamp): With two universal arguments, insert an
1925 active timestamp with the current time without prompting the user.
1926
1927 * org-clock.el (org-clock-in-last): New command.
1928
1929 * org-clock.el (org-clock-in): Fix typo in docstring.
1930
1931 * org-mobile.el (org-mobile-edit): Fix reference to a free
1932 variable.
1933
1934 * org.el (org-doi-server-url): Update :group.
1935
1936 * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
1937 variable.
1938
1939 * org.el (org-doi-server-url): New option.
1940 (org-open-at-point): Use it.
1941
1942 * org.el (org-at-comment-p): New function.
1943 (org-toggle-heading): Use `org-at-comment-p' to skip comments.
1944
1945 * org-html.el (org-export-as-html): Add links to the Org mode and
1946 GNU Emacs websites When :html-postamble is set to 't.
1947
1948 * org-export.el (org-export-creator-string): Add links to the Org
1949 mode and GNU Emacs websites.
1950
1951 * org-special-blocks.el
1952 (org-special-blocks-convert-html-special-cookies): Prevent errors
1953 by first checking `org-line' is not nil.
1954
1955 * org-clock.el (org-clock-string-limit)
1956 (org-clock-modeline-total, org-clock-task-overrun-text)
1957 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
1958
1959 * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
1960 point is right after the timestamp. `org-at-timestamp-p' still
1961 returns `t' in this case, as this is more practical.
1962 (org-return): Check against ̀org-ts-what' to verify that point is
1963 really within the timestamp (if any).
1964
1965 * org.el (org-return): Follow time-stamp links when point is an a
1966 time-stamp.
1967
1968 * org-capture.el (org-capture-bookmark): New option.
1969 (org-capture-finalize): Use it.
1970
1971 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1972 the column mandatory after #+include:.
1973
1974 * org-exp.el (org-export-handle-include-files): Ditto.
1975
1976 * org-bibtex.el (org-bibtex-entries): Rename from
1977 (org-bibtex-read, org-bibtex-write): Use the new name.
1978
1979 * org-exp.el (org-export-handle-include-files): Allow to use
1980 #+include with no column.
1981
1982 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1983 quotes mandatory around the file name and allow spaces in it.
1984
1985 * org-html.el (org-export-as-html): Add link to Org's and Emacs's
1986 websites.
1987
1988 * org-latex.el
1989 (org-export-latex-link-with-unknown-path-format): New option.
1990 (org-export-latex-links): Use it.
1991
1992 * org-agenda.el (org-agenda-get-timestamps): Remove any active
1993 timestamp from the headline text, not only those for the current
1994 date.
1995
1996 * org.el (org-set-tags): Allow setting tags for headlines in the
1997 region when `org-loop-over-headlines-in-active-region' is non-nil.
1998
1999 * org.el (org-allow-promoting-top-level-subtree): New option to
2000 allow promoting a top-level subtree.
2001 (org-called-with-limited-levels): New variable, dynamically bound
2002 within the `org-with-limited-levels' macro.
2003 (org-promote): Use the new option to allow promoting a top-level
2004 subtree.
2005
2006 * org-macs.el (org-with-limited-levels): Let-bind
2007 `org-called-interactively-p' to t.
2008
2009 * org.el (org-create-formula-image-with-dvipng)
2010 (org-create-formula-image-with-imagemagick): Make sure a file
2011 exists before trying to delete it.
2012
2013 * org.el (org-scan-tags): Correctly match TODO keywords.
2014
2015 * org-agenda.el (org-agenda-bulk-action): Fix bug: use
2016 `org-agenda-bulk-unmark-all'.
2017
2018 * org.el (orgstruct++-mode): Fix docstring.
2019 (org-fill-paragraph): Use the 'justify parameter when falling back
2020 on `fill-paragraph'.
2021
2022 * org.el (org-indent-line-function): Use `org-let' instead of
2023 `orgstruct++-ignore-org-filling'.
2024 (org-fill-paragraph, org-auto-fill-function): Ditto.
2025
2026 * org-macs.el (orgstruct++-ignore-org-filling): Delete.
2027
2028 * org-table.el (org-table-time-string-to-seconds): Return the
2029 empty string if provided.
2030 (org-table-eval-formula): When assigning a duration string, handle
2031 it correctly -- i.e. don't make any computation on it, except the
2032 one to insert it using the correct duration format.
2033
2034 * org.el (org-indent-line-function): Fix bug.
2035
2036 * org-clock.el (org-frame-title-format-backup): New variable to
2037 store the value of `frame-title-format' before `org-clock' might
2038 replace it by `org-clock-frame-title-format'.
2039 (org-clock-frame-title-format): New option.
2040 (org-frame-title-string): Delete.
2041 (org-clock-update-mode-line): Minor code reformatting.
2042 (org-clock-in, org-clock-out, org-clock-cancel): Use
2043 `org-clock-frame-title-format'.
2044
2045 * org-clock.el (org-clock-get-clock-string): Add a space.
2046
2047 * org-list.el (org-mark-list): Return an error when there is no
2048 list at point.
2049
2050 * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
2051 at point before converting items to headings. With a simple
2052 universal-argument, set `current-prefix-arg' to 1, otherwise keep
2053 the numeric value.
2054
2055 * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
2056 more readable.
2057
2058 * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
2059 all entries for bulk action.
2060 (org-agenda-menu): New menu item for marking all entries.
2061 (org-agenda-bulk-mark-all): New function to mark all entries.
2062 (org-agenda-bulk-mark-regexp): Minor docstring fix.
2063 (org-agenda-bulk-unmark): With a prefix argument, unmark all.
2064 Also send a better message.
2065 (org-agenda-bulk-remove-all-marks): Rename to
2066 `org-agenda-bulk-unmark-all'. Check against
2067 `org-agenda-bulk-marked-entries' before trying to unmark entries.
2068 Minor docstring fix.
2069 (org-agenda-bulk-unmark-all): Renamed from
2070 ̀org-agenda-bulk-remove-all-marks'.
2071
2072 * org-agenda.el (org-agenda-bulk-mark-char): New option.
2073 (org-agenda-bulk-mark): Use the new option.
2074
2075 * org.el (org-src-prevent-auto-filling): New option to prevent
2076 auto-filling in src blocks. This defaults to nil to avoid people
2077 being surprised that no auto-fill occurs in Org buffers where they
2078 use `auto-fill-mode'.
2079 (org-auto-fill-function): Use the new option.
2080
2081 * org.el (org-properties-postprocess-alist): Better customization
2082 type.
2083 (org-set-property): Fix the check against
2084 `org-properties-postprocess-alist'.
2085
2086 * org-macs.el (orgstruct++-ignore-org-filling): Set
2087 `def-edebug-spec' correctly.
2088
2089 * org-colview.el (org-columns-string-to-number): When computing
2090 the values for the colview, match durations and convert them to
2091 HH:MM values.
2092
2093 * org.el (org-duration-string-to-minutes): Match non-round
2094 numbers. Add a new optional parameter to allow returning the
2095 output as a string.
2096
2097 * org.el (org-auto-fill-fallback-function)
2098 (org-indent-line-fallback-function)
2099 (org-fill-paragraph-fallback-function)
2100 (org-auto-fill-fallback-function)
2101 (org-indent-line-fallback-function)
2102 (org-fill-paragraph-fallback-function): Remove.
2103 (org-fb-vars): New buffer-local variable.
2104 (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2105 store, use and restore variables if needed.
2106 (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2107 when needed.
2108 (org-auto-fill-function, org-indent-line-function): Ditto.
2109
2110 * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2111
2112 * org-exp-block.el: Use `org-find-library-name' instead of
2113 `find-library-name'.
2114
2115 * org-compat.el (org-find-library-name): Convert into a macro to
2116 avoid compilation of a function from XEmacs in Emacs and vice
2117 versa.
2118
2119 * org-table.el (org-table-store-formulas): Fix typo.
2120 (org-table-maybe-eval-formula): Fix the regexp to only match
2121 formulas, which never end with the `=' character. If the field
2122 only contain this character, don't eval either.
2123
2124 * org.el (org-set-property): Perform the correct check against
2125 `org-properties-postprocess-alist'.
2126
2127 * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2128 customization type.
2129 (name): Suppress (defvar 'name) as name is not eval'ed when
2130 setting `org-bbdb-anniversary-format-alist'.
2131
2132 * org.el (org-version): When called non-interactively, insert the
2133 short version string, otherwise send a message with the complete
2134 version string.
2135
2136 * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2137 delegate checking whether `org-version' is known as a variable
2138 there.
2139
2140 * org-html.el (org-export-as-html): Use (org-version).
2141
2142 * org-docbook.el (org-export-as-docbook): Ditto.
2143
2144 * org-latex.el (org-export-latex-make-header): Ditto.
2145
2146 * org-clock.el (org-clocktable-write-default): Temporarily disable
2147 `delete-active-region' so that we don't accidently delete an
2148 active region when exporting a subtree/region.
2149
2150 * org-clock.el (org-program-exists): Remove.
2151 (org-show-notification, org-clock-play-sound): Use
2152 `executable-find' instead of `org-program-exists'.
2153
2154 * org-agenda.el (org-diary): Prevent failure from
2155 `org-compile-prefix-format' when there is no agenda buffer.
2156
2157 * org-agenda.el (org-agenda-mode): Replace obsolete variable
2158 `buffer-substring-filters'.
2159
2160 * org-indent.el (org-indent-mode): Ditto.
2161
2162 * org-compat.el (org-find-library-name): Silent the byte-compiler
2163 about a warning related to XEmacs support.
2164
2165 * org-special-blocks.el
2166 (org-special-blocks-convert-html-special-cookies): Use `org-line'
2167 instead of `line'.
2168
2169 * org-html.el (org-html-handle-links, org-export-as-html)
2170 (org-format-org-table-html, org-format-table-table-html)
2171 (org-html-export-list-line): Use `org-line' instead of `line' as
2172 the free variable name.
2173
2174 * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2175
2176 * org-faces.el (org-list-dt): New face.
2177
2178 * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2179 face for definition terms in definition lists.
2180
2181 * org.el (org-fill-paragraph): Pass the `justify' argument to
2182 `org-fill-paragraph-fallback-function'.
2183
2184 * org.el (org-eval-in-calendar): Fix docstring to mention the
2185 KEEPDATE parameter.
2186
2187 * org.el (org-refresh-category-properties): Let-bind
2188 `inhibit-read-only' to t.
2189
2190 * org.el (org-auto-fill-fallback-function)
2191 (org-indent-line-fallback-function)
2192 (org-fill-paragraph-fallback-function): New variables to store
2193 some fall-back functions when turning `orgstruct++-mode' on.
2194 (orgstruct++-mode): Set the new variables.
2195 (org-indent-line-function, org-fill-paragraph)
2196 (org-auto-fill-function): Use them.
2197
2198 * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2199 the 'keepdate parameter set to t when setting the cursor type.
2200
2201 * org-agenda.el (org-agenda-persistent-marks): New option to keep
2202 marks after a bulk action. The option defaults to nil.
2203 (org-agenda-bulk-action): Use the new option.
2204
2205 * org-capture.el (org-capture-fill-template): Use %\n instead of
2206 %n as a template element to be replaced with the nth prompted
2207 string.
2208 (org-capture-templates): Update docstring.
2209
2210 * org.el (org-goto): Fix docstring and document what C-u does.
2211
2212 * org-publish.el (org-publish-cache-file-needs-publishing): Use
2213 (case-fold-search t) when looking for #+INCLUDE:.
2214
2215 * org.el: Use (case-fold-search t).
2216 (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2217
2218 * org-table.el:
2219 (org-table-store-formulas, org-table-get-stored-formulas)
2220 (org-table-fix-formulas, org-table-edit-formulas)
2221 (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2222 (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2223
2224 * org-footnote.el:
2225 (org-footnote-goto-local-insertion-point): Ditto.
2226
2227 * org-exp.el: Ditto.
2228
2229 * org-colview.el:
2230 (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2231
2232 * org-clock.el (org-clocktable-write-default): Ditto.
2233
2234 * org-capture.el (org-capture-place-table-line): Ditto.
2235
2236 * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2237 (org-babel-src-block-names)
2238 (org-babel-where-is-src-block-result, org-babel-result-end)
2239 (org-babel-where-is-src-block-head)
2240 (org-babel-find-named-result, org-babel-result-names): Ditto.
2241
2242 * org-table.el (orgtbl-send-table): Escape special characters.
2243 Introduce a new parameter :no-escape to prevent escaping.
2244
2245 * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2246 when called interactively.
2247 (org-agenda-get-restriction-and-command): Call
2248 `org-toggle-sticky-agenda' interactively.
2249
2250 * org-agenda.el (org-agenda-top-category-filter): New variable for
2251 storing the current top-category filter.
2252 (org-agenda-redo): Apply a top-category filter, if any.
2253 (org-agenda-filter-by-top-category)
2254 (org-agenda-filter-top-category-apply): Set
2255 `org-agenda-top-category-filter' to the right value.
2256
2257 * org-clock.el (org-clock-out, org-clock-cancel)
2258 (org-clock-in): Don't modify `frame-title-format' if it is a
2259 string.
2260
2261 * org-latex.el (org-export-latex-special-chars): Fix bug when
2262 escaping special characters in a table.
2263
2264 * org.el (org-read-date): Set cursor-type to nil in the calendar.
2265
2266 * org-faces.el (org-date-selected): Use inverse video. Don't
2267 explicitely set bold to nil as it causes `customize-face' to show
2268 the weight property and thus encourage the user to change it.
2269 Warn in the docstring that using bold might cause problems when
2270 displaying the calendar.
2271
2272 * org-id.el (org-id-update-id-locations): New parameter to silent
2273 `org-id-find'.
2274 (org-id-find): Use the new parameter.
2275
2276 * org.el (org-show-hierarchy-above, org-cycle)
2277 (org-global-cycle, org-files-list, org-store-link)
2278 (org-link-search, org-open-file, org-display-outline-path)
2279 (org-refile-get-location, org-update-all-dblocks)
2280 (org-change-tag-in-region, org-entry-properties)
2281 (org-save-all-org-buffers, org-revert-all-org-buffers)
2282 (org-buffer-list, org-cdlatex-mode)
2283 (org-install-agenda-files-menu, org-end-of-subtree)
2284 (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2285 'org-mode) instead of (eq major-mode 'org-mode).
2286
2287 * org-timer.el (org-timer-set-timer): Ditto.
2288
2289 * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2290
2291 * org-src.el (org-edit-src-exit, org-edit-src-code)
2292 (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2293
2294 * org-remember.el (org-remember-handler): Ditto.
2295
2296 * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2297
2298 * org-macs.el (org-get-limited-outline-regexp): Ditto.
2299
2300 * org-lparse.el (org-replace-region-by): Ditto.
2301
2302 * org-latex.el (org-latex-to-pdf-process)
2303 (org-replace-region-by-latex): Ditto.
2304
2305 * org-indent.el (org-indent-indent-buffer): Ditto.
2306
2307 * org-id.el (org-id-store-link, org-id-update-id-locations)
2308 (org-id-store-link): Ditto.
2309
2310 * org-html.el (org-export-html-preprocess)
2311 (org-replace-region-by-html): Ditto.
2312
2313 * org-footnote.el (org-footnote-normalize)
2314 (org-footnote-goto-definition)
2315 (org-footnote-create-definition, org-footnote-normalize): Ditto.
2316
2317 * org-docbook.el (org-replace-region-by-docbook): Ditto.
2318
2319 * org-ctags.el (find-tag): Ditto.
2320
2321 * org-colview.el (org-columns-redo)
2322 (org-columns-display-here, org-columns-edit-value)
2323 (org-columns-redo): Ditto.
2324
2325 * org-capture.el (org-capture-insert-template-here)
2326 (org-capture, org-capture-finalize)
2327 (org-capture-set-target-location)
2328 (org-capture-insert-template-here): Ditto.
2329
2330 * org-ascii.el (org-replace-region-by-ascii): Ditto.
2331
2332 * org-archive.el (org-archive-subtree): Ditto.
2333
2334 * org-agenda.el (org-agenda)
2335 (org-agenda-get-restriction-and-command)
2336 (org-agenda-get-some-entry-text, org-search-view)
2337 (org-tags-view, org-agenda-get-day-entries)
2338 (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2339 (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2340
2341 * org.el (org-repeat-re)
2342 (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2343 (org-deadline, org-schedule, org-matcher-time)
2344 (org-time-stamp, org-read-date, org-read-date-get-relative)
2345 (org-display-custom-time, org-get-wdays)
2346 (org-time-string-to-absolute, org-closest-date)
2347 (org-timestamp-change): Allow to set hourly repeat cookie. Send
2348 an error when an hourly repeat cookie is set and no hour is
2349 specified in the timestamp.
2350
2351 * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2352 repeat cookies.
2353
2354 * org-clock.el (org-program-exists): Fix docstring.
2355
2356 * org-clock.el (org-clock-file-time-cell-format): New option.
2357 (org-clocktable-write-default): Use it.
2358
2359 * org-faces.el (org-date-selected): New face.
2360
2361 * org.el (org-date-ovl): Use `org-date-selected'.
2362
2363 * org.el (org-mode): Don't use `buffer-face-mode' by default.
2364
2365 * org-agenda.el (org-agenda-mode-map): Bind `^' to
2366 `org-agenda-filter-by-top-category'.
2367
2368 * org-ascii.el (org-export-ascii-underline): Change the default
2369 underlining characters for headlines of level 1 and 2. Also
2370 introduce \. as the underline character for headlines of level 5.
2371
2372 * org-table.el (org-table-recalculate-buffer-tables)
2373 (org-table-iterate-buffer-tables): Add autoload cookie.
2374
2375 * org.el (org-table-map-tables): Exclude tables in src and example
2376 blocks.
2377
2378 * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2379 untouched when filling an adjacent paragraph.
2380
2381 * org-html.el (org-export-html-preamble-format)
2382 (org-export-html-postamble-format): Improve the docstring.
2383
2384 * org.el (org-todo): Fix regression: rename `state' to
2385 `org-state'.
2386
2387 * org-clock.el (org-show-notification): Use `fboundp' instead of
2388 `featurep' and the additional `require'.
2389
2390 * org-clock.el (org-clock-in-prepare-hook): New option to format
2391 the total time cells.
2392 (org-clocktable-write-default): Use the new option.
2393
2394 * org.el (org-open-at-point): Allow to open the agenda from an
2395 active or inactive timestamp in a headline.
2396
2397 * org-html.el (org-export-html-date-format-string): Make a
2398 defcustom.
2399
2400 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2401
2402 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2403
2404 * org-table.el (org-table-expand-lhs-ranges): Allow hline
2405 references to be expanded correctly in LHS of formulas.
2406
2407 * org-beamer.el (org-beamer-inherited-properties): New option.
2408 (org-beamer-after-initial-vars): Use new option to look for
2409 inherited properties.
2410
2411 * org.el (org-ts-regexp0): Allow time stamps without name of day.
2412
2413 * org-agenda.el (org-toggle-sticky-agenda):
2414 (org-agenda-sticky): Improve :set property.
2415
2416 * org-agenda.el (org-agenda-local-vars): Clean up the variable
2417 list.
2418 (org-agenda-get-restriction-and-command): Add a key for toggling
2419 sticky agenda views.
2420
2421 * org-agenda.el (org-agenda-local-vars): Final decisions about
2422 global/local
2423
2424 * org-agenda.el (org-agenda-force-single-file): Variable removed.
2425 (org-prepare-agenda-window): Store pre-agenda window config
2426 locally.
2427 (org-timeline): Introduce a scoped version of
2428 `org-agenda-show-log'.
2429 (org-agenda-list): Introduce a scoped version of
2430 `org-agenda-show-log'.
2431 (org-agenda-get-progress): Use the scoped version of
2432 `org-agenda-show-log'.
2433 (org-agenda-local-vars): Write the analysis result as a comment -
2434 to be cleaned up in the next iteration.
2435
2436 * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2437 buffers when toggling sticky-agendas.
2438 (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2439 to explicitly kill all agenda buffers.
2440 (org-agenda-run-series): Remove any old agenda markers in the
2441 buffer that is going to take the new block agenda.
2442 (org-prepare-agenda): Reset markers before erasing the buffer anc
2443 running `org-agenda-mode', because after that hte local variable
2444 `org-agenda-markers' will have gone away.
2445 (org-agenda-Quit):
2446 (org-finalize-agenda): Install the marker resetter into the
2447 `kill-buffer-hook'.
2448 (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2449 all agenda buffers.
2450 (org-agenda-kill-all-agenda-buffers): New function.
2451
2452 2012-09-30 Chris Gray <chrismgray@gmail.com>
2453
2454 * org-html.el (org-export-as-html): Remove the check for body-only
2455 in the code for generating tables of contents.
2456
2457 2012-09-30 Christoph Dittmann <github@christoph-d.de> (tiny change)
2458
2459 * org-beamer.el (org-beamer-auto-fragile-frames): Make
2460 [fragile] work with overlay specifications.
2461
2462 2012-09-30 Christophe Junke <christophe.junke@inria.fr> (tiny change)
2463
2464 * org-agenda.el (org-agenda-list): Ensures that the list returned
2465 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2466 checking if the latter is empty.
2467
2468 2012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
2469
2470 * org-latex.el (org-export-latex-tables): Support setting the
2471 :hfmt parameter from #+ATTR_LaTeX.
2472
2473 2012-09-30 Daniel Dehennin <daniel.dehennin@baby-gnu.org> (tiny change)
2474
2475 * org-exp.el (org-export-handle-include-files)
2476 (org-get-file-contents): Handle new parameter :addlevel.
2477
2478 2012-09-30 Dave Abrahams <dave@boostpro.com> (tiny change)
2479
2480 * org.el (org-link-prettify): New function to prettify links while
2481 displaying them with `org-insert-link'.
2482 (org-insert-link): Use the new function.
2483
2484 2012-09-30 David Maus <dmaus@ictsoc.de>
2485
2486 * org-exp.el (org-export-language-setup): Use numeric character
2487 entities for proper rendering of non-UTF8 documents.
2488
2489 * org-exp.el (org-export-language-setup): Add japanese
2490 translation.
2491
2492 2012-09-30 Eric Schulte <eric.schulte@gmx.com>
2493
2494 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2495
2496 * ob.el (org-babel-insert-result): Replace key sequence with
2497 function call. Use a more informative flag to the local function.
2498 (org-add-protective-commas): Declare a new external function.
2499
2500 * org-src.el (org-add-protective-commas): This should be its own
2501 function.
2502 (org-edit-src-exit): Use the new function.
2503
2504 * org-compat.el (org-labels): Remove.
2505
2506 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2507
2508 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2509
2510 * ob.el (org-babel-string-read): Don't automatically evaluate code
2511 block results which look like elisp.
2512 (org-babel-import-elisp-from-file): Raise a warning message when
2513 the process of reading code block results raises an error.
2514
2515 * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2516 macro argument multiple times.
2517
2518 * org.el (org-compat): Require org-compat before we first use one
2519 of its functions (a macro actually).
2520
2521 * ob-comint.el (org-babel-comint-with-output): Don't name the
2522 filter function, but rather pass through the anonymous lambda
2523 directly.
2524
2525 * org.el (org-babel-load-languages): Common lisp should be
2526 mentioned as a supported babel language.
2527
2528 * org-clock.el (org-clock-special-range): "concat 'string" ->
2529 "concat"
2530 (org-clocktable-shift): "concat 'string" -> "concat"
2531
2532 * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2533 org-labels.
2534
2535 * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2536 calc internal representations.
2537
2538 * org-clock.el (org-clock-special-range): Replacing cl concatenate
2539 with concat.
2540 (org-clocktable-shift): Replacing cl concatenate with concat.
2541
2542 * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2543
2544 * org-compat.el (org-flet): Compatibility function now that flet
2545 has been removed from cl-macs.
2546 (org-labels): Compatibility function now that labels has been
2547 removed from cl-macs.
2548
2549 * ob-R.el (org-compat): Require org-compat.
2550
2551 * ob-comint.el: Require org-compat.
2552
2553 * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2554 function.
2555
2556 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2557 compatibility function.
2558
2559 * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2560 function.
2561 (org-babel-lob-execute): Switch to compatibility function.
2562
2563 * ob-python.el (org-babel-python-evaluate-session): Switch to
2564 compatibility function.
2565
2566 * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2567 function.
2568
2569 * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2570 function.
2571
2572 * ob-tangle.el (org-babel-load-file): Switch to compatibility
2573 function.
2574 (org-babel-tangle): Switch to compatibility function.
2575 (org-babel-spec-to-string): Switch to compatibility function.
2576
2577 * ob.el (org-babel-view-src-block-info): Switch to compatibility
2578 function.
2579 (org-babel-execute-src-block): Switch to compatibility function.
2580 (org-babel-edit-distance): Switch to compatibility function.
2581 (org-babel-switch-to-session-with-code): Switch to compatibility
2582 function.
2583 (org-babel-sha1-hash): Switch to compatibility function.
2584 (org-babel-balanced-split): Switch to compatibility function.
2585 (org-babel-join-splits-near-ch): Switch to compatibility function.
2586 (org-babel-get-rownames): Switch to compatibility function.
2587 (org-babel-format-result): Switch to compatibility function.
2588 (org-babel-insert-result): Switch to compatibility function.
2589 (org-babel-examplize-region): Switch to compatibility function.
2590 (org-babel-merge-params): Switch to compatibility function.
2591 (org-babel-noweb-p): Switch to compatibility function.
2592 (org-babel-expand-noweb-references): Switch to compatibility
2593 function.
2594
2595 * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2596 function.
2597 (org-bibtex-fleshout): Switch to compatibility function.
2598 (org-bibtex-read): Switch to compatibility function.
2599 (org-bibtex-write): Switch to compatibility function.
2600
2601 * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2602 compatibility function.
2603
2604 * org-exp.el (org-export-format-source-code-or-example): Switch to
2605 compatibility function.
2606
2607 * org-macs.el (org-called-interactively-p): Indentation fix.
2608
2609 * org-mouse.el (org-mouse-timestamp-today): Switch to
2610 compatibility function.
2611 (org-mouse-set-priority): Switch to compatibility function.
2612 (org-mouse-popup-global-menu): Switch to compatibility function.
2613 (org-mouse-context-menu): Switch to compatibility function.
2614
2615 * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
2616 compatibility function.
2617 (org-plot/gnuplot-script): Switch to compatibility function.
2618
2619 * org.el (org-entry-get): Switch to compatibility function.
2620 (org-fill-paragraph): Switch to compatibility function.
2621 (org-auto-fill-function): Switch to compatibility function.
2622
2623 * ob-lob.el (org-babel-lob-execute): Only try to insert extant
2624 hashes.
2625
2626 * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
2627
2628 * ob.el (org-babel-set-current-result-hash): Change the hash of
2629 the results for the current code block.
2630 (org-babel-current-result-hash): Fix documentation.
2631
2632 * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
2633 function if the current call line hash matches that in its
2634 results.
2635
2636 * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
2637 a table is a sequence.
2638
2639 * ob-R.el (org-babel-R-assign-elisp): Clean up the code
2640 implementing reads of irregular data into R.
2641
2642 * ob.el (org-babel-header-arg-expand): In new buffers
2643 (char-before) may return nil so use equal rather than =.
2644
2645 * ob-R.el (org-babel-header-args:R): Adding values.
2646
2647 * ob-clojure.el (org-babel-header-args:clojure): Adding values.
2648
2649 * ob-lisp.el (org-babel-header-args:lisp): Adding values.
2650
2651 * ob-sql.el (org-babel-header-args:sql): Adding values.
2652
2653 * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
2654
2655 * ob.el (org-babel-combine-header-arg-lists): Combine lists of
2656 arguments and values.
2657 (org-babel-insert-header-arg): Use new combined header argument
2658 lists.
2659 (org-babel-header-arg-expand): Add support for completing-read
2660 insertion of header arguments after ":"
2661 (org-babel-enter-header-arg-w-completion): Completing read
2662 insertion of header arguments
2663 (org-tab-first-hook): Adding header argument completion.
2664 (org-babel-params-from-properties): Combining header argument
2665 lists.
2666
2667 * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
2668 used on export.
2669
2670 * ob.el (org-babel-result-to-file): New optional description
2671 argument.
2672 (org-babel-insert-result): Moved description logic to another
2673 function.
2674
2675 * ob.el (org-babel-insert-result): Change name of filelinkdescr to
2676 file-desc.
2677 (org-babel-common-header-args-w-values): Change name of
2678 filelinkdescr to file-desc.
2679
2680 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
2681 files on windows.
2682
2683 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
2684 Org-mode blocks.
2685
2686 * ob.el (org-babel-parse-src-block-match): Make use of the new
2687 language argument to org-babel-strip-protective-commas.
2688 (org-babel-parse-inline-src-block-match): Make use of the new
2689 language argument to org-babel-strip-protective-commas.
2690 (org-babel-strip-protective-commas): Now accepts a language
2691 argument.
2692
2693 2012-09-30 Fabrice Niessen <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org> (tiny change)
2694
2695 * org-agenda.el (org-agenda-write-buffer-name): Remove the test
2696 for the presence of <style> tag.
2697
2698 2012-09-30 Feng Shu <tumashu@gmail.com>
2699
2700 * org.el (org-create-formula-image-with-imagemagick): Use
2701 'call-process to launch latex so that no shell output buffer will
2702 be shown when previewing formulas.
2703
2704 * org.el (org-create-formula-image-with-imagemagick): Fix typo.
2705
2706 * org.el (org-latex-create-formula-image-program): New option to
2707 use either dvipng or imagemagick to convert and preview LaTeX
2708 fragments.
2709 (org-preview-latex-fragment, org-format-latex): Handle the new
2710 option.
2711 (org-create-formula-image-with-dvipng): Rename from
2712 `org-create-formula-image'.
2713 (org-create-formula-image-with-imagemagick): New defun to handle
2714 LaTeX preview with imagemagick.
2715 (org-latex-color, org-latex-color-format): New defuns to handle
2716 color conversions.
2717
2718 * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
2719 Allow to use imagemagick to convert LaTeX fragments.
2720
2721 * org-html.el (org-export-html-preprocess): Ditto.
2722
2723 * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
2724
2725 2012-09-30 George Kettleborough <g.kettleborough@member.fsf.org>
2726
2727 * org-clock.el: New option `org-clock-clocked-in-display' to
2728 control whether the current clock is displayed in the mode line
2729 and/or frame title.
2730
2731 * org-timer.el: New option `org-timer-display' to control whether
2732 the current timer is displayed in the mode line and/or frame
2733 title.
2734
2735 2012-09-30 Hans-Peter Deifel <hpdeifel@gmx.de> (tiny change)
2736
2737 * ob.el (org-babel-execute-src-block): Allow the :dir header
2738 argument to take relative file names.
2739
2740 2012-09-30 Harri Kiiskinen <harri@pp-kaitue.(none)> (tiny change)
2741
2742 * org-protocol.el: New option.
2743 (org-protocol-store-link, org-protocol-do-capture): Use it.
2744
2745 2012-09-30 Henning Weiss <hdweiss@gmail.com>
2746
2747 * org-mobile.el (org-mobile-edit): Added handling of addheading,
2748 refile, archive, archive-sibling and delete edit nodes.
2749 (org-mobile-locate-entry): Olp links containing only a file are
2750 now be located correctly.
2751 (org-mobile-apply): Instead of finding the location of all target
2752 headings for edit nodes in a separate loop, they will be found
2753 immediately before applying edits.
2754
2755 * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
2756 title.
2757
2758 2012-09-30 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
2759
2760 * org.el (org-parse-time-string): Allow strings supported by
2761 tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
2762 starts with < and ends with >. This means that e.g. in the
2763 clocktable parameters you can specify :tstart "<-1w>" :tend
2764 "<now>".
2765
2766 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2767
2768 * org-colview.el (org-columns): New argument `columns-fmt-string'.
2769
2770 * org-colview.el (org-columns-get-format-end-top-level): Split
2771 into `org-columns-get-format' and `org-columns-goto-top-level'.
2772
2773 * org-colview.el (org-dblock-write:columnview): Add a new
2774 parameter :format which specifies the column view format for the
2775 output of the columnview dynamic block.
2776
2777 2012-09-30 Jambunathan K <kjambunathan@gmail.com>
2778
2779 * org-lparse.el (org-lparse-and-open)
2780 (org-lparse-do-convert): Open exported files with system-specific
2781 application.
2782
2783 * org-odt.el: Don't meddle with `org-file-apps'.
2784
2785 * org-compat.el (org-condition-case-unless-debug): Alias to
2786 `condition-case' when both `condition-case-no-debug' and
2787 `condition-case-unless-debug' is unavailable.
2788
2789 * org-odt.el (org-odt-do-image-size): Replace `flet' with
2790 equivalent construct.
2791
2792 * org-odt.el (org-odt-cleanup-xml-buffers): Use
2793 `condition-case-no-debug' instead of
2794 `condition-case-unless-debug'. This ensures backward
2795 compatibility with Emacs versions < 24.1.
2796
2797 * org-odt.el (org-odt-zip-dir)
2798 (org-odt-cleanup-xml-buffers): New.
2799 (org-export-as-odt-and-open, org-export-as-odt)
2800 (org-odt-init-outfile, org-odt-save-as-outfile)
2801 (org-export-as-odf, org-export-as-odf-and-open): Use
2802 `org-odt-cleanup-xml-buffers'.
2803
2804 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2805 default character style.
2806
2807 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2808 default character style.
2809
2810 * org-lparse.el (org-do-lparse): Remove stray call to
2811 `org-export-html-after-blockquotes-hook'.
2812
2813 * org-bbdb.el (org-bbdb-export): Add support for ODT format.
2814
2815 * org-odt.el (org-odt-update-meta-file): Check for `org-version'
2816 is bound before accessing it.
2817
2818 * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
2819 moved away from $(git-root)/contrib/odt/etc/schema/ to
2820 $(git-root)/etc/schema/.
2821
2822 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
2823 internal links destined for headlines provide a description or
2824 not. In fact, the `org-store-link' and `org-insert-link' create
2825 internal links which do have a description.
2826
2827 * org-lparse.el (org-lparse-insert-org-table): Consider short
2828 caption as plain text and not as org text.
2829
2830 * org-odt.el (org-export-odt-format-formula)
2831 (org-export-odt-format-image): Ditto.
2832
2833 * org-odt.el (org-odt-begin-table)
2834 (org-export-odt-format-formula, org-export-odt-format-image)
2835 (org-odt-format-entity): Handle short caption.
2836
2837 * org-lparse.el (org-lparse-insert-org-table)
2838 (org-lparse-insert-list-table, org-lparse-insert-table-table):
2839 Ditto.
2840
2841 2012-09-30 Jay McCarthy <jay.mccarthy@gmail.com> (tiny change)
2842
2843 * org-colview.el (org-columns-new-overlay): Make sure to add a
2844 face to a string that has no face.
2845
2846 2012-09-30 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2847
2848 * org-latex.el: Ensure a final newline is appended to the export
2849 buffer.
2850
2851 2012-09-30 Levin Du <zslevin@gmail.com> (tiny change)
2852
2853 * org-clock.el (org-clock-in): Fix bug in setting the clock
2854 heading.
2855
2856 2012-09-30 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
2857
2858 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
2859 advertised by the function.
2860
2861 2012-09-30 Mark E. Shoulson <mark@kli.org> (tiny change)
2862
2863 * org.el (org-fontify-entities): Hide {} when prettifying
2864 entities.
2865
2866 2012-09-30 Mark Shoulson <mark@kli.org> (tiny change)
2867
2868 * org-entities.el (org-entities): Add new entities for characters
2869 which could cause formatting changes if typed directly.
2870
2871 * org-entities.el (org-entities): Added \asciicirc entity for ^;
2872 also fixed \circ expansion in latex.
2873
2874 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
2875 and \there4 were not "prettified" when org-pretty-entities was
2876 enabled.
2877
2878 2012-09-30 Mats Lidell <matsl@xemacs.org> (tiny change)
2879
2880 * org-element.el (org-element-paragraph-separate): Remove
2881 redundant and misplaced t clause in case.
2882
2883 2012-09-30 Matt Lundin <mdl@imapmail.org>
2884
2885 * org-datetree.el: Fix regexp to allow datetree to find headings
2886 with trailing whitespace. This fixes a bug in which an existing
2887 datetree heading (e.g., "* 2012 ") would not be found by
2888 org-datetree-find-year-create if it had trailing whitespace. This
2889 can cause problems, for instance, if one is using column view on
2890 the date tree, since editing subheadings with column view adds
2891 whitespace at the end of the top heading.
2892
2893 * org-footnote.el (org-footnote-new): Don't call
2894 org-footnote-unique-label if org-footnote-auto-label is set to
2895 random.
2896
2897 * org-gnus.el: (org-gnus-follow-link): Fix argument to
2898 gnus-group-read-group so that following a link does not result in
2899 unread article being selected.
2900
2901 * org-bbdb.el (org-bbdb-anniv-extract-date)
2902 (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
2903 to accommodate BBDB 3.x. There are two major changes in BBDB 3.x
2904 that need to be taken into account. The first is that
2905 `bbdb-split' reverses the order of its parameters in 3.x. The
2906 second is that `bbdb-record-getprop' is replaced by
2907 bbdb-record-note in 3.x.
2908
2909 2012-09-30 Max Mikhanosha <max@openchat.com>
2910
2911 * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
2912 a single line of agenda by narrowing the agenda buffer to just
2913 that line before calling `org-agenda-finalize'.
2914
2915 * org.el (org-mode): Don't set org-hide's foreground to
2916 "invisible-bg".
2917 (org-find-invisible-foreground): New function.
2918
2919 * org-agenda.el (defvar org-habit-show-all-today): New variable
2920 (org-agenda-get-scheduled): Show all habits if user wants it
2921
2922 * org-habit.el (defcustom org-habit-show-all-today): New variable
2923
2924 * org-agenda.el (org-agenda-quit): Copy the code for optionally
2925 restoring window configuration after burying the sticky agenda
2926 buffer.
2927
2928 * org-agenda.el (org-agenda-new-marker): Check for NIL
2929 org-agenda-buffer
2930 (org-agenda-to-appt): Bind org-agenda-buffer to NIL
2931
2932 * org-agenda.el (org-agenda-change-all-lines): Move accessing of
2933 'extra text property outside of with-current-buffer for original
2934 buffer
2935
2936 * org-agenda.el (defvar org-habit-show-habits-only-for-today):
2937 initialize to nil
2938
2939 2012-09-30 Michael Brand <michael.ch.brand@gmail.com>
2940
2941 * org-id.el (org-id-link-to-org-use-id): Align the doc string to
2942 the changed default.
2943
2944 * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
2945 when heading has no text.
2946
2947 * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
2948 parsing.
2949
2950 * org-feed.el (org-feed-format-entry): Require `org-capture'.
2951 Expand Elisp %(...) templates.
2952 (org-feed-default-template): Update docstring.
2953
2954 * org-capture.el (org-capture-expand-embedded-elisp): New
2955 function.
2956 (org-capture-fill-template): Use it.
2957 (org-capture-inside-embedded-elisp-p): New function to tell if we
2958 are within an Elisp %(...) template.
2959
2960 * org-list.el (org-at-item-description-p)
2961 (org-list-item-body-column): Make the inline regexp more
2962 consistent with `org-list-full-item-re', the inline regexp
2963 "Description list items" from `org-set-font-lock-defaults and
2964 others'.
2965
2966 2012-09-30 Mike Sperber <sperber@deinprogramm.de>
2967
2968 * org.el (org-fill-paragraph): Pass optional argument to
2969 `fill-paragraph' to fix compatibility with XEmacs.
2970
2971 * org.el (org-self-insert-cluster-for-undo): Default
2972 `org-self-insert-cluster-for-undo' also on XEmacs.
2973
2974 * org.el (org-kill-line): Access `visual-line-mode' only if it's
2975 bound.
2976
2977 2012-09-30 Muchenxuan Tong <demon386@gmail.com> (tiny change)
2978
2979 * org-timer.el (org-timer-set-mode-line): Check
2980 `org-timer-display' when value is 'off.
2981
2982 2012-09-30 Nicolas Calderon Asselin <nicolas.calderon.asselin@gmail.com> (tiny change)
2983
2984 * org-clock.el (org-clock-idle-time): Org-mode assumed that
2985 x11idle was an available command, and returned an idle time of 0
2986 if it was not
2987 (never idle). Added checks so that org-idle-time will come from
2988 emacs' own current-idle-time if x11idle cannot be found or if it
2989 cannot retrieve the idle time from X11
2990
2991 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2992
2993 * org-element.el: Properly remove COMMENT and QUOTE keywords from
2994 title in parser.
2995
2996 * org-element.el (org-element-headline-parser): Fix parsing for
2997 headlines with a single COMMENT or QUOTE keyword.
2998
2999 * ob-org.el (org-babel-default-header-args:org): By default,
3000 export code from Org src blocks.
3001
3002 * org-element.el (org-element-inline-src-block-successor): Fix
3003 inline-src-block parsing at the beginning of an item.
3004
3005 * org-element.el (org-element--collect-affiliated-keywords): Fix
3006 caption parsing.
3007
3008 * org-element.el (org-element--current-element): At the very
3009 beginning of a footnote definition or an item, next element is
3010 always a paragraph.
3011
3012 * org-element.el (org-element-headline-parser): Handle nil titles.
3013 (org-element-inlinetask-parser): Add :raw-value property. Also
3014 handle nil titles.
3015
3016 * org.el (org-set-regexps-and-options): Don't consider tags as a
3017 replacement for a missing title in an headline.
3018
3019 * org.el (org-setup-filling): Remove duplicate code.
3020
3021 * org.el (org-adaptive-fill-function): Make sure fill prefix is
3022 computed from beginning of line.
3023
3024 * org-element.el (org-element-section-parser): Make sure section
3025 cannot contain an headline.
3026 (org-element--current-element): Fix bug requiring to parse a quote
3027 section even when point is at an headline.
3028
3029 * org.el (org-adaptive-fill-function): Remove occasional spurious
3030 space character when auto-filling.
3031
3032 * org.el (org-mode): Call external initalizers. Now both filling
3033 code and comments code have their own independant part in org.el.
3034 (org-setup-filling): Renamed from `org-set-autofill-regexps'.
3035 (org-setup-comments-handling): New function.
3036
3037 * org.el (org-fill-paragraph): Refine filling in comments and in
3038 paragraphs. Allow commented blank lines. Take into consideration
3039 the indentation of the second line of the paragraph being filled.
3040 (org-comment-or-uncomment-region): Rewrite function. Now comment
3041 region at a fixed column: the minimal indentation of the region.
3042 (org-fill-context-prefix): Rename function into
3043 `org-adaptive-fill-function'. Also, In a paragraph, choose the
3044 same prefix as the current line.
3045
3046 * org-exp.el (org-export-handle-comments): Also remove comments at
3047 column 0.
3048
3049 * org-exp.el (org-export-handle-comments): Handle inline comments
3050 with new syntax.
3051
3052 * org.el (org-structure-template-alist): Add missing colon to
3053 #+INCLUDE.
3054
3055 * org.el (org-backward-element): When called at the beginning of
3056 first element in section, the function shouldn't return an error
3057 but move point to headline or point-min instead.
3058
3059 * org-element.el (org-element-paragraph-parser): Tiny refactoring.
3060
3061 * org-element.el (org-element-paragraph-parser): Remove trailing
3062 code comments.
3063
3064 * org.el (org-fill-context-prefix): Fix incorrect output when
3065 called at the beginning of a plain list with an affiliated
3066 keyword.
3067 (org-fill-paragraph): Remove useless variable.
3068
3069 * org-element.el (org-element-paragraph-parser): Fix parsing of
3070 paragraph at the beginning of an item.
3071
3072 * org.el (org-mode): Set back comment-start-skip so comment-dwim
3073 can tell a keyword from a comment.
3074
3075 * org.el (org-set-autofill-regexps): Install new comment line
3076 break function.
3077 (org-comment-line-break-function): New function.
3078 (org-mode): Remove unnecessary line.
3079
3080 * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
3081 fill verse blocks contents. Verse blocks can be used to format
3082 free-form poetry, so filling has to be done manually.
3083
3084 * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3085 (org-set-autofill-regexps): Introduce new predicate.
3086 (org-fill-item-nobreak-p): Remove function.
3087
3088 * org-element.el (org-element-paragraph-separate): Since this
3089 variable is meant to be searched forward, \end{...} shouldn't
3090 trigger the end of a paragraph before checking if it is the end of
3091 a complete environment.
3092 (org-element-latex-environment-parser): Slight change to the
3093 regexp matching the beginning of a latex environment.
3094 (org-element-paragraph-parser): Paragraphs don't end at incomplete
3095 latex environments.
3096 (org-element-latex-or-entity-successor): Remove paragraph
3097 environments from latex fragment search.
3098
3099 * org-table.el (org-table-number-regexp): By default, accept comma
3100 as a decimal mark to represent numbers.
3101
3102 * org-element.el (org-element-map): Fix comment typo.
3103
3104 * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3105 returning funny results.
3106
3107 * org.el (org-fill-paragraph): Try not to include message header
3108 and citation lines in a paragraph when filling it.
3109
3110 * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3111 (org-fill-context-prefix): Fill prefix doesn't depend on current
3112 narrowing.
3113
3114 * org.el (org-mode): Line with a single hash sign on it is a
3115 comment.
3116
3117 * org.el (org-set-font-lock-defaults): Fix comment fontification.
3118
3119 * org-element.el (org-element-item-parser): Do not remove tag from
3120 body if list isn't descriptive.
3121
3122 * org-list.el (org-insert-item): Only ask about a term for
3123 descriptive lists.
3124 (org-list-struct, org-list-insert-item): Do not recognize a tag in
3125 an ordered list.
3126
3127 * org-element.el (org-element-set-element): Rewrite function.
3128 (org-element-adopt-elements): New function.
3129 (org-element-adopt-element): Removed function.
3130 (org-element--parse-elements, org-element--parse-objects): Use new
3131 function.
3132
3133 * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3134 which is now hard-coded.
3135 (org-cycle-list-bullet): Hard code `bullet' rule.
3136 (org-list-get-list-type): Make sure a list with numbered bullets
3137 cannot have `descriptive' type.
3138
3139 * org-element.el (org-element-paragraph-parser): Fix previous
3140 patch.
3141
3142 * org.el (org-fill-paragraph): No need to use
3143 `org-element-paragraph-separate' in a verse block since blank
3144 lines only can end a "paragraph".
3145
3146 * org-element.el (org-element-paragraph-separate): Apply changes
3147 to comments.
3148 (org-element-paragraph-parser): Correctly find end of paragraphs.
3149 (org-element--current-element): Require colons for Babel calls.
3150 (org-element-center-block-parser)
3151 (org-element-dynamic-block-parser, org-element-quote-block-parser)
3152 (org-element-special-block-parser)
3153 (org-element-comment-block-parser)
3154 (org-element-example-block-parser)
3155 (org-element-export-block-parser, org-element-src-block-parser)
3156 (org-element-verse-block-parser): Fall-back to paragraph parsing
3157 when incomplete or ill-formed.
3158
3159 * org-element.el (org-element-swap-A-B): Small refactoring.
3160
3161 * org-element.el (org-element-text-markup-successor): Fix typo in
3162 docstring.
3163
3164 * org-element.el (org-element-at-point): Return consistent value
3165 when function is called on a blank line within a plain list.
3166
3167 * org-element.el (org-element-paragraph-separate): Fix comments in
3168 paragraph separator regexp. Optimize it.
3169
3170 * org-element.el: Update code commets.
3171
3172 * org.el (org-mark-subtree): Fix bug when marking subtree with
3173 point on an inlinetask. Refactor code.
3174
3175 * org.el (org-mark-subtree): Do not make a special case for
3176 inlinetasks when marking a subtree. These are handled by
3177 `org-element-mark-element'.
3178
3179 * org-element.el (org-element-comment-parser): Consider first "+"
3180 as a comment when parsing an ill-defined keyword.
3181
3182 * org-element.el (org-element-item-interpreter): Simplify bullet
3183 creation.
3184 (org-element-plain-list-interpreter): Fix wrong bullets, if
3185 needed.
3186
3187 * org-element.el (org-element-comment-parser): Fix parsing when a
3188 keyword follows the commented line.
3189
3190 * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3191 footnote definitions.
3192
3193 * org.el (org-mode): Define new comment syntax.
3194 (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3195 (org-fill-context-prefix, org-insert-comment)
3196 (org-comment-or-uncomment-region): Use new comment syntax.
3197
3198 * org-element.el (org-element-comment-parser)
3199 (org-element-comment-interpreter, org-element--current-element):
3200 Use new comment syntax.
3201
3202 * org.el (org-fill-paragraph): When at an item or a footnote
3203 definition, fill first paragraph instead.
3204
3205 * org.el (org-fill-paragraph): Fix filling when point is at the
3206 very end of a paragraph.
3207
3208 * org.el (org-mode): Set comments related variables.
3209 (org-insert-comment, org-comment-or-uncomment-region): New
3210 functions.
3211
3212 * org.el (org-fill-context-prefix): Small refactoring.
3213 (org-fill-paragraph): Add code comments.
3214
3215 * org-element.el (org-element-at-point): Add :parent property to
3216 output.
3217 (org-element-context): Add :parent property to output. Also
3218 return a single element or object instead of a list of parents.
3219 (org-element-forward, org-element-up): Apply changes.
3220
3221 * org.el (org-fill-context-prefix): New function.
3222 (org-fill-paragraph, org-auto-fill-function): Use new function.
3223 Also handle comments.
3224 (org-adaptive-fill-function): Remove function.
3225 (org-get-local-variables, orgstruct++-mode): Don't store now
3226 unused adaptive-fill* functions.
3227
3228 * org-element.el (org-element-at-point): Fix function when buffer
3229 starts with an inlinetask. Also fix it when called on the last
3230 element in a greater element or the buffer.
3231
3232 * org-element.el (org-element-center-block-parser)
3233 (org-element-dynamic-block-parser)
3234 (org-element-footnote-definition-parser)
3235 (org-element-headline-parser, org-element-inlinetask-parser)
3236 (org-element-quote-block-parser, org-element-special-block-parser)
3237 (org-element-plain-list-parser): Refactor code.
3238 (org-element-drawer-parser): Fall-back to paragraph parser when
3239 drawer is incomplete.
3240
3241 * org-macs.el (org-with-limited-levels): Fix typo.
3242
3243 * org-element.el (org-element-paragraph-separate): Refactor.
3244 (org-element-paragraph-parser): Fix paragraph parsing.
3245
3246 * org.el (org-fill-paragraph): Rewrite function using
3247 `org-element-at-point'.
3248
3249 * org-element.el (org-element-fill-paragraph): Remove function.
3250
3251 * org.el (org-planning-or-clock-line-re): Make it a defconst.
3252 It's no use to make it a buffer-local variable since variables on
3253 which it depends are not buffer-local anyway.
3254
3255 * org.el (org-drawer-regexp): Provide default value for
3256 `org-drawer-regexp' in non-Org buffers.
3257
3258 * org-entities.el (org-entities-create-table): Function chokes
3259 when CAR of `org-entities' is a string.
3260
3261 * org-list.el (org-list-automatic-rules): Allow check-boxes in
3262 description lists.
3263 (org-list-struct-apply-struct, org-insert-item): Remove rule
3264 check.
3265
3266 * org-footnote.el (org-footnote-normalize): Fix positionning in
3267 HTML export without a footnote section.
3268
3269 * org-list.el (org-list-struct-indent): Follow
3270 `org-list-demote-modify-bullet' specifications for ordered
3271 bullets.
3272 (org-list-indent-item-generic, org-indent-item-tree)
3273 (org-outdent-item-tree): Fix bug when operating on a region.
3274 (org-outdent-item, org-indent-item): Allow to operate on a region.
3275
3276 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3277 on a region.
3278
3279 * org-footnote.el (org-footnote-delete-definitions): Remove blank
3280 lines before the footnote definition instead of removing those
3281 after it.
3282
3283 * org-footnote.el (org-footnote-at-definition-p): Don't grab
3284 trailing blank lines in a footnote definition.
3285 (org-footnote-delete-definitions): Remove both footnote definition
3286 and trailing blank lines.
3287
3288 2012-09-30 Rick Frankel <rick@rickster.com>
3289
3290 * ob-sql.el: Add dbi engine type and pre/post processing.
3291
3292 2012-09-30 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3293
3294 * ob.el (org-babel-expand-noweb-references): Capture current noweb
3295 start and end patterns then use to set buffer locals in
3296 (with-temp-buffer) form.
3297
3298 2012-09-30 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3299
3300 * org.el (org-update-all-dblocks): Autoload function.
3301
3302 2012-09-30 Simon Thum <simon.thum@gmx.de> (tiny change)
3303
3304 * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3305 return a string.
3306
3307 2012-09-30 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3308
3309 * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3310 meaning.
3311
3312 2012-09-30 Stuart Hickinbottom <stuart@hickinbottom.com> (tiny change)
3313
3314 * org-clock.el (org-x11idle-exists-p): Only shell out when running
3315 on X.
3316
3317 2012-09-30 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
3318
3319 * org-html.el (org-export-as-html): If possible, use the
3320 :CUSTOM_ID: property to assign unique ids to footnotes.
3321
3322 2012-09-30 T.F. Torrey <tftorrey@tftorrey.com> (tiny change)
3323
3324 * org-exp.el (org-export-remember-html-container-classes): Allow
3325 exporting a single subtree with HTML_CONTAINER_CLASS property.
3326
3327 * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3328 of `widen' and don't toggle header as `rmail-widen' already takes
3329 care of this.
3330
3331 2012-09-30 Tim Howe <vsync@quadium.net> (tiny change)
3332
3333 * org-clock.el (org-clocktable-defaults): Revert extra layer of
3334 quoting.
3335
3336 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
3337
3338 * org-capture.el (org-capture-fill-template): Expand %<num> escape
3339 sequences into text entered for <num>'th %^{PROMPT} escape.
3340
3341 * org-capture.el (org-capture-fill-template): Fixed regexp for
3342 %<n> expandos to match any positive integer.
3343 (org-capture-templates): Updated docstring accordingly.
3344
3345 * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3346 Skip timestamp items in agenda view if item is already shown as a
3347 deadline item.
3348 (org-agenda-skip-dealine-if-done): Pass deadline results to
3349 org-agenda-get-timestamps.
3350 (org-agenda-get-timestamps): Optionally take list of deadline
3351 results, so that timestamp results can be skipped if already
3352 included in deadline results.
3353
3354 * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3355 deadline/scheduling information to be displayed in diary sexp
3356 agenda items.
3357 (org-agenda-get-sexps): Extract deadline/scheduling information
3358 from diary sexp entries.
3359
3360 * org-capture.el (org-capture-place-entry): Place captured entry
3361 immediately after last subheading of target, instead of just
3362 before next heading at same level as target.
3363
3364 * org-capture.el (org-capture-templates): Document new capture
3365 template properties.
3366
3367 * org-capture.el (org-capture-place-entry)
3368 (org-capture-empty-lines-before): Make new :empty-lines-before
3369 property override :empty-lines when inserting empty lines before
3370 captured captured entry.
3371
3372 * org-capture.el (org-capture-finalize)
3373 (org-capture-empty-lines-after): Make new :empty-lines-after
3374 property override :empty-lines when inserting empty lines after
3375 captured captured entry.
3376
3377 * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3378 new todo-unblocked and nottodo-unblocked skip conditions. These
3379 match as for todo and nottodo, but only for unblocked todo items.
3380
3381 2012-09-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3382
3383 * org.el (org-read-date-display): Fix bug when displaying the
3384 overlay.
3385
3386 2012-09-30 Niels Giesen <niels.giesen@gmail.com>
3387
3388 * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3389 When present, the :hline following the head will be skipped. This
3390 is necessary to avoid doubling of horizontal rules in LaTeX
3391 longtable environments and consequent width problems.
3392
3393 * org-latex.el (org-export-latex-tables-tstart)
3394 (org-export-latex-tables-hline)
3395 (org-export-latex-tables-tend): New options.
3396 (org-export-latex-tables): Use the new options.
3397
3398 2012-09-30 tumashu <tumashu@gmail.com> (tiny change)
3399
3400 * org-exp.el (org-export-language-setup): Add simplified chinese
3401 translation.
3402
3403 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 Better seed support for (random).
3406 * org-id.el (org-id-uuid):
3407 Change (random t) to (random), now that the latter is more random.
3408
3409 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3410
3411 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3412 * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3413 (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3414 (ly-w32-midi-path): Rename from ly-win32-midi-path.
3415 (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3416 Check for "windows-nt", not "win32", in system-type.
3417
3418 2012-06-02 Chong Yidong <cyd@gnu.org>
3419
3420 * org-clock.el (org-clock-string-limit)
3421 (org-clock-modeline-total, org-clock-task-overrun-text)
3422 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3423
3424 2012-05-27 Mark Shoulson <mark@kli.org> (tiny change)
3425
3426 * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3427 \there4 were not "prettified" when org-pretty-entities was enabled.
3428
3429 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3430
3431 * org.el (org-font-lock-add-priority-faces):
3432 Restrict priorities fontification to headlines and inlinetasks.
3433
3434 2012-05-27 Jambunathan K <kjambunathan@gmail.com>
3435
3436 * org-odt.el (org-odt-init-outfile)
3437 (org-odt-write-manifest-file):
3438 Disable `nxml-auto-insert-xml-declaration-flag'.
3439
3440 * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3441
3442 2012-05-27 Bastien Guerry <bzg@gnu.org>
3443
3444 * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3445
3446 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3447
3448 * ob.el (org-babel-capitalize-examplize-region-markers):
3449 Controls the capitalization of begin and end example blocks.
3450 (org-babel-examplize-region):
3451 Optionally capitalize example block delimiters.
3452
3453 * ob-plantuml.el (org-babel-execute:plantuml):
3454 Add a :java header argument to plantuml.
3455
3456 * org-exp-blocks.el (org-export-blocks-preprocess):
3457 Even when the body of a block is not indented the boundary markers
3458 should be indented to their original positions so things like list
3459 indentation still work.
3460
3461 * ob.el (org-babel-parse-src-block-match):
3462 Save match data during indentation check.
3463
3464 2012-05-27 Bastien Guerry <bzg@gnu.org>
3465
3466 * org.el (org-scan-tags): Correctly match TODO keywords.
3467
3468 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3469
3470 * org-list.el (org-list-struct): Fix white spaces.
3471 (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3472
3473 * org-list.el (org-list-swap-items, org-list-send-item):
3474 Preserve visibility when moving items.
3475
3476 2012-05-27 Mark E. Shoulson <mark@kli.org> (tiny change)
3477
3478 * org.el (org-fontify-entities): Hide {} when prettifying entities.
3479
3480 2012-05-27 Bastien Guerry <bzg@gnu.org>
3481
3482 * org.el (org-cycle-internal-global): Prevent the display of
3483 messages when cycling from with a Gnus article buffer.
3484
3485 * org-table.el (org-table-time-seconds-to-string):
3486 Fix bug about handling a negative duration value.
3487
3488 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3489
3490 * org.el (org-link-expand-abbrev): Fix docstring.
3491
3492 * org.el (org-translate-link): Fix bug.
3493
3494 2012-05-27 Bastien Guerry <bzg@gnu.org>
3495
3496 * org-agenda.el (org-agenda-bulk-mark-regexp):
3497 Fix bug when setting the number of marked entries.
3498
3499 * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3500 (org-set-calc-mode, org-table-eval-formula): Use it.
3501
3502 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3503
3504 * ob.el (org-babel-find-named-result):
3505 Fix bug finding empty named results.
3506
3507 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3508
3509 * org.el (org-set-regexps-and-options):
3510 Fix `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
3511 match since time keywords must end with colons, which are not word
3512 constituents.
3513
3514 2012-05-27 Bastien Guerry <bzg@gnu.org>
3515
3516 * org-ctags.el (org-ctags-new-topic-template):
3517 Fix the option default value back again.
3518
3519 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3520
3521 * org-bibtex.el (org-bibtex-export-to-kill-ring):
3522 Don't rely on kill-new to return a string.
3523
3524 * org-bibtex.el (org-bibtex-headline):
3525 Remove call to bibtex-reformat which often hangs.
3526
3527 2012-04-27 Glenn Morris <rgm@gnu.org>
3528
3529 * org-ctags.el (org-ctags-new-topic-template):
3530 Revert 2012-04-09 removal of * from defcustom value, not doc.
3531
3532 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3533
3534 * org-table.el (org-table-number-fraction): Fix typo.
3535
3536 2012-04-27 Eric Schulte <eric.schulte@gmx.com>
3537
3538 * ob-python.el (org-babel-execute:python): Ensure newline precedes
3539 automatically-added returns.
3540
3541 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3542
3543 * org-mouse.el (org-mode-hook): Do not move point when clicking on
3544 a footnote reference.
3545
3546 2012-04-27 Bastien Guerry <bzg@gnu.org>
3547
3548 * org-faces.el (org-date-selected): Fix docstring.
3549
3550 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3551
3552 * org-list.el (org-list-struct-indent): Follow
3553 `org-list-demote-modify-bullet' specifications for ordered
3554 bullets.
3555 (org-list-indent-item-generic, org-indent-item-tree)
3556 (org-outdent-item-tree): Fix bug when operating on a region.
3557 (org-outdent-item, org-indent-item): Allow to operate on a region.
3558
3559 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3560 on a region.
3561
3562 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3563
3564 * org-footnote.el (org-footnote-normalize): Fix positioning in
3565 HTML export without a footnote section.
3566
3567 2012-04-27 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
3568
3569 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3570 advertised by the function.
3571
3572 2012-04-27 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3573
3574 * org.el (org-read-date-display): Fix bug when displaying the
3575 overlay.
3576
3577 2012-04-27 Bastien Guerry <bzg@gnu.org>
3578
3579 * org.el (org-mode): Don't use `buffer-face-mode' by default.
3580
3581 2012-04-27 Bastien Guerry <bzg@gnu.org>
3582
3583 * org-faces.el (org-date-selected): New face.
3584
3585 2012-04-27 Jambunathan K <kjambunathan@gmail.com>
3586
3587 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3588 internal links destined for headlines provide a description or
3589 not. In fact, the `org-store-link' and `org-insert-link' create
3590 internal links which do have a description.
3591
3592 2012-04-27 Bastien Guerry <bzg@gnu.org>
3593
3594 * org-clock.el (org-program-exists): Fix docstring.
3595
3596 2012-04-14 Bastien Guerry <bzg@gnu.org>
3597
3598 * org.el (org-point-at-end-of-empty-headline): Only try to match
3599 `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3600 modes.
3601 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3602 to fontify beyond (point-max).
3603
3604 * org-clock.el (org-clock-task-overrun-text)
3605 (org-task-overrun, org-clock-get-clock-string)
3606 (org-clock-update-mode-line)
3607 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3608 and `org-task-overrun-text' to `org-clock-task-overrun' and
3609 `org-clock-task-overrun-text' respectively.
3610 (org-task-overrun-text): New alias.
3611
3612 * org-table.el (org-table-eval-formula): Fix bug about handling
3613 remote references as durations.
3614 (org-table-get-range): Fix bug: make sure references to $0 are
3615 correctly handled.
3616
3617 * org-pcomplete.el (pcomplete/org-mode/file-option):
3618 Fix bug in `pcomplete/org-mode/file-option'.
3619 (org-thing-at-point): Also match line options like LATEX_CLASS
3620 when pcompleting from LATEX_.
3621
3622 * org-agenda.el (org-agenda-filter-make-matcher)
3623 (org-agenda-filter-apply): Allow filtering entries out by
3624 category. Using `C-u <' from the agenda view will redisplay
3625 the agenda without entries from categories of the current line.
3626
3627 2012-04-14 Eric Schulte <eric.schulte@gmx.com>
3628
3629 * ob-C.el (org-babel-C-ensure-main-wrap):
3630 Add an explicit return to automatically generated main methods.
3631
3632 2012-04-14 Matt Lundin <mdl@imapmail.org>
3633
3634 * org.el (org-after-todo-state-change-hook):
3635 Fix docstring to reflect name change of state to `org-state'.
3636
3637 2012-04-14 Mike Sperber <sperber@deinprogramm.de> (tiny change)
3638
3639 * org-footnote.el (org-footnote-normalize):
3640 Correctly pass keyword arguments to `org-export-preprocess-string'.
3641
3642 2012-04-03 Bastien Guerry <bzg@gnu.org>
3643
3644 * org.el (org-todo): Fix regression: rename `state' to
3645 `org-state'.
3646 (org-use-effective-time): Fix group and type.
3647
3648 2012-04-02 Bastien Guerry <bzg@gnu.org>
3649
3650 * org-clock.el (org-clock-out-if-current): Fix regression: rename
3651 `org-clock-state' to `org-state' to match the name of the
3652 dynamically-scoped variable in `org-todo'.
3653
3654 * org-agenda.el (entry, org-diary, org-class): Fix regression:
3655 rename `org-entry' to `entry'.
3656
3657 2012-04-01 Bastien Guerry <bzg@gnu.org>
3658
3659 * org.el (org-todo): Fix regression in `org-todo'.
3660
3661 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3662
3663 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
3664 C files on windows.
3665
3666 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3667
3668 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3669 Org-mode blocks.
3670
3671 * ob.el (org-babel-parse-src-block-match): Make use of the new
3672 language argument to org-babel-strip-protective-commas.
3673 (org-babel-parse-inline-src-block-match): Make use of the new
3674 language argument to org-babel-strip-protective-commas.
3675 (org-babel-strip-protective-commas): Now accepts a language
3676 argument.
3677
3678 2012-04-01 Bastien Guerry <bzg@gnu.org>
3679
3680 * org.el (org-fast-tag-selection): Fix an bug when listing tags
3681 for completion.
3682
3683 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3684
3685 * org.el (org-delete-property-globally): Fixed a bug that left
3686 blank line in place of the property, instead of removing the line.
3687
3688 2012-04-01 Bastien Guerry <bzg@gnu.org>
3689
3690 * ob-maxima.el (org-babel-maxima-command): Add group information
3691 to the defcustom.
3692
3693 2012-04-01 Bastien Guerry <bzg@gnu.org>
3694
3695 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
3696 face to 'org-default.
3697
3698 2012-04-01 Bastien Guerry <bzg@gnu.org>
3699
3700 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
3701 in links.
3702
3703 2012-04-01 Bastien Guerry <bzg@gnu.org>
3704
3705 * org.el: Prevent a bug while defining the menu by requiring
3706 `org-beamer' when necessary.
3707
3708 2012-04-01 Bastien Guerry <bzg@gnu.org>
3709
3710 * org-table.el (orgtbl-self-insert-command): Use
3711 `backward-delete-char' instead of `delete-backward-char' as this
3712 last command gets caught by the compiler which says to not use it
3713 in programs. `backward-delete-char' is just an alias for
3714 `delete-backward-char' which is internally remapped to
3715 `org-delete-backward-char' for optimization purpose.
3716
3717 2012-04-01 Bastien Guerry <bzg@gnu.org>
3718
3719 * org-latex.el (org-export-latex-subcontent): Bugfix: when
3720 `org-export-latex-low-levels' is nil, do not export low levels.
3721
3722 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3723
3724 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
3725 results insertion.
3726
3727 2012-04-01 Bastien Guerry <bzg@gnu.org>
3728
3729 * org.el (org-set-tags): Include `org-tag-alist' in the list of
3730 possible completions, even when there are tags defined in the
3731 buffer.
3732
3733 2012-04-01 Bastien Guerry <bzg@gnu.org>
3734
3735 * org-mime.el (org-mime-htmlize): Set
3736 `org-export-with-LaTeX-fragments' correctly.
3737
3738 2012-04-01 Bastien Guerry <bzg@gnu.org>
3739
3740 * org.el (org-set-tags): Don't add a column when there is only one
3741 tag offered for completion.
3742
3743 2012-04-01 Bastien Guerry <bzg@gnu.org>
3744
3745 * org.el (org-fast-tag-selection): Include tags from
3746 `org-tag-alist' when completing with the TAB key.
3747
3748 2012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
3749
3750 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
3751
3752 2012-04-01 Bastien Guerry <bzg@gnu.org>
3753
3754 * org-latex.el (org-export-latex-subcontent): Don't insert a
3755 linebreak when itemizing a subtree that is just a headline.
3756
3757 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3758
3759 * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
3760 parsing inline call_foo lines.
3761
3762 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3763
3764 * ob-maxima.el (org-babel-maxima-command): The maxima command used
3765 should be configurable (defaults to maxima-command if defined).
3766 (org-babel-execute:maxima): The maxima command used should be
3767 configurable (defaults to maxima-command if defined).
3768
3769 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3770
3771 * ob-C.el (org-babel-C-execute): Add the local directory to the
3772 library search path for C/C++ block compilation.
3773
3774 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3775
3776 * ob.el (org-babel-where-is-src-block-result): Don't truncate
3777 results name on call line execution.
3778
3779 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3780
3781 * org-colview.el (org-columns-cleanup-item): Handle case of empty
3782 headline.
3783
3784 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
3785
3786 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
3787 export error when a src block produces fake footnotes.
3788
3789 2012-04-01 Bastien Guerry <bzg@gnu.org>
3790
3791 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
3792 `parse-time-months' in the docstring.
3793
3794 2012-04-01 Bastien Guerry <bzg@gnu.org>
3795
3796 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
3797 binding.
3798
3799 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3800
3801 * org-colview.el (org-columns-compute): Also consider inline tasks
3802 when computing the sum.
3803
3804 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3805
3806 * org-habit.el (org-habit-insert-consistency-graphs): Fix
3807 alignment of consistency graph in filtered agenda view.
3808
3809 2012-04-01 Bastien Guerry <bzg@gnu.org>
3810
3811 * org-latex.el (org-export-as-latex): Fix bug in setting the
3812 export directory according to the LaTeX options.
3813
3814 2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
3815
3816 * org.el (org-show-subtree): Make interactive.
3817
3818 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
3819
3820 * org-clock.el (org-clock-get-table-data): Make sure todo-only
3821 does not leak when it is set by make-org-tags-macher.
3822
3823 2012-04-01 Bastien Guerry <bzg@gnu.org>
3824
3825 * org.el (org-cycle-internal-local): Don't try to hide drawers
3826 within subtrees in this function, it slows cycling down.
3827
3828 2012-04-01 Bastien Guerry <bzg@gnu.org>
3829
3830 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
3831 incorrect custom option definition.
3832
3833 2012-04-01 Bastien Guerry <bzg@gnu.org>
3834
3835 * org-colview.el (org-columns-display-here): Bugfix: use the date
3836 as the value for the ITEM column when displaying a summary.
3837
3838 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3839
3840 * ob-lilypond.el: Re-direct homepage to Worg.
3841
3842 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3843
3844 * ob-lilypond.el: Leave versioning to Org.
3845
3846 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3847
3848 * ob-lilypond.el: Fix compiler warning.
3849
3850 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3851
3852 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
3853 that have either a caption or a label.
3854 (org-odt-label-styles, org-odt-category-map-alist): Add a
3855 separator between sequence number and caption. Introduced two
3856 new label styles for handling of math formula and math label.
3857 (org-odt-format-label-definition)
3858 (org-export-odt-format-formula): Propagate above changes.
3859
3860 2012-04-01 Bastien Guerry <bzg@gnu.org>
3861
3862 * org.el (org-enforce-todo-dependencies): Fix docstring.
3863
3864 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3865
3866 * org-odt.el (org-export-odt-category-strings): New custom
3867 variable.
3868 (org-odt-category-map-alist): Modify interpretation. Don't
3869 use the same field to double up as both a OpenDocument
3870 variable and a category string. Entries in this list now
3871 specify only the OpenDocument variable. Category strings are
3872 obtained through an indirect lookup of
3873 `org-export-odt-category-strings'. Use same OpenDocument
3874 variables as what LibreOffice uses for various entities. Fix
3875 docstring.
3876 (org-odt-add-label-definition)
3877 (org-odt-format-label-definition)
3878 (org-odt-format-label-reference): Propagate above changes.
3879
3880 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3881
3882 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
3883
3884 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3885
3886 * org-odt.el (org-odt-category-map-alist): Update docstring.
3887 (org-export-odt-user-categories)
3888 (org-export-odt-get-category-from-label)
3889 (org-odt-get-label-category-and-style): Remove.
3890 (org-odt-add-label-definition): Propagate above changes.
3891
3892 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3893
3894 * org.el (org-refile): Don't allow creation of parents when using
3895 the refile command to go to a headline.
3896
3897 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3898
3899 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
3900 as section numbers only if section numbering is on.
3901
3902 2012-04-01 Bastien Guerry <bzg@gnu.org>
3903
3904 * org.el (format-spec): Require 'format-spec.
3905
3906 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3907
3908 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
3909
3910 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3911
3912 * org.el (org-imenu-get-tree): Check that looking-at succeeds
3913 before using match results.
3914
3915 2012-04-01 Bastien Guerry <bzg@gnu.org>
3916
3917 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
3918
3919 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3920
3921 * org-lparse.el (org-do-lparse): Make effective setting of
3922 `org-export-headline-levels' available to the ODT exporter. Also
3923 remove some stale comments.
3924
3925 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3926
3927 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
3928 per-language string for "Table Of Contents".
3929
3930 2012-04-01 Bastien Guerry <bzg@gnu.org>
3931
3932 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
3933
3934 2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
3935
3936 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
3937 the libary name.
3938
3939 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
3940
3941 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
3942 case-fold-search is bound to nil globally, the
3943 (case-fold-search t) doesn't work until we get to the body.
3944
3945 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3946
3947 * org-latex.el (org-export-latex-tables): Allow to use
3948 sidewaystable.
3949
3950 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3951
3952 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
3953 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
3954
3955 2012-04-01 David Maus <dmaus@ictsoc.de>
3956
3957 * org.el (org-scan-tags): Require one or more spaces (+) between
3958 keyword and headline.
3959
3960 2012-04-01 David Maus <dmaus@ictsoc.de>
3961
3962 * org-agenda.el (org-prepare-agenda): Don't reset
3963 `org-done-keywords-for-agenda' when `org-agenda-multi'.
3964
3965 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3966
3967 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
3968 while inserting habit graph in the agenda buffer.
3969
3970 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3971
3972 * org-src.el (org-src-edit-buffer-p): New function.
3973
3974 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3975
3976 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
3977 being checked. Also enhance the docstring a bit.
3978
3979 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3980
3981 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
3982 display of indirect agenda window.
3983
3984 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3985
3986 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
3987 compatibility bug.
3988
3989 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3990
3991 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
3992 to tags-list and org-trust-scanner-tags to t while evaluating the
3993 matcher, since the matcher is always evaluated at the current
3994 entry.
3995
3996 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3997
3998 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
3999 evaluating the matcher, since the matcher is always evaluated at
4000 the current entry.
4001
4002 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
4003
4004 * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
4005 quoting expression.
4006
4007 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4008
4009 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
4010 argument.
4011 (org-babel-noweb-p): The "eval" argument only expands during
4012 evaluation.
4013
4014 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4015
4016 * ob.el (org-strip-protective-commas): Declared.
4017
4018 * org-agenda.el (org-agenda-filtered-by-category): Declared.
4019 (org-agenda-filter-apply): Capture free variable.
4020
4021 * org-footnote.el (org-skip-whitespace): Declared.
4022
4023 * org-mobile.el (org-agenda-filter): Declared.
4024
4025 * org-src.el (org-strip-protective-commas): Declared.
4026
4027 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
4028
4029 * org.el (org-version): Add autoload cookie.
4030
4031 2012-04-01 David Maus <dmaus@ictsoc.de>
4032
4033 * org-attach.el (org-attach-store-link-p): Remove spurious quote
4034 in customization form choice.
4035
4036 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4037
4038 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
4039 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
4040 execution.
4041
4042 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4043
4044 * ob.el (org-babel-insert-result): Ensure correct order for empty
4045 result wrapping blocks.
4046
4047 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4048
4049 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
4050 and add easy pdf generation in the form of `ly-gen-pdf' variable.
4051
4052 2012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
4053
4054 * ob-tangle.el (org-babel-spec-to-string): The link generated by
4055 org-store-link is escaped twice when tangling with ":comments yes"
4056 flag.
4057
4058 2012-04-01 Bastien Guerry <bzg@gnu.org>
4059
4060 * org-html.el (org-export-as-html): Remove another useless space
4061 before tag.
4062
4063 2012-04-01 Bastien Guerry <bzg@gnu.org>
4064
4065 * org-html.el (org-export-as-html): Remove another useless space
4066 before tag.
4067
4068 2012-04-01 Bastien Guerry <bzg@gnu.org>
4069
4070 * org-html.el (org-export-as-html): Remove useless space before
4071 tag.
4072
4073 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
4074
4075 * org.el (org-version): Add autoload cookie.
4076
4077 2012-04-01 Bastien Guerry <bzg@gnu.org>
4078
4079 * org.el (org-get-category): Save match data.
4080
4081 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4082
4083 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4084 :tangle is specified.
4085
4086 * ob.el (org-babel-expand-noweb-references): Widen buffer when
4087 expanding noweb references.
4088
4089 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4090
4091 * ob-table.el (sbe): Don't accidentally leave a `t' value when
4092 variables are force interpreted as strings.
4093
4094 2012-04-01 David Maus <dmaus@ictsoc.de>
4095
4096 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4097 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4098
4099 2012-04-01 David Maus <dmaus@ictsoc.de>
4100
4101 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4102 (bbdb-search-organization): Declare functions to silence byte
4103 compiler.
4104
4105 2012-04-01 Bernt Hansen <bernt@norang.ca>
4106
4107 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4108 repeating tasks using .+n and ++n syntax.
4109
4110 2012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
4111
4112 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4113 heading that has a date but no todo keyword.
4114
4115 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4116
4117 * ob.el (org-babel-find-named-result): Fix code block replacement
4118 with results.
4119
4120 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4121
4122 * org-footnote.el (org-footnote-normalize): Do not normalize
4123 labels when sort-only is non-nil.
4124
4125 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4126
4127 * org-footnote.el (org-footnote-normalize): Remove an useless part
4128 of the function.
4129 (org-insert-footnote-reference-near-definition): Remove function.
4130
4131 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4132
4133 * org-footnote.el (org-footnote-normalize): Fix normalization of
4134 inline footnotes with no footnote section.
4135
4136 2012-04-01 David Maus <dmaus@ictsoc.de>
4137
4138 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4139 to check for old or new version by a check for the required
4140 function in `org-bbdb-open' and `org-bbdb-store-link'.
4141 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4142 to be used.
4143
4144 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4145
4146 * ob.el (org-babel-find-named-result): Don't miss a code block
4147 when there are confounding spaces after the result name.
4148
4149 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4150
4151 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4152 regular expressions.
4153 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4154 expressions.
4155
4156 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4157
4158 * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4159
4160 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4161
4162 * org.el (org-link-search): Search for #+name affiliated keywords
4163 and invisible targets.
4164
4165 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4166
4167 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4168 newlines in a transcoded footnote definition. This ensures that
4169 the line that is currently being processed by `org-do-lparse' loop
4170 doesn't get broken up into multiple lines. Fix for the following
4171 bug -
4172
4173 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4174
4175 * org-footnote.el (org-footnote-normalize): Force a paragraph
4176 break after the last footnote definition. This is an an implicit
4177 assumption made by the org-lparse.el library. With this change,
4178 footnote definitions can reliably be exported with ODT backend.
4179 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4180
4181 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4182
4183 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4184
4185 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4186
4187 * org-list.el (org-list-struct): Fix small bug introduced by
4188 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4189
4190 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4191
4192 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4193 org-exp-blocks.el.
4194
4195 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4196 for the fact that this is really now a Babel thing -- even if it
4197 is used here and the definition should remain here for reasons of
4198 load dependencies.
4199
4200 2012-04-01 David Maus <dmaus@ictsoc.de>
4201
4202 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4203 defined after bbdb was loaded.
4204
4205 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4206
4207 * org-latex.el (org-export-latex-tables): Don't add spurious
4208 preceding newline if caption is not above a longtable.
4209
4210 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4211
4212 * org-odt.el (org-odt-insert-toc): Remove this stray,
4213 dysfunctional routine. This possibly has crept in because of the
4214 broken merges between "maint" and "origin" branches.
4215 (org-odt-begin-table): Don't emit an empty paragraph when a table is
4216 neither labeled nor captioned.
4217 (org-odt-init-outfile): Remove reference to an unused variable.
4218
4219 2012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
4220
4221 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4222 SQL code blocks.
4223
4224 2012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
4225
4226 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4227 org-mark-ring and guessing at the code block name to jump to.
4228
4229 2012-04-01 David Maus <dmaus@ictsoc.de>
4230
4231 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4232 of indirect buffer and window.
4233
4234 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4235
4236 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4237 in verse blocks.
4238
4239 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4240
4241 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4242 in verse blocks.
4243
4244 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4245
4246 * org-exp.el (org-table-clean-before-export): Ignore table rows
4247 defining parameters for formulas during export.
4248
4249 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4250
4251 * org-list.el (org-list-get-item-number): New function.
4252
4253 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4254
4255 * org-list.el (org-list-ending-method, org-list-end-regexp):
4256 Removed variables.
4257 (org-in-item-p, org-list-separating-blank-lines-number)
4258 (org-list-parse-list, org-list-struct): Apply changes.
4259
4260 * org-exp.el (org-export-mark-list-end)
4261 (org-export-mark-list-properties): Apply changes.
4262
4263 * org-latex.el (org-export-latex-lists): Apply changes.
4264
4265 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4266
4267 * org.el (org-cycle-internal-local): Correctly unfold headlines
4268 containing an inlinetask.
4269
4270 2012-04-01 Bastien Guerry <bzg@gnu.org>
4271
4272 * org.el (org-structure-template-alist): Fix missing angle
4273 brackets for muse export style.
4274
4275 2012-04-01 David Maus <dmaus@ictsoc.de>
4276
4277 * org.el (org-recenter-calendar): Use `with-selected-window' to
4278 select calendar window and save currently selected window and
4279 current buffer.
4280
4281 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4282
4283 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4284 argument set, otherwise not only are headlines in the current
4285 subtree excluded, but it throws an error if point happens not to
4286 be within a subtree (e.g. at start of buffer).
4287
4288 2012-04-01 David Maus <dmaus@ictsoc.de>
4289
4290 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4291
4292 2012-04-01 David Maus <dmaus@ictsoc.de>
4293
4294 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4295
4296 * org.el (org-in-clocktable-p): New function. Moved from
4297 org-clock.el.
4298
4299 2012-04-01 David Maus <dmaus@ictsoc.de>
4300
4301 * org-exp.el (org-export-get-title-from-subtree): Don't format
4302 tags in title if title headline does not have tags.
4303
4304 2012-04-01 Bastien Guerry <bzg@gnu.org>
4305
4306 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4307 inline tasks too.
4308
4309 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4310
4311 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4312 Delay it till the end of export.
4313 (org-odt-begin-document-body): Make a note of the default
4314 position of TOC in `org-lparse-dyn-first-heading-pos'.
4315 (org-odt-insert-toc): Insert TOC as directed by
4316 [TABLE-OF-CONTENTS] line or at the default position.
4317 (org-odt-end-export): Call `org-odt-insert-toc'.
4318
4319 2012-04-01 Bastien Guerry <bzg@gnu.org>
4320
4321 * org.el (org-preview-latex-fragment): Throw an error when called
4322 from a non-file buffer.
4323
4324 2012-04-01 David Maus <dmaus@ictsoc.de>
4325
4326 * org-capture.el (org-capture-place-item): Don't search for
4327 position in existing list if :exact-position was supplied.
4328
4329 2012-04-01 Bastien Guerry <bzg@gnu.org>
4330
4331 * org.el (org-set-font-lock-defaults): Fix bug in done headline
4332 fontification.
4333
4334 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4335
4336 * org-odt.el (org-odt-format-textbox): Honor user-specified width
4337 in captioned images.
4338
4339 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4340
4341 * org.el (org-update-property-plist): Fix bug in property list
4342 updates.
4343
4344 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4345
4346 * ob.el (org-babel-balanced-split): Explicit checking if list
4347 before calling member.
4348
4349 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4350
4351 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4352 as the separator to `org-table-convert-region'. Fixes errors when
4353 only one result per line of output.
4354
4355 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4356
4357 * ob.el (org-babel-strip-protective-commas): Use
4358 `org-strip-protective-commas'.
4359
4360 * org-exp.el (org-export-select-backend-specific-text): Use
4361 `org-strip-protective-commas'.
4362
4363 * org-src.el (org-edit-src-code): Use
4364 `org-strip-protective-commas'.
4365
4366 * org.el (org-strip-protective-commas): Single definition for this
4367 functionality.
4368
4369 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4370
4371 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4372
4373 2012-04-01 David Maus <dmaus@ictsoc.de>
4374
4375 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4376 Run before the finalization process starts.
4377 (org-capture-finalize): Run new hook.
4378
4379 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4380
4381 * org.el (org-entry-get): Generalize to multiple "prop+"
4382 properties.
4383
4384 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4385
4386 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4387 the `org-src-mode-map'.
4388
4389 2012-04-01 David Maus <dmaus@ictsoc.de>
4390
4391 * org.el (org-recenter-calendar): Use `with-selected-window' to
4392 select calendar window and save currently selected window and
4393 current buffer.
4394
4395 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4396
4397 * org-list.el (org-list-ending-method, org-list-end-regexp):
4398 Removed variables.
4399 (org-in-item-p, org-list-separating-blank-lines-number)
4400 (org-list-parse-list, org-list-struct): Apply changes.
4401
4402 * org-exp.el (org-export-mark-list-end)
4403 (org-export-mark-list-properties): Apply changes.
4404
4405 * org-latex.el (org-export-latex-lists): Apply changes.
4406
4407 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4408
4409 * org.el (org-entry-get): Accumulate properties from subtree
4410 property drawers.
4411
4412 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4413
4414 * org.el (org-entry-get): Accumulate properties from subtree
4415 property drawers.
4416
4417 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4418
4419 * org-odt.el (org-export-odt-image-size-probe-method)
4420 (org-odt-do-image-size): Use imagemagick preferentially to
4421 determine image sizes.
4422
4423 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4424
4425 * org-odt.el (org-export-as-odt-to-buffer)
4426 (org-replace-region-by-odt, org-export-region-as-odt): Remove
4427 these interactive functions. They are of questionable value.
4428
4429 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4430
4431 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4432 argument set, otherwise not only are headlines in the current
4433 subtree excluded, but it throws an error if point happens not to
4434 be within a subtree (e.g. at start of buffer).
4435
4436 2012-04-01 Bastien Guerry <bzg@gnu.org>
4437
4438 * org-exp.el (org-export-kill-product-buffer-when-displayed)
4439 (org-export-initial-scope, org-export-date-timestamp-format)
4440 (org-export-with-tasks, org-export-email-info)
4441 (org-export-table-remove-empty-lines): Add version tag.
4442
4443 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4444
4445 * org.el (org-cycle-internal-local): Correctly unfold headlines
4446 containing an inlinetask.
4447
4448 2012-04-01 Bernt Hansen <bernt@norang.ca>
4449
4450 * org-clock.el (org-clock-out): Do not delete the current clocking
4451 task when org-clock-out-hook clocks in another task.
4452
4453 2012-04-01 David Maus <dmaus@ictsoc.de>
4454
4455 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4456
4457 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4458
4459 * org-odt.el (org-export-odt-convert-processes): Re-define
4460 (org-export-odt-convert-capabilities): Fix an accidental
4461 regression.
4462
4463 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4464
4465 * org-odt.el (org-export-odt-convert-capabilities): Change the
4466 default value.
4467
4468 2012-04-01 David Maus <dmaus@ictsoc.de>
4469
4470 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4471
4472 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el.
4473
4474 2012-04-01 David Maus <dmaus@ictsoc.de>
4475
4476 * org-exp.el (org-export-get-title-from-subtree): Don't format
4477 tags in title if title headline does not have tags.
4478
4479 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4480
4481 * org-footnote.el (org-blank-before-new-entry)
4482 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4483 declarations.
4484
4485 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4486
4487 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4488 and C-e behaviour with visual lines.
4489
4490 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4491
4492 * org-exp-blocks.el (org-export-blocks): Changed the name of
4493 exporting comment blocks given that it seems regular comment
4494 blocks no longer export.
4495
4496 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4497
4498 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4499 export buffer.
4500 (org-babel-exp-in-export-file): Access current export buffer.
4501 (org-babel-exp-src-block): Access current export buffer.
4502 (org-babel-exp-inline-src-blocks): Access current export buffer.
4503
4504 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4505
4506 * ob-exp.el (org-babel-exp-in-export-file)
4507 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4508 org-current-export-file to contain a buffer.
4509
4510 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4511
4512 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4513 with `shell-command-to-string'.
4514
4515 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4516
4517 * org-footnote.el (org-footnote-create-definition): Fix space
4518 insertion when creating a new footnote. This fixes newline
4519 munching when `org-footnote-section' is nil and blank lines
4520 stacking when it isn't nil.
4521
4522 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4523
4524 * org-footnote.el (org-footnote-normalize): Make sure that
4525 footnotes are moved to a single place during export.
4526
4527 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4528
4529 * org-footnote.el (org-footnote-normalize): Ensure footnote
4530 definition will be inserted at the end of the section
4531 corresponding to to its first reference.
4532
4533 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4534
4535 * org-footnote.el (org-footnote-at-definition-p): Make sure to
4536 move point at the beginning of the separator before skiping white
4537 spaces. Refactor code.
4538
4539 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4540
4541 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4542 export when "strip-export".
4543
4544 * ob.el (org-babel-common-header-args-w-values): New noweb
4545 header value.
4546 (org-babel-merge-params): New noweb header value.
4547 (org-babel-noweb-p): New noweb header value.
4548
4549 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4550
4551 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4552
4553 * ob.el (org-babel-noweb-wrap): Add default value.
4554 (org-babel-expand-noweb-references): Just use default value.
4555
4556 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4557
4558 * org-exp.el (org-export-select-backend-specific-text): Always
4559 preserve original indentation as a text property so that lists do
4560 not get broken by indentation at column 0.
4561
4562 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4563
4564 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4565 in source names in noweb references.
4566
4567 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4568
4569 * org.el (org-fill-line-break-nobreak-p): New function.
4570 (org-set-autofill-regexps): Add previous function to
4571 `fill-nobreak-predicate'.
4572
4573 2012-04-01 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4574
4575 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4576 visibility regardless of local user customization.
4577
4578 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
4579
4580 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4581 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4582
4583 * org-indent.el (org-indent-set-line-properties): Honor
4584 `org-inlinetask-show-first-star'.
4585
4586 2012-04-01 Bastien Guerry <bzg@gnu.org>
4587
4588 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4589 doesn't contain duplicates.
4590
4591 2012-04-01 Bastien Guerry <bzg@gnu.org>
4592
4593 * org.el (org-at-drawer-p): Normalize the docstring to match other
4594 `org-at-*-p' docstrings.
4595 (org-indent-block, org-indent-drawer, org-at-block-p): New
4596 functions.
4597 (org-metaright): Use the new functions to indent a drawer or a
4598 block depending on the context. Also update the docstring.
4599
4600 2012-04-01 Bastien Guerry <bzg@gnu.org>
4601
4602 * org.el (org-set-regexps-and-options): Set the value of
4603 `org-drawers' by adding the value of the infile #+DRAWERS option
4604 to that of the existing `org-drawers'.
4605
4606 2012-04-01 Bastien Guerry <bzg@gnu.org>
4607
4608 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4609 inline tasks too.
4610
4611 2012-04-01 Bastien Guerry <bzg@gnu.org>
4612
4613 * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
4614 `org-show-entry' instead of `outline-flag-region' to keep the
4615 drawers folded when unfolding an inline task.
4616
4617 2012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
4618
4619 * org-beamer.el (org-beamer-environments-default): Add support and
4620 keybinding for the `exampleblock' environment.
4621
4622 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
4623
4624 * org.el (org-open-link-from-string): Regard `reference-buffer'
4625 when setting `org-inhibit-startup'.
4626
4627 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4628
4629 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
4630 space between inline src block and results on export.
4631
4632 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4633
4634 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
4635 punctuation to proceed an inline src block.
4636
4637 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4638
4639 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
4640 list of characters allowed to proceed an inline src block.
4641
4642 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4643
4644 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
4645 noweb wrappers.
4646
4647 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
4648 (org-babel-noweb-wrap-end): End a noweb reference.
4649 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
4650 (org-babel-expand-noweb-references): Use the customizable noweb
4651 wrappers.
4652
4653 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4654
4655 * org.el (org-beginning-of-line): Handle case when there's no
4656 character after box.
4657
4658 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4659
4660 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4661 Delay it till the end of export.
4662 (org-odt-begin-document-body): Make a note of the default
4663 position of TOC in `org-lparse-dyn-first-heading-pos'.
4664 (org-odt-insert-toc): Insert TOC as directed by
4665 [TABLE-OF-CONTENTS] line or at the default position.
4666 (org-odt-end-export): Call `org-odt-insert-toc'.
4667
4668 2012-04-01 Bastien Guerry <bzg@gnu.org>
4669
4670 * org.el (org-preview-latex-fragment): Throw an error when called
4671 from a non-file buffer.
4672
4673 2012-04-01 Bastien Guerry <bzg@gnu.org>
4674
4675 * org.el (org-insert-property-drawer): Not an interactive
4676 command anymore.
4677 (org-insert-drawer): With a prefix argument, insert a property
4678 drawer. Check for headline within the region before inserting the
4679 drawer. Don't include special drawers in the completion table.
4680 (org-mode-map): New keybinding `C-c C-x d' for
4681 `org-insert-drawer'.
4682
4683 2012-04-01 Bastien Guerry <bzg@gnu.org>
4684
4685 * org.el (org-insert-drawer): Support completion over known drawer
4686 names and inserting a drawer around the current region.
4687
4688 2012-04-01 Bastien Guerry <bzg@gnu.org>
4689
4690 * org.el (org-insert-drawer): New function.
4691 (org-insert-property-drawer): Use it.
4692
4693 2012-04-01 Bastien Guerry <bzg@gnu.org>
4694
4695 * org-list.el (org-mark-list): New function.
4696
4697 2012-04-01 Bastien Guerry <bzg@gnu.org>
4698
4699 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
4700 complete drawer at point.
4701 (org-thing-at-point): Use it.
4702
4703 2012-04-01 Bastien Guerry <bzg@gnu.org>
4704
4705 * org.el (org-meta-return): Use `newline-and-indent' when in a
4706 property drawer.
4707
4708 2012-04-01 Bastien Guerry <bzg@gnu.org>
4709
4710 * org.el (org-structure-template-alist): Fix docstring: the
4711 feature is not experimental anymore.
4712
4713 2012-04-01 Bastien Guerry <bzg@gnu.org>
4714
4715 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
4716 display the item without unfolding drawers and logbooks.
4717
4718 2012-04-01 Bastien Guerry <bzg@gnu.org>
4719
4720 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
4721 always nil.
4722
4723 2012-04-01 Bastien Guerry <bzg@gnu.org>
4724
4725 * org.el (org-structure-template-alist): Fix missing angle
4726 brackets for muse export style.
4727
4728 2012-04-01 Bastien Guerry <bzg@gnu.org>
4729
4730 * org.el (org-read-date): New parameter `inactive' when reading
4731 for insertion of inactive timestamps.
4732 (org-time-stamp, org-read-date-display): Use the new
4733 parameter.
4734
4735 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4736
4737 * ob.el (org-babel-expand-noweb-references): Only allow
4738 reference names which start and end with non-whitespace characters.
4739 Also, raise errors as appropriate given org-babel-noweb-error-langs.
4740
4741 2012-04-01 Bastien Guerry <bzg@gnu.org>
4742
4743 * org-src.el (org-src-in-org-buffer): Save and restore
4744 `buffer-undo-list' after editing.
4745
4746 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4747
4748 * ob.el (org-babel-common-header-args-w-values): Add new header
4749 argument.
4750 (org-babel-expand-noweb-references): Use header argument rather than
4751 customization variable.
4752
4753 2012-04-01 David Maus <dmaus@ictsoc.de>
4754
4755 * org-capture.el (org-capture-place-item): Don't search for
4756 position in existing list if :exact-position was supplied.
4757
4758 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4759
4760 * ob.el (org-babel-noweb-separator): Custom variable for
4761 accumulated noweb references.
4762 (org-babel-expand-noweb-references): Allow separator for noweb
4763 references.
4764
4765 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4766
4767 * org.el (org-beginning-of-line): In an item, special position
4768 for C-a is after check-box, if any.
4769 (org-special-ctrl-a/e): Modify doc-string accordingly.
4770
4771 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4772
4773 * org-odt.el (org-export-odt-format-formula): Use :style
4774 property to specify custom table styles.
4775
4776 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4777
4778 * ob-exp.el (org-babel-exp-call-line-template): Control export of
4779 additional call line information.
4780 (org-babel-exp-non-block-elements): Fancier call line export.
4781
4782 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4783
4784 * org-odt.el (org-odt-entity-frame-styles): Add frame params
4785 for images that are anchored as character.
4786 (org-export-odt-format-image): Handle new anchor type
4787 "as-char".
4788 (org-export-odt-default-image-sizes-alist): Misc. change.
4789 (org-export-odt-format-formula): Misc. change.
4790
4791 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4792
4793 * ob.el (org-babel-check-src-block): Don't report valid header
4794 arguments as suspicious.
4795
4796 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4797
4798 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
4799 inline src blocks and call lines on export.
4800
4801 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4802
4803 * org-odt.el (org-odt-label-styles): Add a new style.
4804 (org-odt-category-map-alist): Use it.
4805
4806 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4807
4808 * org-odt.el (org-odt-table-style-format): New. Template for
4809 auto-generated table styles.
4810 (org-odt-automatic-styles, org-odt-object-counters): New
4811 variables.
4812 (org-odt-add-automatic-style): New function.
4813 (org-odt-write-automatic-styles): New function. Create
4814 automatic styles for tables that have custom :rel-width.
4815 (org-odt-begin-table): Parse attributes specified with
4816 "#+ATTR_ODT: " option and use it to create an automatic table
4817 style.
4818 (org-odt-save-as-outfile): Call
4819 `org-odt-add-write-automatic-styles'.
4820 (org-odt-init-outfile): Init newly add variables.
4821 (org-odt-section-count): Remove it.
4822 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
4823 generate an automatic section name.
4824
4825 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4826
4827 * ob.el (org-babel-map-executables): Correctly position point when
4828 mapping hits an inline code block.
4829
4830 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4831
4832 * ob.el (org-babel-execute-src-block): Ensure params are
4833 incorporated *before* checking if evaluation is legal.
4834
4835 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4836
4837 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
4838 marker so it is updated as required during export.
4839
4840 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4841
4842 * org-src.el (org-src-in-org-buffer): Run commands in the parent
4843 buffer.
4844 (org-edit-src-save): Use new macro.
4845 (org-src-tangle): Tangle the parent buffer.
4846
4847 2012-04-01 Bastien Guerry <bzg@gnu.org>
4848
4849 * org.el (org-set-font-lock-defaults): Fix bug in done
4850 headline fontification.
4851
4852 2012-04-01 Bastien Guerry <bzg@gnu.org>
4853
4854 * org.el (org-set-font-lock-defaults): Fix bug in done
4855 headline fontification.
4856
4857 2012-04-01 Bastien Guerry <bzg@gnu.org>
4858
4859 * org.el (org-return): Act normally when in code blocks.
4860
4861 2012-04-01 Bastien Guerry <bzg@gnu.org>
4862
4863 * org.el (org-in-src-block-p): New function.
4864 (org-context): Return new contexts :clocktable and :src-block.
4865
4866 2012-04-01 Bastien Guerry <bzg@gnu.org>
4867
4868 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
4869 C-q' do the right thing even when point is before the first
4870 heading.
4871
4872 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4873
4874 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
4875
4876 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4877
4878 * org-odt.el (org-odt-format-textbox): Honor user-specified
4879 width in captioned images.
4880
4881 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4882
4883 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
4884 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
4885 (org-babel-map-call-lines): Replace gensym with make-symbol.
4886 (org-babel-map-executables): Replace gensym with make-symbol.
4887
4888 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4889
4890 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
4891
4892 2012-04-01 Bastien Guerry <bzg@gnu.org>
4893
4894 * org-html.el (org-export-as-html): Initialize
4895 `html-pre-real-contents' correctly.
4896
4897 2012-04-01 Bastien Guerry <bzg@gnu.org>
4898
4899 * org-html.el (org-export-as-html): Initialize
4900 `html-pre-real-contents' correctly.
4901
4902 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4903
4904 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
4905 string on export.
4906
4907 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4908
4909 * ob-exp.el (org-babel-exp-code-template): Customizable code
4910 block export format string.
4911 (org-babel-exp-code): Customizable code block export.
4912
4913 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4914
4915 * ob-clojure.el (org-babel-execute:clojure): Removed dependency
4916 on deprecated swank-clojure.
4917
4918 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4919
4920 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
4921 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
4922 (org-babel-map-call-lines): Don't pollute symbol space.
4923 (org-babel-map-executables): Map over *all* executable Org-mode
4924 elements.
4925 (org-babel-execute-buffer): Execute elements in buffer order instead
4926 of arbitrarily.
4927
4928 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4929
4930 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
4931 Those must be done with `copy-tree'.
4932
4933 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4934
4935 * org-src.el (org-edit-src-code): Referenced code block should
4936 not be evaluated on code block edit.
4937
4938 2012-04-01 Bastien Guerry <bzg@gnu.org>
4939
4940 * org.el (org-structure-template-alist): Use uppercase for
4941 keywords.
4942
4943 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4944
4945 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
4946 code block results.
4947
4948 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4949
4950 * ob.el (org-babel-results-keyword): New user-configurable
4951 results keyword.
4952 (org-babel-where-is-src-block-result): Use new user-configurable
4953 results keyword.
4954
4955 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4956
4957 * org-indent.el (org-indent-refresh-maybe): Check for new
4958 headlines from the beginning of the line to be sure to catch
4959 any newly inserted headline there.
4960
4961 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4962
4963 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
4964 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
4965
4966 * ob-tangle.el (org-babel-tangle-collect-blocks): Use
4967 `org-babel-noweb-p'.
4968
4969 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
4970 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
4971 (org-babel-load-in-session): Use `org-babel-noweb-p'.
4972 (org-babel-merge-params): Use `org-babel-noweb-p'.
4973 (org-babel-noweb-p): New function used to determine if noweb
4974 expansion should be carried out in a given context.
4975
4976 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4977
4978 * org.el (org-update-property-plist): Fix bug in property list
4979 updates.
4980
4981 2012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
4982
4983 * org.el (org-kill-line): Use `kill-visual-line' in
4984 `visual-line-mode'.
4985
4986 2012-04-01 Bernt Hansen <bernt@norang.ca>
4987
4988 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
4989 is outside the current restriction.
4990
4991 2012-04-01 Bernt Hansen <bernt@norang.ca>
4992
4993 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
4994 in from the agenda.
4995
4996 2012-04-01 Bernt Hansen <bernt@norang.ca>
4997
4998 * org.el: Honour existing restrictions when regenerating the agenda.
4999
5000 2012-04-01 Bastien Guerry <bzg@gnu.org>
5001
5002 * org-agenda.el: New alias for `list-diary-entries-hook'.
5003
5004 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5005
5006 * ob.el (org-babel-common-header-args-w-values): Add the new
5007 header argument name.
5008 (org-babel-insert-result): Respect the value of the :wrap header
5009 argument when inserting results.
5010 (org-babel-result-end): Find the end of arbitrarily named result
5011 blocks.
5012
5013 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
5014
5015 * org-indent.el (org-indent-refresh-maybe): Check for new
5016 headlines from the beginning of the line to be sure to catch
5017 any newly inserted headline there.
5018
5019 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5020
5021 * org.el (org-update-property-plist): Remove old instances of
5022 property when adding a new value for property.
5023
5024 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
5025
5026 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
5027 code block would cause an error when the block is was executed.
5028 This fix cures this behaviour.
5029
5030 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5031
5032 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5033 pieces of a previous patch.
5034
5035 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5036
5037 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5038
5039 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5040
5041 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5042 pieces of a previous patch.
5043
5044 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5045
5046 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5047
5048 2012-04-01 Bastien Guerry <bzg@gnu.org>
5049
5050 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5051 instead of (end-of-buffer).
5052
5053 2012-04-01 Bastien Guerry <bzg@gnu.org>
5054
5055 * org-bbdb.el (name): Declare variable.
5056 (bbdb-record-get-field, bbdb-search-name)
5057 (bbdb-search-organization): Declare as part of ext:bbdb.
5058
5059 2012-04-01 Bastien Guerry <bzg@gnu.org>
5060
5061 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5062 instead of the obsolete `org-agenda-filter'.
5063
5064 2012-04-01 Bastien Guerry <bzg@gnu.org>
5065
5066 * org-agenda.el: Add an alias for `org-agenda-filter'.
5067 (diary-list-entries-hook): Use the non-obsolete hook.
5068 (org-agenda-filter-apply): Silent compiler warning.
5069
5070 2012-04-01 Bastien Guerry <bzg@gnu.org>
5071
5072 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
5073 (org-ditaa-jar-option): New option.
5074 (org-babel-execute:ditaa): Use it.
5075
5076 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5077
5078 * ob.el (org-babel-balanced-split): Explicit checking if list
5079 before calling member.
5080
5081 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5082
5083 * ob.el (org-babel-balanced-split): Explicit checking if list
5084 before calling member.
5085
5086 2012-02-14 Chong Yidong <cyd@gnu.org>
5087
5088 * org-footnote.el: Remove bogus defvar values (Bug#10745).
5089
5090 2012-01-05 Eric Schulte <eric.schulte@gmx.com>
5091
5092 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5093 pieces of a previous patch.
5094
5095 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5096
5097 2012-01-05 Bastien Guerry <bzg@gnu.org>
5098
5099 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5100 instead of (end-of-buffer).
5101
5102 * org-bbdb.el (name): Declare variable.
5103 (bbdb-record-get-field, bbdb-search-name)
5104 (bbdb-search-organization): Declare as part of ext:bbdb.
5105
5106 * org-agenda.el: Add an alias for `org-agenda-filter'.
5107 (diary-list-entries-hook): Use the non-obsolete hook.
5108 (org-agenda-filter-apply): Silent compiler warnings.
5109
5110 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5111 instead of the obsolete `org-agenda-filter'.
5112
5113 2012-01-03 Bastien Guerry <bzg@gnu.org>
5114
5115 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5116 and removing checkboxes with `C-u C-c C-c' on the first item
5117 of a list. Also, don't reinitialize checkboxes that are
5118 already ticked.
5119
5120 2012-01-03 Bastien Guerry <bzg@gnu.org>
5121
5122 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5123 value with only one digit for the hours.
5124
5125 2012-01-03 Bastien Guerry <bzg@gnu.org>
5126
5127 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5128 Remove deleted function `org-encode-for-stdout'.
5129
5130 2012-01-03 Bastien Guerry <bzg@gnu.org>
5131
5132 * org.el (org-show-context): Complete docstring.
5133
5134 2012-01-03 Bastien Guerry <bzg@gnu.org>
5135
5136 * org-agenda.el (org-agenda-filter-by-tag): Use
5137 `read-char-exclusive' instead of `read-char'.
5138
5139 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5140
5141 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5142 erraneous space in regexp.
5143
5144 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5145
5146 * ob.el (org-babel-expand-noweb-references): Rather than using
5147 a pure regexp solution to resolve noweb references, actually
5148 check the information of every code block in the buffer. This
5149 will cause a slowdown in noweb reference expansion, but is
5150 necessary for correct behavior.
5151
5152 2012-01-03 Bastien Guerry <bzg@gnu.org>
5153
5154 * org.el (org-map-continue-from): Fix typo in docstring.
5155
5156 2012-01-03 Bastien Guerry <bzg@gnu.org>
5157
5158 * org.el (org-property-re): Also match cumulating properties
5159 like ":prop+:".
5160
5161 2012-01-03 Bastien Guerry <bzg@gnu.org>
5162
5163 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5164 matching the end of a block.
5165
5166 2012-01-03 David Maus <dmaus@ictsoc.de>
5167
5168 * org.el (org-open-at-point): Escape link path for http:,
5169 https:, ftp:, news:, and doi: links only if the path contains
5170 space or non-ascii character.
5171
5172 2012-01-03 David Maus <dmaus@ictsoc.de>
5173
5174 * org.el (org-refile-get-targets): Ignore headlines without a
5175 true headline.
5176
5177 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5178
5179 * ob.el (org-babel-map-call-lines): Moved this file from
5180 ob-lob.el into ob.el to ease dependency pains.
5181
5182 2012-01-03 Bastien Guerry <bzg@gnu.org>
5183
5184 * org-publish.el (org-publish-index-generate-theindex): Use
5185 theindex.inc for storing index entries, and theindex.org for
5186 including theindex.inc.
5187
5188 2012-01-03 Bastien Guerry <bzg@gnu.org>
5189
5190 * org-publish.el (org-publish-index-generate-theindex): Create
5191 proper file target for index entries in subdirectories.
5192
5193 2012-01-03 Bastien Guerry <bzg@gnu.org>
5194
5195 * org-protocol.el (org-protocol-check-filename-for-protocol):
5196 Fix spelling mistake.
5197
5198 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5199
5200 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5201 for title and subtitle.
5202 (org-odt-format-toc): New.
5203 (org-odt-format-preamble): New. Users can redefine this to
5204 customize what goes before the document body. Currently it
5205 outputs title, author and email, date and toc.
5206 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5207 (org-odt-format-date): Renamed from
5208 `org-odt-iso-date-from-org-timestamp'. Also added an
5209 additional param for format string.
5210 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5211 `org-odt-format-date'.
5212
5213 2012-01-03 Bastien Guerry <bzg@gnu.org>
5214
5215 * org.el (org-at-drawer-p): New function.
5216 (org-end-of-line): Use it.
5217
5218 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5219
5220 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5221 Controls the method in which noweb references are expanded.
5222 (org-babel-expand-noweb-references): Bring back the option for
5223 regexp-based noweb expansion.
5224
5225 2012-01-03 Bastien Guerry <bzg@gnu.org>
5226
5227 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5228 with only one digit for the hours.
5229
5230 2012-01-03 Bastien Guerry <bzg@gnu.org>
5231
5232 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5233 when ticking the checkbox of the first item.
5234
5235 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5236
5237 * org-list.el (org-list-write-struct): Add an optional
5238 argument for structure changes happening outside the function.
5239
5240 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5241 item of a sub-list should toggle check-box presence of every
5242 item in the same sub-list. Also fix check-box insertion on a
5243 single item.
5244
5245 2012-01-03 Bastien Guerry <bzg@gnu.org>
5246
5247 * org-agenda.el (org-agenda-filter-preset): New alias.
5248 (org-agenda-filter-by-category): New command.
5249 (org-agenda-mode-map): Add the new command.
5250 (org-agenda-custom-commands-local-options): Add category
5251 filter preset.
5252 (org-agenda-mark-filtered-text): Mark both tag and filter
5253 overlays.
5254 (org-agenda-category-filter-preset): New variable.
5255 (org-finalize-agenda, org-agenda-redo)
5256 (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5257 both category and tag filters.
5258 (org-agenda-filter-show-all-tag): Rename from
5259 `org-agenda-filter-by-tag-show-all'.
5260 (org-agenda-filter-show-all-cat): New function.
5261 (org-agenda-set-mode-name): Show the category filter in the
5262 modeline.
5263
5264 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5265
5266 * org-bbdb.el (org-bbdb-old): New variable.
5267 (org-bbdb-store-link, org-bbdb-open): Check for
5268 `org-bbdb-old'.
5269 (org-bbdb-open-old, org-bbdb-open-new): New functions.
5270
5271 2012-01-03 Bastien Guerry <bzg@gnu.org>
5272
5273 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5274 Remove deleted function `org-encode-for-stdout'.
5275
5276 2012-01-03 Bastien Guerry <bzg@gnu.org>
5277
5278 * org.el (org-check-dates-range): New command.
5279 (org-sparse-tree): Use it.
5280
5281 2012-01-03 Bastien Guerry <bzg@gnu.org>
5282
5283 * org-agenda.el (org-agenda-write): Rename from
5284 `org-write-agenda'.
5285 (org-agenda-mode-map, org-agenda-menu)
5286 (org-batch-store-agenda-views): Use new name
5287 `org-agenda-write'.
5288
5289 2012-01-03 Bastien Guerry <bzg@gnu.org>
5290
5291 * org.el (org-loop-over-headlines-in-active-region): Fix
5292 docstring.
5293 (org-todo, org-deadline, org-schedule): Honor the 'start-level
5294 value of `org-loop-over-headlines-in-active-region'.
5295
5296 2012-01-03 Bastien Guerry <bzg@gnu.org>
5297
5298 * org-archive.el (org-archive-subtree)
5299 (org-archive-to-archive-sibling, org-toggle-archive-tag):
5300 Bugfix: use 'region-start-level.
5301
5302 2012-01-03 Bastien Guerry <bzg@gnu.org>
5303
5304 * org.el (org-show-context): Complete docstring.
5305
5306 2012-01-03 Bastien Guerry <bzg@gnu.org>
5307
5308 * org-agenda.el (org-agenda-filter-by-tag): Use
5309 `read-char-exclusive' instead of `read-char'.
5310
5311 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5312
5313 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5314 nil at each match.
5315
5316 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5317
5318 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5319 erraneous space in regexp.
5320
5321 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5322
5323 * org-odt.el (org-odt-lib-dir): Add docstring.
5324 (org-odt-data-dir): New variable. Use this variable to
5325 control the locations from which the ODT exporter picks the
5326 OpenDocument styles and schema files from. Set this variable
5327 explicitly only if the in-built heuristics for locating the
5328 above files fails.
5329 (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5330 variables. Pay specific attention to (eval-when-compile ...)
5331 form through which Makefile's $(datadir) - contained in
5332 `org-odt-data-dir' - gets compiled in as a "hard coded"
5333 constant.
5334 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5335 aid debugging.
5336
5337 2012-01-03 Bastien Guerry <bzg@gnu.org>
5338
5339 * org-archive.el (org-archive-subtree)
5340 (org-archive-to-archive-sibling, org-toggle-archive-tag)
5341 (org-archive-set-tag): Handle the 'start-level value for
5342 `org-loop-over-headlines-in-active-region'.
5343
5344 2012-01-03 Bastien Guerry <bzg@gnu.org>
5345
5346 * org.el (org-scan-tags): New parameter `start-level' to scan only
5347 through headlines of that level.
5348 (org-map-entries): New allowed value `region-start-level' for
5349 the `scope' parameter, to allow scanning through headlines of
5350 the same level than the first headline in the region.
5351 (org-loop-over-headlines-in-active-region): New allowed value
5352 'start-level.
5353
5354 2012-01-03 Bastien Guerry <bzg@gnu.org>
5355
5356 * org-archive.el (org-archive-subtree)
5357 (org-archive-to-archive-sibling, org-archive-set-tag)
5358 (org-toggle-archive-tag): Allow to loop over the active region by
5359 using `org-loop-over-headlines-in-active-region'.
5360
5361 2012-01-03 Bastien Guerry <bzg@gnu.org>
5362
5363 * org.el (org-todo): Allow to loop over the active region by
5364 using `org-loop-over-headlines-in-active-region'.
5365
5366 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5367
5368 * ob.el (org-babel-expand-noweb-references): Rather than using
5369 a pure regexp solution to resolve noweb references, actually
5370 check the information of every code block in the buffer. This
5371 will cause a slowdown in noweb reference expansion, but is
5372 necessary for correct behavior.
5373
5374 2012-01-03 Bastien Guerry <bzg@gnu.org>
5375
5376 * org.el (org-map-continue-from): Fix typo in docstring.
5377
5378 2012-01-03 Bastien Guerry <bzg@gnu.org>
5379
5380 * org-agenda.el (org-agenda-write-buffer-name): New variable.
5381 (org-write-agenda): Use it.
5382
5383 2012-01-03 Bastien Guerry <bzg@gnu.org>
5384
5385 * org-exp.el (org-export-date-timestamp-format): New option to
5386 define the way a timestamp in #+DATE will be exported.
5387 (org-infile-export-plist): Use the new option.
5388
5389 2012-01-03 Bastien Guerry <bzg@gnu.org>
5390
5391 * org.el (org-property-re): Also match cumulating properties
5392 like ":prop+:".
5393
5394 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5395
5396 * org-odt.el (org-odt-styles-dir): Assume that the styles
5397 files are located under `data-directory' of Emacs distribution
5398 as etc/org/OrgOdtStyles.xml and
5399 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
5400 (org-export-odt-schema-dir): Update docstring.
5401
5402 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5403
5404 * org-odt.el (org-odt-format-preamble): Honor following user
5405 options: author, timestamp and email.
5406
5407 2012-01-03 Bastien Guerry <bzg@gnu.org>
5408
5409 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5410 for matching the end of a block.
5411
5412 2012-01-03 Bastien Guerry <bzg@gnu.org>
5413
5414 * org-eshell.el: New file.
5415
5416 2012-01-03 David Maus <dmaus@ictsoc.de>
5417
5418 * org.el (org-open-at-point): Escape link path for http:,
5419 https:, ftp:, news:, and doi: links only if the path contains
5420 space or non-ascii character.
5421
5422 2012-01-03 Bastien Guerry <bzg@gnu.org>
5423
5424 * org-beamer.el (org-beamer-fragile-re): Also recognize
5425 \lstinline and \verb as commands that make a frame fragile.
5426
5427 2012-01-03 David Maus <dmaus@ictsoc.de>
5428
5429 * org.el (org-refile-get-targets): Ignore headlines without a
5430 true headline.
5431
5432 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5433
5434 * ob-octave.el: Add graphical output to png file.
5435
5436 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5437
5438 * ob.el (org-babel-map-call-lines): Moved this file from
5439 ob-lob.el into ob.el to ease dependency pains.
5440
5441 2012-01-03 Bastien Guerry <bzg@gnu.org>
5442
5443 * org-publish.el (org-publish-index-generate-theindex): Use
5444 theindex.inc for storing index entries, and theindex.org for
5445 including theindex.inc.
5446
5447 2012-01-03 Bastien Guerry <bzg@gnu.org>
5448
5449 * org-publish.el (org-publish-index-generate-theindex): Create
5450 proper file target for index entries in subdirectories.
5451
5452 2012-01-03 Bastien Guerry <bzg@gnu.org>
5453
5454 * org-protocol.el (org-protocol-check-filename-for-protocol):
5455 Fix spelling mistake.
5456
5457 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5458
5459 * org-odt.el (org-export-odt-default-org-styles-alist): Add
5460 styles for title and subtitle.
5461 (org-odt-format-toc): New.
5462 (org-odt-format-preamble): New. Users can redefine this to
5463 customize what goes before the document body. Currently it
5464 outputs title, author and email, date and toc.
5465 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5466 (org-odt-format-date): Renamed from
5467 `org-odt-iso-date-from-org-timestamp'. Also added an
5468 additional param for format string.
5469 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5470 `org-odt-format-date'.
5471
5472 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5473
5474 * ob-ref.el (org-babel-ref-split-args): Now uses
5475 `org-babel-balanced-split'.
5476
5477 2012-01-03 Bastien Guerry <bzg@gnu.org>
5478
5479 * org-html.el (org-export-html-preamble)
5480 (org-export-html-postamble): Fix docstrings.
5481 (org-export-as-html): Insert the string used by a custom
5482 function for `org-export-html-pre/postamble'.
5483
5484 2012-01-03 Bastien Guerry <bzg@gnu.org>
5485
5486 * org.el (org-block-regexp)
5487 (org-heading-keyword-regexp-format)
5488 (org-heading-keyword-maybe-regexp-format): Move up to keep the
5489 byte-compiler happy.
5490
5491 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5492
5493 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5494 function.
5495 (org-agenda-tree-to-indirect-buffer): Use the new function.
5496
5497 2012-01-03 Bastien Guerry <bzg@gnu.org>
5498
5499 * org-html.el (org-export-as-html): Fix bug when inserting the
5500 output of a custom function for the pre/postamble.
5501
5502 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5503
5504 * org-odt.el (org-odt-format-source-code-or-example): Try
5505 loading htmlfontify safely.
5506
5507 2012-01-03 Bastien Guerry <bzg@gnu.org>
5508
5509 * org-odt.el (require): Require htmlfontify.el only if
5510 emacs-version is greater than 23.2.
5511
5512 2012-01-03 Bastien Guerry <bzg@gnu.org>
5513
5514 * org-faces.el (org-agenda-calendar-event)
5515 (org-agenda-calendar-sexp): Use the default face.
5516
5517 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5518
5519 * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5520
5521 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5522
5523 * org.el (Key bindings): Remap the Outline functions from
5524 `outline-mode-prefix-map' where possible.
5525
5526 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5527
5528 * org-html.el (org-export-as-html): Apply
5529 `org-export-html-get-todo-kwd-class-name' to the class
5530 attribute of the todo-keyword span tag, not to its text
5531 content.
5532
5533 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5534
5535 * org-agenda.el (org-agenda-get-timestamps)
5536 (org-agenda-get-sexps): Use face for highlighting "calendar"
5537 events.
5538
5539 2012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
5540
5541 * org.el (org-add-planning-info): Treat absolute time too.
5542
5543 2012-01-03 Bastien Guerry <bzg@gnu.org>
5544
5545 * org-table.el (org-table-transpose-table-at-point): Don't use
5546 ̀remove-if-not'.
5547
5548 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5549
5550 * org-clock.el (org-clock-out-if-current): Check the clock
5551 buffer is existing.
5552
5553 2012-01-03 Bernt Hansen <bernt@norang.ca>
5554
5555 * org-clock.el (org-clock-out-if-current): Fix marker in no
5556 buffer error for task state change in an indirect buffer.
5557
5558 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5559
5560 * org.el (org-offer-links-in-entry): Make list when assigning
5561 a single link.
5562
5563 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5564
5565 * ob.el (org-babel-expand-noweb-references): Rather than
5566 collect the info from *every* block in the current buffer,
5567 simply regexp search for those blocks which appear to match
5568 the continued source name.
5569
5570 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5571
5572 * ob.el (org-babel-insert-result): Do not examplize wrapped
5573 scalar results, simply wrap them.
5574 (org-babel-result-end): Find the end of results wrapped in a
5575 RESULTS drawer.
5576
5577 2012-01-03 Bastien Guerry <bzg@gnu.org>
5578
5579 * org.el (org-todo-yesterday): When called from the agenda,
5580 use `org-agenda-todo-yesterday' instead.
5581
5582 2012-01-03 Bastien Guerry <bzg@gnu.org>
5583
5584 * org-table.el (org-table-transpose-table-at-point): New command.
5585
5586 2012-01-03 Bastien Guerry <bzg@gnu.org>
5587
5588 * org-html.el (org-export-html-headline-anchor-format): New
5589 option.
5590 (org-html-level-start): Use the new option.
5591
5592 2012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
5593
5594 * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5595 bugfix.
5596
5597 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5598
5599 * org-special-blocks.el
5600 (org-special-blocks-convert-html-special-cookies): Close
5601 paragraph before opening or closing the <div>, and open
5602 paragraph after. Also changed newline placement to be the same
5603 as for other blocks.
5604
5605 2012-01-03 Roberto Huelga <rhuelga@gmail.com>
5606
5607 * org-clock.el (org-program-exists): Make the function
5608 compatible with darwin systems.
5609
5610 2012-01-03 David Maus <dmaus@ictsoc.de>
5611
5612 * org-exp.el (org-export-normalize-links): Mark bracket links
5613 before normalization to avoid erroneous normalization of
5614 bracket link parts.
5615
5616 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5617
5618 * org-odt.el (org-odt-data-dir): Removed.
5619 (org-odt-styles-dir, org-export-odt-schema-dir): New
5620 variables.
5621
5622 * org-odt.el, org-lparse.el: New files.
5623
5624 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5625
5626 * org-capture.el (org-capture-set-target-location): Set the
5627 capture default time also to the prompt time.
5628
5629 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5630
5631 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
5632 and #+results lines during preprocess.
5633
5634 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5635
5636 * ob-picolisp.el (ob-comint): Required.
5637 (comint): Required.
5638 (cl): Required.
5639 (run-picolisp): Declared.
5640 (org-babel-execute:picolisp): Capture free variable, and replace
5641 function from cl-extra with core function.
5642
5643 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5644
5645 * ob-picolisp.el: New file.
5646
5647 * org.el (org-babel-load-languages): Add Pico Lisp to the list
5648 of supported code block languages.
5649
5650 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5651
5652 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
5653 directs the user to the location of the error.
5654
5655 2012-01-03 Bastien Guerry <bzg@gnu.org>
5656
5657 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
5658
5659 2012-01-03 Bastien Guerry <bzg@gnu.org>
5660
5661 * ob.el (org-babel-execute-src-block): Fix typo.
5662
5663 2012-01-03 Bastien Guerry <bzg@gnu.org>
5664
5665 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
5666
5667 2012-01-03 Bastien Guerry <bzg@gnu.org>
5668
5669 * org.el (org-link-unescape, org-link-unescape-compound): Fix
5670 two typos in docstrings.
5671
5672 2012-01-03 Thomas Dye <dk@poto.local>
5673
5674 * ob-R.el: Added tikzDevice support.
5675
5676 2012-01-03 David Maus <dmaus@ictsoc.de>
5677
5678 * org.el (org-clone-subtree-with-time-shift): Remove clocking
5679 information and empty drawers when preparing a clone.
5680
5681 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5682
5683 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
5684 `org-export-blocks-postblock-hook'.
5685
5686 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5687
5688 * ob.el (org-babel-hide-result-toggle): Skip over header
5689 argument lines when toggling named code block visibility.
5690
5691 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5692
5693 * org-exp.el (org-export-grab-title-from-buffer): Don't
5694 license to kill text inside blocks when getting a title.
5695
5696 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5697
5698 * ob.el (org-babel-confirm-evaluate): Adding support for new
5699 range of :eval header arguments.
5700
5701 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5702
5703 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
5704 during export when eval is set to "non-export".
5705
5706 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5707
5708 * ob-ref.el (org-babel-update-intermediate): New custom
5709 variable.
5710 (org-babel-ref-resolve): Optionally update the in-buffer results
5711 of code blocks which are evaluated to resolve references.
5712
5713 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5714
5715 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
5716 split string when a character appears on either side of the
5717 split.
5718 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
5719
5720 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5721
5722 * org.el (org-reduce): Added a less functional Org-mode copy of
5723 the cl reduce function.
5724
5725 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5726
5727 * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
5728 "name" as a valid keyword that can preceed a block.
5729
5730 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5731
5732 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
5733 in-verbatim check to inline code blocks, do lob code blocks as
5734 well.
5735
5736 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5737
5738 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
5739
5740 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5741
5742 * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
5743 that partial names are not matched.
5744 (org-babel-named-data-regexp-for-name): Ensure that partial names
5745 are not matched.
5746
5747 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5748
5749 * ob-ref.el (org-babel-ref-resolve): Search for named code
5750 blocks before named data.
5751
5752 * ob.el (org-babel-named-data-regexp-for-name): New function for
5753 finding named data.
5754
5755 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5756
5757 * ob.el (org-babel-insert-result): Gracefully handle results
5758 which are neither lists nor strings.
5759
5760 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5761
5762 * ob-ref.el (org-babel-ref-resolve): Don't change location when
5763 looking at the contents.
5764
5765 2012-01-03 Milan Zamazal <pdm@zamazal.org>
5766
5767 * org.el (org-set-outline-overlay-data): Use
5768 outline-flag-region to make a region invisible. This ensures
5769 all necessary actions, especially adding
5770 isearch-open-invisible property, are applied.
5771
5772 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5773
5774 * ob-lob.el (org-babel-in-example-or-verbatim): Fix
5775 compilation warning.
5776
5777 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5778
5779 * ob.el (org-babel-find-named-result): Downcase "name" before
5780 comparison.
5781
5782 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5783
5784 * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
5785 (org-babel-lisp-vector-to-list): Fixed typo.
5786
5787 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5788
5789 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
5790 execution contexts (e.g., call lines) look like commented
5791 lines.
5792
5793 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
5794 count.
5795 (org-babel-process-params): Always process parameters, even if
5796 you don't to table splitting.
5797
5798 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5799
5800 * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
5801
5802 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
5803 regular expression.
5804 (org-babel-inline-lob-one-liner-regexp): Updated regular
5805 expression.
5806
5807 * ob-ref.el (org-babel-ref-resolve): Notice when something that
5808 looks like a data results may actually be a code block.
5809
5810 * ob-table.el: Updated documentation.
5811
5812 * ob.el (org-babel-src-name-regexp): Simplified regexp.
5813 (org-babel-get-src-block-info): Updated match strings.
5814 (org-babel-data-names): Simplified acceptable names.
5815 (org-babel-find-named-block): Indentation.
5816 (org-babel-find-named-result): Updated to not return a code block
5817 as a result.
5818
5819 * org.el (org-fontify-meta-lines-and-blocks-1): Removing
5820 references to old syntactic elements.
5821 (org-additional-option-like-keywords): Removing references to
5822 old syntactic elements.
5823
5824 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5825
5826 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
5827 and `buffer-substring'.
5828
5829 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5830
5831 * org-agenda.el (org-agenda-get-todos): Prevent an error when
5832 encountering tasks with only the TODO keyword.
5833
5834 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5835
5836 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
5837 environment when at an item or an headline, but allow LaTeX
5838 fragments.
5839 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
5840 headline's visibility, in order to catch LaTeX fragments within.
5841
5842 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5843
5844 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
5845 newline and spaces before a code block.
5846
5847 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5848
5849 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
5850 over all call lines in a buffer.
5851
5852 * ob.el (org-babel-execute-buffer): Execute call lines when
5853 executing an entire buffer.
5854
5855 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5856
5857 * ob.el (org-babel-process-params): Don't disassemble tables
5858 twice.
5859
5860 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5861
5862 * org-clock.el (org-clock-in, org-clock-find-position): Make space
5863 after date optional.
5864
5865 * org.el (org-set-regexps-and-options)
5866 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
5867 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
5868
5869 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5870
5871 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
5872 inside a verbatim block.
5873
5874 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
5875 blocks.
5876
5877 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5878
5879 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
5880 (org-babel-maxima-expand): Add input variables and graphic output.
5881 (org-babel-execute:maxima): Add input variables and graphic output.
5882 (org-babel-maxima-var-to-maxima): Add input variables and graphic
5883 output.
5884 (org-babel-maxima-graphical-output-file): Add input variables and
5885 graphic output.
5886 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
5887 output.
5888
5889 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5890
5891 * ob-fortran.el: New file. Adding support for Fortran code blocks.
5892 * org.el (org-babel-load-languages): Adding fortran to this list.
5893
5894 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5895
5896 * org-footnote.el (org-footnote-new): Cannot insert an inline
5897 footnote at beginning of line anymore.
5898 (org-footnote-at-reference-p): Don't recognize inline footnotes at
5899 beginning of line.
5900
5901 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5902
5903 * org.el (org-set-font-lock-defaults): Fix small error in matching
5904 group that prevented fontification of keywords like
5905 org-comment-string and stars in headlines.
5906
5907 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5908
5909 * org.el (org-catch-invisible-edits): New option.
5910 (org-self-insert-command, org-delete-backward-char)
5911 (org-delete-char): Call `org-check-before-invisible-edit'.
5912 (org-check-before-invisible-edit): New function.
5913
5914 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
5915
5916 * org-exp.el (org-solidify-link-text): Respect
5917 org-export-with-tags when forming the export title during subtree
5918 export.
5919
5920 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5921
5922 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
5923 (org-heading-keyword-maybe-regexp-format): Globalize variables so
5924 they are accessible even in buffers not in Org mode.
5925
5926 2012-01-03 David Maus <dmaus@ictsoc.de>
5927
5928 * org.el (org-insert-link): Don't use default-description if a
5929 `org-make-link-description-function' is defined.
5930
5931 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5932
5933 * org.el (org-set-regexps-and-options): Use property blocks for
5934 multi-line properties.
5935
5936 2012-01-03 Bastien Guerry <bzg@gnu.org>
5937
5938 * org.el (org-self-insert-command): Don't throw an error when
5939 editing takes place at the first point of the buffer.
5940
5941 2012-01-03 Bastien Guerry <bzg@gnu.org>
5942
5943 * org.el (org-self-insert-command): Unfold invisible region at
5944 point or right before point when editing.
5945
5946 2012-01-03 Bastien Guerry <bzg@gnu.org>
5947
5948 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
5949 default.
5950
5951 2012-01-03 Bastien Guerry <bzg@gnu.org>
5952
5953 * org-html.el (org-html-expand): Prevent a nil value for STRING to
5954 return an error, just return nil.
5955
5956 2012-01-03 Bastien Guerry <bzg@gnu.org>
5957
5958 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
5959 character in the #+LaTeX_CLASS option.
5960
5961 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5962
5963 * org-footnote.el (org-footnote-at-reference-p)
5964 (org-footnote-at-definition-p): Don't store text-properties of
5965 footnote definitions.
5966
5967 2012-01-03 Bastien Guerry <bzg@gnu.org>
5968
5969 * org-html.el (org-export-as-html): Convert special characters in
5970 meta tag "author", "date", "keyword" and "description".
5971
5972 2012-01-03 Bastien Guerry <bzg@gnu.org>
5973
5974 * org-capture.el (org-capture-before-finalize-hook): Docstring
5975 improvement: mention that the buffer is widened when this hook is
5976 run.
5977
5978 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5979
5980 * org-html.el (org-export-as-html): Make sure the div for preamble
5981 is not inserted when the preamble is empty.
5982
5983 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5984
5985 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
5986 for filtering (shown in the mode-line).
5987
5988 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5989
5990 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
5991 space from split variables.
5992
5993 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5994
5995 * org.el (org-link-search): Add an optional argument preventing
5996 function from revealing context around match.
5997
5998 2012-01-03 Bastien Guerry <bzg@gnu.org>
5999
6000 * org-agenda.el (calendar-check-holidays): Declare function.
6001
6002 2012-01-03 Bastien Guerry <bzg@gnu.org>
6003
6004 * org.el (org-return): Fix bug when matching the face property
6005 before following a link.
6006
6007 2012-01-03 Matt Lundin <mdl@imapmail.org>
6008
6009 * org-agenda.el (org-class): Fix holidays symbol in org-class.
6010 This was resulting in an "Bad sexp..." warning.
6011
6012 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6013
6014 * org.el (org-scan-tags): Also remember
6015 `org-complex-heading-regexp' in a property.
6016
6017 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6018
6019 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
6020 TeX-master to t when creating new TeX buffers.
6021
6022 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
6023 when creating new buffers.
6024
6025 * org-html.el (org-export-as-html): Turn off auto-insert
6026 when creating new buffers.
6027
6028 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6029
6030 * org-table.el (org-table-formula-handle-first/last-rc): Do not
6031 expand pointers to first/last row/column that are inside a call to
6032 `remote'.
6033 (org-table-get-remote-range): Expand pointers to first/last
6034 row/column.
6035
6036 2012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
6037
6038 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
6039 compatibility issue when creating an indirect buffer.
6040
6041 2012-01-03 Christophe Rhodes <csr21@cantab.net>
6042
6043 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
6044 the same way than LATEX_CLASS.
6045
6046 2012-01-03 Bastien Guerry <bzg@gnu.org>
6047
6048 * org.el (org-return): Check the presence of the 'org-link face
6049 even in contexts where there is more than one face.
6050
6051 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6052
6053 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
6054 argument names which should be inherited.
6055
6056 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6057
6058 * org.el (org-in-block-p): Return matched name of block, if any.
6059 It can be useful when a list of block names is provided as
6060 an argument.
6061
6062 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6063
6064 * org-docbook.el (org-export-as-docbook): Fix regexp.
6065
6066 * org-html.el (org-export-as-html): Fix regexp.
6067
6068 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6069
6070 * org-agenda.el (org-class): Allow holidays to be skipped.
6071
6072 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6073
6074 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
6075
6076 2012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
6077
6078 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6079 strings before calling `string-match'.
6080
6081 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6082
6083 * org-footnote.el (org-footnote-at-reference-p)
6084 (org-footnote-at-definition-p): Remove text-properties from label.
6085
6086 2012-01-03 Bastien Guerry <bzg@gnu.org>
6087
6088 * org-html.el (org-export-as-html): Add a "title" meta tag.
6089
6090 2012-01-03 Bastien Guerry <bzg@gnu.org>
6091
6092 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6093 entries to pass to `org-agenda-get-day-entries' and allow to
6094 filter out entries using a function.
6095
6096 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6097
6098 * org-agenda.el: Fix small display bug.
6099
6100 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6101
6102 * org.el (org-set-regexps-and-options): Fix small bug introduced
6103 by commit dfcb6faef11a2439b56b18a6289803361d402130.
6104
6105 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6106
6107 * org-agenda.el (org-search-view): Simplify regexp.
6108 (org-agenda-get-todos): Use new format string.
6109
6110 * org-archive.el (org-archive-all-done): Simplify regexp.
6111
6112 * org-ascii.el (org-export-as-ascii): More accurate regexp.
6113
6114 * org-colview.el (org-columns-capture-view): Use new format string
6115 and new string.
6116
6117 * org-docbook.el (org-export-as-docbook): More accurate
6118 regexp. Also use new regexp to match generic headlines.
6119
6120 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6121 regexp. Also use new regexp to match generic headlines.
6122
6123 * org-html.el (org-export-as-html): More accurate regexp.
6124 Also use new regexp to match generic headlines.
6125
6126 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6127 and now erroneous function.
6128
6129 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6130 New variables.
6131 (org-set-regexps-and-options): Create regexps according to the
6132 following rule: use spaces only to separate elements from an headline,
6133 while allowing mixed tabs and spaces for any indentation job.
6134 (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6135 (org-set-font-lock-defaults): Fontify again headlines with a keyword
6136 and no other text. Use new format strings.
6137 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6138 (org-toggle-fixed-width-section): Use new format string.
6139 (org-todo): More accurate regexps.
6140 (org-point-at-end-of-empty-headline): Simplify regexp.
6141 (org-insert-heading): Headline can sometimes be nil.
6142
6143 2012-01-03 David Maus <dmaus@ictsoc.de>
6144
6145 * org-agenda.el (org-agenda-bulk-action): Bind
6146 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6147 with bulk command.
6148
6149 2012-01-03 David Maus <dmaus@ictsoc.de>
6150
6151 * org.el (org-deadline, org-schedule): Skip invisible headlines when
6152 mapping over headlines in active region.
6153
6154 2012-01-03 David Maus <dmaus@ictsoc.de>
6155
6156 * org.el (org-loop-over-headlines-in-active-region):
6157 New customization variable. Loop over headlines in active region.
6158 (org-schedule, org-deadline): Apply to headlines in region depending
6159 on new customization variable.
6160
6161 2012-01-03 David Maus <dmaus@ictsoc.de>
6162
6163 * org.el (org-map-entries): Immediately return if scope is 'region
6164 but no region is active.
6165
6166 2012-01-03 David Maus <dmaus@ictsoc.de>
6167
6168 * org.el (org-map-entries): Extend scope 'region to include entire
6169 body of last headline in active region.
6170
6171 2012-01-03 Bastien Guerry <bzg@gnu.org>
6172
6173 * org-src.el (org-edit-src-code): Fix typo-bug.
6174
6175 2012-01-03 Bastien Guerry <bzg@gnu.org>
6176
6177 * org.el (org-format-agenda-item, org-scan-tags):
6178 Rename `org-format-agenda-item' to `org-agenda-format-item'.
6179
6180 2012-01-03 Bastien Guerry <bzg@gnu.org>
6181
6182 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6183 silent byte-compiler.
6184
6185 2012-01-03 Bastien Guerry <bzg@gnu.org>
6186
6187 * org.el: Declare external function `cdlatex-compute-tables'.
6188
6189 2012-01-03 Bastien Guerry <bzg@gnu.org>
6190
6191 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6192 when matching #+LaTeX_CLASS.
6193
6194 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
6195
6196 * org.el (org-link-search-must-match-exact-headline): Fix typos.
6197
6198 2012-01-03 Bastien Guerry <bzg@gnu.org>
6199
6200 * org-latex.el (org-export-latex-make-header): Add some hyperref
6201 options.
6202
6203 2012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
6204
6205 * org-publish.el (org-publish-file): Added 'eval'ing the value of
6206 the :publishing-directory property before using it as destination
6207 of the publishing project. This allows to construct the publish
6208 destination directory dynamically at run-time using the return
6209 value of a function.
6210
6211 2012-01-03 Bastien Guerry <bzg@gnu.org>
6212
6213 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6214
6215 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6216
6217 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6218 New option.
6219 (org-agenda-date-later): Improve the logical structure.
6220
6221 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6222
6223 * ob-calc.el (featurep): Require calc-store.
6224
6225 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6226 special handling.
6227
6228 * org-compat.el (fboundp): Support for XEmacs.
6229
6230 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6231
6232 * org-footnote.el (org-footnote-re): Optimize macro processing.
6233
6234 * org.el (org-set-autofill-regexps): Xemacs compatibility.
6235
6236 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6237
6238 * ob.el (org-babel-balanced-split): Balance both [] and ()
6239 groupings.
6240 (org-babel-parse-header-arguments): Be sure to replace removed ":"
6241 characters.
6242
6243 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6244
6245 * ob.el (org-babel-parse-header-arguments): Quick fix for a
6246 tiny bug.
6247
6248 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6249
6250 * ob.el (org-babel-params-from-properties): Now splits
6251 multiple var arguments behind a single ":var".
6252 (org-babel-balanced-split): Separated balanced splitting of
6253 strings out into a new function.
6254 (org-babel-parse-multiple-vars): Splits multiple var arguments
6255 behind a single ":var".
6256
6257 2012-01-03 Bastien Guerry <bzg@gnu.org>
6258
6259 * org.el: Remap `outline-promote' and `outline-demote' keys to
6260 `org-promote-subtree' and `org-demote-subtree'.
6261
6262 2012-01-03 Leo Liu <sdl.web@gmail.com>
6263
6264 * org-agenda.el (org-agenda-do-context-action): Check if marker is
6265 valid before use.
6266
6267 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6268
6269 * org-agenda.el (org-agenda-date-later): Fix shifting of date
6270 ranges.
6271
6272 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6273
6274 * ob.el: Removing `org-babel-params-from-buffer' and
6275 #+PROPERTIES: entirely.
6276
6277 * ob-exp.el (org-babel-exp-src-block): Removing
6278 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6279
6280 * ob-lob.el (org-babel-lob-execute): Removing
6281 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6282
6283 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6284
6285 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6286 lines in favor of general #+PROPERTIES: lines.
6287
6288 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6289
6290 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6291 buffer.
6292
6293 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6294
6295 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6296 update the internal cdlatex tables.
6297
6298 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6299
6300 * ob-sql.el (org-babel-execute:sql): Respect literal-results
6301 options.
6302
6303 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6304
6305 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6306 code block colname and rowname handling.
6307
6308 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6309
6310 * org-publish.el (org-publish-cache-file-needs-publishing):
6311 Fix regexp to not inlcude newlines.
6312
6313 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6314
6315 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6316 restart.
6317
6318 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6319
6320 * org.el (org-fontify-entities): Match entities before
6321 numbers, as in `\sim2'.
6322
6323 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6324
6325 * org-agenda.el (org-agenda-date-later): Make pushing forward
6326 a past date to jump immedialtely to today.
6327
6328 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6329
6330 * org-exp.el (org-store-forced-table-alignment): Parse the
6331 column cookie for both alignment and width
6332 specification. Store the resulting value in `org-col-cookies'
6333 property. Retire the previously used `org-forced-aligns'
6334 property for consistency. Renamed local variable `aligns' to
6335 `cookies'.
6336
6337 * org-html.el (org-format-org-table-html): Use
6338 `org-col-cookies'. Renamed local variable forced-aligns to
6339 col-cookies.
6340
6341 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6342
6343 * org.el (org-latex-to-mathml-jar-file)
6344 (org-latex-to-mathml-convert-command): New user-customizable
6345 variables.
6346 (org-format-latex-mathml-available-p, org-create-math-formula)
6347 (org-format-latex-as-mathml): New functions.
6348 (org-format-latex): Add a new local variable block-type that notes
6349 the nature of the equation - inline or display. Associate it's
6350 value to `org-latex-src-embed-type' property of dvipng links. Add
6351 mathml as new processing type.
6352
6353 2012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6354
6355 * org.el (org-refile): Add tree name to prompt.
6356
6357 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6358
6359 * org-latex.el (org-export-latex-tables): Honor
6360 `org-export-latex-table-caption-above'
6361 (org-export-latex-table-caption-above): New option.
6362
6363 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6364
6365 * ob.el (org-babel-insert-header-arg): Now including language
6366 specific header arg values in insertion options.
6367
6368 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6369
6370 * ob.el (org-babel-insert-header-arg): Fixed typo.
6371
6372 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
6373
6374 * org-exp.el (org-export-number-lines): Modified. Add a new
6375 parameter `preprocess' and use this for backend-agnostic
6376 handling of literal examples.
6377
6378 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6379
6380 * org.el (org-match-substring-regexp)
6381 (org-match-substring-with-braces-regexp): Allow subscripts and
6382 superscripts to start at beginning of line.
6383
6384 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6385
6386 * ob.el (org-babel-common-header-args-w-values): New variable to
6387 hold common header arguments and their default values.
6388 (org-babel-header-arg-names): Redefined using the new common
6389 header arg variable.
6390 (org-babel-insert-header-arg): New function to help when inserting
6391 header arguments.
6392
6393 2012-01-03 David Maus <dmaus@ictsoc.de>
6394
6395 * org-html.el (org-html-handle-links): Remove unnecessary
6396 protection markers when publishing link in default format.
6397
6398 2012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
6399
6400 * org-crypt.el (org-crypt-check-auto-save): New function, see
6401 next change.
6402
6403 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6404 check out into a separate function, and call it at a later
6405 point, to assure it only runs when visiting an encrypted
6406 entry.
6407
6408 2012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
6409
6410 * org.el (org-log-note-headings): Document new %d and %D
6411 escapes.
6412 (org-store-log-note): Implement new %d and %D escapes.
6413
6414 2012-01-03 Dave Abrahams <dave@boostpro.com>
6415
6416 * org-agenda.el (org-agenda-follow-indirect): New option.
6417 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6418 follow mode.
6419 (org-agenda-do-context-action): Also do indirect follow mode
6420 action.
6421
6422 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6423
6424 * ob-table.el (sbe): Fix typo in new sbe specification.
6425
6426 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6427
6428 * ob-table.el (sbe): If first variable is a string and not a
6429 cons cell, then interpret it as a string of header arguments
6430 to be passed to the code block.
6431
6432 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6433
6434 * ob-shen.el (shen-eval-defun): Declare external function.
6435 (org-babel-execute:shen): Move requirement of inf-shen into
6436 the function in which it is used to fix build error.
6437
6438 * ob-shen.el: New file.
6439
6440 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6441
6442 * org.el (org-open-at-point): Make `org-open-at-point' only
6443 ask once about creating a new headline.
6444
6445 2012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6446
6447 * org.el (org-refile-targets): Elaborated the documentation of
6448 the variable as suggested by Dave Abrahams.
6449
6450 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6451
6452 * org.el (org-align-tags-here): Allow tags to be placed right
6453 after heading.
6454 (org-tags-column): Document the meaning of tags column 0.
6455
6456 2012-01-03 Niels Giesen <niels.giesen@gmail.com>
6457
6458 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6459 in agenda if start day is same as end day.
6460
6461 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6462
6463 * org.el (org-refile-get-location): Ignore errors when
6464 collection heading to be excluded.
6465
6466 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6467
6468 * org-special-blocks.el
6469 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6470 strict problems by not enclosing special blocks in paragraph tags.
6471
6472 2012-01-03 Bernt Hansen <bernt@norang.ca>
6473
6474 * org-html.el (org-export-as-html): Check string-match
6475 argument.
6476 (org-html-handle-time-stamps): Check string-match argument.
6477
6478 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6479
6480 * org-agenda.el
6481 (org-agenda-skip-additional-timestamps-same-entry): Change
6482 default value.
6483
6484 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6485
6486 * org.el (org-time-string-to-time):
6487 (org-time-string-to-absolute): Add optional arguments BUFFER and
6488 POS for error reporting.
6489
6490 * org-agenda.el (org-get-all-dates):
6491 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6492 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6493 stamp parsing functions with information on where the
6494 timestamp was taken from.
6495
6496 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6497
6498 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6499 after `show-all' in indirect buffer.
6500
6501 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6502
6503 * org-list.el (org-list-parents-alist): When no parent is found
6504 for an item, set it as the closest less indented item above. If
6505 none is found, make it a top level item.
6506 (org-list-write-struct): Externalize code.
6507 (org-list-struct-fix-item-end): New function.
6508 (org-list-struct): Remove a now useless fix.
6509
6510 * org.el (org-ctrl-c-ctrl-c): Use new function.
6511
6512 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6513
6514 * org.el (org-end-of-line): When on an item, move point at the
6515 end of the line, but before any hidden text. Thus, it's still
6516 possible to use commands, like `C-c C-c', acting at
6517 items. This is still disabled if `org-special-ctrl-a/e'
6518 ignores `C-e'.
6519
6520 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6521
6522 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6523
6524 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6525
6526 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6527 infloop.
6528
6529 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6530
6531 * org-footnote.el (org-footnote-at-definition-p): Remove
6532 useless `org-re'.
6533
6534 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6535
6536 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6537 is at a real footnote reference or definition before
6538 renumbering it.
6539
6540 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6541
6542 * org-footnote.el (org-footnote-goto-definition): This patch
6543 makes sure the function says when a definition has been
6544 found. Thus, moving from the reference to the definition
6545 doesn't offer to create the latter again.
6546
6547 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6548
6549 * org-footnote.el (org-footnote-create-definition):
6550 Explicitely move point after tag, if it has just been
6551 inserted.
6552
6553 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6554
6555 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6556 names on Windows systems.
6557
6558 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6559
6560 * org-footnote.el (org-footnote-create-definition): When the
6561 tag is missing, it is created before any existing footnote, or
6562 at end of buffer. In the latter case, the marker pointing at
6563 the position where the new footnote is going to be inserted
6564 (at end of buffer) stays before the tag. This patch makes
6565 sure that the marker will be kept after the tag.
6566
6567 2012-01-03 Eli Zaretskii <eliz@gnu.org>
6568
6569 * org.el (org-mode): Force left-to-right paragraphs in Org
6570 buffers. For a related discussions, see
6571 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6572
6573 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6574
6575 * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6576 byte-compiler.
6577
6578 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6579
6580 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6581 evaluation.
6582
6583 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6584
6585 * org-bibtex.el (org-bibtex-type-property-name): Configurable
6586 property name for bibtex entry types.
6587 (org-bibtex-headline): Use new configurable property name.
6588 (org-bibtex-check): Use new configurable property name.
6589 (org-bibtex-create): Use new configurable property name.
6590 (org-bibtex-write): Use new configurable property name.
6591
6592 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6593
6594 * org.el (org-paste-subtree): Remove unnecessary `concat'.
6595
6596 2012-01-03 Bastien Guerry <bzg@gnu.org>
6597
6598 * org.el (org-paste-subtree): Remove useless (concat ...).
6599
6600 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6601
6602 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6603 characterp with integerp (which should work w/Emacs22).
6604
6605 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6606
6607 * org-footnote.el (org-footnote-at-definition-p): Context must
6608 be valid at the beginning of line, not at point.
6609
6610 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6611
6612 * ob-tangle.el (org-babel-tangle-collect-blocks): Better
6613 delimiting of Org-mode text preceding a code block.
6614
6615 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6616
6617 * ob.el (org-babel-get-src-block-info): Fixing bug,
6618 accidentally deleted variable values.
6619
6620 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6621
6622 * ob-tangle.el (org-babel-process-comment-text): Customizable
6623 function to process comment text.
6624 (org-babel-tangle-collect-blocks): Make use of new
6625 customizable processing function.
6626 (org-babel-spec-to-string): Call customizable function rather than
6627 `org-babel-trim'.
6628
6629 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6630
6631 * ob-R.el (org-babel-execute:R): Collect and pass along the
6632 result-params.
6633 (org-babel-R-evaluate): Accept result-params and if "scalar" or
6634 "verbatim" don't process output.
6635 (org-babel-R-evaluate-session): Accept result-params and if
6636 "scalar" or "verbatim" don't process output.
6637
6638 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6639
6640 * ob.el (org-babel-merge-params): Differentiate between result
6641 types and wrappers.
6642
6643 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6644
6645 * ob.el (org-babel-get-src-block-info): Check that
6646 functional-syntax variables are initialized.
6647
6648 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6649
6650 * ob.el (org-babel-check-src-block): Adding a note for a
6651 future enhancement.
6652
6653 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6654
6655 * org-exp.el (org-export): Restore point when exporting a subtree.
6656
6657 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6658
6659 * ob.el (org-babel-parse-src-block-match): More robust to code
6660 blocks with empty bodies.
6661
6662 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6663
6664 * ob.el (org-babel-parse-src-block-match): Don't error on empty
6665 code block body.
6666
6667 2012-01-03 David Maus <dmaus@ictsoc.de>
6668
6669 * org.el (org-open-at-point): Unescape plain link.
6670
6671 2012-01-03 David Maus <dmaus@ictsoc.de>
6672
6673 * org-html.el (org-html-handle-links): Remove unnecessary link
6674 unescape.
6675
6676 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6677
6678 * ob.el (org-babel-merge-params): Better error message for
6679 unassigned variables.
6680
6681 2012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
6682
6683 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
6684 buffer local variables to the temporary buffer before
6685 exporting.
6686
6687 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6688
6689 * org-exp.el (org-export-select-backend-specific-text): Only
6690 remove commas on the front line of a code block.
6691
6692 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6693
6694 * ob.el (org-babel-demarcate-block): Copy headers and indent to
6695 column of point when a block is split.
6696
6697 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6698
6699 * ob.el (org-babel-insert-result): Corrected file insertion
6700 for inline results.
6701
6702 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6703
6704 * org-footnote.el (org-footnote-in-valid-context-p): No
6705 footnote in latex fragments.
6706
6707 2012-01-03 Martin Rudalics <rudalics@gmx.at>
6708
6709 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
6710 argument from `pop-to-buffer-same-window' call.
6711
6712 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6713
6714 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
6715 detection regexp.
6716
6717 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6718
6719 * org-inlinetask.el (org-inlinetask-goto-end): Small
6720 refactoring.
6721
6722 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6723
6724 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6725 refactor code.
6726 (org-babel-asymptote-table-to-array): Removed function.
6727
6728 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6729
6730 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6731 recognize non-nested lists as uni-dimensional arrays.
6732
6733 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6734
6735 * ob.el (org-babel-params-from-properties): Don't check for
6736 header arguments in properties with leading ":"s.
6737
6738 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6739
6740 * org-inlinetask.el (org-inlinetask-goto-end): Correctly
6741 detect the end of an inlinetask when the next one starts
6742 immediately after the current one. Also, return position of
6743 point.
6744
6745 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6746
6747 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
6748 start at bol.
6749
6750 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6751
6752 * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
6753 floats are asymptote reals.
6754
6755 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6756
6757 * ob-asymptote.el (org-babel-asymptote-table-to-array):
6758 Require a new argument TYPE specifying the detected type of
6759 array. If it's a string array, make sure every element is
6760 returned as a string. Also improve doc-string.
6761 (org-babel-asymptote-var-to-asymptote): Fill new argument.
6762 Small refactoring.
6763 (org-babel-asymptote-define-type): Rewrite to avoid stopping
6764 search at first float found, as strings have precedence over
6765 floats.
6766
6767 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6768
6769 * org-footnote.el (org-footnote-normalize): Be sure to separate
6770 the last footnote definition from the rest of the buffer.
6771
6772 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6773
6774 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
6775 variable names.
6776
6777 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6778
6779 * org.el (org-latex-regexps): Allow matching latex fragments
6780 of type "$" and "$1" at beginning of line.
6781
6782 2012-01-03 Bastien Guerry <bzg@gnu.org>
6783
6784 * org-agenda.el (org-search-view, org-agenda-get-todos)
6785 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
6786 `category-pos' in let construct.
6787
6788 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6789
6790 * org-footnote.el (org-footnote-get-definition): The function has
6791 to widen buffer if definition has not been found in the current
6792 narrowed part. Be sure to restore that restriction once the
6793 definition is found.
6794
6795 2012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
6796
6797 * org-icalendar.el (org-print-icalendar-entries): Make alarm
6798 duration RFC5545 compliant.
6799
6800 2012-01-03 Bastien Guerry <bzg@gnu.org>
6801
6802 * org-agenda.el (org-agenda-get-timestamps)
6803 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
6804 the `org-category-pos' property.
6805
6806 2012-01-03 Bastien Guerry <bzg@gnu.org>
6807
6808 * org-html.el (org-export-html-divs): Improve docstring.
6809
6810 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6811
6812 * org-table.el (org-table-fix-formulas): Throw error when
6813 changing formula leads to an invalid formula.
6814
6815 2012-01-03 Bastien Guerry <bzg@gnu.org>
6816
6817 * org.el (org-archive-location): Minor docstring fix.
6818
6819 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6820
6821 * org.el (org-block-todo-from-checkboxes):
6822 `org-list-search-forward' should be used when looking for an
6823 item, as it filters out contexts where match couldn't be in a
6824 list. Also use a correct item regexp, taking into account
6825 alphabetical ordered lists and counters.
6826
6827 2012-01-03 Bastien Guerry <bzg@gnu.org>
6828
6829 * org-html.el (org-html-make-link): Minor fix to the
6830 docstring.
6831
6832 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
6833
6834 * org-inlinetask.el (org-inlinetask): New customizable face
6835 for inlinetasks.
6836
6837 2012-01-03 Bastien Guerry <bzg@gnu.org>
6838
6839 * org-agenda.el (org-agenda-get-todos): Properly set
6840 `category-pos'.
6841
6842 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6843
6844 * org-list.el (org-list-struct-apply-struct): Don't use
6845 (copy-marker (point)) instead of (point-marker).
6846
6847 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6848
6849 * ob.el (org-babel-where-is-src-block-result): Don't try to
6850 resolve variables when simply checking if we're inside of a
6851 code block.
6852
6853 2012-01-03 Bastien Guerry <bzg@gnu.org>
6854
6855 * org.el (org-refresh-category-properties): New text property
6856 'org-category-position to point at the beginning of the
6857 headline from which the category is set.
6858
6859 2012-01-03 Matt Lundin <mdl@imapmail.org>
6860
6861 * org.el (org-refile): Don't call `org-back-to-heading' with
6862 goto argument.
6863
6864 2012-01-03 Bastien Guerry <bzg@gnu.org>
6865
6866 * org.el (org-link-display-descriptive): Remove this option and
6867 rely on the existing `org-descriptive-links' instead.
6868 (org-toggle-link-display): Use `org-descriptive-links'.
6869
6870 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6871
6872 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
6873 with tags after the result name.
6874
6875 2012-01-03 Bastien Guerry <bzg@gnu.org>
6876
6877 * org-table.el (org-table-get-specials): Allow the use of the
6878 underscore character in column names.
6879 (org-table-get-specials): Allow the use of the underscore
6880 character in field names.
6881
6882 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6883
6884 * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
6885 cleaning up markers.
6886
6887 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6888
6889 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
6890 around `org-babel-exp-do-export' which now searches in this case.
6891 (org-babel-exp-results): Position the point in the inline source
6892 block during export evaluation.
6893
6894 * ob.el (org-babel-insert-result): More readable code.
6895
6896 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6897
6898 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
6899 in function rather than the superfluous (and now removed)
6900 org-specific function.
6901
6902 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6903
6904 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
6905 inline code blocks which are already escaped.
6906
6907 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6908
6909 * org-exp-blocks.el (org-marker-from-point): Helper function to
6910 create markers at specific points in source buffers.
6911 (org-export-blocks-preprocess): Use markers instead of points
6912 to delimit code blocks.
6913
6914 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6915
6916 * org-list.el (org-list-separating-blank-lines-number): The
6917 behaviour of `org-back-over-empty-lines' depends on the
6918 associated value of `headline' in
6919 `org-blank-before-new-entry', which is out of context in a
6920 list.
6921
6922 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6923
6924 * org-indent.el (org-indent-initialize-agent): When the current
6925 buffer isn't being watched, resume initialization of other watched
6926 buffers. In that case, give hand to others idle timers or
6927 processes more frequently.
6928 (org-indent-agent-active-delay): Renamed from
6929 `org-indent-agent-process-duration'.
6930 (org-indent-agent-passive-delay): New variable.
6931 (org-indent-agent-resume-delay): Change value.
6932 (org-indent-initialize-buffer): Change argument name.
6933 (org-indent-add-properties): Change argument name and type
6934 expected. It must be a time value now.
6935
6936 2012-01-03 Bastien Guerry <bzg@gnu.org>
6937
6938 * org.el (org-set-property): Bugfix.
6939
6940 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6941
6942 * ob.el (org-babel-remove-result): Idempotent code block
6943 evaluation and result removal.
6944
6945 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6946
6947 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
6948 require inf-ruby when no session evaluation takes place.
6949
6950 2012-01-03 Bastien Guerry <bzg@gnu.org>
6951
6952 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
6953 the docstring.
6954
6955 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6956
6957 * org-agenda.el (org-agenda-custom-commands): Set a default
6958 value for this command.
6959
6960 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6961
6962 * org-agenda.el (org-agenda-include-all-todo): Declare this option
6963 as no longer working.
6964 (org-timeline): Rename the include-all argument to dotodo.
6965 (org-arg-loc): Renamed from` org-include-all-loc'.
6966 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
6967 because its function has changed.
6968
6969 2012-01-03 Bastien Guerry <bzg@gnu.org>
6970
6971 * org.el (org-fixup-indentation): Fix various small bugs.
6972
6973 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6974
6975 * org-indent.el (org-indent-agent-timer)
6976 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
6977 (org-indent-agent-process-duration)
6978 (org-indent-agent-resume-delay): New variables.
6979 (org-indent-initial-marker): More accurate doc-string.
6980 (org-indent-initial-timer, org-indent-initial-resume-timer)
6981 (org-indent-initial-process-duration)
6982 (org-indent-initial-resume-delay)
6983 (org-indent-initial-lock): Removed variables.
6984 (org-indent-mode): Set up an agent to watch current buffer, or
6985 add it to the list of already watched buffers.
6986 (org-indent-initialize-agent): New function.
6987 (org-indent-initialize-buffer): Now requires a mandatory
6988 buffer argument.
6989 (org-indent-add-properties): Reflect changes to variables.
6990 The resume timer is now global.
6991
6992 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6993
6994 * org-footnote.el (org-footnote-normalize): Refactor, and fix
6995 some blank lines deletion.
6996
6997 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6998
6999 * org-indent.el (org-indent-mode):
7000 `org-indent-initial-resume-timer ' needs to be local.
7001
7002 2012-01-03 Bastien Guerry <bzg@gnu.org>
7003
7004 * org.el (org-fixup-indentation): Correctly indent meta lines.
7005
7006 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7007
7008 * org-indent.el (org-indent-set-line-properties): Add text
7009 properties down to the beginning of the next line.
7010 (org-indent-add-properties): When last position to add
7011 properties to is at the beginning of a line, all that line
7012 will have properties.
7013
7014 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7015
7016 * org-indent.el (org-indent-initial-resume-timer): New variable.
7017 (org-indent-initialize-buffer): Also resume after a small break.
7018 (org-indent-add-properties): When in asynchronous mode,
7019 proceed for 2 seconds, then take a break.
7020
7021 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7022
7023 * org-indent.el (org-indent-set-line-properties): New function.
7024 (org-indent-add-properties): Externalize worker function.
7025
7026 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7027
7028 * org-indent.el (org-indent-indent-buffer): Take into account
7029 narrowing.
7030
7031 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7032
7033 * org-indent.el (org-indent-modified-headline-flag): Renamed from
7034 `org-indent-deleted-headline-flag'
7035 (org-indent-notify-modified-headline): Renamed from
7036 `org-indent-notify-deleted-headline'. Handle situations when
7037 the stars of an headline are modified.
7038 (org-indent-refresh-maybe): Remove case now handled by
7039 previous function.
7040 (org-indent-mode): Apply renames.
7041
7042 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7043
7044 * org-indent.el (org-indent-inlinetask-first-star): New
7045 variable.
7046 (org-indent-add-properties): Set the first star of inline-tasks'
7047 virtual indentation in `org-warning' face.
7048
7049 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
7050 inline-task slightly differently, so virtual indentation can
7051 be applied normally.
7052
7053 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7054
7055 * org-indent.el (org-indent-initial-marker)
7056 (org-indent-initial-timer, org-indent-initial-lock): New
7057 variables.
7058 (org-indent-mode): At initialization, start an idle timer to indent
7059 the whole buffer. When the user is asking for control, interrupt the
7060 process, and resume at the same point when idle again.
7061 (org-indent-initialize-buffer): New function.
7062 (org-indent-add-properties): Throw an interrupt when indentation of
7063 buffer is stopped during initialization.
7064
7065 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7066
7067 * org-indent.el (org-indent-indent-buffer): Send more
7068 appropriate messages.
7069
7070 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7071
7072 * org-indent.el (org-indent-notify-deleted-headline)
7073 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
7074 with `org-outline-regexp-bol'.
7075
7076 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7077
7078 * org-indent.el (org-indent-max-levels): Modify default value and
7079 add comment.
7080 (org-indent-add-properties): Pay attention to `org-indent-max'
7081 and `org-indent-max-levels' values.
7082 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7083 save excursion.
7084
7085 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7086
7087 * org-table.el (org-table-align): Remove now useless hack.
7088
7089 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7090
7091 * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7092 variable.
7093 (org-indent-initialize): Remove timer.
7094 (org-indent-add-properties): Refactor code.
7095 (org-indent-refresh-subtree, org-indent-refresh-section)
7096 (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7097 functions.
7098 (org-indent-deleted-headline): New variable.
7099 (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7100 functions.
7101 (org-indent-mode): Insert new functions into a hook.
7102
7103 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7104
7105 * org-indent.el (org-indent-mode): Completely refresh buffer
7106 before starting org-indent-mode. Also set idle timer to refresh
7107 only visible portion of buffer, and refresh the subtree instead of
7108 section when promoting or demoting it.
7109 (org-indent-add-properties): Rewrite function to proceed line by
7110 line, as required by `wrap-prefix' specificity.
7111 (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7112 (org-indent-refresh-view): New function.
7113 (org-indent-refresh-to, org-indent-refresh-section): Removed
7114 functions.
7115
7116 * org.el (org-unfontify-region): Do not remove prefix
7117 properties when unfontifying a region.
7118
7119 2012-01-03 Bastien Guerry <bzg@gnu.org>
7120
7121 * org-colview.el (org-columns-cleanup-item): Correctly remove
7122 leading stars in items displayed in the agenda column view.
7123
7124 2012-01-03 Bastien Guerry <bzg@gnu.org>
7125
7126 * org-colview.el (org-columns-display-here): Clean up items in
7127 `org-agenda-mode' too.
7128 (org-columns-cleanup-item): Take a new argument CPHR to allow
7129 passing a complex heading regexp. Rewrite to cleanup ITEM
7130 correctly in `org-agenda-mode'.
7131
7132 2012-01-03 Bastien Guerry <bzg@gnu.org>
7133
7134 * org-clock.el (org-duration-string-to-minutes)
7135 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7136 from org.el.
7137
7138 2012-01-03 Bastien Guerry <bzg@gnu.org>
7139
7140 * org.el (org-refile-active-region-within-subtree): New option to
7141 allow refiling a region that is part of a subtree without
7142 containing a subtree itself. This default to `nil'.
7143 (org-refile): Use the new option. Put point at the beginning
7144 of the region/subtree to be refiled, so that users understand
7145 what will be refiled. Also improve the prompt to tell whether
7146 the user is refiling a region or a headline.
7147
7148 2012-01-03 Bastien Guerry <bzg@gnu.org>
7149
7150 * org.el (org-properties-postprocess-alist): New option to allow
7151 postprocessing the values of properties set through
7152 `org-set-property'.
7153 (org-set-property): Use this option.
7154
7155 2012-01-03 Bastien Guerry <bzg@gnu.org>
7156
7157 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7158 docstring.
7159
7160 2012-01-03 Bastien Guerry <bzg@gnu.org>
7161
7162 * org-archive.el (org-archive-to-archive-sibling): Use
7163 `org-outline-regexp' instead of `outline-regexp'.
7164
7165 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7166
7167 * org.el (org-between-regexps-p): Searching up to pos may
7168 match again beginning regexp.
7169
7170 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7171
7172 * org-footnote.el (org-footnote-goto-definition): Don't send
7173 erroneous message: suggested bindings might not be set outside
7174 Org.
7175
7176 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7177
7178 * org-footnote.el (org-footnote-normalize): Effectively remove
7179 any footnote tag in non Org buffers, as detailled in the
7180 docstring of `org-footnote-tag-for-non-org-mode-files'.
7181
7182 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7183
7184 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7185 notify the opportunity to set the variable to the empty string.
7186 (org-footnote-normalize, org-footnote-create-definition):
7187 Carefully check for inserted newlines and presence of the
7188 footnote tag.
7189
7190 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7191
7192 * org-footnote.el (org-footnote-at-definition-p): Re-use
7193 `org-footnote-definition-re'.
7194
7195 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7196
7197 * org-footnote.el (org-footnote-definition-re): Remove an
7198 useless group.
7199 (org-footnote-at-definition-p): Reflect removal of the group.
7200
7201 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7202
7203 * org.el (org-set-regexps-and-options): Enforce white space
7204 after todo keyword, as word boundary isn't sufficient (i.e. in
7205 matches * TODO/this).
7206
7207 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7208
7209 * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7210 template for html so that the exported file is valid
7211 xhtml. Added template for odt.
7212 (org-inlinetask-export-handler): Fix typo in the regexp that
7213 trims content. Make sure that the content is flanked by
7214 paragraph boundaries on either side.
7215
7216 2012-01-03 Bastien Guerry <bzg@gnu.org>
7217
7218 * org.el (org-add-planning-info): Don't insert superfluous
7219 space when updating timestamps.
7220
7221 2012-01-03 Bastien Guerry <bzg@gnu.org>
7222
7223 * org-agenda.el (org-cmp-effort): Fix docstring.
7224
7225 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7226
7227 * org-list.el (org-list-full-item-re): When an item has only a
7228 bullet and no space after it, list structure would not be
7229 recognized correctly.
7230
7231 2012-01-03 Bastien Guerry <bzg@gnu.org>
7232
7233 * org.el (org-overview): Use `outline-regexp' instead of
7234 `org-outline-regexp' so that global cycling using
7235 `orgstruct-mode' works outside of Org buffers.
7236
7237 2012-01-03 Bastien Guerry <bzg@gnu.org>
7238
7239 * org-table.el (org-table-eval-formula): Fix missing variable
7240 in let construct.
7241 (org-table-time-string-to-seconds): Fix missing variable in
7242 let construct.
7243
7244 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
7245
7246 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7247 case of wdays being 0. Don't pass wdays to
7248 org-agenda-deadline-face, like before the old fix.
7249 (org-agenda-deadline-face): Revert to old state that was without
7250 wdays.
7251
7252 2012-01-03 Bastien Guerry <bzg@gnu.org>
7253
7254 * org-latex.el (org-export-latex-fixed-width): Only add one
7255 line break after exporting verbatim environments.
7256
7257 2012-01-03 Bastien Guerry <bzg@gnu.org>
7258
7259 * org-mw.el (org-mw-export-lists): Fix list export.
7260
7261 2012-01-03 Bastien Guerry <bzg@gnu.org>
7262
7263 * org-list.el (org-list-item-trim-br): New function.
7264 (org-list-to-generic): New parameter :nobr to use the new
7265 function.
7266
7267 2012-01-03 David Maus <dmaus@ictsoc.de>
7268
7269 * org.el (org-paste-subtree): Fix wrong order of lines to move
7270 before pasting.
7271
7272 2012-01-03 David Maus <dmaus@ictsoc.de>
7273
7274 * org.el (org-paste-subtree): Paste subtree above target
7275 headline if point is at bol.
7276
7277 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7278
7279 * org-list.el (org-toggle-checkbox): Don't clear lim-down
7280 while used in the while loop.
7281
7282 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7283
7284 * org-list.el (org-toggle-checkbox): Lim-down must be a
7285 marker.
7286
7287 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7288
7289 * org.el (org-activate-code): Correct regexp so ":.*" isn't
7290 matched.
7291
7292 2012-01-03 David Maus <dmaus@ictsoc.de>
7293
7294 * org-macs.el (org-with-gensyms, org-called-interactively-p)
7295 (with-silent-modifications, org-bound-and-true-p)
7296 (org-unmodified, org-re, org-preserve-lc)
7297 (org-without-partial-completion, org-with-point-at)
7298 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7299 (org-if-unprotected-at, org-with-remote-undo)
7300 (org-no-read-only, org-save-outline-visibility)
7301 (org-with-wide-buffer, org-with-limited-levels)
7302 (org-eval-in-environment): Provide edebug specifications.
7303
7304 * org-src.el (org-src-do-at-code-block): Dto.
7305
7306 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7307
7308 * org-compat.el (org-xemacs-without-invisibility): Dto.
7309
7310 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7311
7312 * org-agenda.el (org-agenda-with-point-at-orig-entry)
7313 (org-batch-agenda, org-batch-agenda-csv)
7314 (org-batch-store-agenda-views): Dto.
7315
7316 * ob.el (org-babel-do-in-edit-buffer)
7317 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7318
7319 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7320
7321 * ob-table.el (sbe): Dto.
7322
7323 * ob-exp.el (org-babel-exp-in-export-file): Dto.
7324
7325 * ob-comint.el (org-babel-comint-in-buffer)
7326 (org-babel-comint-with-output): Dto.
7327
7328 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7329
7330 * org-inlinetask.el (org-inlinetask-export-templates): Fix
7331 docstring.
7332
7333 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7334
7335 * org-inlinetask.el (org-inlinetask-insert-task): Error when
7336 trying to nest inline tasks.
7337
7338 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7339
7340 * org.el (org-activate-code, org-toggle-fixed-width-section)
7341 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7342 fixed-width section.
7343
7344 2012-01-03 David Maus <dmaus@ictsoc.de>
7345
7346 * org.el (org-paste-subtree): Don't eat headline when called
7347 with point at existing headline.
7348
7349 2012-01-03 David Maus <dmaus@ictsoc.de>
7350
7351 * org.el (org-paste-subtree): Fix typo in variable name.
7352
7353 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7354
7355 * org-inlinetask.el (org-inlinetask-export-handler): Don't
7356 export inline tasks if the current backend has provided no
7357 entries in `org-inlinetask-export-templates'.
7358
7359 2012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
7360
7361 * org.el (org-indent-line-function): Made the way in which
7362 example blocks are indented more flexible.
7363
7364 2012-01-03 David Maus <dmaus@ictsoc.de>
7365
7366 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7367 when creating final parameter alist.
7368
7369 2012-01-03 David Maus <dmaus@ictsoc.de>
7370
7371 * org-agenda.el (org-batch-store-agenda-views): Use macro
7372 `org-eval-in-environment'.
7373
7374 2012-01-03 David Maus <dmaus@ictsoc.de>
7375
7376 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7377 `org-eval-in-environment.
7378
7379 2012-01-03 David Maus <dmaus@ictsoc.de>
7380
7381 * org-macs.el (org-make-parameter-alist): New function. Turn
7382 flat list of alternating symbol names and values into an alist
7383 with symbol name in car and value in cdr.
7384
7385 2012-01-03 David Maus <dmaus@ictsoc.de>
7386
7387 * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7388 macro `org-with-gensyms'.
7389
7390 2012-01-03 David Maus <dmaus@ictsoc.de>
7391
7392 * org-macs.el (org-substitute-posix-classes): New
7393 function. Substitute posix classes in regular expression.
7394 (org-re): Use new function.
7395
7396 2012-01-03 David Maus <dmaus@ictsoc.de>
7397
7398 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
7399 in ENVIRONMENT.
7400
7401 2012-01-03 David Maus <dmaus@ictsoc.de>
7402
7403 * org-macs.el (org-preserve-lc, org-with-point-at)
7404 (org-with-remote-undo, org-save-outline-visibility): Use new
7405 macro `org-with-gensyms'.
7406
7407 2012-01-03 David Maus <dmaus@ictsoc.de>
7408
7409 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
7410 of SYMBOLS to new uninterned symbols around BODY.
7411
7412 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7413
7414 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7415 the task starts a paragraph or the HTML exporter will produce
7416 an incorrect output.
7417
7418 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7419
7420 * org.el (org-return): When filling happens, `newline' can
7421 change match data, hence modifying the indent column.
7422
7423 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7424
7425 * org-footnote.el (org-footnote-new): Only forbid non-inlined
7426 footnotes at column 0, as only them can be confused with a
7427 footnote definition.
7428
7429 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7430
7431 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7432 when available when prompted for a label. Also rename a local
7433 variable to avoid confusion with an existing function.
7434
7435 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7436
7437 * org-footnote.el (org-footnote-label-history): Removed
7438 variable
7439 (org-footnote-new): Remove call to that variable.
7440
7441 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7442
7443 * org.el (org-insert-heading): With `force-heading' non-nil,
7444 inserting an heading before any headline, and just after a
7445 list would return an error.
7446
7447 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7448
7449 * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7450
7451 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7452
7453 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7454 non-special when resolving bibtex values.
7455
7456 2012-01-03 David Maus <dmaus@ictsoc.de>
7457
7458 * org.el (org-back-over-empty-lines): Don't move line upward
7459 if point is at eob.
7460
7461 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7462
7463 * org-footnote.el (org-footnote-in-valid-context-p): Check
7464 `org-protected' property before allowing to match a footnote.
7465 (org-footnote-at-reference-p): Remove an obsolete test. It is now
7466 done in the previous function.
7467
7468 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7469
7470 * org.el (org-between-regexps-p): Previous name implied the
7471 function was related to blocks, which isn't mandatory.
7472 (org-narrow-to-block, org-in-block-p)
7473 (org-indent-line-function): Applied the rename.
7474
7475 * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7476 rename. Also removed a white space.
7477
7478 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7479
7480 * org.el (org-in-regexps-block-p): Return an useful value when
7481 point is between START-RE and END-RE. No incomplete block is
7482 allowed anymore. Add another optional argument to bound the
7483 bottom part of the search.
7484 (org-narrow-to-block, org-in-block-p): Apply modifications.
7485
7486 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7487
7488 * ob.el (org-babel-src-block-regexp): If a code block has a
7489 body, its last character must be a newline.
7490
7491 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7492
7493 * org-footnote.el (org-footnote-next-reference-or-definition):
7494 If no more footnote is found, be sure to go back to the
7495 original position. Otherwise, point might be left on a
7496 footnote-like element that has been dished out.
7497
7498 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7499
7500 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7501 variable.
7502
7503 * ob.el (defvar): Wrap variable declaration in
7504 `eval-when-compile'.
7505
7506 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7507
7508 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7509
7510 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7511
7512 * ob-java.el (org-babel-execute:java): Allow cmdline flags
7513 during compilation and evaluation.
7514
7515 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7516
7517 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7518 * ob-ref.el (org-babel-ref-parse): Fix typos.
7519
7520 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7521
7522 * ob.el (org-babel-execute-src-block): Fix typo.
7523
7524 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7525
7526 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7527
7528 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
7529
7530 * org-list.el (org-list-send-item): Use sort instead of sort*.
7531
7532 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * org-table.el (org-table-line-to-dline): Fix typo.
7535
7536 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7537
7538 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7539 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7540 (org-search-syntax-table, org-modify-diary-entry-string)
7541 (org-write-agenda):
7542 * org-bbdb.el (org-bbdb-anniv-export-ical):
7543 * org-bibtex.el (org-bibtex-fields):
7544 * org-icalendar.el (org-icalendar-date-time-format):
7545 * org-latex.el (org-export-latex-inline-image-extensions):
7546 * org-list.el (org-list-insert-item): Fix typos.
7547
7548 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7549
7550 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7551
7552 2011-09-27 Eli Zaretskii <eliz@gnu.org>
7553
7554 * org.el (org-mode): Force left-to-right paragraphs in Org
7555 buffers. For a related discussions, see
7556 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7557
7558 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
7559
7560 * org.el (org-toggle-pretty-entities): Fix typo in message.
7561
7562 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7563
7564 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7565
7566 * ob-ref.el (org-babel-ref-goto-headline-id):
7567 * org.el (org-get-location, org-tree-to-indirect-buffer)
7568 (org-mark-ring-goto, org-refile, org-add-log-note)
7569 (org-revert-all-org-buffers, org-switchb)
7570 (org-cycle-agenda-files, org-submit-bug-report)
7571 (org-goto-marker-or-bmk):
7572 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7573 * org-capture.el (org-capture-goto-target)
7574 (org-capture-fill-template):
7575 * org-clock.el (org-clock-goto):
7576 * org-ctags.el (org-ctags-visit-buffer-or-file):
7577 * org-exp.el (org-export-as-org):
7578 * org-feed.el (org-feed-show-raw-feed):
7579 * org-html.el (org-export-htmlize-generate-css):
7580 * org-id.el (org-id-goto):
7581 * org-irc.el (org-irc-visit-erc):
7582 * org-mobile.el (org-mobile-apply):
7583 * org-publish.el (org-publish-org-to, org-publish-find-date):
7584 * org-remember.el (org-go-to-remember-target):
7585 * org-src.el (org-src-switch-to-buffer)
7586 (org-edit-fixed-width-region): Use switch-to-buffer.
7587
7588 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7589
7590 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7591 argument from pop-to-buffer-same-window call.
7592
7593 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
7594
7595 * ob.el (org-babel-src-block-regexp): If a code block has a body,
7596 its last character must be a newline.
7597
7598 2011-07-28 Bastien Guerry <bzg@gnu.org>
7599
7600 * org-pcomplete.el: New file. Rename from org-complete.el.
7601 * org-complete.el: Delete file.
7602
7603 2011-07-28 Bastien Guerry <bzg@gnu.org>
7604
7605 * org-publish.el (org-publish-index-generate-theindex): Rename
7606 from `org-publish-index-generate-theindex.inc'. Use the file
7607 theindex.org directly instead of including theindex.inc.
7608 (org-publish-projects): Don't delete .orgx files.
7609 (org-publish-aux-preprocess): Use .file.orgx.
7610
7611 2011-07-28 Bastien Guerry <bzg@gnu.org>
7612
7613 * org-html.el (org-export-html-preamble-format): New default for
7614 the HTML preamble: don't include the title. Also improve the
7615 docstring.
7616 (org-export-html-postamble-format): Improve the docstring.
7617 (org-export-as-html): Add the title within the "content" div.
7618 This is necessary for interaction with the org-info.js script.
7619
7620 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
7621
7622 * org-table.el (org-table-edit-field): Display field coordinates.
7623
7624 2011-07-28 Bastien Guerry <bzg@gnu.org>
7625
7626 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
7627 unless they were already visited.
7628 (org-sitemap-sort-files, org-sitemap-sort-folders)
7629 (org-sitemap-ignore-case, org-sitemap-requested)
7630 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
7631 a correct prefix.
7632 (org-publish-projects): Make sure to delete .orgx files.
7633 (org-publish-index-generate-theindex.inc): Small docstring fix.
7634
7635 2011-07-28 Bastien Guerry <bzg@gnu.org>
7636
7637 * org-table.el (org-table-duration-custom-format): New defcustom
7638 to select output format of durations computations.
7639 (org-table-time-seconds-to-string): Use the new variable.
7640 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
7641 will use the custom output format defined in
7642 `org-table-duration-custom-format'.
7643
7644 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7645
7646 * org-list.el: Search blank lines down to the end of the item
7647 instead of stopping at the item, in order to possibly match such
7648 lines within the item.
7649
7650 2011-07-28 Bastien Guerry <bzg@gnu.org>
7651
7652 * org-latex.el (org-export-latex-href-format): Docstring fix to
7653 reflect the fact that you can use only one "%s".
7654 (org-export-latex-links): Allow `org-export-latex-href-format' to
7655 have only one "%s".
7656
7657 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7658
7659 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
7660
7661 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7662
7663 * org.el (org-copy-visible): New command.
7664
7665 2011-07-28 Bastien Guerry <bzg@gnu.org>
7666
7667 * org-capture.el (org-capture-templates): Docstring fix.
7668
7669 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7670
7671 * ob.el (org-babel-view-src-block-info): New function to inspect
7672 code blocks.
7673
7674 * ob-keys.el (org-babel-key-bindings): Key bindings for
7675 `org-babel-view-src-block-info'.
7676
7677 2011-07-28 Bastien Guerry <bzg@gnu.org>
7678
7679 * org-exp.el (org-infile-export-plist): Handle recursively
7680 included setup files. The value of the last included file always
7681 takes precedence over previous values.
7682
7683 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7684
7685 * org.el (org-timestamp-change): Keep point in the same category
7686 when updating a time-stamp. This requires to be careful, as,
7687 depending on the locale, name of day might change of length during
7688 the process.
7689
7690 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7691
7692 * org-footnote.el (org-footnote-create-definition): When skipping
7693 already written footnotes definition, the algorithme would assume
7694 each one was only one-line long.
7695
7696 2011-07-28 Bastien Guerry <bzg@gnu.org>
7697
7698 * org-table.el (org-table-eval-formula): Fix bug when a formula
7699 "range" is just one cell.
7700 (org-table-time-string-to-seconds): Don't check whether we
7701 manipulate a string.
7702
7703 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7704
7705 * org-exp.el (org-export-mark-list-end)
7706 (org-export-mark-list-properties): Don't remove the ending regexp
7707 when it consists in blank lines.
7708
7709 * org-list.el (org-list-parse-list): Ditto, but remove it
7710 completely when it isn't made of blank lines (i.e. during export
7711 process).
7712
7713 2011-07-28 Bastien Guerry <bzg@gnu.org>
7714
7715 * org-table.el (org-table-time-string-to-seconds): Match either
7716 HH:MM:SS or HH:MM (instead of MM:SS).
7717
7718 2011-07-28 Bastien Guerry <bzg@gnu.org>
7719
7720 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
7721 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
7722 context.
7723
7724 2011-07-28 Bastien Guerry <bzg@gnu.org>
7725
7726 * org-html.el (org-export-html-with-timestamp)
7727 (org-export-html-html-helper-timestamp): These are obsolete
7728 variables as of Org version 7.7 as you can already export the
7729 timestamp from the preamble or the postamble.
7730 (org-export-html-before-content-div): Delete variable.
7731 (org-export-html-content-div): Obsolete variable as of 7.7.
7732 (org-export-html-divs): New variable to define divs used in
7733 HTML export.
7734 (org-export-as-html): Now the preamble and the postamble are
7735 surrounded by a <div ...>. The name of the div is defined through
7736 `org-export-html-divs'.
7737
7738 2011-07-28 Bastien Guerry <bzg@gnu.org>
7739
7740 * org-table.el (org-table-eval-formula): Throw an error when
7741 trying to replace complex range with invalid references.
7742
7743 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7744
7745 * org-macs.el (org-with-limited-levels): Some functions, like
7746 `org-back-to-heading', being deeply based on outline-mode, still
7747 refer to `outline-regexp' instead of `org-outline-regexp'.
7748
7749 2011-07-28 Bastien Guerry <bzg@gnu.org>
7750
7751 * org.el (org-refile-get-targets): New optional argument
7752 `excluded-entries' to exclude entries from the targets.
7753 (org-refile-get-location): From an org-mode buffer, exclude
7754 current heading and subheadings from the list of targets when
7755 `org-refile-use-cache' is nil.
7756
7757 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7758
7759 * org.el (org-imenu-get-tree): Headlines start at bol.
7760
7761 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7762
7763 * ob-maxima.el: New file. Fixed self-proclaimed file name.
7764
7765 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7766
7767 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
7768 lists.
7769
7770 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7771
7772 * org.el (org-kill-is-subtree-p): Matched string needs to start at
7773 bol.
7774
7775 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7776
7777 * org.el (org-paste-subtree, org-kill-is-subtree-p)
7778 (org-yank-folding-would-swallow-text, org-yank-generic): Use
7779 `org-with-limited-levels' macro.
7780
7781 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7782
7783 * org-macs.el (org-with-limited-levels): Also modify, when
7784 appropriate, `org-outline-regexp-at-bol'.
7785
7786 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7787
7788 * org.el (org-timestamp-change): Some locales don't use the same
7789 length for date abbreviations. Set a marker at origin in case
7790 length of new timestamp is different.
7791
7792 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7793
7794 * org.el (org-imenu-get-tree): Browse only true headlines.
7795
7796 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7797
7798 * org-archive.el (org-archive-subtree): While it might be possible
7799 to archive an headline of a temporary buffer (i.e. not visiting a
7800 file), it wouldn't be really sensible.
7801
7802 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7803
7804 * org-archive.el (org-extract-archive-file)
7805 (org-extract-archive-heading, org-archive-subtree):
7806 `buffer-file-name' is nil in an indirect buffer. Thus, use
7807 `(buffer-file-name (buffer-base-buffer))', which will, in any
7808 case, return the file name.
7809
7810 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7811
7812 * org-capture.el (org-capture): If dired isn't loaded,
7813 `dired-buffers' isn't defined, and %F will fail.
7814
7815 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7816
7817 * ob-java.el (org-babel-execute:java): Don't create empty package
7818 directories.
7819
7820 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7821
7822 * ob-java.el: New file.
7823
7824 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7825
7826 * ob.el (org-babel-execute-src-block): Replace call to defunct
7827 function `org-babel-result-hash'.
7828
7829 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7830
7831 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
7832 lines and headers in `message-mode'.
7833 (org-footnote-at-reference-p): Remove check for cited lines, this
7834 is now handled by the previous function. Refactor.
7835
7836 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7837
7838 * org-capture.el (org-capture): If no file is associated to
7839 current buffer, check dired buffer and try to retrieve a possibly
7840 directory associated.
7841
7842 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7843
7844 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
7845 (not original) file buffer.
7846
7847 * ob.el (org-babel-current-result-hash): More informative name,
7848 and remove useless optional argument.
7849
7850 2011-07-28 Bastien Guerry <bzg@gnu.org>
7851
7852 * org.el (org-refile-get-location): Exclude current heading from
7853 the refile table.
7854
7855 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7856
7857 * org-footnote.el (org-footnote-at-reference-p): Test if match is
7858 in cited text, when replying to a message.
7859 (org-footnote-new): Do not create a new footnote at bol, as it
7860 might be seen as a definition.
7861 (org-footnote-at-definition-p): Ignore definitions in forbidden
7862 blocks, as it is already the case for references.
7863
7864 2011-07-28 Matt Lundin <mdl@imapmail.org>
7865
7866 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
7867 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
7868 have no effect).
7869
7870 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7871
7872 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
7873 into empty strings.
7874
7875 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7876
7877 * org-list.el (org-list-insert-item): Actualize code comments.
7878 (org-insert-item): For consistency, point cannot be moved at a
7879 surprising place when the user is being asked to choose a new
7880 description term to insert in the list. Point should stay where
7881 the user called the command.
7882
7883 2011-07-28 Bastien Guerry <bzg@gnu.org>
7884
7885 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
7886 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
7887
7888 2011-07-28 Bastien Guerry <bzg@gnu.org>
7889
7890 * org.el (org-outline-regexp-bol): New defconst.
7891 (org-outline-level, org-set-font-lock-defaults, org-cycle)
7892 (org-overview, org-content, org-flag-drawer)
7893 (org-first-headline-recenter, org-insert-todo-heading)
7894 (org-map-region, org-move-subtree-down, org-paste-subtree)
7895 (org-kill-is-subtree-p, org-context-p, org-refile)
7896 (org-refile-new-child, org-toggle-comment, org-todo)
7897 (org-add-planning-info, org-add-log-setup, org-scan-tags)
7898 (org-set-tags, org-insert-property-drawer)
7899 (org-prepare-agenda-buffers, org-preview-latex-fragment)
7900 (org-speed-command-default-hook, org-check-for-hidden)
7901 (org-toggle-item, org-toggle-heading)
7902 (org-indent-line-function, org-set-autofill-regexps)
7903 (org-fill-paragraph, org-toggle-fixed-width-section)
7904 (org-yank-generic, org-yank-folding-would-swallow-text)
7905 (org-first-sibling-p, org-goto-sibling)
7906 (org-goto-first-child, org-show-entry): Use
7907 `org-outline-regexp' and `org-outline-regexp-bol'.
7908
7909 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7910
7911 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
7912 be checked for parent, not current headline. Also, this function
7913 doesn't need to be interactive.
7914
7915 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7916
7917 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
7918 (org-apply-on-list, org-toggle-checkbox): Make markers point
7919 nowhere when they have become useless.
7920
7921 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7922
7923 * org-list.el (org-list-insert-item): When insertion point is in
7924 some white line after the end of the list, remove all unnecessary
7925 white lines there before proceeding. Also refactor a snippet of
7926 code.
7927
7928 2011-07-28 Bastien Guerry <bzg@gnu.org>
7929
7930 * org-latex.el (org-export-latex-image-default-option): Change
7931 default value.
7932
7933 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7934
7935 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
7936 correctly fontified when the buffer is missing a final newline.
7937
7938 2011-07-28 Bastien Guerry <bzg@gnu.org>
7939
7940 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
7941 of an error if no argument is given.
7942 (org-babel-parse-src-block-match): Make sure body is defined in
7943 the let construct.
7944
7945 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
7946
7947 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
7948 did not find includes with double quoted file names.
7949
7950 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7951
7952 * org-footnote.el (org-footnote-normalize): Footnote section
7953 should be inserted only if there are footnotes to insert.
7954
7955 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7956
7957 * org-footnote.el (org-footnote-at-definition-p)
7958 (org-footnote-normalize): Do not grab signature in the definition
7959 of the last footnote.
7960
7961 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7962
7963 * org-bibtex.el (org-babel-trim): Declare this function to the
7964 compiler.
7965 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
7966 properties.
7967
7968 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7969
7970 * org-exp.el (org-export-preprocess-string): Add the possibility
7971 to call recursively the function. Also change order of some
7972 function calls. Comment export process for footnotes.
7973
7974 * org-footnote.el (org-footnote-normalize): Change the export
7975 specific parameter to hold properties of export. Thus, the
7976 function can send every footnote definition in the buffer through
7977 `org-export-process-string'.
7978
7979 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7980
7981 * org-latex.el (org-export-latex-preprocess): First insert
7982 footnotes in the temporary buffer so their contents can properly
7983 be protected from further transformations if required.
7984
7985 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7986
7987 * org-list.el (org-list-indent-offset): New variable.
7988 (org-list-struct-fix-ind): Make use of the new variable.
7989
7990 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7991
7992 * org-latex.el (org-export-latex-list-parameters): Complete
7993 default value with cbtrans option.
7994
7995 * org-list.el (org-list-to-latex): Set a more consistent default
7996 value.
7997
7998 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7999
8000 * org-list.el (org-list-swap-items): Move it to a meaningful
8001 position in source code (i.e. before any function using it), and
8002 rename it to an easier name.
8003
8004 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8005
8006 * org-list.el (org-list-separating-blank-lines-number): If there
8007 are blank lines already in the whole list, add a blank line.
8008
8009 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8010
8011 * org-list.el (org-list-use-circular-move): New variable.
8012 (org-previous-item, org-next-item): Make use of the new variable.
8013 (org-move-item-down, org-move-item-up): Make use of the new
8014 variable. Simplify code.
8015
8016 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8017
8018 * org-list.el (org-list-delete-item, org-list-send-item): New
8019 functions.
8020
8021 2011-07-28 Bastien Guerry <bzg@gnu.org>
8022
8023 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
8024 for custom bulk action functions.
8025 (org-agenda-bulk-action): Use it.
8026
8027 2011-07-28 Bastien Guerry <bzg@gnu.org>
8028
8029 * org-latex.el (org-export-latex-quotes): New defcustom.
8030 (org-export-latex-quotation-marks): Use it.
8031
8032 2011-07-28 Bastien Guerry <bzg@gnu.org>
8033
8034 * org-capture.el (org-capture-finalize): Bugfix about inserted
8035 blank line when killing the capture buffer and
8036 `org-blank-before-new-entry' tells to not insert anything before a
8037 heading.
8038
8039 2011-07-28 Bastien Guerry <bzg@gnu.org>
8040
8041 * org-html.el (org-export-html-content-div): Rename from
8042 `org-export-content-div'.
8043 (org-export-as-html): Use new name.
8044
8045 2011-07-28 Bastien Guerry <bzg@gnu.org>
8046
8047 * org-latex.el (org-export-latex-header-defs-re): Delete.
8048
8049 2011-07-28 Bastien Guerry <bzg@gnu.org>
8050
8051 * org.el (org-last-set-property): New variable.
8052 (org-read-property-name): Use the new variable: the prompt
8053 defaults to the last property set, unless there is a property in
8054 the line at point.
8055
8056 2011-07-28 David Maus <dmaus@ictsoc.de>
8057
8058 * org-capture.el (org-capture-before-finalize-hook)
8059 (org-capture-after-finalize-hook, org-capture-mode-map)
8060 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
8061 consistently refer to capture, not remember.
8062
8063 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8064
8065 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
8066 "verbatim" results params.
8067
8068 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8069
8070 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
8071 "scalar".
8072
8073 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
8074 "scalar".
8075
8076 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8077 synonym for "scalar".
8078
8079 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8080 "scalar".
8081
8082 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8083
8084 * ob.el (org-babel-script-escape): Parse odd parens when nested
8085 isnide lists.
8086
8087 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8088
8089 * ob-clojure.el (org-babel-execute:clojure): No longer force
8090 results into elisp if they don't naturally fit.
8091
8092 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8093
8094 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8095 already parsed lisp results.
8096
8097 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8098
8099 * org-list.el (org-plain-list-ordered-item-terminator): Remove
8100 incorrect assumption.
8101
8102 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8103
8104 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8105 exporter specific blocks.
8106
8107 * org-list.el (org-list-forbidden-blocks): Ditto.
8108
8109 2011-07-28 Bastien Guerry <bzg@gnu.org>
8110
8111 * org-latex.el (org-export-latex-tables): Bugfix: remove
8112 properties from fields.
8113
8114 2011-07-28 Bastien Guerry <bzg@gnu.org>
8115
8116 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8117 to use `org-clock-timestamps-change'.
8118
8119 2011-07-28 Bastien Guerry <bzg@gnu.org>
8120
8121 * org.el (org-timestamp-up, org-timestamp-down): Mention time
8122 changes in the docstring.
8123
8124 2011-07-28 Bastien Guerry <bzg@gnu.org>
8125
8126 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8127 to remove empty clock drawer.
8128 (org-clock-out-hook): Add the new function as a hook.
8129
8130 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8131
8132 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8133
8134 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8135
8136 * org.el (org-in-block-p): New function.
8137
8138 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8139 (org-footnote-in-valid-context-p): New function.
8140 (org-footnote-at-reference-p): Use new function. Allow inline
8141 footnotes to start at bol.
8142
8143 2011-07-28 Bastien Guerry <bzg@gnu.org>
8144
8145 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8146 (org-lparse-warn): Use it.
8147
8148 2011-07-28 Bastien Guerry <bzg@gnu.org>
8149
8150 * org-ascii.el (org-export-as-utf8): Fix call to
8151 `org-called-interactively-p': it requires an argument. Also fix
8152 the docstring.
8153
8154 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8155
8156 * ob-lilypond.el (show-all): Declaring function from outline.el.
8157 (org-babel-default-header-args:lilypond): Declared.
8158 (ly-process-basic): Use the appropriate prefix for the temporary
8159 file, and don't call a function from ob-dot.el.
8160 (ly-version): Let-bind a free variable.
8161
8162 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8163
8164 * ob-lilypond.el: New file.
8165
8166 2011-07-28 Bastien Guerry <bzg@gnu.org>
8167
8168 * org-publish.el
8169 (org-publish-cache-file-needs-publishing): Only check against .org
8170 files.
8171
8172 2011-07-28 Bastien Guerry <bzg@gnu.org>
8173
8174 * org.el (org-mode): Use `org-default' as the default face in
8175 org-mode.
8176
8177 2011-07-28 Bastien Guerry <bzg@gnu.org>
8178
8179 * org-publish.el
8180 (org-publish-cache-file-needs-publishing): Takes care of more
8181 recently included files, returning `t' in case the file including
8182 them needs to be republished.
8183
8184 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8185
8186 * org-exp.el (org-export-preprocess-string): If the last subtree
8187 is a task, footnotes may be removed along with the subtree. This
8188 patch ensures footnotes are put at the end of the buffer after the
8189 subtree has been removed.
8190
8191 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8192
8193 * org-footnote.el (org-footnote-at-reference-p): Verify that what
8194 looks like a footnote doesn't belong to a link.
8195 (org-footnote-next-reference-or-definition): Check more strictly
8196 footnote definitions.
8197
8198 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
8199
8200 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8201 language modes.
8202
8203 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8204
8205 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8206 of the eoe string during session evaluation.
8207
8208 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8209
8210 * ob-python.el (org-babel-python-evaluate-session): Enough
8211 newlines to ensure a return when ":results output :session".
8212
8213 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8214
8215 * ob-python.el (org-babel-python-evaluate-session): Introduced a
8216 new local function for sending input with a slight delay to allow
8217 pythong to re-draw the prompt. No longer removing newlines inside
8218 code block bodies (was due to a defective regexp).
8219
8220 2011-07-28 Bastien Guerry <bzg@gnu.org>
8221
8222 * org-table.el (org-table-time-seconds-to-string): Use
8223 `org-format-seconds' instead of `format-seconds'.
8224
8225 2011-07-28 David Maus <dmaus@ictsoc.de>
8226
8227 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8228 relative symlinks.
8229
8230 2011-07-28 David Maus <dmaus@ictsoc.de>
8231
8232 * org-latex.el (org-export-latex-preprocess): Use function
8233 argument instead of dynamically scoped symbol.
8234
8235 2011-07-28 David Maus <dmaus@ictsoc.de>
8236
8237 * org-freemind.el (org-freemind-convert-links-helper)
8238 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8239 (org-freemind-get-node-style): Use org-string-match-p for backward
8240 compatibility with Emacs 22.
8241
8242 2011-07-28 David Maus <dmaus@ictsoc.de>
8243
8244 * org-html.el (org-export-html-protect-char-alist): Add missing
8245 :group keyword in defcustom.
8246
8247 2011-07-28 David Maus <dmaus@ictsoc.de>
8248
8249 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8250 `kill-buffer' with argument indiciating to kill current
8251 buffer. Emacs 22 compatibility.
8252
8253 2011-07-28 David Maus <dmaus@ictsoc.de>
8254
8255 * org-macs.el (org-without-partial-completion): Toggle
8256 partial-completion-mode only if it is turned on.
8257
8258 2011-07-28 Bastien Guerry <bzg@gnu.org>
8259
8260 * org.el (org-add-planning-info): Fix issues with timestamps not
8261 being inserted at the same position.
8262
8263 2011-07-28 Bastien Guerry <bzg@gnu.org>
8264
8265 * org-table.el (org-table-time-string-to-seconds)
8266 (org-table-time-seconds-to-string): New functions.
8267 (org-table-eval-formula): Implement the "T" (time) flag for
8268 computing durations.
8269
8270 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8271
8272 * org.el (org-modules): Add org-lparse and org-odt as contrib
8273 modules.
8274
8275 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8276
8277 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8278 lines.
8279 (org-additional-option-like-keywords): Include data as a synonym
8280 for results.
8281
8282 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8283
8284 * ob.el (org-babel-sha1-hash): Improving code layout and removing
8285 export-variable headers in cache sha1.
8286
8287 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8288
8289 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8290 rescan all IDs when trying to resolve a reference.
8291
8292 2011-07-28 Julien Barnier <julien@nozav.org>
8293
8294 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8295 blocks lang attribute.
8296
8297 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
8298
8299 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8300 option to allow different markup for inactive timestamps.
8301
8302 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8303
8304 * ob-org.el (org-babel-expand-body:org): Implemented this
8305 function, only action is to expand variables.
8306 (org-babel-execute:org): Uses the new body-expansion function.
8307
8308 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8309
8310 * org-list.el (org-list-full-item-re): Allow counter and check-box
8311 to be separated by white spaces.
8312 (org-list-struct-apply-struct): Reflect changes made to
8313 `org-list-full-item-re'.
8314
8315 * org-html.el (org-html-export-list-line): Recognize spaces
8316 between counter and check-boxes as valid.
8317
8318 * org-docbook.el (org-export-docbook-list-line): Ditto.
8319
8320 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8321
8322 * org-list.el (org-list-insert-item): Make sure point is moved to
8323 the specified POS before starting the function.
8324
8325 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8326
8327 * org.el (org-activate-footnote-links): Properly fontify inline
8328 footnotes.
8329 (org-set-font-lock-defaults): Apply changes to previous function.
8330
8331 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8332
8333 * org-footnote.el (org-footnote-at-reference-p): First check if
8334 point is at the beginning of a footnote. Indeed `org-in-regexp'
8335 first checks backwards and might find an incorrect footnote if
8336 they are side-by-side.
8337
8338 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
8339
8340 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8341 (org-agenda-block-separator): Add nil to docstring and customization.
8342 (org-prepare-agenda): Skip agenda block separator additionally if
8343 `org-agenda-block-separator' is nil.
8344 (org-agenda-overriding-header): Improve docstring.
8345
8346 2011-07-28 Bastien Guerry <bzg@gnu.org>
8347
8348 * org.el (org-set-tags): Remove useless
8349 `org-without-partial-completion'.
8350
8351 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8352
8353 * org-footnote.el (org-fill-paragraph): Declare function for the
8354 compiler.
8355
8356 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8357
8358 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8359
8360 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8361
8362 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8363 to appease compiler.
8364
8365 2011-07-28 Michael Markert <markert.michael@googlemail.com>
8366
8367 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8368 all `org-called-interactively-p' function invocations.
8369
8370 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8371 to all `org-called-interactively-p' function invocations.
8372 (org-agenda-show-1): Adding optional argument KIND to all
8373 `org-called-interactively-p' function invocations.
8374 (org-agenda-set-tags): Adding optional argument KIND to all
8375 `org-called-interactively-p' function invocations.
8376
8377 * org-ascii.el (org-export-as-latin1): Adding optional argument
8378 KIND to all `org-called-interactively-p' function invocations.
8379 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8380 all `org-called-interactively-p' function invocations.
8381 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8382 `org-called-interactively-p' function invocations.
8383 (org-export-region-as-ascii): Adding optional argument KIND to all
8384 `org-called-interactively-p' function invocations.
8385
8386 * org-docbook.el (org-export-region-as-docbook): Adding optional
8387 argument KIND to all `org-called-interactively-p' function
8388 invocations.
8389
8390 * org-html.el (org-export-region-as-html): Adding optional
8391 argument KIND to all `org-called-interactively-p' function
8392 invocations.
8393
8394 * org-latex.el (org-export-region-as-latex): Adding optional
8395 argument KIND to all `org-called-interactively-p' function
8396 invocations.
8397
8398 * org-table.el (org-table-blank-field): Adding optional argument
8399 KIND to all `org-called-interactively-p' function invocations.
8400 (org-table-current-column): Adding optional argument KIND to all
8401 `org-called-interactively-p' function invocations.
8402 (org-table-current-dline): Adding optional argument KIND to all
8403 `org-called-interactively-p' function invocations.
8404 (org-table-sort-lines): Adding optional argument KIND to all
8405 `org-called-interactively-p' function invocations.
8406 (org-table-sum): Adding optional argument KIND to all
8407 `org-called-interactively-p' function invocations.
8408 (org-table-rotate-recalc-marks): Adding optional argument KIND to
8409 all `org-called-interactively-p' function invocations.
8410 (org-table-eval-formula): Adding optional argument KIND to all
8411 `org-called-interactively-p' function invocations.
8412 (orgtbl-send-table): Adding optional argument KIND to all
8413 `org-called-interactively-p' function invocations.
8414
8415 * org.el (org-mode): Adding optional argument KIND to all
8416 `org-called-interactively-p' function invocations.
8417 (org-copy-subtree): Adding optional argument KIND to all
8418 `org-called-interactively-p' function invocations.
8419 (org-paste-subtree): Adding optional argument KIND to all
8420 `org-called-interactively-p' function invocations.
8421 (org-store-link): Adding optional argument KIND to all
8422 `org-called-interactively-p' function invocations.
8423 (org-todo): Adding optional argument KIND to all
8424 `org-called-interactively-p' function invocations.
8425 (org-occur): Adding optional argument KIND to all
8426 `org-called-interactively-p' function invocations.
8427
8428 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8429
8430 * org-footnote.el (org-footnote-action): Offer to create
8431 definition when none is found.
8432
8433 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8434
8435 * org-footnote.el (org-footnote-re): Avoid matching inactive
8436 time-stamps or check-box cookies.
8437 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8438
8439 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8440
8441 * org-exp.el (org-export-preprocess-string): If the last subtree
8442 is commented, footnotes inserted during normalizing at the end of
8443 the buffer may get deleted. This patch ensures deletion comes
8444 first, normalization second.
8445
8446 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8447
8448 * org-exp.el (org-export-footnotes-data): Change docstring.
8449 (org-export-footnotes-seen): Rename from
8450 org-export-footnotes-markers.
8451
8452 * org-ascii.el (org-export-as-ascii): Apply change.
8453
8454 * org-docbook.el (org-export-as-docbook): Apply change.
8455
8456 * org-footnote.el (org-footnote-normalize): Apply change.
8457
8458 * org-html.el (org-export-as-html): Apply change.
8459
8460 * org-latex.el (org-export-as-latex): Apply change.
8461
8462 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8463
8464 * org-latex.el (org-export-latex-preprocess): Rely on
8465 `org-export-footnotes-markers' to retrieve definition of the
8466 current footnote during export.
8467
8468 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8469
8470 * org-footnote.el (org-footnote-normalize): Remember footnotes
8471 seen so far by the exporter when choosing the new marker.
8472
8473 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8474
8475 * org-footnote.el (org-footnote-normalize): Make use of
8476 `org-footnote-insert-pos-for-preprocessor'.
8477
8478 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8479
8480 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8481 property to footnote markers when preparing for exportation.
8482
8483 * org-html.el (org-export-as-html): Read new property to decide
8484 when to export a footnote.
8485
8486 * org-docbook.el (org-export-as-docbook): Read new property to
8487 decide when to export a footnote.
8488
8489 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8490 column 0 cannot end a list containing it by adding
8491 `original-indentation' property to it.
8492
8493 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8494
8495 * org-exp.el (org-export-preprocess-string): Normalize footnotes
8496 before marking lists ending.
8497
8498 * org-latex.el (org-export-latex-preprocess): Work with labels as
8499 strings and not as numbers.
8500
8501 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8502
8503 * org-docbook.el (org-export-docbook-footnote-separator): New
8504 variable.
8505 (org-export-as-docbook): Add a separator between footnotes.
8506
8507 * org-html.el (org-export-html-footnote-separator): New variable.
8508 (org-export-as-html): Add a separator between footnotes.
8509
8510 * org-latex.el (org-export-latex-footnote-separator): New
8511 variable.
8512 (org-export-latex-preprocess): Add a separator between footnotes.
8513
8514 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8515
8516 * org-exp.el (org-export-footnotes-markers)
8517 (org-export-footnotes-data): New variables.
8518 (org-export-preprocess-string): Use a more explicit argument.
8519
8520 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8521
8522 * org-footnote.el (org-footnote-goto-definition): Now, determining
8523 if point is at a footnote reference is entirely determined by
8524 `org-footnote-at-reference-p'. No need to check if pattern isn't
8525 at beginning of the line elsewhere.
8526
8527 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8528
8529 * org-footnote.el (org-footnote-next-reference-or-definition): New
8530 function.
8531
8532 * org.el (org-activate-footnote-links): Activate the whole
8533 footnote, but only fontify its label.
8534
8535 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8536
8537 * org-footnote.el (org-footnote-normalize): Make use of changes to
8538 `org-footnote-at-reference-p' and creation of various functions..
8539 Also comment code.
8540 (org-footnote-get-next-reference, org-footnote-delete-references)
8541 (org-footnote-delete-definitions): New functions.
8542 (org-footnote-goto-previous-reference, org-footnote-all-labels)
8543 (org-insert-footnote-reference-near-definition, org-footnote-delete):
8544 Rewrite to use org-footnote-get-next-reference.
8545
8546 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8547
8548 * org-footnote.el (org-footnote-re): Don't end an inline footnote
8549 at unrelated closing square brackets.
8550 (org-footnote-at-reference-p): Improve accuracy of the function to
8551 determine if point is at a reference and to extract definition of an
8552 inline footnote.
8553 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8554 (org-footnote-auto-adjust-maybe): Make use of previous function.
8555
8556 2011-07-28 Bastien Guerry <bzg@gnu.org>
8557
8558 * org.el (org-deadline, org-schedule):
8559 keep warning cookie when rescheduling/redeadlining.
8560 (org-time-stamp): Fix problem with warning cookie.
8561
8562 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8563
8564 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8565 clojure source into elisp source.
8566
8567 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8568
8569 * ob.el (org-babel-script-escape): Treats {} in the same manner as
8570 [] and allows for forcing string conversion.
8571
8572 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8573
8574 * org-exp.el (org-export-select-backend-specific-text): Strip
8575 protective commas from literal code blocks.
8576
8577 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8578
8579 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8580
8581 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8582
8583 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8584 own function.
8585 (org-babel-ref-headline-body): Split out into its own function.
8586 (org-babel-ref-resolve): Using new functions, and alignment.
8587
8588 * ob.el (org-babel-ref-goto-headline-id): Declare function.
8589 (org-babel-ref-headline-body): Declare function.
8590 (org-babel-expand-noweb-references): Now expands noweb references to
8591 headlines during expansion.
8592
8593 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8594
8595 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8596 headlines by either global or custom id, in which case the
8597 contents of the headline are returned literally.
8598
8599 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8600
8601 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8602 verbatim emphasis.
8603 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8604 lines.
8605
8606 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8607
8608 * org-list.el (org-cycle-item-indentation): Cycling back to
8609 original position deleted any additional information in the item,
8610 like a counter or a tag.
8611
8612 2011-07-28 Pieter Praet <pieter@praet.org>
8613
8614 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
8615 (org-decrypt-entry): Before decrypting, check whether
8616 `auto-save-mode' is enabled for the current buffer, and act on it
8617 according to how `org-crypt-disable-auto-save' is set. Remove
8618 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
8619 check for `auto-save-default'.
8620
8621 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8622
8623 * ob.el (org-babel-merge-params): Ensure variable parameters are
8624 not reversed.
8625
8626 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8627
8628 * ob.el (org-babel-insert-result): Fix results insertion for
8629 inline blocks which happen to start a line.
8630
8631 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8632
8633 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
8634 if a call line is commented.
8635
8636 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
8637
8638 * org.el (org-read-property-name): Propose default property name.
8639
8640 2011-07-28 Achim Gratz <stromeko@nexgo.de>
8641
8642 * org.el (org-log-into-drawer): Correct typo.
8643
8644 * org-clock.el (org-clock-into-drawer): New function to change the
8645 location of clock events based on properties CLOCK_INTO_DRAWER or,
8646 as fallback, LOG_INTO_DRAWER, like it is already possible for
8647 state change logs.
8648
8649 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
8650 let clause to bind `org-clock-into-drawer' to result of function
8651 eval.
8652
8653 * org-clock.el (org-clock-find-position): Add statement to let
8654 clause to bind `org-clock-into-drawer' to result of function eval,
8655 change let to let* since the binding is used later in the same
8656 clause.
8657
8658 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8659
8660 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
8661 we can use flet.
8662
8663 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8664
8665 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
8666 non-inline call lines.
8667
8668 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8669
8670 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
8671 call_ blocks which aren't whitespace padded.
8672
8673 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8674
8675 * ob.el (org-babel-merge-params): Do not reverse variable order,
8676 and be sure to increment variable index as appropriate.
8677
8678 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8679
8680 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
8681 successfully match optional trailing header arguments in square
8682 brackets.
8683 (org-babel-lob-get-info): Updated to match the new regexp.
8684
8685 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8686
8687 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
8688 then allow them to be so.
8689
8690 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8691
8692 * ob.el (org-babel-merge-params): If variables are not named they
8693 are assigned in order.
8694
8695 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8696
8697 * ob.el: Remove code comment about online documentation.
8698
8699 * ob-exp.el: Remove code comment about online documentation.
8700
8701 * ob-lob.el: Remove code comment about online documentation.
8702
8703 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8704
8705 * org-exp.el (org-export-format-source-code-or-example): Fix
8706 signature of org-<backend>-format-source-code-or-example function.
8707
8708 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8709
8710 * ob.el (org-babel-sha1-hash): Replace call to
8711 called-interactively-p with backwards-compatible interactive-p.
8712
8713 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8714
8715 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
8716 replacement of inline call blocks with their results.
8717
8718 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8719
8720 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
8721 trailing space ensures that the insertion of the results looks
8722 nice.
8723
8724 * ob.el (org-babel-insert-result): Insert inline lob line results
8725 as inline results.
8726
8727 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8728
8729 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
8730 appropriately given the style (block or inline) of the lob line.
8731
8732 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
8733 specific for block lob lines.
8734 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
8735 inline lob lines.
8736 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
8737 (org-babel-lob-get-info): Return info from *either* the block or
8738 inline lob lines.
8739
8740 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8741
8742 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
8743 structure of the resulting info list.
8744
8745 * ob-lob.el (org-babel-default-lob-header-args): Export the
8746 results of call lines by default.
8747
8748 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
8749
8750 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
8751 property based on the ID property of the org entry to the first
8752 character of the diary entry.
8753
8754 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8755
8756 * org-footnote.el
8757 (org-footnote-insert-pos-for-preprocessor): New variable.
8758 (org-footnote-normalize): Use it.
8759
8760 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8761
8762 * org-exp.el (org-export-format-source-code-or-example):
8763 Simplify. Also add `org-native-text' as a text property to the
8764 formatted text and throw error for unknown backends.
8765
8766 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8767
8768 * org-exp.el (org-export-format-source-code-or-example): Add
8769 support for: - custom formatters for existing backends - seamless
8770 plugging in of new backends.
8771
8772 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8773
8774 * org-exp.el (org-export-backends): New variable.
8775 (org-export-select-backend-specific-text): Use above
8776 variable. Also mark text between #+BACKEND and
8777 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
8778 This text property is currently used only by the new line-oriented
8779 generic exporter (which is not yet part of the repo).
8780
8781 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8782
8783 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
8784 OpenDocumentText export and bind them to `org-export-as-odt' and
8785 `org-export-as-odt-and-open'.
8786
8787 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8788
8789 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
8790 mode.
8791
8792 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8793
8794 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
8795 lists before reading into emacs-lisp.
8796
8797 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8798
8799 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
8800
8801 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
8802
8803 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
8804
8805 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
8806
8807 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
8808
8809 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
8810
8811 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
8812
8813 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
8814
8815 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
8816
8817 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
8818
8819 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
8820
8821 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
8822
8823 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8824
8825 * ob-awk.el: New file.
8826
8827 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8828
8829 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
8830 ":results verbatim".
8831
8832 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8833
8834 * org-agenda.el (org-float): Aliases for `diary-float'.
8835
8836 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8837
8838 * ob-python.el (org-babel-python-evaluate-session): Send
8839 comint-send-input after every line when interacting with an
8840 interactive python process.
8841
8842 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8843
8844 * org-list.el (org-reset-checkbox-state-subtree): Make the command
8845 more robust, and correctly update check-boxes in the whole
8846 sub-tree.
8847 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
8848 when walking a subtree.
8849 (org-update-checkbox-count-maybe): Add an optional argument passed to
8850 org-update-checkbox-count.
8851
8852 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
8853
8854 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
8855
8856 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8857
8858 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
8859 ":results scalar" header argument combination.
8860
8861 2011-07-28 Dan Davison <dandavison7@gmail.com>
8862
8863 * org-src.el: Append a space character to copied text so that the
8864 final text property change is picked up correctly.
8865
8866 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8867
8868 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
8869 to org-babel-tangle.
8870 (org-babel-tangle): Now when called with a prefix argument, only the
8871 current code block is tangled.
8872
8873 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8874
8875 * org-list.el (org-list-parse-list): Replace transitional
8876 check-boxes with "[CBTRANS]" string during parsing.
8877 (org-list-to-generic): Use the new property `:cbtrans' to configure
8878 export string for transitional check-boxes.
8879
8880 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8881
8882 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
8883 Use stable internal `org-anniversary' instead of
8884 diary-anniversary.
8885 (org-class): New function.
8886 (org-diary-class): Use `org-class'.
8887 (org-anniversary, org-cyclic, org-date, org-block): New functions.
8888
8889 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8890
8891 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
8892 of header argument names.
8893
8894 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8895
8896 * ob.el (org-babel-expand-noweb-references): Concatenating all
8897 bodies with the appropriate name or :noweb-ref header argument.
8898
8899 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
8900
8901 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
8902 work also when #+begin line is indentex.
8903
8904 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8905
8906 * ob.el (org-babel-src-block-regexp): Babel: code block may have
8907 empty bodies.
8908
8909 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8910
8911 * org-macs.el (org-without-partial-completion): Avoid calling by
8912 name a function unknown to the compiler but explicitly checked by
8913 program logic.
8914
8915 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8916
8917 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
8918 function.
8919 (org-agenda-later): Declaring previously unknown function.
8920 (org-agenda-mode-map): Declaring previously unknown variable.
8921
8922 * org.el (org-read-date-analyze): Explicitly ignore the return
8923 value of a function.
8924
8925 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8926
8927 * org-agenda.el (org-agenda-mode): Globally replace
8928 buffer-substring-filters with filter-buffer-substring-functions.
8929
8930 * org-indent.el (org-indent-mode): Globally replace
8931 buffer-substring-filters with filter-buffer-substring-functions.
8932
8933 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8934
8935 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
8936 #'(λ...).
8937
8938 * org-attach.el: Replacing '(λ...) with #'(λ...).
8939 (org-attach-commit): Replacing '(λ...) with #'(λ...).
8940
8941 * org-exp.el: Replacing '(λ...) with #'(λ...).
8942 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
8943
8944 * org-html.el: Replacing '(λ...) with #'(λ...).
8945 (org-export-as-html): Replacing '(λ...) with #'(λ...).
8946
8947 * org-mouse.el: Replacing '(λ...) with #'(λ...).
8948 (org-mouse-popup-global-menu): Replacing '(λ...) with
8949 (org-mode-hook): Replacing '(λ...) with #'(λ...).
8950 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
8951
8952 * org-src.el: Replacing '(λ...) with #'(λ...).
8953 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
8954
8955 * org-table.el: Replacing '(λ...) with #'(λ...).
8956 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
8957
8958 * org.el: Replacing '(λ...) with #'(λ...).
8959 (org-confirm-shell-link-function): Replacing '(λ...) with
8960 (org-category): Replacing '(λ...) with #'(λ...).
8961
8962 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8963
8964 * org.el (mailcap-parse-mailcaps): Declaring functions used by
8965 `org-open-file'.
8966 (mailcap-extension-to-mime): Declaring functions used by
8967 `org-open-file'.
8968 (mailcap-mime-info): Declaring functions used by `org-open-file'.
8969
8970 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8971
8972 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
8973 function `interactive-p'.
8974 (org-agenda-show-1): Replacing call to now-defunct function
8975 `interactive-p'.
8976 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
8977
8978 * org-ascii.el: Replacing call to now-defunct function
8979 `interactive-p'.
8980 (org-export-as-latin1): Replacing call to now-defunct function
8981 `interactive-p'.
8982 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
8983 function `interactive-p'.
8984 (org-export-as-utf8): Replacing call to now-defunct function
8985 `interactive-p'.
8986 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
8987 `interactive-p'.
8988 (org-export-region-as-ascii): Replacing call to now-defunct
8989 function `interactive-p'.Replacing call to now-defunct function
8990 `interactive-p'.
8991
8992 * org-docbook.el: Replacing call to now-defunct function
8993 `interactive-p'.
8994 (org-export-region-as-docbook): Replacing call to now-defunct
8995 function `interactive-p'.Replacing call to now-defunct function
8996 `interactive-p'.
8997
8998 * org-html.el: Replacing call to now-defunct function
8999 `interactive-p'.
9000 (org-export-region-as-html): Replacing call to now-defunct
9001 function `interactive-p'.Replacing call to now-defunct function
9002 `interactive-p'.
9003
9004 * org-latex.el: Replacing call to now-defunct function
9005 `interactive-p'.
9006 (org-export-region-as-latex): Replacing call to now-defunct
9007 function `interactive-p'.Replacing call to now-defunct function
9008 `interactive-p'.
9009
9010 * org-macs.el: Replacing call to now-defunct function
9011 `interactive-p'.
9012 (org-called-interactively-p): Replacing call to now-defunct
9013 function `interactive-p'.Replacing call to now-defunct function
9014 `interactive-p'.
9015
9016 * org-table.el: Replacing call to now-defunct function
9017 `interactive-p'.
9018 (org-table-blank-field): Replacing call to now-defunct function
9019 `interactive-p'.
9020 (org-table-current-column): Replacing call to now-defunct function
9021 `interactive-p'.Replacing call to now-defunct function
9022 `interactive-p'.
9023 (org-table-current-dline): Replacing call to now-defunct function
9024 `interactive-p'.Replacing call to now-defunct function
9025 `interactive-p'.
9026 (org-table-sort-lines): Replacing call to now-defunct function
9027 `interactive-p'.
9028 (org-table-sum): Replacing call to now-defunct function
9029 `interactive-p'.
9030 (org-table-rotate-recalc-marks): Replacing call to now-defunct
9031 function `interactive-p'.
9032 (org-table-eval-formula): Replacing call to now-defunct function
9033 `interactive-p'.
9034 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
9035
9036 * org.el: Replacing call to now-defunct function `interactive-p'.
9037 (org-mode): Replacing call to now-defunct function
9038 `interactive-p'.
9039 (org-copy-subtree): Replacing call to now-defunct function
9040 `interactive-p'.
9041 (org-paste-subtree): Replacing call to now-defunct function
9042 `interactive-p'.
9043 (org-store-link): Replacing call to now-defunct function
9044 `interactive-p'.
9045 (org-todo): Replacing call to now-defunct function `interactive-p'.
9046 (org-occur): Replacing call to now-defunct function `interactive-p'.
9047
9048 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9049
9050 * ob-R.el (ess-local-process-name): This variable wasn't known to
9051 be defined.
9052
9053 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
9054 group specified.
9055
9056 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
9057 known to be defined.
9058 (org-babel-tangle-combine-named-blocks): Roll my own version of a
9059 forbidden common lisp function.
9060
9061 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
9062 called-interactively.
9063
9064 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9065
9066 * org-latex.el (org-export-latex-tables): Check for the
9067 "multiline" option and set the `floatp' option to true when
9068 multicolumn tables are requested.
9069
9070 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9071
9072 * org-html.el (org-export-as-html, org-html-level-start): Only
9073 convert section number underscores to dashes.
9074
9075 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9076
9077 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9078 `days-to-time, converting relative to 1 BC, while the code assumed
9079 it would return a time relative to 1970.
9080
9081 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9082
9083 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9084 inserting newlines between appended code blocks.
9085
9086 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9087
9088 * ob-exp.el: We may no longer need to export names along with code
9089 blocks.
9090
9091 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9092
9093 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9094 balanced nested begin/end blocks in block bodies.
9095
9096 2011-07-28 Dan Davison <dandavison7@gmail.com>
9097
9098 * org-latex.el: Add -shell-escape to pdflatex commands.
9099
9100 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9101
9102 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9103 combination can now take a number of values.
9104 (org-babel-tangle-combine-named-blocks): More sophisticated block
9105 combination behavior.
9106
9107 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9108
9109 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9110 to turn on the combination of code blocks of the same name.
9111 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9112 name.
9113
9114 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9115
9116 * ob-ruby.el (xmp): Declaring this function to appease the
9117 compiler.
9118 (org-babel-execute:ruby): "xmp" result option for outputting
9119 annotated source code.
9120
9121 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
9122
9123 * org-list.el (org-list-to-latex): The enumerate environment in
9124 latex increments the counter before using it. Therefore, org-mode
9125 should set the enumeration counter to the desired value minus one.
9126
9127 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
9128
9129 * org.el (org-toggle-heading): More comments and fix number of
9130 stars when toggling from list items.
9131
9132 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9133
9134 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9135 effort that is accepted by `org-duration-string-to-minutes´.
9136
9137 2011-07-28 Julien Barnier <julien@nozav.org>
9138
9139 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9140 wait until previous line execution is finished.
9141
9142 * ob-comint.el (org-babel-comint-with-output): When looking for
9143 end-of-evaluation indicator, search forward for the indicator
9144 before searching forward for the prompt.
9145
9146 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9147
9148 * org-entities.el (org-entities): Fix HTML entity for degree.
9149
9150 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9151
9152 * org.el (org-auto-align-tags): Change docstring.
9153 (org-update-parent-todo-statistics): Keep tags aligned even when
9154 statistics cookies are shifting them.
9155
9156 * org-list.el (org-update-checkbox-count): Keep tags aligned even
9157 when statistics cookies are shifting them.
9158
9159 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9160
9161 * ob.el (org-babel-sha1-hash): Don't modify info argument by
9162 side-effect when sorting result-params list.
9163
9164 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9165
9166 * ob.el (org-babel-result-regexp): Use non-shy group around
9167 `org-babel-data-names'.
9168
9169 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9170
9171 * org.el (org-insert-link): Set truncate-line in the *Org Link*
9172 buffer and make sure that it really is set there.
9173
9174 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9175
9176 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9177 changing how/if the current directory is represented to lisp code.
9178 (org-babel-execute:lisp): More general handling of the default
9179 directory value.
9180
9181 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9182
9183 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9184 *default-pathname-defaults* to either the value of the :dir header
9185 argument or the directory of the containing Org-mode file.
9186
9187 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9188
9189 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9190 just aesthetic.
9191
9192 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
9193
9194 * org.el (org-mode-flyspell-verify): This is useful when using
9195 flyspell with a non-English dictionary, or if some of your
9196 keywords are in another language.
9197
9198 2011-07-28 David Maus <dmaus@ictsoc.de>
9199
9200 * org-exp.el (org-export): Use new compatibility function
9201 `org-activate-mark'.
9202
9203 * org-compat.el (org-activate-mark): New function. Provide
9204 `activate-mark' if not present (e.g. Emacs 22).
9205
9206 2011-07-28 David Maus <dmaus@ictsoc.de>
9207
9208 * org-table.el (org-table-follow-field-mode): Declare variable to
9209 keep byte compiler happy.
9210
9211 2011-07-28 David Maus <dmaus@ictsoc.de>
9212
9213 * org-footnote.el (org-id-uuid): Declare function, silence byte
9214 compiler.
9215
9216 2011-07-28 David Maus <dmaus@ictsoc.de>
9217
9218 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9219 run-time, compare downcased strings.
9220
9221 2011-07-28 David Maus <dmaus@ictsoc.de>
9222
9223 * org-bibtex.el (org-id-locations): Declare variable to silence
9224 byte compiler.
9225
9226 2011-07-28 David Maus <dmaus@ictsoc.de>
9227
9228 * org-id.el (org-id-locations): Fix docstring, remove reference to
9229 non-existent option.
9230
9231 2011-07-28 David Maus <dmaus@ictsoc.de>
9232
9233 * org.el (org-self-insert-command): Use `delete-char' instead of
9234 `delete-backward-char'.
9235
9236 * org-table.el (orgtbl-self-insert-command): Ditto.
9237
9238 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9239
9240 * org-latex.el (org-export-latex-special-chars): Save match data
9241 when checking for table.el table.
9242
9243 2011-07-28 David Maus <dmaus@ictsoc.de>
9244
9245 * org.el (org-re-property): Move before its first use.
9246
9247 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9248
9249 * org-latex.el (org-export-latex-preprocess): Add
9250 `original-indentation' property to footnotes so they cannot
9251 possibly end a list by being less indented than the item they
9252 belong to.
9253
9254 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9255
9256 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9257 in `progn'.
9258 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9259 to swank.
9260
9261 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9262
9263 * org-clock.el (org-clocktable-write-default): Implement adding
9264 property columns to the clock table.
9265
9266 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9267
9268 * org.el (org-toggle-item): Move parenthesis to correct location.
9269
9270 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9271
9272 * org.el (org-default-priority):
9273 (org-priority-start-cycle-with-default): Improve docstring.
9274 (org-priority): Throw error when priority is out of range.
9275
9276 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9277
9278 * org.el (org-self-insert-command): Catch the case of
9279 `buffer-undo-list' eq t.
9280
9281 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9282
9283 * org.el (org-toggle-heading): Region should be considered as made
9284 of full lines, without the last one if region-end is at bol.
9285 Removed unused variables. Refactored and commented code.
9286
9287 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9288
9289 * org.el (org-toggle-item): When region includes an headline less
9290 indented than first one, set it as the new reference.
9291
9292 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9293
9294 * org-list.el (org-list-to-subtree): If the list is before first
9295 heading and `org-odd-levels-only' is non-nil, the first item gets
9296 two stars instead of one.
9297
9298 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9299 `org-odd-levels-only' non-nil.
9300
9301 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9302
9303 * org.el (org-toggle-item): Converting an heading to an item would
9304 sometimes insert unnecessary spaces before it, and unwanted space
9305 with `org-indent-mode' on. Changing some text into an item
9306 wouldn't always preserve indentation.
9307
9308 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9309
9310 * org-capture.el (org-capture-current-plist): Improve docstring.
9311 (org-capture-put): Add docstring.
9312 (org-capture-get): Add docstring.
9313 (org-capture-member): Add LOCAL argument. Add docstring.
9314 (org-capture-set-target-location): Store the time received from a
9315 date prompt into the :prompt-time property.
9316
9317 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9318
9319 * org-exp.el (org-export-mark-list-properties): Even if context is
9320 invalid, mark list item with `list-context' property.
9321
9322 * org-list.el (org-list-forbidden-blocks): Add exporters specific
9323 blocks to the list of forbidden blocks.
9324
9325 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9326
9327 * org-list.el (org-sort-list): Function tries to intern
9328 getkey-func before it is defined, so it's always nil.
9329
9330 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9331
9332 * org.el (org-babel-load-languages): Adding ob-awk to the list of
9333 executable languages.
9334
9335 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9336
9337 * org-table.el (org-table-get-field): Make sure the new field
9338 content is at least one space character.
9339
9340 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9341
9342 * org-crypt.el: Check for `daemonp' before using it.
9343
9344 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9345
9346 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9347 :stdin header argument.
9348 (org-babel-execute:sh): Use the :stdin header argument.
9349 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9350 new sub-function.
9351 (org-babel-sh-var-to-string): New function for converting elisp
9352 values to strings that make sense for parsing with sh.
9353 (org-babel-sh-evaluate): Adding "stdin" option to session and
9354 external evaluation options.
9355
9356 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
9357
9358 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9359 function.
9360 (org-export-format-source-code-or-example): Call
9361 `org-remove-formatting-on-newlines-in-region'.
9362
9363 2011-07-28 David Maus <dmaus@ictsoc.de>
9364
9365 * org.el (org-entry-put): Prevent adding of extra space to value
9366 if property already exists.
9367
9368 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9369
9370 * org-html.el (org-export-as-html): Don't expand non-data lines of
9371 table.el tables.
9372 (org-html-expand): Removed the (buggy) test for non-data lines
9373 in table.el tables. The test is now done as part of
9374 org-export-as-html.
9375 (org-format-table-table-html-using-table-generate-source):
9376 Added test for spanning of cells in table.el tables using
9377 table.el's own library routine. Optionally suppress export of
9378 simple table.el tables.
9379 (org-format-table-html): Removed the (buggy) test for spanned
9380 table.el tables. The test is now done as part of
9381 org-format-table-table-html-using-table-generate-source.
9382
9383 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9384
9385 * org-latex.el (org-export-latex-special-chars): Do nothing in
9386 table.el tables.
9387
9388 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9389
9390 * org-capture.el (org-capture): Ignore errors when creating a
9391 link.
9392
9393 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
9394
9395 * org-exp.el (org-export-define-heading-targets): Use dash instead
9396 of underscore to make labels valid.
9397
9398 2011-07-28 Dan Davison <dandavison7@gmail.com>
9399
9400 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9401 is written to the results file before Emacs notices that the file
9402 exists.
9403
9404 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9405
9406 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9407 defined locally on my system, but not globally in Emacs.
9408
9409 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9410
9411 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9412 generate code block output.
9413 (org-babel-exp-code): Re-create the code block body for exporting
9414 source code.
9415
9416 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9417
9418 * org.el (org-read-date): Bury Calendar buffer after using it for
9419 selecting a date.
9420
9421 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9422
9423 * org-list.el (org-list-separating-blank-lines-number): Fix
9424 confusion between point and item beginning. Now, if no
9425 information is available, truly follow user preference when it
9426 inserts blank lines manually.
9427 (org-list-insert-item): Send correct argument to the preceding
9428 function.
9429
9430 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9431
9432 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9433 newline inside of the code block body.
9434
9435 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
9436
9437 * ob.el: Avoid spurious matches to literal.
9438
9439 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9440
9441 * org.el (org-indent-line-function): Don't include #+include
9442 lines.
9443
9444 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9445
9446 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9447 org-babel-check-src-block.
9448
9449 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9450 (org-babel-edit-distance): Returns the edit distance of two
9451 strings.
9452 (org-babel-check-src-block): Check a code block for errors.
9453
9454 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9455
9456 * org-capture.el (org-capture-templates): Fix bug in customization
9457 setup.
9458
9459 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9460
9461 * org-table.el
9462 (org-table-exit-follow-field-mode-when-leaving-table): New option.
9463 (org-table-check-inside-data-field): New optional argument
9464 `noerror'. When set, the function will only return nil instead of
9465 throwing an error.
9466 (org-table-edit-field): Interpret double prefix argument, and improve
9467 the properties of the editing window.
9468 (org-table-follow-field-mode): New minor mode.
9469 (org-table-follow-fields-with-editor): New function.
9470
9471 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9472
9473 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9474 first, then check if timestamps cause exclusion.
9475
9476 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9477 if timestamps cause exclusion.
9478
9479 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9480
9481 * org-list.el (org-list-full-item-re): Allow description term to
9482 have a newline character after the colons.
9483
9484 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9485
9486 * org-list.el (org-sort-list): No longer ignore with-case
9487 argument: the function sorted case-sensitively, regardless of
9488 argument.
9489
9490 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9491
9492 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9493
9494 * ob.el (org-babel-data-names): Configurable list of names of
9495 data.
9496 (org-babel-result-regexp): Using new results regexp.
9497
9498 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9499
9500 * org.el (org-special-properties): Add CLOCKSUM to the special
9501 properties.
9502
9503 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9504
9505 * ob-exp.el (org-babel-exp-in-export-file): Bind
9506 `org-link-search-inhibit-query' to t to inhibit prompts.
9507
9508 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9509
9510 * org-exp.el (org-export-add-options-to-plist): Use the right
9511 match group.
9512
9513 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9514
9515 * org-latex.el (org-export-latex-preprocess): Protect index string.
9516
9517 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9518
9519 * org-latex.el (org-export-latex-preprocess): Pipe index entries
9520 through `org-export-latex-fontify-headline'.
9521
9522 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9523
9524 * org-exp.el (org-export-add-options-to-plist): Fix the option
9525 parser.
9526
9527 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9528
9529 * org-latex.el (org-export-latex-preprocess): Replace index
9530 entries.
9531
9532 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9533
9534 * org.el (org-structure-template-alist): Add an easy template for
9535 index (i), and move include file to I from i.
9536
9537 2011-07-28 Matt Lundin <mdl@imapmail.org>
9538
9539 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9540 line to `org-offer-links-in-entry'.
9541
9542 2011-07-28 Matt Lundin <mdl@imapmail.org>
9543
9544 * org-bibtex.el (org-bibtex-search): New function.
9545 (org-bibtex-export-to-kill-ring): New function. Export to kill
9546 ring.
9547 (org-bibtex-create-in-current-entry): New function
9548 (org-bibtex-create): Make it easier to add bib fields to an
9549 existing headline.
9550 (org-bibtex-export-arbitrary-fields)
9551 (org-bibtex-treat-headline-as-title): Fix typos
9552 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9553 from type completion.
9554
9555 2011-07-28 Matt Lundin <mdl@imapmail.org>
9556
9557 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9558 defcustom.
9559 (org-bibtex-headline): Only use headline text (not TODO or other
9560 metadata) to generate title field and auto key.
9561 (org-bibtex-fleshout): Allow user to choose whether to treat
9562 headline as title.
9563
9564 2011-07-28 Tom Dye <tsd@tsdye.com>
9565
9566 * org-bibtex.el: Added crossref field to other fields.
9567
9568 2011-07-28 Tom Dye <tsd@tsdye.com>
9569
9570 * org-bibtex.el: Add crossref option to incollection.
9571
9572 2011-07-28 Matt Lundin <mdl@imapmail.org>
9573
9574 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9575 as field.
9576
9577 2011-07-28 Matt Lundin <mdl@imapmail.org>
9578
9579 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9580 warn if a duplicate ID is generated.
9581
9582 2011-07-28 Matt Lundin <mdl@imapmail.org>
9583
9584 * org-bibtex.el (org-bibtex-tags): New variable.
9585 (org-bibtex-tags-are-keywords): New variable.
9586 (org-bibtex-no-export-tags): New variable.
9587 (org-bibtex-headline): Export tags as comma-separated bibtex
9588 keywords.
9589 (org-bibtex-read): Import bibtex keywords field as tags.
9590
9591 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9592
9593 * org-publish.el (org-publish-find-date): Optimization.
9594
9595 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
9596
9597 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9598 when following link.
9599
9600 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9601
9602 * org-publish.el (org-publish-project-alist): Document new
9603 :sitemap-sans-extension property.
9604 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9605 setting.
9606
9607 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9608
9609 * org.el (org-remove-uninherited-tags): Renamed from
9610 `org-remove-iniherited-tags'.
9611 (org-scan-tags): Fix typo in function call.
9612 (org-get-tags-at): Fix typo in function call.
9613
9614 2011-07-28 Matt Lundin <mdl@imapmail.org>
9615
9616 * org.el (org-get-tags-at): Don't include filetags if local is t.
9617
9618 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9619
9620 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
9621 dispatch functions, wrap body in `(do )'.
9622
9623 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9624
9625 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
9626 resulted in the creation of multiple overlays in src blocks.
9627
9628 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9629
9630 * ob-clojure.el (org-babel-execute:clojure): If results are not
9631 readable by lisp, then return them as a string.
9632
9633 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9634
9635 * org-bibtex.el (org-bibtex): Now prompts for a file name.
9636
9637 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9638
9639 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
9640 will result in prompting for optional fields.
9641
9642 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9643
9644 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
9645 which was causing compile problems.
9646 (org-bibtex-fleshout): Renamed flet function `get' which was causing
9647 compile problems.
9648 (org-bibtex-write): Renamed flet function `get' which was causing
9649 compile problems.
9650
9651 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9652
9653 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
9654 never starts with a number.
9655
9656 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9657
9658 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
9659 (org-bibtex-key-property): New option.
9660 (org-bibtex-put): Make use of new `org-bibtex-key-property'
9661 variable.
9662 (org-bibtex-headline): Make use of new
9663 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
9664 variables.
9665 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
9666 variable.
9667 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
9668 variable.
9669 (org-bibtex-write): Make use of new `org-bibtex-key-property'
9670 variable.
9671
9672 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9673
9674 * org-bibtex.el: Updating Copyright dates, author information,
9675 commentary and history notes.
9676 (org-bibtex-types): List of bibtex types with descriptions and
9677 required and optional fields.
9678 (org-bibtex-fields): List of bibtex fields with descriptions.
9679 (*org-bibtex-entries*): Special variable to hold parsed bibtex
9680 entries.
9681 (org-bibtex-autogen-keys): Custom variable controlling whether
9682 bibtex keys are automatically generated
9683 (org-bibtex-prefix): Custom variable allowing use of optional prefix
9684 for bibtex properties in Org-mode headlines.
9685 (org-bibtex-get): Helper function for accessing bibtex elements of a
9686 property list.
9687 (org-bibtex-put): Helper function for inserting bibtex element into
9688 a property list.
9689 (org-bibtex-headline): Return a bibtex entry of the given headline
9690 as a string.
9691 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
9692 field.
9693 (org-bibtex-autokey): Generate a bibtex key for the current
9694 headline.
9695 (org-bibtex-fleshout): Fill in missing bibtex properties of the
9696 current headline.
9697 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
9698 (org-bibtex-check): Check that all bibtex properties are present in
9699 the current headline.
9700 (org-bibtex-check-all): Check all headlines in the current buffer.
9701 (org-bibtex-create): Create a new bibtex headline at the current
9702 level.
9703 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
9704 (org-bibtex-write): Write the most recently read bibtex entry into
9705 an Org-mode file.
9706
9707 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9708
9709 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
9710 set properties.
9711 (org-agenda-show-clocking-issues): Handle faces.
9712
9713 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9714
9715 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
9716 content by default with "-Dfile.encoding=UTF-8".
9717
9718 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9719
9720 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
9721 argument.
9722
9723 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9724
9725 * org-exp.el (org-export-preprocess-string): Mark list end before
9726 expanding macros. Thus, a macro inside a list and containing
9727 blank lines cannot break the list structure.
9728 (org-export-preprocess-apply-macros): Multi-lines macros get
9729 indented with the same indentation as the first line. Thus, we
9730 are sure that every line belongs to the same list as the first
9731 line, if such list exists. Also add comments in code.
9732
9733 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9734
9735 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
9736 (org-agenda-list): Handle display change to clock check.
9737 (org-agenda-get-progress): Show only clock entries if we are doing
9738 the consistency check.
9739 (org-agenda-show-clocking-issues): New function.
9740 (org-agenda-check-clock-gap): New function.
9741 (org-agenda-view-mode-dispatch): Offer consistency check.
9742 (org-agenda-log-mode): Handle switch to clock only display.
9743 (org-agenda-set-mode-name): Show lighter for Clockcheck.
9744
9745 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
9746 and return it unchanged.
9747
9748 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9749
9750 * org-list.el (org-list-struct): When walking down the list, the
9751 function would not pay attention to drawers or blocks indentation.
9752 Thus, such constructs couldn't consistently end an item or a list.
9753 This patch ensures line indentation is stored (if applicable)
9754 before skipping them. Also fixed doc-string and comments.
9755
9756 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9757
9758 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
9759 tree properties.
9760
9761 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9762
9763 * org-exp.el (org-export): Define a bound for finding enclosing
9764 tree with class/title definition.
9765
9766 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9767
9768 * org-exp.el (org-export): Go to next heading before searching
9769 backward, so make this also work if we are on the headline of the
9770 entry with the property.
9771
9772 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9773
9774 * org.el (org-promote):
9775 (org-demote): Soften the previous change, by only removing the
9776 flyspell function from after-change functions, because that was
9777 the one causing the slowdown - at least much of it.
9778
9779 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9780
9781 * org.el (org-promote, org-demote): Turn off
9782 after-change-functions to speed up the reindentation of text.
9783
9784 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9785
9786 * ob-ocaml.el (org-babel-ocaml-read-list): Use
9787 `org-babel-script-escape'.
9788 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
9789
9790 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9791
9792 * org-html.el (org-html-handle-links): Add an alternate for inline
9793 images.
9794
9795 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9796
9797 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
9798 variable before it is defined.
9799
9800 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9801
9802 * org-src.el (org-src-lang-modes): Added a language alias of "C"
9803 to "c".
9804
9805 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
9806
9807 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
9808 buffer.
9809
9810 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9811
9812 * org-html.el (org-html-make-link): Correct a bug in coderef link.
9813
9814 2011-07-28 Bernt Hansen <bernt@norang.ca>
9815
9816 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
9817 typo.
9818
9819 2011-07-28 Bernt Hansen <bernt@norang.ca>
9820
9821 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
9822 when headlines are missing.
9823
9824 2011-07-28 Bastien Guerry <bzg@gnu.org>
9825
9826 * org-mobile.el (org-mobile-push): Move call to hook, make it the
9827 first thing of the push operation.
9828
9829 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9830
9831 * ob.el (org-babel-params-from-buffer): Now looking for header
9832 arguments in #+Properties: as well as #+Babel:. Also, we're no
9833 longer caching these results into a file local variable.
9834
9835 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9836
9837 * ob-python.el (org-babel-python-evaluate-external-process): Allow
9838 parsing as a table in the case of ":results output table".
9839 (org-babel-python-evaluate-session): Allow parsing as a table in
9840 the case of ":results output table".
9841
9842 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9843
9844 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
9845 all possible agenda views. Use `org-agenda-schedule' instead of
9846 `org-agenda-date-later'.
9847
9848 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9849
9850 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
9851 ":results output".
9852
9853 2011-07-28 Julien Danjou <julien@danjou.info>
9854
9855 * org.el (org-entry-get, org-entry-delete, org-entry-put)
9856 (org-property-values, org-delete-property-globally): Use
9857 `org-re-property'.
9858 (org-re-property): New function allowing to build a regexp to
9859 match a property.
9860
9861 2011-07-28 Julien Danjou <julien@danjou.info>
9862
9863 * org.el (org-property-values): Enhance docstring.
9864
9865 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
9866
9867 * org-html.el (org-html-export-list-line): Fix regexp for
9868 detecting description lists to allow "::" marker to be last
9869 visible element at end of line.
9870 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
9871 detecting description lists to allow "::" marker to be last
9872 visible element at end of line.
9873
9874 2011-07-28 Julien Danjou <julien@danjou.info>
9875
9876 * org-table.el (org-table-cleanup-narrow-column-properties): Use
9877 point-min rather than 1 when moving in the buffer.
9878
9879 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9880
9881 * org-list.el (org-list-in-valid-context-p): Renamed from
9882 `org-list-in-valid-block-p'.
9883 (org-at-item-p,org-list-search-generic): Use renamed function.
9884
9885 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9886
9887 * org.el (org-set-font-lock-defaults): Be more strict when
9888 recognizing description items, and do not fontify wrong cases
9889 like: "- term ::description" or "1. term :: description".
9890
9891 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9892
9893 * org-latex.el: Pay attention to end of footnote. Before closing
9894 the command, ensure that list is properly closed or that last link
9895 is separated from the curly brace.
9896
9897 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9898
9899 * org.el (org-indent-line-function): Footnote definition must stay
9900 at column 0 to be recognized as such. Body below can have normal
9901 indentation, so it should ignore its definition when computing
9902 indentation.
9903
9904 2011-07-28 Bastien Guerry <bzg@gnu.org>
9905
9906 * org-protocol.el (org-protocol-remember, org-protocol-capture):
9907 More appropriate message.
9908
9909 2011-07-28 Bastien Guerry <bzg@gnu.org>
9910
9911 * org-capture.el (org-capture-clock-keep): New local variable.
9912 (org-capture, org-capture-finalize): Use it and fix a bug when
9913 :clock-keep is set to `t'.
9914
9915 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9916
9917 * org-exp.el (org-export-preprocess-string): Handle include files
9918 before processing macros.
9919
9920 2011-07-28 Bernt Hansen <bernt@norang.ca>
9921
9922 * org-agenda.el: Remove obsolete code for adding todo list in
9923 front of the agenda.
9924
9925 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9926
9927 * org-latex.el (org-export-latex-convert-table.el-table): Fix
9928 format-string for insertion of captions.
9929
9930 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9931
9932 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
9933 regexp.
9934
9935 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9936
9937 * org.el (org-read-date-analyze): Help matching dotted European
9938 dates, like 31. 12. 2007
9939
9940 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9941
9942 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
9943
9944 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9945
9946 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
9947 before reading by elisp.
9948 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
9949 should be replaced with a cl-vector->el-vector function.
9950
9951 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9952
9953 * ob-lisp.el (org-babel-execute:lisp): Now using
9954 `org-babel-reassemble-table' to apply the appropriate header
9955 arguments to results.
9956
9957 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9958
9959 * org.el (org-end-of-meta-data-and-drawers): New function.
9960
9961 * org-capture.el (org-capture-place-plain-text): Implement adding
9962 plain text templates to Org nodes.
9963
9964 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9965
9966 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
9967
9968 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9969
9970 * org-exp.el (org-export-handle-comments): Add the org-protected
9971 property to the replacement string.
9972
9973 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9974
9975 * org-html.el (org-export-as-html, org-html-level-start): Fix
9976 logic for section number printing when NUM is an integer.
9977
9978 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9979
9980 * org-latex.el (org-export-latex-special-chars): Fix regexp for
9981 `single' special characters and ellipsis.
9982
9983 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9984
9985 * org.el (org-point-at-end-of-empty-headline): Bind
9986 `case-fold-search' to nil.
9987
9988 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9989
9990 * org-capture.el (org-capture-fill-template): Resolve new %<...>
9991 template escape.
9992 (org-capture-templates): Document new %<...> template escape.
9993
9994 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9995
9996 * ob.el (org-babel-process-params): Make this function idempotent,
9997 as it will sometimes be called multiple times.
9998
9999 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10000
10001 * org.el (org-ts-regexp-both): Add "]" to class of characters that
10002 should not be matched.
10003 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
10004 "^]-+", because that tries to (not) match characters between "]"
10005 and "+". Instead, move the "-" to the end of the class where it
10006 causes no harm.
10007
10008 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10009
10010 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
10011 process with the edit buffer when :session is specified.
10012
10013 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10014
10015 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
10016 extraction code into line with a newer version of the
10017 `org-store-link' function.
10018
10019 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10020
10021 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
10022 wrapping the expression in either a let or progn, and possibly a
10023 pretty-print function invocation.
10024 (org-babel-execute:lisp): Greatly simplified method of executing
10025 lisp code blocks.
10026
10027 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10028
10029 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
10030 of ̀save-excursion' to get back to original position.
10031
10032 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10033
10034 * org.el (org-numbered-action-format): New option.
10035 (org-new-numbered-action): New command.
10036 (org-collect-todos-in-subtree): New command.
10037
10038 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10039
10040 * org-exp.el (org-export-with-tasks): New option.
10041 (org-export-plist-vars): Add :tasks property.
10042
10043 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10044
10045 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
10046 property to the export preprocessor.
10047
10048 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
10049 property to the export preprocessor.
10050
10051 * org-html.el (org-export-as-html): Pass the :done-tasks property
10052 to the export preprocessor.
10053
10054 * org-latex.el (org-export-as-latex): Pass the :done-tasks
10055 property to the export preprocessor.
10056
10057 * org-exp.el (org-export-with-done-tasks): New option.
10058 (org-export-plist-vars): Add entry for :done-tasks.
10059 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
10060 (org-export-remove-done-tasks): New function.
10061
10062 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10063
10064 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
10065 tags.
10066
10067 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10068
10069 * org.el (org-find-olp): Use the level of the correct match to
10070 continue search.
10071
10072 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10073
10074 * org-list.el (org-toggle-checkbox): Build value of
10075 org-keyword-time-regexp instead of using it directly, as it's
10076 buffer-local, and function might be called outside Org.
10077
10078 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10079
10080 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10081 blocks or drawers necessarily start somewhere. It it isn't the
10082 case, treat them as normal text.
10083
10084 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10085
10086 * ob-exp.el (org-babel-exp-results): Use code block name when
10087 finding cached results.
10088
10089 2011-07-28 Julien Danjou <julien@danjou.info>
10090
10091 * org-latex.el (org-export-latex-date-format): Change default date
10092 format to \today. This has the same result but respects the
10093 language set in the document by default.
10094
10095 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10096
10097 * org-list.el (org-list-checkbox): When called from an headline,
10098 function would normally skip drawers, but not if a SCHEDULED or
10099 DEADLINE keyword is standing before the drawer. Also avoid
10100 problems if function is called in buffers not is Org mode.
10101
10102 2011-07-28 Bastien Guerry <bzg@gnu.org>
10103
10104 * org-clock.el (org-clock-report): Change the scope of the
10105 inserted clock report depending on whether the point is within a
10106 subtree (:scope subtree) or not (:scope file).
10107
10108 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10109
10110 * org-html.el (org-export-as-html): Fix export of footnotes
10111 containing lists, tables, quotes, etc.
10112
10113 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10114
10115 * org-latex.el (org-export-latex-preprocess): Correctly match
10116 starred command names.
10117
10118 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10119
10120 * org-html.el (org-export-as-html): Get local value of
10121 org-export-with-section-numbers from the buffer's plist. Deal
10122 specially with the case the resulting value is an integer.
10123 (org-html-level-start): New optional argument of the option plist used
10124 instead of `org-export-with-section-numbers'. Also deal specially
10125 with the case that the value is an integer.
10126
10127 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10128
10129 * org-latex.el (org-export-latex-subcontent): Deal specially with
10130 the case that NUM is an integer.
10131
10132 2011-07-28 Bastien Guerry <bzg@gnu.org>
10133
10134 * org-protocol.el (org-protocol-do-capture): Allow template keys
10135 of two characters.
10136 (org-protocol-default-template-key): Update the docstring to
10137 reflect the change in `org-protocol-do-capture'.
10138
10139 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10140
10141 * org-taskjuggler.el: Fix a typo in the commentary.
10142
10143 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10144
10145 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10146 "purge allocations" statement if we are not targeting tj3.
10147
10148 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10149
10150 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10151 Replace recursive implementation with an iterative one.
10152
10153 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10154
10155 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10156 data into shell variables.
10157
10158 2011-07-28 David Maus <dmaus@ictsoc.de>
10159
10160 * org-html.el (org-html-handle-time-stamps): Protected linebreak
10161 element after timestamp markup.
10162
10163 2011-07-28 David Maus <dmaus@ictsoc.de>
10164
10165 * org-html.el (org-html-handle-links): Don't protect img tag in
10166 link description.
10167
10168 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10169
10170 * org-table.el (org-table-formula-handle-first/last-rc): Bind
10171 `char'.
10172
10173 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10174
10175 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10176 whatever the major mode is.
10177
10178 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10179
10180 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10181 templates.
10182 (org-inlinetask-export-handler): Ensure contents of inline task,
10183 if any, starts and ends with a newline character. Refactor and
10184 comment code.
10185
10186 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10187
10188 * org-capture.el (org-datetree-find-date-create): Lower-case for
10189 variable names in `define-function' form.
10190
10191 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10192
10193 * org-table.el (org-table-convert-region): Throw error when
10194 SEPARATOR is smaller than 1.
10195
10196 2011-07-28 Julien Danjou <julien@danjou.info>
10197
10198 * org-colview.el (org-columns-display-here): Fix heading retrieval
10199 in Org buffers.
10200
10201 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10202
10203 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10204 be on the same line as a list end marker.
10205
10206 2011-07-28 Julien Danjou <julien@danjou.info>
10207
10208 * org.el (org-icompleting-read): Do not use useless lambda.
10209
10210 2011-07-28 Julien Danjou <julien@danjou.info>
10211
10212 * org-agenda.el (org-format-agenda-item): Fix length computing.
10213
10214 2011-07-28 Julien Danjou <julien@danjou.info>
10215
10216 * org-agenda.el (org-format-agenda-item): Fix comment and use
10217 `add-text-properties'.
10218
10219 2011-07-28 Julien Danjou <julien@danjou.info>
10220
10221 * org-agenda.el (org-agenda-highlight-todo): Remove useless
10222 `concat'.
10223
10224 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10225
10226 * org-list.el (org-list-to-generic): Set a default term for
10227 ill-formed description lists. Do not insert newline characters
10228 unless told to.
10229 (org-list-to-texinfo,org-list-to-html): Apply changes to
10230 `org-list-parse-liste'.
10231
10232 2011-07-28 Bastien Guerry <bzg@gnu.org>
10233
10234 * org-clock.el (org-clock-clocktable-language-setup): Add a
10235 string.
10236 (org-clocktable-write-default): Use the new localized string
10237 in `org-clock-clocktable-language-setup'.
10238
10239 2011-07-28 Bastien Guerry <bzg@gnu.org>
10240
10241 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10242 (org-taskjuggler-assign-resource-ids): Replace recursive
10243 implementation with an iterative one.
10244
10245 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10246
10247 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10248 in headlines.
10249
10250 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10251
10252 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10253 Compute the leafiness of a node.
10254 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10255 node as a milestone if it is a leaf and has no effort.
10256
10257 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10258
10259 * org-taskjuggler.el (org-export-taskjuggler-target-version):
10260 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10261 to handle export to both tj2 and tj3.
10262 (org-taskjuggler-open-task): Use a different way to purge
10263 allocations for tj2 and tj3.
10264
10265 2011-07-28 Matt Lundin <mdl@imapmail.org>
10266
10267 * org-footnote.el (org-footnote-auto-label): New random option.
10268
10269 * org-footnote.el (org-footnote-new): Create random footnote
10270 labels with unique ids.
10271
10272 2011-07-28 Matt Lundin <mdl@imapmail.org>
10273
10274 * org-footnote.el (org-footnote-create-definition): Allow for
10275 footnote sections above the current footnote insertion point.
10276
10277 2011-07-28 Matt Lundin <mdl@imapmail.org>
10278
10279 * org-footnote.el (org-footnote-create-definition): Don't search
10280 for last footnote when in org-mode file.
10281
10282 2011-07-28 Bastien Guerry <bzg@gnu.org>
10283
10284 * org-html.el (org-export-as-html): Handle links with
10285 `org-html-handle-links' after we handle special characters
10286 conversions.
10287 (org-html-make-link, org-export-html-format-image): Don't
10288 protect html with @ anymore, as links are now handled after
10289 special characters conversions.
10290
10291 2011-07-28 Julien Danjou <julien@danjou.info>
10292
10293 * org-agenda.el (org-agenda-get-timestamps):
10294 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10295 (org-format-agenda-item): Remove no-prefix argument.
10296 (org-agenda-change-all-lines): Call org-format-agenda-item without the
10297 no-prefix argument.
10298
10299 2011-07-28 Julien Danjou <julien@danjou.info>
10300
10301 * org-agenda.el (org-agenda-highlight-todo): Stop using
10302 prefix-length.
10303 (org-cmp-alpha): Stop using prefix-length.
10304 (org-agenda-open-link): Stop using prefix-length.
10305 (org-agenda-change-all-lines): Stop using prefix-length.
10306
10307 * org-colview.el (org-columns-display-here): Stop using
10308 prefix-length. Always return claned items.
10309
10310 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10311 prefix-length.
10312
10313 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10314
10315 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10316 `org-store-link' interactively as it can confuse the setting of
10317 `org-link-to-org-use-id' and cause undue edits to the org-mode
10318 buffer during tangling.
10319
10320 2011-07-28 David Maus <dmaus@ictsoc.de>
10321
10322 * org-html.el (org-export-html-format-image): Protect <p> element
10323 of image caption.
10324
10325 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10326
10327 * org.el (org-read-date-force-compatible-dates): New option.
10328 (org-read-date, org-read-date-analyze): Check representable date range.
10329
10330 2011-07-28 Bastien Guerry <bzg@gnu.org>
10331
10332 * org-html.el (org-export-as-html): Fix export of email.
10333
10334 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10335
10336 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10337 on tangling, no longer use the now-removed variable
10338 `org-babel-tangle-pad-newline'.
10339
10340 * ob.el (org-babel-header-arg-names): Add padline to the list of
10341 header argument names.
10342 (org-babel-default-header-args): Set the default value of padline to
10343 "yes".
10344 (org-babel-merge-params): Cleaned up the merge logic, added padline.
10345
10346 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10347
10348 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10349 code block header argument names.
10350
10351 2011-07-28 Bastien Guerry <bzg@gnu.org>
10352
10353 * org-crypt.el: Remove useless TODO in comments.
10354
10355 2011-07-28 Bastien Guerry <bzg@gnu.org>
10356
10357 * org-html.el (org-export-as-html): The default postamble now only
10358 export a date paragraph if `org-export-time-stamp-file' is
10359 non-nil.
10360
10361 2011-07-28 Bastien Guerry <bzg@gnu.org>
10362
10363 * org-exp.el (org-export-xml): Remove the defgroup of
10364 org-export-xml.
10365
10366 2011-07-28 Bastien Guerry <bzg@gnu.org>
10367
10368 * org-html.el (org-export-html-insert-plist-item): Remove.
10369 (org-export-html-preamble): Default to `t'. Accept functions.
10370 (org-export-html-postamble): Default to `auto'. Accept
10371 functions and distinguish between 'auto (no formatting string)
10372 and `t' (default formatting string).
10373 (org-export-as-html): Handle org-export-html-preamble and
10374 org-export-html-postamble new defaults/allowed values.
10375 Define email and creator-info before using them.
10376
10377 2011-07-28 Bastien Guerry <bzg@gnu.org>
10378
10379 * org-html.el (org-export-html-protect-char-alist): Fix typo in
10380 custom type definition.
10381
10382 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10383
10384 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10385 arguments.
10386
10387 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10388
10389 * org-list.el (org-list-parse-list): Fixed regexp.
10390
10391 2011-07-28 David Maus <dmaus@ictsoc.de>
10392
10393 * org-html.el (org-export-html-format-image): Protect image
10394 elements.
10395
10396 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10397
10398 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10399 contents of a code block body on export.
10400 (org-babel-tangle-collect-blocks): Apply
10401 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10402
10403 2011-07-28 David Maus <dmaus@ictsoc.de>
10404
10405 * org-html.el (org-html-make-link, org-html-handle-links): Protect
10406 generated XHTML elements.
10407 (org-export-as-html): Expand character entities after creating markup
10408 for links and timestamps.
10409
10410 2011-07-28 Bastien Guerry <bzg@gnu.org>
10411
10412 * org-html.el (org-export-as-html): Bugfix: insert email
10413 correctly.
10414
10415 2011-07-28 Bastien Guerry <bzg@gnu.org>
10416
10417 * org-html.el: Bugfix: prevent infinite matching of the `&'
10418 character.
10419
10420 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10421
10422 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10423 has been introduced with emacs 23.1.
10424
10425 2011-07-28 Bastien Guerry <bzg@gnu.org>
10426
10427 * org-attach.el: Allow to store a link to the attach-dir location.
10428
10429 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10430
10431 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10432 function.
10433
10434 2011-07-28 Bernt Hansen <bernt@norang.ca>
10435
10436 * org-clock.el (org-clock-in): Allow clocking in new tasks
10437 inserted before the current clocking task.
10438
10439 2011-07-28 Bernt Hansen <bernt@norang.ca>
10440
10441 * org-clock.el (org-clock-in): Set default clocking task when
10442 already clocking the task.
10443
10444 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10445
10446 * org.el (org-adaptive-fill-function): When a region is specified
10447 first line of paragraph isn't skipped, so fill-paragraph have to
10448 be computed even if point is at an item.
10449
10450 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10451
10452 * org-list.el (org-list-in-valid-block-p): New function.
10453 (org-at-item-p,org-list-search-generic): Use new function.
10454
10455 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10456
10457 * org.el (org-indent-line-function): Text in both a list and a
10458 valid block is indented with regards to current item, not to block
10459 boundaries.
10460
10461 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10462
10463 * org-html.el (org-format-org-table-html): Fix anchors in HTML
10464 export (thanks to <aankhen@gmail.com>)
10465 (org-html-protect): Fix a bug that prevents some target to be
10466 rendered correctly.
10467
10468 2011-07-28 Bastien Guerry <bzg@gnu.org>
10469
10470 * org.el (org-default-properties): Add EXPORT_TEXT.
10471
10472 2011-07-28 Matt Lundin <mdl@imapmail.org>
10473
10474 * org-footnote.el (org-footnote-create-definition)
10475 (org-insert-footnote-reference-near-definition): Fix sorting
10476 of footnotes.
10477
10478 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10479
10480 * org-html.el (org-export-as-html): Bugfix: don't insert closing
10481 HTML tags when exporting body only.
10482
10483 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
10484
10485 * org.el (org-back-over-empty-lines): Bugfix. Honor
10486 `org-blank-before-new-entry' correctly in various contexts.
10487
10488 2011-07-28 Bastien Guerry <bzg@gnu.org>
10489
10490 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10491 and `save-restriction'.
10492
10493 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10494
10495 * org-timer.el (org-timer-item): `save-excursion' prevents
10496 `org-list-struct' to get the list structure when point isn't on
10497 the first line of the item.
10498
10499 2011-07-28 Bastien Guerry <bzg@gnu.org>
10500
10501 * org-capture.el (org-capture-templates): New option
10502 :no-clock-out.
10503 (org-capture): Use the new option.
10504
10505 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10506
10507 * org-list.el (org-update-checkbox-count): Ensure cookies on an
10508 heading are correctly updated when checkboxes are hidden. It
10509 allows, for example, to use C-c C-x C-b on a collapsed tree and
10510 still get the update.
10511
10512 2011-07-28 David Maus <dmaus@ictsoc.de>
10513
10514 * org-exp.el (org-export-visible): Accept keys for
10515 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10516
10517 2011-07-28 Bastien Guerry <bzg@gnu.org>
10518
10519 * org.el (org-duration-string-to-minutes): Don't use
10520 `rx-to-string'.
10521
10522 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10523
10524 * org.el (org-effort-durations): New variable.
10525
10526 * org.el (org-duration-string-to-minutes): New function.
10527
10528 * org-agenda.el (org-agenda-filter-effort-form)
10529 (org-format-agenda-item): Use it.
10530
10531 * org-clock.el (org-clock-notify-once-if-expired)
10532 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10533
10534 2011-07-28 Bastien Guerry <bzg@gnu.org>
10535
10536 * org-agenda.el (org-agenda-run-series): Rename from
10537 `org-run-agenda-series'.
10538
10539 2011-07-28 Bastien Guerry <bzg@gnu.org>
10540
10541 * org-capture.el: Don't allow currentfile anymore.
10542
10543 2011-07-28 Bastien Guerry <bzg@gnu.org>
10544
10545 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10546 `org-agenda-current-span' when calling `org-agenda-list'.
10547
10548 2011-07-28 Bastien Guerry <bzg@gnu.org>
10549
10550 * org-capture.el (org-capture-put-target-region-and-position):
10551 New function to store information about the target buffer.
10552 (org-capture-set-target-location): Use it.
10553 (org-capture-finalize): Restore the target buffer in its
10554 possibly narrowed state. Also restore the cursor position.
10555
10556 2011-07-28 Bastien Guerry <bzg@gnu.org>
10557
10558 * org-crypt.el (auto-save-default): Make sure entries are
10559 encrypted before auto-saving.
10560
10561 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10562
10563 * org-inlinetask.el (org-inlinetask-promote)
10564 (org-inlinetask-demote): New functions.
10565
10566 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10567
10568 * org.el (org-demote-subtree,org-promote-subtree): Wrap
10569 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10570 operating on inline tasks.
10571
10572 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10573
10574 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10575 will move point to a real heading and not an inline task by
10576 wraping function into a `org-with-limited-levels' macro.
10577
10578 2011-07-28 Bastien Guerry <bzg@gnu.org>
10579
10580 * org-capture.el (org-capture-finalize): New argument clock-out,
10581 to tell whether finalizing the capture process should clock out
10582 the running clock.
10583 (org-capture): Use the new argument.
10584
10585 2011-07-28 Bastien Guerry <bzg@gnu.org>
10586
10587 * org.el (org-refile-get-targets): Rename from
10588 `org-get-refile-targets'.
10589
10590 2011-07-28 Bastien Guerry <bzg@gnu.org>
10591
10592 * org-exp.el (org-export-table-remove-empty-lines): New custom
10593 variable.
10594 (org-export-remove-special-table-lines): Use it.
10595
10596 2011-07-28 Bastien Guerry <bzg@gnu.org>
10597
10598 * org-table.el (org-table-fix-formulas-confirm): New custom
10599 variable.
10600 (org-table-insert-column, org-table-delete-column)
10601 (org-table-move-column, org-table-move-row)
10602 (org-table-insert-row, org-table-kill-row): Use it.
10603
10604 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
10605
10606 * org.el (org-refile-get-location): Set and show default value.
10607 (org-goto, org-refile): Adapt calls.
10608
10609 2011-07-28 Bastien Guerry <bzg@gnu.org>
10610
10611 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
10612 variable.
10613 (org-mobile-files-alist): Use it.
10614
10615 2011-07-28 Bastien Guerry <bzg@gnu.org>
10616
10617 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
10618 against headings outside of a narrowed buffer.
10619
10620 2011-07-28 Bastien Guerry <bzg@gnu.org>
10621
10622 * org.el (org-confirm-shell-link-not-regexp)
10623 (org-confirm-elisp-link-not-regexp): New custom variables.
10624 (org-open-at-point): Use the new custom variables.
10625
10626 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10627
10628 * org-latex.el: Place \title \author \date before
10629 \begin{document}.
10630
10631 2011-07-28 Bastien Guerry <bzg@gnu.org>
10632
10633 * org-html.el (org-export-html-preamble)
10634 (org-export-html-postamble): Now default to `nil'.
10635 (org-export-as-html): When :html-pre/postamble is nil, fall
10636 back on the default pre/postamble, which depends on the
10637 :author-info, :email-info, :creator-info options.
10638
10639 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10640
10641 * ob-exp.el (org-babel-exp-results): Don't use cached results if
10642 there is no hash.
10643
10644 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10645
10646 * org-table.el (org-table-eval-formula): Treat relative column
10647 refs.
10648
10649 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10650
10651 * org-table.el (org-table-use-standard-references): Change default
10652 to `from'.
10653
10654 2011-07-28 Bastien Guerry <bzg@gnu.org>
10655
10656 * org.el (org-move-subtree-down): Leave the cursor at the same
10657 column we were at.
10658
10659 2011-07-28 Bastien Guerry <bzg@gnu.org>
10660
10661 * org-attach.el (org-attach-store-link-p): New variable.
10662 (org-attach-store-link): New function.
10663 (org-attach-attach): When `org-attach-store-link-p' is
10664 non-nil, store a link in `org-stored-links' to a newly
10665 attached file.
10666
10667 2011-07-28 Bastien Guerry <bzg@gnu.org>
10668
10669 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
10670 case-fold-search to avoid mixing TODO keywords with real headline
10671 words.
10672
10673 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10674
10675 * org-table.el (org-table-fedit-finish): Read more general LHS of
10676 formulas.
10677 (org-table-formula-handle-@L): New function to hanle @L references.
10678 (org-table-current-ncol): New variable.
10679 (org-table-line-to-dline): New function.
10680 (org-table-get-stored-formulas): Accept range formulas as matches.
10681 (org-table-get-specials): Compute and store the number of columns.
10682 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
10683 only the region marked by the range, not the content.
10684 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
10685 range targets. Also check for duplicate access to fields.
10686 (org-table-expand-lhs-ranges): New funktion.
10687 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
10688 the caller's value.
10689 (org-table-edit-formulas): Support highlighting of range targets.
10690 (org-table-field-info): Handle renge formulas.
10691
10692 2011-07-28 Bastien Guerry <bzg@gnu.org>
10693
10694 * org-html.el (org-export-html-postamble-format)
10695 (org-export-html-preamble-format): Explain how to escape the
10696 `%' character.
10697
10698 2011-07-28 Bastien Guerry <bzg@gnu.org>
10699
10700 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
10701 `org-export-current-backend'.
10702
10703 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10704
10705 * ob.el (org-babel-read): Read string variable values wrapped in
10706 double quotes, removing the quotes.
10707
10708 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10709
10710 * ob-exp.el (org-babel-exp-results): Ensure that processed params
10711 are send to org-babel-execute-src-block.
10712
10713 2011-07-28 Bastien Guerry <bzg@gnu.org>
10714
10715 * org-special-blocks.el
10716 (org-special-blocks-make-special-cookies): Use
10717 `org-export-current-backend'.
10718
10719 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10720
10721 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
10722 as an argument.
10723 (org-babel-exp-src-block): Explicitly pass language to
10724 `org-babel-exp-in-export-file'.
10725 (org-babel-exp-inline-src-blocks): Removed unused code.
10726 (org-babel-exp-results): Explicitly pass language to
10727 `org-babel-exp-in-export-file'.
10728
10729 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10730
10731 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
10732 returned from calc-eval.
10733
10734 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10735
10736 * ob.el (org-babel-read): Pass elisp vectors through to code
10737 blocks.
10738
10739 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10740
10741 * ob.el (org-src-lang-modes): Defvar.
10742 (org-at-item-p): Declare function.
10743
10744 * ob-calc.el (calc-store): Require.
10745 (var-syms): Defvar.
10746
10747 * ob-python.el (py-default-interpreter): Defvar.
10748
10749 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10750
10751 * org-exp-blocks.el (backend): defvar.
10752
10753 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10754
10755 * org-agenda.el (org-agenda-get-scheduled):
10756 (org-agenda-get-timestamps): Bind local variable `show-all'.
10757
10758 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10759
10760 * ob-ref.el (org-at-item-p): Declare function.
10761
10762 * org-agenda.el (diary-time-regexp): defvar.
10763
10764 * org-archive.el (org-archive-subtree): Bind local variable
10765 `infile-p'.
10766
10767 * org-capture.el (org-capture-insert-template-here): Get template
10768 text from property list, to avoid byte compiler message.
10769
10770 * org-latex.el (org-export-latex-tables): Bind local variable
10771 `width'.
10772
10773 * org-special-blocks.el (org-compat): Add require statement.
10774
10775 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
10776 `const-str'.
10777
10778 * org.el (org-eval): Moved function here from org-agenda.el.
10779
10780 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10781
10782 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
10783 when reading from tables.
10784 (org-babel-read-list): Inhibit lisp evaluation of values when
10785 reading from lists.
10786 (org-babel-read): Add optional argument which can be used to inhibit
10787 lisp evaluation of value.
10788
10789 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10790
10791 * ob-table.el (sbe): Ensure that ob-trim is only called on
10792 strings.
10793
10794 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10795
10796 * ob-exp.el (org-babel-exp-results): On export, ensure that the
10797 result hash is resolved in the original org-mode file.
10798
10799 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10800
10801 * org-exp.el (org-export-mark-list-end): Change end marker.
10802
10803 * org-docbook.el (org-export-docbook-list-line): Use new marker.
10804
10805 * org-html.el (org-html-export-list-line): Use new marker.
10806
10807 * org-latex.el (org-export-latex-lists): Use new marker.
10808
10809 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10810
10811 * org-latex.el (org-export-latex-lists): Make sure markers used
10812 for export are taken into account by temporarily setting an
10813 appropriate value for `org-list-ending-method'.
10814
10815 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10816
10817 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
10818 regexp into its own variable, also allowing match of empty bodies.
10819 (org-export-blocks-preprocess): Using new regexp variable.
10820
10821 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10822
10823 * ob.el (org-babel-src-block-regexp): Code block regexp now
10824 matches blocks with empty bodies.
10825
10826 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10827
10828 * ob.el (org-babel-script-escape): If script escaped value doesn't
10829 parse cleanly, then return it literally.
10830
10831 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10832
10833 * ob-exp.el (org-babel-exp-src-block): When block will eventually
10834 be evaluated, pre-calculate the hash before noweb expansion, and
10835 expand the parameters before hash calculation.
10836 (org-babel-exp-do-export): Pass pre-calculated hash through to
10837 `org-babel-exp-results'.
10838 (org-babel-exp-results): Compare pre-calculated hash to results hash.
10839
10840 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10841
10842 * ob.el (org-babel-sha1-hash): Sort list values to header
10843 arguments, and sort the words in strings.
10844
10845 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10846
10847 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
10848 rows.
10849
10850 2011-07-28 Julien Danjou <julien@danjou.info>
10851
10852 * org-macs.el (org-with-point-at): Store evaluated version of
10853 pom. This fixes a potential bug when using (org-with-point-at
10854 (func) …), where (func) would be evaluated multiple times,
10855 therefore might return different results if a marker was returned
10856 and different each time.
10857
10858 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10859
10860 * org.el (org-open-at-point): If a link to a radio target is the
10861 first, (resp. the last), element of a buffer, function cannot find
10862 the property change required to get its boundaries, and
10863 `buffer-substring' is called with an invalid nil argument.
10864
10865 2011-07-28 Bastien Guerry <bzg@gnu.org>
10866
10867 * org-table.el (org-table-copy-down): Fix docstring.
10868
10869 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10870
10871 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
10872 and for file types other than png and PDF it uses imagemagick to
10873 convert a compiled PDF file to the desired file type.
10874 (convert-pdf): Convert a PDF file to a new file type using
10875 imagemagick.
10876
10877 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10878
10879 * org-capture.el (org-capture-fill-template): Fix bug with the
10880 display of interactive prompt in templates expansion.
10881
10882 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
10883
10884 * org-clock.el (org-clock-display): Document how to remove subtree
10885 times.
10886
10887 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10888
10889 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
10890 append a newline to the body.
10891
10892 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10893
10894 * org-list.el (org-list-insert-item): When computing size of item
10895 being inserted, function has to take into account that indentation
10896 may not only be made of spaces.
10897
10898 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10899
10900 * org-clock.el (org-clock-find-position): If a list was adjacent
10901 to some clocks and a drawer was going to be created, only the
10902 first element of the list would make it into the drawer.
10903
10904 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10905
10906 * org-list.el (org-toggle-checkbox): Fix bug where top item in
10907 list was omitted when checking boxes.
10908
10909 2011-07-28 Dan Davison <dandavison7@gmail.com>
10910
10911 * ob-R.el: Don't print result to echo area after evaluation.
10912
10913 2011-07-28 Bastien Guerry <bzg@gnu.org>
10914
10915 * org-capture.el (org-capture-refile): Fix typo in docstring.
10916
10917 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10918
10919 * ob-calc.el (org-babel-execute:calc): Call out to new function
10920 for variables resolution.
10921 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
10922 variables in calc expressions.
10923
10924 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10925
10926 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
10927 (org-babel-C++-compiler): Replace "c++" with "C++".
10928 (org-babel-execute:cpp): Replace "c" with "C++".
10929 (org-babel-execute:C++): Replace "c" with "C++".
10930 (org-babel-expand-body:C++): Replace "c" with "C++".
10931 (org-babel-C-execute): Replace "c" with "C++".
10932
10933 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10934
10935 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
10936 a list if at the *beginning* of a list item.
10937
10938 * ob.el (org-babel-read-result): Only try to read results as a
10939 list if at the *beginning* of a list item.
10940
10941 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10942
10943 * org-list.el (org-cycle-item-indentation): Do not break an
10944 indentation cycle because visibility cycling is requested. This
10945 happens when an item becomes a parent, due to indentation change.
10946 Not considered empty anymore, the function cannot change its
10947 indentation again.
10948
10949 2011-07-28 Bastien Guerry <bzg@gnu.org>
10950
10951 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
10952 on `org-export-default-language' when no :lang parameter is set.
10953
10954 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10955
10956 * org-capture.el (org-capture-expand-file): New function.
10957 (org-capture-target-buffer):
10958 (org-capture-set-target-location): Use `org-capture-expand-file'.
10959
10960 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10961
10962 * ob.el (org-babel-read-list): Reading the value of a list has
10963 been updated to reflect the new structure of org-mode lists in
10964 elisp.
10965 (org-babel-insert-result): Writing code block results to lists has
10966 been updated to reflect the new list structure.
10967 (org-babel-result-end): Remove a previous change to end-of-list
10968 marker detection.
10969
10970 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10971
10972 * org-list.el (org-cycle-item-indentation): Each time the function
10973 moves item back to child position, a white space is added to the
10974 line.
10975
10976 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10977
10978 * ob.el (org-babel-process-params): Allow elisp code in
10979 specification of results header arguments.
10980
10981 2011-07-28 Bastien Guerry <bzg@gnu.org>
10982
10983 * org-agenda.el (org-agenda-append-agenda): New command.
10984 (org-agenda-mode-map): New keybinding to this new command.
10985
10986 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10987
10988 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
10989 cursor it at very first item of the list, as specified in the
10990 manual. Also refactored the list part of the function a bit.
10991
10992 2011-07-28 Bastien Guerry <bzg@gnu.org>
10993
10994 * org-agenda.el (org-agenda): Set the 'last-args property to nil
10995 when calling `org-agenda'. Don't kill the local variable
10996 `org-agenda-current-span'.
10997 (org-run-agenda-series): Use the new property 'last-args.
10998 (org-agenda-change-time-span): Use the dynamically set
10999 `org-agenda-overriding-arguments' variable when non-nil.
11000
11001 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11002
11003 * ob.el (org-babel-result-end): Adjust marker of list end to
11004 changes in the list format.
11005
11006 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11007
11008 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
11009 need to wrap `org-entry-get' in `ignore-errors'.
11010
11011 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11012
11013 * org.el (org-toggle-item, org-toggle-heading): Make sure every
11014 sub-item in a list is changed into a sub-heading and sub-headings
11015 are translated into sub-items. Also ignore inline tasks in the
11016 process.
11017
11018 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11019
11020 * org-exp.el (org-export-select-backend-specific-text): Add
11021 `original-indentation' property when replacing #+begin_backend and
11022 #+backend blocks with their content. This is needed for lists, as
11023 they must know if the block belonged to them.
11024
11025 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11026
11027 * org-html.el (org-html-export-list-line): Insert a newline
11028 character before ending an item, as anchor could be on a line
11029 going to be deleted, like a drawer ending string.
11030
11031 * org-list.el (org-list-to-html): Same.
11032
11033 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11034
11035 * org.el (org-set-autofill-regexps): Use `org-item-re' in
11036 `paragraph-start' to recognize alphabetical lists.
11037 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
11038 calling `fill-paragraph' when point is in an item. Also prevent
11039 paragraphs getting merged into an adjacent list upon filling.
11040 (org-adaptive-fill-function): Make sure to determine real
11041 fill-prefix for auto-fill.
11042 (org-auto-fill-function): Use a pre-computed fill-prefix before
11043 calling `do-auto-fill'.
11044
11045 * org-list.el (org-list-item-body-column): New function.
11046
11047 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11048
11049 * org-inlinetask.el (org-inlinetask-at-task-p)
11050 (org-inlinetask-toggle-visibility): New functions.
11051
11052 * org-list.el (org-list-set-item-visibility): New function.
11053
11054 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
11055 inline tasks from headlines.
11056 (org-outline-level): Do not consider lists as headlines. Cycling
11057 visibility is using different tools.
11058
11059 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11060
11061 * org-list.el (org-list-struct): Mark items less indented than top
11062 item of the list, so that they will be modified.
11063 (org-list-struct-apply-struct): Compare struct's indentation with
11064 line's indentation instead of old-struct's. This is needed
11065 because `org-list-struct' automatically fixes indentation so
11066 changes might not be seen otherwise.
11067
11068 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
11069
11070 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11071
11072 * org-list.el (org-update-checkbox-count): When a part of the
11073 buffer is processed to count checkboxes, lists are read from top
11074 to bottom, but inside lists (in drawers, blocks, or inline tasks)
11075 are skipped. Thus, cookies cannot be updated. This patch
11076 enforces reading of such lists if counter is itself in a special
11077 context.
11078
11079 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11080
11081 * org-list.el (org-list-struct-apply-struct): Inline tasks along
11082 with their content must stay at column 0 even if the item is
11083 gaining indentation. Moreover, fix indentation of text in an
11084 inline task, now it can be in such a task within a list.
11085
11086 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11087
11088 * org-list.el (org-at-item-p): Also verify context is valid.
11089 Otherwise it would recognize valid items where `org-in-item-p'
11090 wouldn't.
11091 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11092 of org-at-item-p.
11093 (org-cycle-list-bullet): Fix typo.
11094 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11095 using an appropriate regexp.
11096
11097 * org.el (org-indent-line-function): Use an appropriate regexp
11098 instead of calling `org-at-item-p' two times.
11099
11100 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11101
11102 * org-list.el (org-in-item-p): When point was just after
11103 org-list-end-re, check wouldn't be done for starting line. So, if
11104 the first line was an item, it wouln't be noticed and function
11105 would return nil. Simplify and comment code.
11106
11107 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11108
11109 * org.el (org-toggle-item): When used on normal text, ensure every
11110 line in region is included in the new item, regardless of its
11111 original indentation.
11112
11113 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11114
11115 * org-list.el (org-list-struct-apply-struct): If end of list was
11116 at eol, for example, with list inside a block, the last list
11117 wouldn't be shifted. Thus, the patch ensures no blank lines is
11118 skipped.
11119
11120 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11121
11122 * org.el (org-toggle-item): Now accepts a prefix argument. When
11123 used without argument on normal text, it will make the whole
11124 region one item. With an argument, it defaults to old behavior:
11125 change each line in region into an item.
11126
11127 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11128
11129 * org.el (org-return): When called from inside an item with the
11130 indent flag, function should keep text moved inside the item.
11131 This allows to use C-j to separate lines in an item: cursor won't
11132 go back to column 0.
11133
11134 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11135
11136 * org-list.el (org-list-struct): When a line has org-example
11137 property, skip the entire block. This is needed during export,
11138 for example when src blocks in org markup contain lists, and are
11139 returned verbatim because org isn't in the list of interpreted
11140 languages.
11141
11142 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11143
11144 * org-list.el (org-in-item-p): Handle special cases when function
11145 is called with cursor amidst `org-list-end-re' or at an inline
11146 task.
11147
11148 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11149
11150 * ob.el (org-babel-result-end): Apply renaming.
11151
11152 * org-exp.el (org-export-mark-list-properties): Apply renaming.
11153
11154 * org-list.el (org-list-prevs-alist): Renamed from
11155 `org-list-struct-prev-alist'.
11156 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11157 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11158 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11159 (org-toggle-checkbox, org-update-checkbox-count)
11160 (org-cycle-list-bullet, org-list-repair, org-insert-item)
11161 (org-move-item-up, org-move-item-up, org-move-item-down)
11162 (org-next-item, org-previous-item, org-end-of-item-list)
11163 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11164 (org-get-bullet): Removed function, as it is not needed anymore.
11165
11166 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11167
11168 * org-list.el (org-list-insert-item-generic): Change arguments.
11169 The function now accepts structure and previous items alist. This
11170 allows to insert an item programmatically more easily.
11171 (org-insert-item): Apply changes to
11172 `org-list-insert-item-generic'. The function now takes care about
11173 repairing structure and updating checkboxes.
11174
11175 * org-timer.el (org-timer-item): Apply changes to
11176 `org-list-insert-item-generic'. The function now takes care about
11177 repairing structure.
11178
11179 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11180
11181 * org-list.el (org-list-make-subtree): Function now uses
11182 `org-list-parse-list mechanism'.
11183 (org-list-make-subtrees): Removed function.
11184 (org-list-to-generic): Added a parameter and every parameter can
11185 be a sexp returning a string, for finer control.
11186 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11187 modifications to apply changes to `org-list-to-generic'.
11188 (org-list-to-subtree): New function.
11189
11190 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11191
11192 * org.el (org-beginning-of-line): Apply changes to
11193 `org-item-beginning-re' to correct sub-expression reference.
11194
11195 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11196
11197 * org-docbook.el (org-export-docbook-list-line): Even with
11198 alphabetical lists, Org shouldn't enforce a particular list type
11199 to exporters. This is a job for style files.
11200
11201 * org-html.el (org-html-export-list-line): Ib idem.
11202
11203 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11204
11205 * org-list.el (org-at-item-counter-p): New function.
11206 (org-list-parse-list): Handle counters and list depth.
11207 (org-list-to-generic): A special string is used when an item has a
11208 counter.
11209 (org-list-to-latex): Use new special string for counters. This
11210 fixes the counter bug in LaTeX export, as the enumi counter was
11211 the only one modified.
11212
11213 * org-latex.el (org-export-latex-lists): Use new
11214 `org-list-parse-list' output.
11215
11216 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11217
11218 * org-list.el (org-list-get-list-type): New function.
11219 (org-list-parse-list): Use new function.
11220
11221 * org-html.el (org-html-export-list-line): Use new function.
11222
11223 * org-docbook.el (org-export-docbook-list-line): Use new function.
11224
11225 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11226
11227 * org-list.el (org-alphabetical-lists): New variable
11228 (org-item-re, org-list-full-item, org-cycle-list-bullet)
11229 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11230 introduction of the new variable.
11231 (org-item-beginning-re): Changed into a function, so any
11232 modification of `org-alphabetical-lists' will not require
11233 reloading Org.
11234 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11235 (org-list-parse-list, org-list-send-list): Reflect changes to
11236 `org-item-beginning-re'.
11237 (org-list-use-alpha-bul-p): New function.
11238
11239 * org.el (org-check-for-hidden): Reflect changes to
11240 `org-item-beginning-re'.
11241
11242 * org-capture.el (org-capture-place-item): Reflect changes to
11243 `org-item-beginning-re'.
11244
11245 * org-docbook.el (org-export-docbook-list-line): Handle New type
11246 of items.
11247
11248 * org-exp.el (org-export-mark-list-end)
11249 (org-export-mark-list-properties): Reflect changes to
11250 `org-item-beginning-re'.
11251
11252 * org-html.el (org-html-export-list-line): Handle new type of
11253 items.
11254
11255 * org-latex.el (org-export-latex-lists): Handle new type of items
11256 and reflect changes to `org-item-beginning-re'.
11257
11258 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11259
11260 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11261
11262 * org-list.el (org-list-end-re): Removed function and made it a
11263 variable. There's no need for the overhead of calling the
11264 function every at every line in a list. User will have to reload
11265 Org if he change value of either `org-list-end-regexp' or
11266 `org-empty-line-terminates-plain-lists'.
11267 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11268
11269 * org-exp.el (org-export-mark-list-end)
11270 (org-export-mark-list-properties): Apply change.
11271
11272 * org-latex.el (org-export-latex-lists): Apply change. Also
11273 prevent items with org-example property to be considered as real
11274 items.
11275
11276 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11277
11278 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11279 modify templates so environment boundaries don't interfere with
11280 content of task. Unprotect content of task so it might benefit
11281 from further transformations. Set original-indentation property to
11282 a high value to ensure that task is always in the last item of the
11283 list. Also, apply templates later in export process.
11284
11285 * org-list.el (org-list-struct): Fix inline task skipping.
11286
11287 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11288
11289 * org-latex.el (org-export-latex-lists): Search for unprotected
11290 items only, and redefine `org-at-item'. This change is required
11291 when verbatim lists are inserted during export, usually by Babel.
11292
11293 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11294
11295 * ob.el (org-babel-result-end): End position is end of current
11296 sublist instead of bottom point, as results might be inserted in a
11297 list themselves.
11298
11299 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11300
11301 * org-list.el (org-list-automatic-rules): Removed insert rule.
11302 (org-list-insert-item-generic): Removed code preventing user to
11303 insert another item in a block within a list. It is because new
11304 list context make it impossible to see if a point in a block is
11305 also in a list.
11306
11307 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11308
11309 * org-exp.el (org-export-preprocess-string): Mark list endings
11310 before babel blocks preprocessing starts, so blank lines that may
11311 be inserted do not break list's structure. Then, mark list with
11312 special properties required by exporters. Thus output from babel
11313 can easily be included in lists.
11314 (org-export-mark-list-end): New function.
11315 (org-export-mark-list-properties): New function.
11316 (org-export-mark-lists): Removed function. It was split into the
11317 two preceding functions.
11318
11319 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11320
11321 * org-list.el (org-update-checkbox-count): Do not recompute every
11322 list before next heading when there are more than one cookie in an
11323 headline. Moreover, ignore the case where cookie is inserted
11324 neither at an heading nor at an item.
11325
11326 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11327
11328 * org-list.el (org-sort-list): Fix number of arguments to
11329 `org-list-repair', plus make `end-record' go to end of item before
11330 any blank line to keep them from being swallowed in the sorting.
11331
11332 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11333
11334 * org-list.el (org-list-forbidden-blocks): Renamed from
11335 `org-list-blocks'.
11336 (org-list-export-context): New variable.
11337
11338 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11339
11340 * org-list.el (org-list-search-generic): Renamed form
11341 `org-search-unenclosed-generic' to reflect the new behavior. Now,
11342 match can only be in a valid context for lists, as determined by
11343 `org-list-context'.
11344 (org-list-search-backward): Renamed from
11345 `org-search-backward-unenclosed'.
11346 (org-list-search-forward): Renamed from
11347 `org-search-forward-unenclosed'.
11348 (org-toggle-checkbox,org-update-checkbox-count): Use new
11349 functions.
11350 (org-sort-list): Using default regexp search functions as context
11351 is not required in this case.
11352
11353 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11354
11355 * org-exp.el (org-export-mark-lists): New function, replacing
11356 org-export-mark-list-ending. It adds information as text
11357 properties to every list, before changes done by exporter destruct
11358 them.
11359
11360 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11361
11362 * org-list.el (org-list-get-first-item): New alias for
11363 `org-list-get-list-begin'.
11364 (org-list-get-last-item): New function.
11365 (org-list-get-list-end): Use `org-list-get-last-item'.
11366
11367 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11368
11369 * org.el (org-get-string-indentation): Moved in generally useful
11370 functions section, as it wasn't specific to plain lists and that
11371 no code was using it in org-list.el.
11372
11373 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11374
11375 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11376 accessors.
11377
11378 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11379
11380 * org-list.el (org-list-indent-item-generic): Remove error
11381 messages happening before process. This belongs to interactive
11382 functions.
11383 (org-indent-item,org-indent-item-tree)
11384 (org-outdent-item,org-outdent-item-tree): Ensure point or region
11385 is correct before computing list structure. Return an error
11386 message otherwise.
11387
11388 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11389
11390 * org-list.el (org-apply-on-list): Use new structures. Function
11391 is now applied in reverse order so modifications do not change
11392 positions of items in buffer.
11393
11394 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11395
11396 * org-list.el (org-list-parse-list): Rewrite of function to allow
11397 text following a sub-list in the same item. See docstring for an
11398 example of output.
11399 (org-list-to-generic): Use new parsing function.
11400 (org-list-to-latex,org-list-to-html): Minor change for clearer
11401 export.
11402
11403 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11404
11405 * org-list.el (org-list-has-child-p): Renamed from
11406 `org-list-get-child'. Returning first child is only useful as a
11407 predicate, as we are allowing an item to have more than one
11408 sub-list.
11409 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11410 of org-list-get-child.
11411 (org-in-item-p): Also return item beginning when list starts at
11412 context beginning.
11413 (org-list-get-parent): Use of `org-list-struct-parent-alist'
11414 helper function is not optional anymore.
11415 (org-list-get-all-items): Shorten code with the help of cl.el.
11416 (org-list-get-children): Now returns all children of item, even if
11417 they do not belong to the same list. Renamed from
11418 `org-list-get-all-children'.
11419 (org-list-get-list-begin): Function wasn't return value when item
11420 was already the first item of the list at point.
11421 (org-list-get-list-end): Function wasn't return value when item
11422 was already the last item of the list at point.
11423 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11424 `org-list-get-children'.
11425
11426 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11427
11428 * org.el (org-indent-line-function): Indentation of item's body
11429 starts just after the bullet, not after a checkbox. Moreover, As
11430 `org-in-item-p' also returns item beginning position when point is
11431 in a list, do not compute it a second time.
11432
11433 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11434
11435 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11436 usage `org-repair-list', forcing another reading of the list, with
11437 only needed subroutines.
11438
11439 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11440
11441 * org-list.el (org-list-separating-blank-lines-number): Use new
11442 accessors.
11443 (org-list-insert-item-generic): Use list structures to insert a
11444 new item.
11445 (org-list-exchange-items): Refactor and comment code. Now return
11446 new struct instead of modifying it, as list sorting would
11447 sometimes eat first item.
11448 (org-move-item-down,org-move-item-up): Reflect changes to
11449 `org-list-exchange-items'.
11450 (org-insert-item): As `org-in-item-p' also computes item beginning
11451 when applicable, reuse the result.
11452
11453 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11454
11455 * org-list.el (org-list-in-item-p): Unify methods for this
11456 predicate.
11457 (org-list-in-item-p-with-indent): Removed function.
11458 (org-list-ending-between): Removed function.
11459 (org-list-maybe-skip-block): Removed function.
11460 (org-list-in-item-p-with-regexp): Removed function.
11461 (org-list-top-point-with-regexp): Removed function.
11462 (org-list-top-point-with-indent): Removed function.
11463 (org-list-bottom-point-with-indent): Removed function.
11464 (org-list-bottom-point-with-regexp): Removed function.
11465 (org-list-get-item-same-level): Removed function.
11466 (org-list-top-point): Removed function.
11467 (org-list-bottom-point): Removed function.
11468 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11469 be consistent with naming policy of non-interactive functions.
11470 (org-get-beginning-of-list): Removed function.
11471 (org-beginning-of-item-list): Use new accessors.
11472 (org-get-end-of-list): Removed function.
11473 (org-end-of-list): Use new accessors.
11474 (org-get-end-of-item): Removed function.
11475 (org-end-of-item): Use new accessors.
11476 (org-get-previous-item): Removed function.
11477 (org-previous-item): Use new accessors.
11478 (org-get-next-item): Removed function.
11479 (org-next-item): Use new accessors.
11480 (org-list-get-item-end-before-blank): Use new accessors.
11481
11482 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11483
11484 * org-list.el (org-list-repair): Removed optional argument
11485 FORCE-BULLET. The job of this interactive function is to
11486 completely fix a list at point. Changing bullets is a separate
11487 task. Also removed others optional arguments TOP and BOTTOM to
11488 follow the new structures.
11489 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11490 STRUCT is a new required argument. This avoids computing a list
11491 structure many times when function is called more than once in a
11492 row, for example in `org-cycle-item-indentation'. Use new
11493 accessors. Now, also call `org-update-checkbox-count-maybe'.
11494 (org-outdent-item, org-indent-item, org-outdent-item-tree)
11495 (org-indent-item-tree): Remove need for TOP and BOTTOM.
11496 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11497 (org-list-exchange-items): Use new accessors. Now modify struct
11498 to avoid re-reading it later.
11499 (org-move-item-down): Reflect changes to `org-list-repair'. Use
11500 new accessors.
11501 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
11502 accessors.
11503 (org-cycle-list-bullet): Use new structures. Also use a shortcut
11504 to `org-list-struct-fix-struct' in order to avoid unnecessary
11505 fixes, like `org-list-struct-fix-box'
11506 (org-sort-list): Use of new structures. Renamed an internal
11507 function for a little more clarity.
11508 (org-cycle-item-indentation): Remove dependency on
11509 `org-list-repair'. Use new accessors.
11510 (org-list-get-child): Correct bug when asking for the child of the
11511 last item.
11512 (org-list-exchange-items): Use new accessors.
11513
11514 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11515
11516 * org-list.el (org-list-blocks): New variable.
11517 (org-list-context): New function.
11518 (org-list-full-item-re): New variable.
11519 (org-list-struct-assoc-at-point): Use new variable.
11520 (org-list-struct): Rewrite of function. Now, list data is
11521 collected by looking at the list line after line. It reads the
11522 whole list each time because reading only a subtree was not enough
11523 for some operations, like fixing checkboxes. It also removes the
11524 need to get `org-list-top-point' and `org-list-bottom-point'
11525 first. An added data is the position of item ending. This aims
11526 to be able to have list followed by text inside an item.
11527 (org-list-struct-assoc-end): New function.
11528 (org-list-struct-parent-alist): New function.
11529 (org-list-get-parent): New function.
11530 (org-list-get-child): New function.
11531 (org-list-get-next-item): New function.
11532 (org-list-get-prev-item): New function.
11533 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11534 (org-list-get-all-items): New function.
11535 (org-list-get-all-children): New function.
11536 (org-list-get-top-point): New function.
11537 (org-list-get-bottom-point): New function.
11538 (org-list-get-counter): New function.
11539 (org-list-get-item-end): New function.
11540 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
11541 new accessors.
11542 (org-list-struct-fix-ind): Make use of new accessors.
11543 (org-list-struct-fix-box): New function.
11544 (org-list-struct-fix-checkboxes): Removed function.
11545 (org-list-struct-outdent): Use new accessors. Use the fact that
11546 there is no longer a virtual item at beginning of structure.
11547 (org-list-struct-indent): Use helper functions
11548 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11549 Also use new accessors.
11550 (org-list-struct-fix-struct): Comment function. Call directly
11551 `org-list-struct-apply-struct', without removing unchanged items
11552 first.
11553 (org-list-struct-apply-struct): Comment function. Rewrite using
11554 new accessors. Use new variable `org-list-full-item-re'.
11555 (org-list-shift-item-indentation): Removed function, now included
11556 in `org-list-struct-apply-struct' because it is too specific.
11557
11558 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11559
11560 * org-list.el (org-toggle-checkbox): Use structures to fix
11561 checkboxes of a list.
11562 (org-update-checkbox-count): Use structures to update cookies.
11563
11564 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11565
11566 * org-list.el (org-list-struct-fix-checkboxes): New function.
11567 (org-checkbox-blocked-p): Removed function.
11568
11569 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11570
11571 * org-list.el (org-list-get-all-items): New function.
11572 (org-list-get-all-children): New function.
11573 (org-list-get-nth): New function.
11574 (org-list-set-nth): New function.
11575 (org-list-get-ind): New function.
11576 (org-list-set-ind): New function.
11577 (org-list-get-bullet): New function.
11578 (org-list-set-bullet): New function.
11579 (org-list-get-checkbox): New function.
11580 (org-list-set-checkbox): New function.
11581 (org-list-struct-fix-bul): Use new accessors.
11582 (org-list-repair): Use new accessors.
11583 (org-list-indent-item-generic): Make use of accessors.
11584 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11585 (org-list-get-child): Renamed from `org-list-struct-get-child'.
11586 (org-list-struct-fix-ind): Make use of accessors.
11587 (org-list-get-next-item): New function.
11588 (org-list-get-subtree): New function.
11589
11590 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11591
11592 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11593 list structure.
11594
11595 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11596 value in structure.
11597
11598 * org-list.el (org-list-struct-apply-struct): Also apply
11599 checkboxes.
11600
11601 2011-07-28 Bastien Guerry <bzg@gnu.org>
11602
11603 * org-latex.el (org-export-latex-content): Bind local variables
11604 for export in the temporary export buffer.
11605
11606 2011-07-28 David Maus <dmaus@ictsoc.de>
11607
11608 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11609 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11610 date of obsolete declaration to 2011-02-17.
11611
11612 2011-07-28 David Maus <dmaus@ictsoc.de>
11613
11614 * org.el (org-link-escape): Throw error if encoding character in
11615 utf8 fails.
11616
11617 2011-07-28 David Maus <dmaus@ictsoc.de>
11618
11619 * org-protocol.el (org-protocol-split-data)
11620 (org-protocol-open-source): Use `org-link-unescape' instead of
11621 obsolete unhex string function.
11622
11623 2011-07-28 David Maus <dmaus@ictsoc.de>
11624
11625 * org.el (org-link-escape, org-link-escape-chars-browser)
11626 (org-link-escape-chars): Always percent escape the percent sign.
11627
11628 2011-07-28 David Maus <dmaus@ictsoc.de>
11629
11630 * org.el (org-link-unescape): Simpler algorithm for replacing
11631 percent escapes.
11632 (org-link-unescape-compound): Use cond statements instead of nested
11633 if, convert hex string with string-to-number, save match data.
11634 (org-link-unescape-single-byte-sequence): Use mapconcat and
11635 string-to-number for unescaping single byte sequence.
11636
11637 2011-07-28 David Maus <dmaus@ictsoc.de>
11638
11639 * org.el (org-link-escape): Rename lambda argument.
11640
11641 2011-07-28 David Maus <dmaus@ictsoc.de>
11642
11643 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
11644 Add percent sign to list of escape chars.
11645
11646 2011-07-28 David Maus <dmaus@ictsoc.de>
11647
11648 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
11649 character table format.
11650
11651 2011-07-28 David Maus <dmaus@ictsoc.de>
11652
11653 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
11654 argument in call to org-link-unescape.
11655
11656 2011-07-28 David Maus <dmaus@ictsoc.de>
11657
11658 * org-protocol.el (org-protocol-unhex-string)
11659 (org-protocol-unhex-compound)
11660 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
11661 alias to respective org-link-unescape-* functions.
11662
11663 2011-07-28 David Maus <dmaus@ictsoc.de>
11664
11665 * org.el (org-link-unescape, org-link-unescape-compound)
11666 (org-link-unescape-single-byte-sequence): Functions moved and renamed
11667 from org-protocol.el.
11668
11669 2011-07-28 David Maus <dmaus@ictsoc.de>
11670
11671 * org-macs.el (org-char-to-string): Inline function to properly
11672 decode utf8 characters in Emacs 22. Moved and renamed from
11673 org-protocol.el.
11674
11675 2011-07-28 David Maus <dmaus@ictsoc.de>
11676
11677 * org.el (org-link-escape): New optional argument. Merge user
11678 table with default table.
11679
11680 2011-07-28 David Maus <dmaus@ictsoc.de>
11681
11682 * org.el (org-link-escape): Fixup doc string.
11683
11684 2011-07-28 David Maus <dmaus@ictsoc.de>
11685
11686 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
11687 New format of percent escape table.
11688 (org-link-escape): Use new table format.
11689
11690 2011-07-28 David Maus <dmaus@ictsoc.de>
11691
11692 * org.el (org-link-escape): New Unicode aware percent encoding
11693 algorithm.
11694
11695 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
11696
11697 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
11698 function. Decode hex-encoded singly byte sequences.
11699 (org-protocol-unhex-compound): Use new function if decoding sequence
11700 as Unicode character failed.
11701
11702 2011-07-28 Bastien Guerry <bzg@gnu.org>
11703
11704 * org-html.el (org-export-as-html): Expand the HTML title.
11705
11706 2011-07-28 Bastien Guerry <bzg@gnu.org>
11707
11708 * org-publish.el (org-publish-cache-ctime-of-src): Improve
11709 docstring.
11710 (org-publish-find-title): New option to explicitly reset the title
11711 in the cache.
11712 (org-publish-format-file-entry): Use this new option.
11713
11714 2011-07-28 Dan Davison <dandavison7@gmail.com>
11715
11716 * org-exp.el (org-export-preprocess-string): Set the source buffer
11717 and use `org-clone-local-variables' to get local variables from
11718 it.
11719
11720 2011-07-28 Dan Davison <dandavison7@gmail.com>
11721
11722 * org-exp.el (org-export-format-source-code-or-example): Allow
11723 empty string as second element in minted/listings options.
11724
11725 2011-07-28 Dan Davison <dandavison7@gmail.com>
11726
11727 * org-exp.el (org-export-format-source-code-or-example): Support
11728 new user-customizable options.
11729 (org-export-latex-custom-lang-environments): Ensure new variable
11730 is defined.
11731 (org-export-latex-listings-options): Ensure new variable is defined.
11732 (org-export-latex-minted-options): Ensure new variable is defined.
11733
11734 2011-07-28 Bastien Guerry <bzg@gnu.org>
11735
11736 * org-html.el (org-export-as-html): Handle the case when
11737 `org-export-html-validation-link' is nil to keep backward
11738 compatible with the old default value of this variable.
11739
11740 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11741
11742 * ob.el (org-babel-insert-result): Don't choke if indent is not a
11743 number.
11744
11745 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
11746
11747 * org-bbdb.el (org-bbdb-export): When a link description has been
11748 added by `org-export-normalize-links', use path instead (remove
11749 the `bbdb:' prefix).
11750
11751 2011-07-28 Bastien Guerry <bzg@gnu.org>
11752
11753 * org-ascii.el (org-export-ascii-underline): Put the level's
11754 characters in the right order, as documented by the docstring.
11755 (org-ascii-level-start): Select the right char for underlining
11756 headlines.
11757
11758 2011-07-28 Bastien Guerry <bzg@gnu.org>
11759
11760 * org-src.el (org-edit-src-code): Allow to edit source code from
11761 modes derived from Org.
11762
11763 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
11764
11765 * org-clock.el (org-clock-clocktable-language-setup): Add list of
11766 dutch strings.
11767
11768 2011-07-28 Dan Davison <dandavison7@gmail.com>
11769
11770 * org-beamer.el: Mark frame as fragile when it is using minted for
11771 src block export.
11772
11773 2011-07-28 Bastien Guerry <bzg@gnu.org>
11774
11775 * org-agenda.el (org-agenda-date-later)
11776 (org-agenda-date-earlier): Enhance docstrings.
11777 (org-agenda-bulk-mark-regexp): Only match against headlines.
11778 Send a message when no entry is marked.
11779 (org-agenda-bulk-action): Fix bug about scattering deadlines.
11780 Send an error when trying to scatter outside an agenda or a
11781 timeline view. Silently fail when trying to scatter sexp entries.
11782
11783 2011-07-28 Bastien Guerry <bzg@gnu.org>
11784
11785 * org-clock.el (org-clock-clocktable-language-setup): New custom
11786 variable.
11787 (org-clocktable-defaults): Set the default language.
11788 (org-clocktable-write-default): Use the new variable.
11789
11790 2011-07-28 Dan Davison <dandavison7@gmail.com>
11791
11792 * ob.el (org-babel-src-block-names): Don't strip text properties
11793 from search hits.
11794 (org-babel-result-names): Don't strip text properties from search
11795 hits.
11796
11797 2011-07-28 Dan Davison <dandavison7@gmail.com>
11798
11799 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
11800 remove-echo part of META argument to
11801 `org-babel-comint-with-output'.
11802
11803 2011-07-28 Dan Davison <dandavison7@gmail.com>
11804
11805 * ob.el (org-babel-script-escape): Use `substring' comparison
11806 instead of regexp matching.
11807
11808 2011-07-28 Dan Davison <dandavison7@gmail.com>
11809
11810 * org-src.el (org-edit-src-code): When generating the code edit
11811 buffer, it is necessary for several variables to inherit their
11812 values from the parent org buffer. These changes collect all such
11813 variables together into a single association list of
11814 `(variable-name value)' pairs. In addition, a new variable is
11815 added to the list: `org-edit-src-content-indentation'. This has
11816 the effect that a buffer local value can be used for that
11817 variable.
11818
11819 2011-07-28 Dan Davison <dandavison7@gmail.com>
11820
11821 * ob-table.el (sbe): Don't truncate sbe results.
11822
11823 2011-07-28 Lawrence Mitchell <wence@gmx.li>
11824
11825 * org-exp.el (org-export-add-options-to-plist): Require match to
11826 start at a word-boundary.
11827
11828 2011-07-28 Bastien Guerry <bzg@gnu.org>
11829
11830 * org-latex.el (org-export-latex-hyperref-format): Update
11831 docstring.
11832
11833 2011-07-28 Tom Dye <tsd@tsdye.com>
11834
11835 * org.el: Update documentation of `org-add-link-type'.
11836
11837 2011-07-28 Dan Davison <dandavison7@gmail.com>
11838
11839 * org.el (org-open-at-point): Fix bug when using prefix arg to
11840 construct `org-link-search' call. Rename prefix arg with a more
11841 generic name, to reflect its diverse uses in this function.
11842
11843 2011-07-28 Rémi Vanicat <vanicat@debian.org>
11844
11845 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
11846 (org-icalendar-date-time-format): New custom variable.
11847 (org-icalendar-use-UTC-date-timep): New function.
11848 (org-ical-ts-to-string): Use the new variable.
11849
11850 2011-07-28 Bastien Guerry <bzg@gnu.org>
11851
11852 * org-vm.el (org-vm-store-link): Make sure the buffer is
11853 associated with a file when trying to store an Org link.
11854
11855 2011-07-28 Dan Davison <dandavison7@gmail.com>
11856
11857 * ob.el (org-babel-params-from-properties): Test for
11858 "header-arg-name" and ":header-arg-name", in that order.
11859
11860 2011-07-28 Bastien Guerry <bzg@gnu.org>
11861
11862 * org-capture.el (org-capture-templates): Document "currentfile"
11863 for capture template.
11864 (org-capture-templates): Allow to use currentfile for capture
11865 templates.
11866 (org-capture-set-target-location): Handle currentfile as a way to
11867 setting the capture buffer.
11868
11869 2011-07-28 Bastien Guerry <bzg@gnu.org>
11870
11871 * ob.el (org-babel-params-from-properties): Don't wrap
11872 `org-entry-get' into `condition-case'.
11873
11874 2011-07-28 Dan Davison <dandavison7@gmail.com>
11875
11876 * org.el (org-entry-get): Don't look for a property drawer if we
11877 are before the first heading in the file.
11878 (org-entry-get-with-inheritance): Don't attempt to move up the
11879 tree if we are before the first heading in the file. Also,
11880 enclose less of the function in the `save-excursion'.
11881
11882 2011-07-28 Dan Davison <dandavison7@gmail.com>
11883
11884 * ob.el (org-babel-params-from-buffer): Return desired value
11885 rather than nil from failed re search.
11886
11887 2011-07-28 Bastien Guerry <bzg@gnu.org>
11888
11889 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
11890 entries on a single line when lines don't start with a diary time.
11891
11892 2011-07-28 Bastien Guerry <bzg@gnu.org>
11893
11894 * org-html.el (org-export-html-protect-char-alist): New custom
11895 variable to define characters to be HTML protected.
11896 (org-html-protect): Use the new variable.
11897
11898 2011-07-28 Bastien Guerry <bzg@gnu.org>
11899
11900 * org-info.el (org-info-store-link): Use "#" to separate the info
11901 file and the node.
11902 (org-info-follow-link): Use both "#" to separate the info file and
11903 the node. Continue to use ":" for backward compatibility.
11904
11905 2011-07-28 Bastien Guerry <bzg@gnu.org>
11906
11907 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
11908 variable.
11909 (org-print-icalendar-entries): Use this new variable to prevent
11910 export of entries with a :noexport: tag.
11911
11912 2011-07-28 Bastien Guerry <bzg@gnu.org>
11913
11914 * org-exp.el (org-export-initial-scope): New custom variable.
11915 (org-export): Use this new variable. If there is an active
11916 region, tell it when prompting the user for an export command.
11917 Also change the way the function handles selection of buffer and
11918 subtree export.
11919
11920 2011-07-28 Bastien Guerry <bzg@gnu.org>
11921
11922 * org-html.el (org-export-html-auto-preamble)
11923 (org-export-html-auto-postamble): Remove.
11924 (org-export-html-preamble, org-export-html-postamble): Turn into
11925 custom variables. Update the docstrings.
11926 (org-export-html-preamble-format)
11927 (org-export-html-postamble-format): New custom variables.
11928 (org-export-as-html): Use `org-export-html-postamble-format' and
11929 `org-export-html-preamble-format'.
11930 (org-export-html-title-format): Delete.
11931
11932 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11933
11934 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
11935 function is begin deprecated in favor of begin_src blocks.
11936 (org-export-blocks-format-dot): This function is begin deprecated in
11937 favor of begin_src blocks.
11938
11939 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11940
11941 * ob.el (org-babel-header-arg-names): no-expand is now part of the
11942 default header argument names list.
11943
11944 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
11945
11946 * org-publish.el (org-publish-sitemap-date-format)
11947 (org-publish-sitemap-file-entry-format): New custom variables.
11948 (org-publish-projects): Use these variables to format the sitemap
11949 entries.
11950
11951 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
11952
11953 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
11954 from `message-mode'.
11955
11956 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11957
11958 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
11959 updating the filter while the clock report is following the
11960 filter.
11961
11962 2011-07-28 Julien Danjou <julien@danjou.info>
11963
11964 * org-agenda.el (org-agenda): Kill all local variables. This
11965 assures we are not keeping buffer variable from an old agenda view
11966 when switching to a new custom agenda.
11967
11968 2011-07-28 Julien Danjou <julien@danjou.info>
11969
11970 * org-crypt.el (org-encrypt-string): New function.
11971 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
11972 cached crypted values.
11973 (org-decrypt-entry): Store crypted text in decrypted text.
11974
11975 2011-07-28 Dan Davison <dandavison7@gmail.com>
11976
11977 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
11978 if a non-nil result is returned.
11979
11980 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11981
11982 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
11983 modified today.
11984
11985 2011-07-28 Bastien Guerry <bzg@gnu.org>
11986
11987 * org.el (org-update-parent-todo-statistics): Fix bug when
11988 updating statistics from the column view.
11989
11990 2011-07-28 Bastien Guerry <bzg@gnu.org>
11991
11992 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
11993 (org-agenda-menu): Add the new command to the menu.
11994 (org-agenda-mode-map): Add % as the keybinding for the new
11995 command.
11996
11997 2011-07-28 Bastien Guerry <bzg@gnu.org>
11998
11999 * org-exp.el (org-export-target-internal-links): Locally turn on
12000 `org-link-search-must-match-exact-headline' to match exact
12001 internal links.
12002
12003 2011-07-28 Julien Danjou <julien@danjou.info>
12004
12005 * org-faces.el (org-special-keyword): Make it inherited from
12006 `font-lock-keyword-face'.
12007
12008 2011-07-28 Julien Danjou <julien@danjou.info>
12009
12010 * org-faces.el (org-link): Make `org-link' inherits from `link'
12011 face.
12012
12013 2011-07-28 Bastien Guerry <bzg@gnu.org>
12014
12015 * org.el (org-narrow-to-block): New function to narrow to block.
12016 Bound this function to `C-x n b'.
12017
12018 2011-07-28 Bastien Guerry <bzg@gnu.org>
12019
12020 * org.el (org-schedule, org-deadline): Fix bug: take care of
12021 repeating timestamps like ".+1d/3d" or "+1d 10d".
12022
12023 2011-07-28 Bastien Guerry <bzg@gnu.org>
12024
12025 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
12026 to use a list of TODO keywords as the value of this variable. The
12027 agenda will show repeating stamps for entries matching these TODO
12028 keywords.
12029 (org-agenda-get-timestamps, org-agenda-get-deadlines)
12030 (org-agenda-get-scheduled): Allow the use of a list of keywords in
12031 `org-agenda-repeating-timestamp-show-all'.
12032
12033 2011-07-28 Bastien Guerry <bzg@gnu.org>
12034
12035 * org-latex.el (org-export-latex-emph-format): Don't use
12036 `org-export-latex-use-verb'. Remove this variable.
12037
12038 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
12039
12040 * org-html.el (org-html-handle-time-stamps): Fix bug when
12041 exporting inactive timestamps.
12042
12043 2011-07-28 Bastien Guerry <bzg@gnu.org>
12044
12045 * org-archive.el (org-archive-save-context-info): Fix docstring
12046 typo.
12047 (org-archive-subtree-add-inherited-tags): New variable to control
12048 whether inherited tags should be appended to local tags when
12049 archiving subtrees.
12050 (org-archive-subtree): Use the new variable.
12051
12052 2011-07-28 Bastien Guerry <bzg@gnu.org>
12053
12054 * org-archive.el (org-archive-save-context-info): Fix docstring.
12055
12056 2011-07-28 Julien Danjou <julien@danjou.info>
12057
12058 * org-crypt.el (org-decrypt-entry): Delete \n on top level
12059 heading. This avoids a display bug showing the heading outlined
12060 where the text is not since it does not have the outline property.
12061 Restore subtree visibility state after decryption.
12062
12063 2011-07-28 Julien Danjou <julien@danjou.info>
12064
12065 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
12066 as a possible default span if it is set.
12067
12068 2011-07-28 Dan Davison <dandavison7@gmail.com>
12069
12070 * org-src.el (org-edit-src-persistent-message): Change docstring.
12071 (org-edit-src-code): Get rid of help message in echo area.
12072
12073 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
12074 argument to org-edit-src-code as this has been removed.
12075
12076 2011-07-28 Bastien Guerry <bzg@gnu.org>
12077
12078 * org-latex.el (org-export-latex-emphasis-alist): Use
12079 \protectedtexttt for the =...= emphasis and \verb for the ~...~
12080 emphasis.
12081 (org-export-latex-use-verb): Now defaults to t.
12082 (org-export-latex-emph-format): Distinguish between =...= and
12083 ~...~ emphasis.
12084
12085 2011-07-28 Julien Danjou <julien@danjou.info>
12086
12087 * org.el (org-link-expand-abbrev): Allow any type of character in
12088 link expand.
12089
12090 2011-07-28 Dan Davison <dandavison7@gmail.com>
12091
12092 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12093
12094 2011-07-28 Dan Davison <dandavison7@gmail.com>
12095
12096 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12097 resolving references.
12098
12099 2011-07-28 Bastien Guerry <bzg@gnu.org>
12100
12101 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12102 instead of <hr> to keep w3c validator happy.
12103
12104 2011-07-28 Dan Davison <dandavison7@gmail.com>
12105
12106 * ob.el (org-babel-where-is-src-block-head): Detect src block if
12107 point is on a #+header line.
12108
12109 2011-07-28 Dan Davison <dandavison7@gmail.com>
12110
12111 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12112 #+header lines when searching for block associated with block name
12113 line.
12114
12115 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12116
12117 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12118 the more specific `org-at-item-p'.
12119
12120 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12121
12122 * org-latex.el (org-latex-default-figure-position): New defcustom
12123 for default placement of latex figures.
12124 (org-export-latex-tables): Positioning tables using the new
12125 defcustom variable.
12126 (org-export-latex-format-image): Positioning images using the new
12127 defcustom variable.
12128
12129 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12130
12131 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12132 evaluated and :file header argument is missing.
12133
12134 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12135
12136 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12137 to do anything to export code.
12138 (org-babel-exp-results): No longer returns a replacement for the
12139 code block.
12140 (org-babel-exp-inline-src-blocks): Simplified.
12141 (org-babel-exp-src-block): Removed unnecessary pluralization from
12142 function name.
12143
12144 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12145
12146 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12147 exportation of inline code blocks using normal code block
12148 execution mechanism to insert results.
12149 (org-babel-exp-results): Results exportation mechanism is unified
12150 for both inline and regular code blocks.
12151
12152 * ob.el (org-babel-where-is-src-block-result): Returns the point
12153 after an inline code block for inline code blocks.
12154
12155 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12156
12157 * ob.el (org-babel-insert-result): Special handling of the
12158 position of results of inline code blocks.
12159 (org-babel-examplize-region): Now able to comment inline regions.
12160
12161 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12162
12163 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12164 that \\[ a = b \\] is not interpreted as a keybinding by
12165 `substitute-command-keys'.
12166
12167 2011-07-28 Dan Davison <dandavison7@gmail.com>
12168
12169 * org-latex.el (org-export-as-latex): Process export property list
12170 with `org-export-process-option-filters' early in latex export.
12171
12172 2011-07-28 Julien Danjou <julien@danjou.info>
12173
12174 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12175 available in Emacs 22 and in recent XEmacs 21. Replace in various
12176 files.
12177
12178 2011-07-28 Julien Danjou <julien@danjou.info>
12179
12180 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12181 it must has \\ at the end of the line. This avoid matching the
12182 following heading when there's no newline between the logged state
12183 and the next heading.
12184
12185 2011-07-28 Julien Danjou <julien@danjou.info>
12186
12187 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12188
12189 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12190
12191 * org.el (org-current-level, org-store-link, org-mark-subtree):
12192 Use `org-with-limited-levels'.
12193
12194 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12195
12196 * org-publish.el (org-publish-get-base-files): Add sitemap file.
12197
12198 2011-07-28 Matt Lundin <mdl@imapmail.org>
12199
12200 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12201 (org-agenda-todo-ignore-scheduled): New option.
12202 (org-agenda-todo-ignore-timestamp): New option.
12203 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12204 Allow user to specify custom distance to ignore (future or past).
12205 (org-agenda-todo-custom-ignore-p): New function.
12206
12207 2011-07-28 Matt Lundin <mdl@imapmail.org>
12208
12209 * org-habit.el (org-habit-parse-todo) Don't parse more days than
12210 needed.
12211
12212 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12213
12214 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12215 code in each inline code block.
12216 (org-babel-execute-buffer): Executes inline code blocks as well as
12217 regular code blocks.
12218
12219 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12220
12221 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12222 blocks for removal.
12223
12224 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
12225
12226 * org-clock.el (org-clock-before-select-task-hook): New hook.
12227 (org-clock-select-task): Run new hook.
12228
12229 2011-07-28 Julien Danjou <julien@danjou.info>
12230
12231 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12232 events with range. This display things like: <2011-01-22 Sat
12233 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12234 at 14:00 and ending at 20:00.
12235
12236 2011-07-28 Dan Davison <dandavison7@gmail.com>
12237
12238 * ob.el (org-babel-inline-src-block-regexp): Character preceding
12239 "src_" can now be anything as long as it is neither alphanumeric
12240 nor '-'.
12241
12242 2011-07-28 Dan Davison <dandavison7@gmail.com>
12243
12244 * ob.el (org-babel-merge-params): Docstring typo.
12245
12246 2011-07-28 Dan Davison <dandavison7@gmail.com>
12247
12248 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12249 in the buffer.
12250
12251 2011-07-28 Dan Davison <dandavison7@gmail.com>
12252
12253 * ob.el (org-babel-get-src-block-info): Alter order of merge
12254 arguments.
12255
12256 2011-07-28 Dan Davison <dandavison7@gmail.com>
12257
12258 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12259
12260 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12261
12262 * ob.el (org-babel-insert-result): Ensure all parts of result
12263 wrappers end in newlines.
12264
12265 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12266
12267 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12268 optionally creates parent directories of tangle targets.
12269
12270 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12271
12272 * org-ascii.el (org-ascii-level-start): Catch the case of levels
12273 which do not have an equivalent in the list of underline
12274 characters.
12275
12276 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12277
12278 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12279 the format string used to escape arguments to shell code blocks.
12280
12281 2011-07-28 Julien Danjou <julien@danjou.info>
12282
12283 * org-agenda.el (org-agenda-reset-view): New function.
12284 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12285
12286 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
12287
12288 * org-exp.el (org-export-handle-include-files): Support :lines
12289 property.
12290 (org-get-file-contents): New argument lines to include specify a
12291 range of lines to include.
12292
12293 2011-07-28 Bastien Guerry <bzg@gnu.org>
12294
12295 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12296
12297 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12298
12299 * org-latex.el (org-export-latex-make-header): Export email in
12300 author line if `org-export-email-info' is non-nil.
12301
12302 2011-07-28 Julien Danjou <julien@danjou.info>
12303
12304 * org-agenda.el (org-agenda-goto-today): Respect current span.
12305
12306 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12307
12308 * org-complete.el (pcomplete/org-mode/link)
12309 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12310 before uniquifying.
12311
12312 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12313
12314 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12315 linking comment type
12316 (org-babel-tangle-comment-links): Returns comment links for the
12317 source code block at point.
12318
12319 2011-07-28 Bastien Guerry <bzg@gnu.org>
12320
12321 * org.el (org-refile-check-position): Send a more explicit message
12322 on how to clear the cache before refiling again.
12323
12324 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12325
12326 * org-agenda.el (org-agenda-skip-function-global): New option.
12327 (org-agenda-skip-eval): New function.
12328 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12329 the global skipping condition.
12330
12331 2011-07-28 David Maus <dmaus@ictsoc.de>
12332
12333 * org-html.el (org-export-as-html): Handle timestamps after
12334 handling links.
12335
12336 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12337
12338 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12339 until either a matching block is found, or the limits of the file
12340 are reached.
12341
12342 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12343
12344 * ob.el (org-babel-update-block-body): Literal argument to
12345 `replace-match' to allow insertion of text containing '\'.
12346
12347 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12348
12349 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12350 into code blocks.
12351
12352 2011-07-28 David Maus <dmaus@ictsoc.de>
12353
12354 * test-org-table.el
12355 (test-org-table/org-table-convert-refs-to-rc/3)
12356 (test-org-table/org-table-convert-refs-to-rc/2)
12357 (test-org-table/org-table-convert-refs-to-rc/1)
12358 (test-org-table/org-table-convert-refs-to-an/3)
12359 (test-org-table/org-table-convert-refs-to-an/2)
12360 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12361 table formular format conversion.
12362
12363 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12364
12365 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12366 bol.
12367
12368 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12369
12370 * ob.el (org-babel-open-src-block-result): Must collect result
12371 *before* jumping to the result buffer.
12372
12373 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12374
12375 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12376 used after update to regexp.
12377
12378 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12379
12380 * ob.el (org-babel-temp-file): Ensure that
12381 `org-babel-temporary-directory' is bound before using.
12382 (org-babel-remove-temporary-directory): Safer error throwing.
12383
12384 2011-07-28 niels giesen <niels.giesen@gmail.com>
12385
12386 * org-docbook.el (org-export-docbook-finalize-table): Do literal
12387 replacements.
12388
12389 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12390
12391 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12392 resolve language names for evaluation.
12393
12394 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12395
12396 * org-capture.el (org-capture-templates): Add %f and %F escapes
12397 (org-capture): Add more information to capture property list
12398 (org-capture-fill-template): Handle %f and %F escapes.
12399
12400 2011-07-28 David Maus <dmaus@ictsoc.de>
12401
12402 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12403 symlink target.
12404
12405 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12406
12407 * org.el (org-occur-next-match): New function.
12408 (org-mode): Set the variable `next-error-function'.
12409 (org-highlight-new-match): Add an `org-type' property to the
12410 overlays.
12411
12412 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12413
12414 * ob-calc.el: No longer require `calc-trail' on XEmacs.
12415
12416 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12417
12418 * org.el (org-modules): Add `org-eshell'.
12419
12420 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12421
12422 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12423 dynamically scoped variables.
12424
12425 * org.el (org-modules): Move `org-special-blocks' into the core
12426 modules section.
12427
12428 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12429
12430 * org-special-blocks.el: New file.
12431
12432 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12433
12434 * org.el (org-plist-delete): Remove duplicate definition.
12435
12436 2011-07-28 Bernt Hansen <bernt@norang.ca>
12437
12438 * org-agenda.el (org-agenda-goto): Display invisible entry text.
12439
12440 * org-agenda.el (org-agenda-switch-to): Display invisible entry
12441 text.
12442
12443 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12444
12445 * org.el (org-get-category): New optional argument FORCE-REFRESH.
12446 Automatically refresh if the property is not there.
12447 (org-entry-properties): Remove refresh - this is now done in
12448 org-get-category.
12449
12450 * org-clock.el (org-clock-insert-selection-line): Let
12451 `org-get-category' do the property refresh.
12452
12453 * org-archive.el (org-archive-subtree): Force a refresh of
12454 category properties.
12455
12456 2011-07-28 Julien Danjou <julien@danjou.info>
12457
12458 * org-icalendar.el (org-print-icalendar-entries): Do not manually
12459 refresh categories.
12460
12461 2011-07-28 Dan Davison <dandavison7@gmail.com>
12462
12463 * org.el (org-display-inline-images): Check for clear-image-cache
12464 before using it.
12465
12466 2011-07-28 Bernt Hansen <bernt@norang.ca>
12467
12468 * org.el: Document missing value for org-link-frame-setup.
12469
12470 2011-07-28 Dan Davison <dandavison7@gmail.com>
12471
12472 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12473 user code prior to the R exception-handling, so that errors in
12474 user code are unhandled.
12475
12476 2011-07-28 Dan Davison <dandavison7@gmail.com>
12477
12478 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12479 that a major-mode function corresponding to the language string
12480 exists.
12481
12482 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12483
12484 * org-exp.el (org-export-mark-list-ending): Insert additional
12485 newline characters if end-list-marker is at a wrong position.
12486
12487 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12488
12489 * ob.el (org-babel-script-escape): Replace commas with spaces for
12490 better list reading when list items are packed with commas,
12491 e.g. Haskell list output.
12492
12493 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12494
12495 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12496 error reporting.
12497
12498 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12499
12500 * ob.el (org-babel-confirm-evaluate): Fix for the case when
12501 org-confirm-babel-evaluate is a function (used to always ask no
12502 matter what the function returns).
12503
12504 2011-07-28 Dan Davison <dandavison7@gmail.com>
12505
12506 * ob-R.el: Delete duplicated function.
12507
12508 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12509
12510 * ob.el (org-babel-execute-src-block): Removed unused flet
12511 function.
12512
12513 2011-07-28 Dan Davison <dandavison7@gmail.com>
12514
12515 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12516 signal that the intended content has been written to file.
12517
12518 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12519 the intended content has been written to file.
12520
12521 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12522 intended content has been written to file.
12523
12524 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12525 that the intended content has been written to file.
12526
12527 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12528 the intended content has been written to file.
12529
12530 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12531 that the intended content has been written to file.
12532
12533 * ob-octave.el (org-babel-execute:octave): Return result; not name
12534 of output file.
12535
12536 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12537 signal that the intended content has been written to file.
12538
12539 * ob-python.el (org-babel-execute:python): Return result; not name
12540 of output file.
12541
12542 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12543 output file.
12544
12545 * ob-sass.el (org-babel-execute:sass): Return nil if result has
12546 been written to file.
12547
12548 2011-07-28 Dan Davison <dandavison7@gmail.com>
12549
12550 * ob-R.el (org-babel-R-graphical-output-file): New function
12551 returns the name of the output file iff R has been instructed to
12552 send graphical output to file by means of the ":results graphics"
12553 directive.
12554 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12555 when constructing the R code to evaluate, which may be augmented
12556 with code implementing the writing of graohical output to file.
12557 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12558 determine whether R is taking responsibility for writing output to
12559 file; if so, this is signaled to ob.el by returning a nil result.
12560
12561 2011-07-28 Dan Davison <dandavison7@gmail.com>
12562
12563 * ob.el (org-babel-format-result): New function to format results
12564 of src block execution.
12565 (org-babel-execute-src-block): Use `org-babel-format-result' when
12566 writing to file.
12567 (org-babel-open-src-block-result): Use `org-babel-format-result'
12568 when displaying results in a buffer. Name results buffer
12569 differently.
12570
12571 2011-07-28 Dan Davison <dandavison7@gmail.com>
12572
12573 * ob.el (org-babel-execute-src-block): Avoid calling
12574 `orgtbl-to-generic' on number results.
12575
12576 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12577
12578 * ob.el (org-babel-execute-src-block): Allow specification of
12579 table separator with :sep header argument.
12580 (org-babel-open-src-block-result): Allow specification of table
12581 separator with :sep header argument.
12582
12583 2011-07-28 Dan Davison <dandavison7@gmail.com>
12584
12585 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12586 executing buffer (note that this handles execute subtree also).
12587
12588 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12589
12590 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12591 do not modify match data either.
12592 (org-inlinetask-goto-end): Small refactoring, remove
12593 case-sensitivity.
12594 (org-inlinetask-goto-beginning): Small refactoring, remove
12595 case-sensitivity.
12596
12597 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12598
12599 * org-capture.el (org-capture-set-target-location): Use
12600 `current-time'.
12601
12602 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12603
12604 * org-capture.el (org-capture-set-target-location): Use
12605 `current-time'.
12606
12607 2011-07-28 Bernt Hansen <bernt@norang.ca>
12608
12609 * org.el (org-before-first-heading-p): If point is on an org-mode
12610 heading line then we are not before the first heading.
12611
12612 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12613
12614 * org-timer.el (org-timer-continue-hook): Define the variable
12615 (org-timer-pause-or-continue): Run hook after relative timer is
12616 continued.
12617
12618 2011-07-28 Julien Danjou <julien@danjou.info>
12619
12620 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
12621
12622 2011-07-28 Julien Danjou <julien@danjou.info>
12623
12624 * org-capture.el (org-capture-fill-template): Use org-eval.
12625
12626 2011-07-28 Julien Danjou <julien@danjou.info>
12627
12628 * org-agenda.el (org-eval): New function.
12629
12630 2011-07-28 Dan Davison <dandavison7@gmail.com>
12631
12632 * ob.el (org-babel-execute-src-block): With :results file, when
12633 :file is not supplied, interpret result as a file link as long as
12634 it is a string.
12635
12636 2011-07-28 David Maus <dmaus@ictsoc.de>
12637
12638 * org-latex.el (org-export-latex-preprocess): Don't convert link
12639 description parts that look like numeric footnote.
12640
12641 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12642
12643 * org-latex.el (org-export-latex-tables): Allowing specification
12644 of tabular[xy] inner environments through the ATTR_LaTeX line.
12645
12646 2011-07-28 Julien Danjou <julien@danjou.info>
12647
12648 * org-capture.el (org-capture-fill-template): Use
12649 `org-set-property' directly.
12650
12651 2011-07-28 Julien Danjou <julien@danjou.info>
12652
12653 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
12654 item in docstring.
12655
12656 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12657
12658 * org-exp.el (org-export-string): Use `format' to construct
12659 function call to allow symbolic or string arguments.
12660
12661 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12662
12663 * org-capture.el (org-capture-place-entry):
12664 (org-capture-insert-template-here): Check tree for validity before
12665 pasting it.
12666
12667 2011-07-28 Julien Danjou <julien@danjou.info>
12668
12669 * org-gnus.el (org-gnus-store-link): Trim date.
12670
12671 2011-07-28 Julien Danjou <julien@danjou.info>
12672
12673 * org.el (org-email-link-description): Allow to retrieve email
12674 link date.
12675
12676 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12677
12678 * org.el (org-make-target-link-regexp): `regexp-quote' target
12679 before replacing whitespace.
12680
12681 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12682
12683 * ob.el (org-babel-expand-noweb-references): Noweb references can
12684 now be resolved from the library of babel.
12685
12686 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12687
12688 * ob.el (org-babel-result-end): No longer leaving trailing new
12689 line after block removal.
12690
12691 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12692
12693 * org-latex.el (org-export-latex-first-lines): Anchor outline
12694 regexp during LaTeX tree export.
12695
12696 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
12697
12698 * ob-python.el (org-babel-python-initiate-session-by-key): Make
12699 sure that py-which-bufname is initialized, as otherwise it will be
12700 overwritten the first time a Python buffer is created.
12701
12702 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12703
12704 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
12705 with spaces.
12706
12707 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12708
12709 * ob-org.el (org-babel-execute:org): Padding code block with an
12710 empty title on LaTeX export.
12711
12712 2011-07-28 Matt Lundin <mdl@imapmail.org>
12713
12714 * org.el (org-entry-properties): Stop scanning for timestamps if a
12715 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
12716 requested and a match is found. Also, if a specific timestamp
12717 property is requested, do not push non-relevant timestamps onto
12718 property list.
12719
12720 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12721
12722 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
12723 when grid is being made for today.
12724
12725 2011-07-28 Matt Lundin <mdl@imapmail.org>
12726
12727 * org-agenda.el (org-agenda-get-scheduled): Don't call
12728 `org-is-habit-p' until after checking for
12729 `org-agenda-skip-scheduled-if-done'.
12730
12731 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
12732
12733 * org.el: Remove spurious linebreak introduced by earlier patch.
12734
12735 * ob.el, ob-ref.el: Remove double fix of the same problem.
12736
12737 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12738
12739 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
12740
12741 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
12742
12743 * org-html.el (org-export-html-mathjax-template): Displaymath
12744 environment and MathJax.
12745
12746 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12747
12748 * org-faces.el (org-agenda-current-time): New face.
12749
12750 * org-agenda.el (org-agenda-show-current-time-in-grid):
12751 (org-agenda-current-time-string): New options.
12752 (org-agenda-add-time-grid-maybe): Add current time to time grid.
12753
12754 2011-05-10 Jim Meyering <meyering@redhat.com>
12755
12756 Fix doubled-word typos.
12757 * org-agenda.el (org-agenda-entry-types): the the -> the
12758 * org-table.el (org-table-get-remote-range): or or -> or
12759 * org-wl.el (org-wl-folder-type): the the -> the
12760 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
12761
12762 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * org-src.el (org-src-switch-to-buffer):
12765 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
12766 * org-mouse.el (org-mouse-agenda-type):
12767 * org-freemind.el (org-freemind-node-to-org):
12768 * ob-sql.el (org-babel-execute:sql):
12769 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
12770 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
12771
12772 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
12773
12774 * Version 23.3 released.
12775
12776 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12777
12778 * org.el (org-blank-before-new-entry, org-context-in-file-links)
12779 (org-refile-targets, org-log-repeat, org-insert-link)
12780 (org-speed-command-default-hook, org-speed-command-hook)
12781 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
12782 Fix typos in docstrings.
12783 (org-toggle-pretty-entities): Fix typo in message.
12784
12785 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12786
12787 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
12788
12789 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12790
12791 * org-remember.el (org-remember-mode-map):
12792 * org-src.el (org-src-mode-map): Move initialization into declaration.
12793
12794 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * org-remember.el (org-remember-mode):
12797 * org-capture.el (org-capture-mode): Don't run hook redundantly.
12798
12799 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
12800
12801 * org-faces.el (org-link): Inherit from link face.
12802 Suggested by Joakim Verona.
12803
12804 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
12805
12806 * org-footnote.el (org-footnote-create-definition): Place
12807 Footnotes section before message-signature-separator also in modes
12808 derived from message-mode.
12809
12810 2010-12-11 Julien Danjou <julien@danjou.info>
12811
12812 * org.el (org-make-tags-matcher): Remove useless cat-p value.
12813
12814 2010-12-11 Julien Danjou <julien@danjou.info>
12815
12816 * org.el (org-entry-properties): Enhance docstring.
12817
12818 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12819
12820 * org-list.el (org-list-top-point-with-indent)
12821 (org-list-bottom-point-with-indent): Pay also attention to
12822 'original-indentation property of text, as blocks are put to
12823 column 0 upon exporting.
12824
12825 2010-12-11 Dan Davison <dandavison7@gmail.com>
12826
12827 * ob.el (org-babel-remove-temporary-directory): Handle exception
12828 with message informing of failure to remove directory.
12829
12830 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12831
12832 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
12833 `package' to the list of Clojure header arguments which will be read
12834 from heading properties.
12835
12836 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12837
12838 * org-inlinetask.el (org-inlinetask-export-templates): Add
12839 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
12840 not default as it requires an additional LaTeX package: "todonotes".
12841
12842 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12843
12844 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
12845
12846 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
12847 templates to export inline tasks.
12848
12849 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12850
12851 * org.el (org-current-level): Ignore inline tasks when getting current
12852 level of entry.
12853
12854 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12855
12856 * org.el (org-indent-line-function): Ignore drawers inside inline
12857 tasks if the line to indent isn't inside an inline task itself.
12858
12859 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12860
12861 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
12862
12863 * org-indent.el (org-indent-add-properties): Find true level of
12864 indentation wrt inline tasks.
12865
12866 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12867
12868 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
12869
12870 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
12871
12872 * org-inlinetask.el (org-inlinetask-goto-end): New function.
12873
12874 * org.el (org-mark-subtree): New command.
12875
12876 * org.el (org-speed-commands-default, org-mode-map): Make use of
12877 new command.
12878
12879 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12880
12881 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
12882 from @<span class...> so it can be removed during LaTeX export.
12883
12884 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12885
12886 * ob.el (org-babel-insert-result): More informative code block
12887 evaluation messages.
12888
12889 2010-12-11 Matt Lundin <mdl@imapmail.org>
12890
12891 * org.el (org-make-heading-search-string): Optionally limit number
12892 of lines stored in file link search strings.
12893 (org-context-in-file-links): Add option to set to integer specifying
12894 number of lines.
12895
12896 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12897
12898 * org-capture.el (org-capture-finalize): New prefix argument
12899 STAY-WITH-CAPTURE.
12900 (org-capture-refile): Improve docstring.
12901
12902 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12903
12904 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
12905 interaction engine.
12906
12907 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12908
12909 * org-agenda.el (org-agenda-list):
12910 (org-agenda-goto-today): Use `org-today'.
12911
12912 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12913
12914 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
12915 and the title/author definitions.
12916
12917 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12918
12919 * org-macs.el: Better backup definition for
12920 `with-silent-modifications'.
12921
12922 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12923
12924 * ob-python.el (org-babel-execute:python): Rename "prefix" to
12925 "preamble".
12926 (org-babel-python-evaluate): Rename "prefix" to "preamble".
12927 (org-babel-python-evaluate-external-process): Rename "prefix" to
12928 "preamble".
12929
12930 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12931
12932 * ob.el (org-babel-examplize-region): Check if `end' is a marker
12933 or a point and handle appropriately.
12934
12935 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12936
12937 * ob-sql.el (org-babel-execute:sql): Explicitly set field
12938 separator to \t when importing tabular data.
12939
12940 2010-12-11 Julien Danjou <julien@danjou.info>
12941
12942 * org-agenda.el (org-agenda-custom-commands-local-options):
12943 Allow org-agenda-span to be a symbol.
12944 (org-agenda-ndays): Make obsolete.
12945 (org-agenda-span): New variable superseding org-agenda-ndays.
12946 (org-agenda-menu): Use org-agenda-current-span.
12947 (org-agenda-current-span): New local variable storing current
12948 span.
12949 (org-agenda-list): Take a span instead of ndays as argument.
12950 This function is now responsible for computing the ndays based
12951 on span.
12952 (org-agenda-ndays-to-span): Return span only if number of days
12953 really matches.
12954 (org-agenda-span-to-ndays): New function.
12955 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
12956 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
12957 (org-agenda-later): Do not give compute a new span, use the
12958 current one.
12959 (org-agenda-day-view, org-agenda-week-view)
12960 (org-agenda-month-view, org-agenda-year-view): Stop touching
12961 org-agenda-ndays.
12962 (org-agenda-change-time-span): Only compute starting-span.
12963 (org-agenda-compute-starting-span): New function derived from
12964 the old org-agenda-compute-time-span.
12965 (org-agenda-set-mode-name): Compute mode based on
12966 org-agenda-current-span.
12967 (org-agenda-span-name): New function.
12968
12969 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
12970
12971 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
12972
12973 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12974
12975 * org-clock.el (org-quarter-to-date): Define variables.
12976 (org-clock-special-range): Defin variables. Use org-floor*.
12977 (org-clocktable-write-default): Define tcol.
12978
12979 * org-compat.el (org-floor*): New function.
12980
12981 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12982 John Wiegley <jwiegley@gmail.com>
12983
12984 * org-complete.el: New file.
12985
12986 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12987
12988 * org-clock.el (org-clocktable-write-default): Fix the % formula.
12989
12990 2010-12-11 Matt Lundin <mdl@imapmail.org>
12991
12992 * org-agenda.el (org-format-agenda-item): The value of
12993 org-category is not converted to a string unless it is defined.
12994
12995 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12996
12997 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
12998 header argument through to external evaluation.
12999 (org-babel-python-evaluate): Pass the new "prefix" header argument
13000 through to external evaluation.
13001 (org-babel-python-evaluate-external-process): When specified prepend
13002 "prefix" to the file used in external evaluation.
13003
13004 2010-12-11 Dan Davison <dandavison7@gmail.com>
13005
13006 * ob-python.el (org-babel-python-evaluate-session): Change python
13007 module name from 'pp' to 'pprint'.
13008
13009 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13010
13011 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
13012 from R session output, these are often the result of variable
13013 assignments.
13014
13015 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13016
13017 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
13018 fix a compiler warning.
13019
13020 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13021
13022 * ob-eval.el (require): No longer require ob.el to allow
13023 requiring by ob.el.
13024
13025 * ob.el (ob-eval): Require ob-eval.
13026
13027 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13028
13029 * ob.el (org-babel-confirm-evaluate): Show code block's name when
13030 it is available during evaluation query.
13031
13032 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13033
13034 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
13035 code block.
13036 (org-babel-execute:sql): Use sql specific body expansion function.
13037 (org-babel-sql-expand-vars): Insert variables into a sql code block.
13038
13039 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13040
13041 * ob.el (org-babel-insert-result): Using markers instead of
13042 points for more robust buffer anchors.
13043
13044 2010-12-11 Julien Danjou <julien@danjou.info>
13045
13046 * org-capture.el: Use org-today.
13047
13048 2010-12-11 Julien Danjou <julien@danjou.info>
13049
13050 * org-habit.el: Use org-today.
13051
13052 2010-12-11 Julien Danjou <julien@danjou.info>
13053
13054 * org.el (org-auto-repeat-maybe): Use org-today.
13055
13056 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13057
13058 * org-clock.el (org-day-of-week): New function.
13059 (org-quarter-to-date): New function.
13060 (org-clock-special-range): Implement quarters.
13061
13062 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
13063
13064 * org.el (org-complete-tags-always-offer-all-agenda-tags):
13065 Fix docstring.
13066
13067 2010-12-11 Julien Danjou <julien@danjou.info>
13068
13069 * org-agenda.el (org-format-agenda-item): Convert category to a string
13070 if it is a symbol. This fixes the following call to
13071 org-agenda-get-category-icon which fails if category is not a string.
13072
13073 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13074
13075 * ob-clojure.el: Updated requirements documentation to mention
13076 the minimum version of Clojure.
13077 (org-babel-expand-body:clojure): Fully qualified function name.
13078
13079 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13080
13081 * org-latex.el (org-export-latex-lists): Do not add an
13082 unnecessary newline character after a list.
13083
13084 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13085 point is just after a non blank line.
13086
13087 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13088
13089 * ob.el (org-babel-examplize-region): Remove old assertion which
13090 no longer applies to the result insertion code.
13091
13092 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13093
13094 * ob-python.el (org-babel-execute:python): Use a :return header
13095 argument for external evaluation in which the code block body need
13096 to be wrapped in a function.
13097
13098 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13099
13100 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13101 variable.
13102
13103 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13104
13105 * org.el (org-edit-special): Edit formulas when in TBLMF line.
13106
13107 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
13108
13109 * org-capture.el (org-capture-after-finalize-hook): New hook.
13110 (org-capture-finalize): Run the new hook.
13111
13112 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13113
13114 * ob-clojure.el (org-babel-expand-body:clojure): Support for
13115 pretty printing of Clojure code and data.
13116
13117 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13118
13119 * ob.el (org-babel-insert-result): No longer escape results which
13120 will be wrapped in a block.
13121
13122 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13123
13124 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13125 warning and added documentation string.
13126
13127 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13128
13129 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13130 for all code evaluation.
13131
13132 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13133
13134 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13135 the column as well.
13136
13137 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13138
13139 * ob.el (org-babel-confirm-evaluate): More descriptive message
13140 when evaluation is aborted or disabled.
13141
13142 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13143
13144 * ob.el (org-babel-insert-result): Responds to new "wrap" header
13145 argument.
13146 (org-babel-merge-params): Includes new "wrap" header argument in
13147 one of the results header argument exclusive groups.
13148
13149 2010-12-11 David Maus <dmaus@ictsoc.de>
13150
13151 * org-macs.el (with-silent-modifications): Fix condition for
13152 with-silent-modification.
13153
13154 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13155
13156 * ob.el (org-babel-parse-header-arguments): Stripping trailing
13157 spaces off of header arguments (even the first one).
13158
13159 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13160
13161 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13162 single quotes which is the best practice.
13163 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13164 more robust parsing of shell output.
13165
13166 2010-12-11 Dan Davison <dandavison7@gmail.com>
13167
13168 * org.el (org-additional-option-like-keywords): Add more keywords,
13169 and colons to some old ones.
13170
13171 2010-12-11 Dan Davison <dandavison7@gmail.com>
13172
13173 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13174
13175 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13176
13177 * ob-python.el (org-babel-python-table-or-string):
13178 Using `org-babel-script-escape' for reading string input from scripting
13179 languages.
13180
13181 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13182
13183 * org-macs.el (org-called-interactively-p): Wrap function call in
13184 with-no-warnings.
13185 (with-silent-modifications): Declare macro for Emacs < 23.2.
13186
13187 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13188
13189 * ob.el (org-babel-parse-header-arguments): Remove addition of
13190 ":" to singleton first header arguments as it was leading to errors.
13191
13192 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13193
13194 * org-latex.el (org-export-latex-make-header): Run the title through
13195 `org-export-latex-fontify-headline'.
13196 (org-export-latex-fontify-headline): Do the protection of math
13197 snippets also here.
13198
13199 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
13200
13201 * org-latex.el (org-export-as-latex): Sent the section title
13202 through the preprocessor.
13203
13204 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13205
13206 * org-html.el (org-html-level-start): Mark listified headings
13207 with a custom id.
13208
13209 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13210
13211 * org.el (org-open-at-point): Don't do footnote action if cursor is
13212 on a bracket link.
13213
13214 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13215
13216 * org.el (org-edit-special): Check also for TBLFM line.
13217
13218 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
13219
13220 * org-clock.el (org-get-clocktable): Previous patch incorrectly
13221 required whitespace in front of #+BEGIN: and #+END:.
13222
13223 2010-12-11 Dan Davison <dandavison7@gmail.com>
13224
13225 * org-src.el (org-edit-src-code): Allow region to be inherited by
13226 edit buffer when mark is one character beyond end of src block.
13227
13228 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13229
13230 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13231 checking item indentation.
13232
13233 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13234
13235 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13236 and now autoloading.
13237
13238 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13239
13240 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13241 for testing list membership.
13242
13243 * ob.el (org-babel-read-result): Use higher level function for
13244 testing list membership.
13245 (org-babel-result-end): Use higher level function for testing list
13246 membership.
13247
13248 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13249
13250 * ob-sqlite.el (ob-eval): Require ob-eval for external command
13251 execution.
13252 (org-babel-execute:sqlite): No longer uses the init option for
13253 passing commands to sqlite.
13254
13255 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13256
13257 * org.el (org-indent-line-function): Drawers and blocks have no
13258 influence on indentation of text below. Also fix indentation
13259 problem with a block at column 0 and add a special case for
13260 literal examples.
13261
13262 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13263
13264 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13265 is only evaluated once.
13266
13267 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13268
13269 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13270 type of data
13271 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13272
13273 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13274
13275 * ob-tangle.el (org-babel-load-file): Can be called interactively.
13276
13277 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13278
13279 * org-table.el (orgtbl-after-send-table-hook): New hook.
13280 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13281 table was sent.
13282 (orgtbl-send-table): Return the number of sent tables, or nil if no
13283 sending has happened.
13284
13285 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13286
13287 * org.el (org-get-priority-function): New option.
13288 (org-get-priority): Call `org-get-priority-function' if that
13289 has been set.
13290
13291 2010-12-11 Dan Davison <dandavison7@gmail.com>
13292
13293 * ob-table.el (org-babel-table-truncate-at-newline): Only add
13294 "..." if there is something after the newline.
13295
13296 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13297
13298 * org-clock.el (org-get-clocktable):
13299 (org-in-clocktable-p):
13300 (org-clocktable-shift):
13301 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13302
13303 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
13304
13305 * org-exp.el (org-export-handle-include-files): Support :minlevel
13306 property.
13307 (org-get-file-contents): New argument minlevel to demote included
13308 content.
13309
13310 2010-12-11 Noorul Islam <noorul@noorul.com>
13311
13312 * org-latex.el (org-export-latex-hyperref-format): New option.
13313 (org-export-latex-href-format): Rename the existing variable
13314 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13315 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13316 `org-export-latex-href-format'.
13317
13318 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13319
13320 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13321 buffer exists before it is used.
13322
13323 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13324
13325 * org-exp.el (org-export-preprocess-string): Delay code block
13326 processing a bit to allow correct list parsing in the export string.
13327
13328 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
13329
13330 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13331 (org-agenda-time-of-day-to-ampm): New function.
13332 (org-agenda-time-of-day-to-ampm-maybe): New function.
13333 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13334
13335 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13336
13337 * org-faces.el (org-cycle-level-faces): New option.
13338
13339 * org.el (org-get-level-face): Honor org-cycle-level-faces.
13340
13341 2010-12-11 Julien Danjou <julien@danjou.info>
13342
13343 * org-agenda.el (org-agenda-today): New function.
13344 (org-agenda-get-day-face): New function.
13345 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13346 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13347 (org-todo-list): Use org-agenda-today.
13348 (org-get-all-dates): Use org-agenda-today.
13349 (org-agenda-day-face-function): New variable.
13350 (org-agenda-get-day-face): Use org-agenda-day-face-function.
13351
13352 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13353
13354 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13355 in Org.
13356
13357 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13358
13359 * org-html.el (org-export-as-html): Do not treat partially
13360 protected lines as if they were fully protected.
13361
13362 2010-12-11 Dan Davison <dandavison7@gmail.com>
13363
13364 * org-exp.el (org-export-format-source-code-or-example):
13365 Remove hard-wired configuration of minted export
13366 (org-export-latex-minted-with-line-numbers): Remove variable.
13367
13368 2010-12-11 Bastien Guerry <bzg@gnu.org>
13369
13370 * org-clock.el (org-dblock-write:clocktable): Fix double
13371 reference to `link' in let construct.
13372 (org-clock-clocktable-formatter): Fix typo in docstring.
13373 (org-clocktable-write-default): Fix typo in docstring.
13374
13375 2010-12-11 David Maus <dmaus@ictsoc.de>
13376
13377 * org-protocol.el (org-protocol-unhex-string): Normalize percent
13378 escape sequence to upper case letters.
13379
13380 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13381
13382 * ob-lob.el (org-babel-lob-get-info): Include pass-through
13383 header arguments in results variable header argument string.
13384
13385 2010-12-11 David Maus <dmaus@ictsoc.de>
13386
13387 * org-exp.el (org-export-visible): Limit search for in-buffer options
13388 beginning of first headline.
13389
13390 2010-12-11 David Maus <dmaus@ictsoc.de>
13391
13392 * org.el (org-open-at-point): Remove stale link handler for news:
13393 links.
13394
13395 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13396
13397 * org-clock.el (org-clocktable-write-default): Better handling of
13398 narrowing.
13399
13400 2010-12-11 Julien Danjou <julien@danjou.info>
13401
13402 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13403
13404 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13405
13406 * org.el (org-indent-line-function): Simplify code and remove bug that
13407 would insert a tab at the beginning of the line when trying to
13408 indent the item.
13409
13410 2010-12-11 Julien Danjou <julien@danjou.info>
13411
13412 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13413
13414 2010-12-11 Julien Danjou <julien@danjou.info>
13415
13416 * org-agenda.el (org-agenda-prefix-format): Insert place holder
13417 for icon.
13418 (org-agenda-category-icon-alist): New option.
13419 (org-agenda-get-category-icon): New function.
13420 (org-format-agenda-item): Support for icons.
13421 (org-compile-prefix-format): Support for icons.
13422
13423 2010-12-11 Julien Danjou <julien@danjou.info>
13424
13425 * org-compat.el: Create defalias for `string-match-p' and
13426 looking-at-p.
13427
13428 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13429
13430 * ob-calc.el (org-babel-execute:calc): Support for variables --
13431 converts :var variables in calc variables.
13432
13433 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13434
13435 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13436
13437 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13438
13439 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13440
13441 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13442
13443 * org-id.el (org-id-store-link): Test for org-mode before checking
13444 for IDs.
13445
13446 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13447
13448 * org.el (org-shorten-string): New function.
13449
13450 * org-exp.el (org-export-convert-protected-spaces): New function.
13451 (org-export-preprocess-string):
13452 Call `org-export-convert-protected-spaces' to handle new hard spaces.
13453
13454 2010-12-11 David Maus <dmaus@ictsoc.de>
13455
13456 * org.el (org-narrow-to-subtree): Check for heading that ends at end
13457 of buffer.
13458
13459 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
13460
13461 * org-capture.el (org-capture-templates): Remove autoload from
13462 defcustom.
13463
13464 * ob-lisp.el (slime): Don't expect slime to be present.
13465
13466 2010-11-11 Dan Davison <dandavison7@gmail.com>
13467
13468 * ob.el: `copy-sequence' suffices to copy alist; no need for
13469 `copy-tree'.
13470
13471 2010-11-11 Dan Davison <dandavison7@gmail.com>
13472
13473 * ob.el (org-babel-execute-src-block): If ":results file" is in
13474 effect, then ensure that the value of :file is returned as the
13475 result; don't rely on language files for this.
13476
13477 2010-11-11 Dan Davison <dandavison7@gmail.com>
13478
13479 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13480 structure by side-effects of `sort'.
13481
13482 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
13483
13484 * org-list.el (org-list-bottom-point-with-indent): Do not check
13485 indentation of a non-empty blank line.
13486
13487 * org-list.el (org-sort-list): Sort a list with point anywhere
13488 inside it.
13489
13490 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13491
13492 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13493 hopefully better error messages.
13494
13495 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13496
13497 * org.el (org-babel-load-languages): Adding calc.
13498
13499 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13500
13501 * ob.el (org-babel-initiate-session): Don't resolve variable
13502 references unless prefix arg is supplied.
13503
13504 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13505
13506 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13507 refers to the correct stack.
13508
13509 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13510
13511 * ob-calc.el: Adding the beginnings of support for calc code
13512 blocks.
13513
13514 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13515
13516 * ob-tangle.el (org-babel-update-block-body): Declaring function
13517 for updating code block bodies.
13518 (org-babel-spec-to-string):
13519 (org-babel-detangle): Detangle all tangled and commented code
13520 blocks in the current file back to org.
13521 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13522 file back to the originating org-mode code block ob-tangle:
13523 detangle changes in code files back to the original org files.
13524
13525 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13526
13527 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13528 (org-babel-tangle-comment-format-end): Fix typo.
13529
13530 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13531
13532 * org-exp.el (org-export-format-source-code-or-example):
13533 Use minted for latex source code export if `org-export-latex-listings'
13534 has the value 'minted.
13535
13536 * org-latex.el (org-export-latex-listings): Document special value
13537 'minted.
13538
13539 * org-latex.el (org-export-latex-minted): Delete variable.
13540
13541 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13542
13543 * ob.el (org-babel-get-src-block-info): Retrieve contents of
13544 parentheses, excluding parentheses themselves.
13545
13546 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13547
13548 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13549 Fix bug in gnuplot data file assignment using user variables.
13550
13551 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13552
13553 * ob-latex.el (org-babel-execute:latex): Adding new :headers
13554 header argument for latex code blocks.
13555
13556 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13557
13558 * org-capture.el (org-capture-templates): New capture property
13559 `:kill-buffer'.
13560 (org-capture-finalize): Kill target buffer if that is desired.
13561 (org-capture-target-buffer): Remember if we have to make the buffer.
13562
13563 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13564
13565 * org-clock.el (org-dblock-write:clocktable): Fix bug when
13566 computing clock tables.
13567
13568 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13569
13570 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13571 to caller even if no table is generated.
13572
13573 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
13574
13575 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13576 values from diary entries.
13577
13578 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13579 anniversaries.
13580
13581 * org.el (org-diary-sexp-entry): Handle lists as return values
13582 from diary entries.
13583
13584 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13585
13586 * org-capture.el (org-capture-empty-lines-before):
13587 (org-capture-empty-lines-after): Make sure the n=0 does not insert
13588 any newlines.
13589
13590 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13591
13592 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13593 message when clojure binary is not found.
13594
13595 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13596
13597 * org-html.el (org-format-table-html): New argument DOCBOOK.
13598 (org-format-org-table-html): New argument DOCBOOK. When set, use
13599 align instead of class to align table fields.
13600
13601 * org-docbook.el (org-export-as-docbook): Specify the docbook
13602 argument for the table converter.
13603
13604 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13605
13606 * org-macs.el (org-called-interactively-p): New macro.
13607
13608 * org-freemind.el: No longer require 'rx.
13609 (org-freemind): New customization group, use it for all the
13610 variables.
13611 (org-export-as-freemind): Add docstring.
13612 (org-freemind-show): Improve filen naming.
13613 (org-freemind-convert-links-helper): New function.
13614 (org-freemind-bol-helper-base-indent): New variable.
13615 (org-freemind-bol-helper): New function.
13616 (org-freemind-node-css-style): New option.
13617 (org-freemind-node-pattern): New variable.
13618 (org-freemind-from-org-mode): Better docstring.
13619
13620 2010-11-11 David Maus <dmaus@ictsoc.de>
13621
13622 * ob-haskell.el (org-babel-variable-assignments:haskell):
13623 Don't pass more than two arguments to mapc.
13624
13625 2010-11-11 David Maus <dmaus@ictsoc.de>
13626
13627 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
13628
13629 2010-11-11 David Maus <dmaus@ictsoc.de>
13630
13631 * org-footnote.el (message-signature-separator): Defvar to silence
13632 byte compiler.
13633
13634 2010-11-11 David Maus <dmaus@ictsoc.de>
13635
13636 * org-exp.el (org-export-string): Fix reference to wrong symbol.
13637
13638 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
13639
13640 * org.el (org-link-search): Return 'dedicated on successful match
13641 when org-link-search-must-match-exact-headline is set to t.
13642
13643 2010-11-11 Daniel Clemente <n142857@gmail.com>
13644
13645 * org-html.el (org-html-make-link): Append fragment to file: links
13646 if present.
13647
13648 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
13649
13650 * org-footnote.el (org-footnote-create-definition)
13651 (org-footnote-goto-local-insertion-point): Add footnotes before
13652 signature when in message-mode.
13653
13654 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13655
13656 * org.el (org-display-inline-images): Improve regexp.
13657
13658 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13659
13660 * org.el (org-cycle): Make sure resetting to startup visibility
13661 works after another cycle command.
13662
13663 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13664
13665 * org-exp.el (org-export-string): New function org-export-string
13666 can be used to convert a string of test in org-mode markup to a
13667 specified format.
13668
13669 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13670
13671 * org.el (org-display-inline-images): Allow non-ASCII characters
13672 in image file names. Save match data.
13673
13674 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13675
13676 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
13677 stamps.
13678
13679 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13680
13681 * org-exp.el (org-store-forced-table-alignment):
13682 (org-export-remove-special-table-lines): Allow the "c" cookie for
13683 table alignment.
13684
13685 * org-html.el (org-export-table-header-tags):
13686 (org-export-table-data-tags): Add another %s format for the
13687 alignment.
13688 (org-export-html-table-align-individual-fields): New option.
13689 (org-format-org-table-html): Implement field-by-field alignment
13690 and support centering.
13691 (org-format-table-table-html): Make sure the new table tag formats
13692 don't break this function.
13693
13694 * org-table.el (org-table-cookie-line-p):
13695 (org-table-align): Allow for the <c> cookie.
13696
13697 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
13698
13699 2010-11-11 David Maus <dmaus@ictsoc.de>
13700
13701 * org-exp.el (org-export-normalize-links): Skip normalization of
13702 plain links that are part of another link.
13703
13704 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13705
13706 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
13707
13708 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13709
13710 * org-indent.el (org-indent-add-properties):
13711 Use `with-silent-modifications'.
13712 (org-indent-remove-properties): Use `with-silent-modifications'.
13713
13714 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13715
13716 * org-table.el (org-table-cookie-line-p): Fix indentation.
13717
13718 * org-exp.el (org-store-forced-table-alignment): New function.
13719 (org-export-preprocess-string):
13720 Call `org-store-forced-table-alignment'.
13721
13722 * org-html.el (org-format-org-table-html): Use stored alignment
13723 information.
13724
13725 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13726
13727 * ob.el (org-babel-execute-src-block): Respects prefix argument
13728 (which forces re-calculation).
13729
13730 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13731
13732 * ob.el (org-babel-execute-src-block): Remove needless param
13733 sorting from ob-execute-src-block, the params are sorted already
13734 by ob-sha1-hash.
13735
13736 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13737
13738 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
13739 header argument level.
13740
13741 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13742
13743 * ob.el (org-babel-sha1-hash): Consider words in different order
13744 as different input.
13745
13746 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13747
13748 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
13749
13750 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13751
13752 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
13753 structure of an Org-mode table (list of lists).
13754
13755 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13756
13757 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
13758 (reference to unassigned variable `src-lang' and avoid calling
13759 org-babel-get-src-block-info twice.
13760
13761 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13762
13763 * ob.el (org-babel-demarcate-block): Updated to reflect the new
13764 info list contents.
13765
13766 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13767
13768 * org-src.el (org-edit-src-code): Supply non-nil argument to
13769 `org-babel-get-src-block-info' to avoid resolving variable
13770 references.
13771
13772 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13773
13774 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
13775 improved efficiency of org-babel-map-src-blocks.
13776
13777 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13778
13779 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
13780 checks that a code block will actually be tangled before
13781 collecting it's full information (a process which could involve
13782 the execution of other code blocks).
13783
13784 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13785
13786 * ob.el (org-babel-demarcate-block): Use light version of
13787 `org-babel-get-src-block-info'.
13788
13789 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13790
13791 * ob.el (org-babel-sha1-hash): Now handles more complex types in
13792 params.
13793
13794 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13795
13796 * ob.el (org-babel-execute-src-block): Generally using the new
13797 more informative params
13798 (org-babel-process-params): Don't forget the :var portion of
13799 variable assignments.
13800
13801 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13802
13803 * ob-table.el (sbe): Simplified to reflect to var resolution.
13804
13805 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13806
13807 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
13808 arguments back to their params before evaluation.
13809
13810 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13811
13812 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
13813 indentation.
13814
13815 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13816
13817 * ob-table.el (sbe): Use `org-babel-process-params params' instead
13818 of `org-babel-expand-variables'.
13819
13820 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13821
13822 * ob-C.el (org-babel-C-execute): Remove call to
13823 org-babel-process-params which should no longer be called from
13824 within a language file.
13825
13826 * ob-R.el (org-babel-execute:R): Remove call to
13827 org-babel-process-params which should no longer be called from
13828 within a language file
13829 (org-babel-R-variable-assignments): Remove call to
13830 org-babel-process-params which should no longer be called from
13831 within a language file.
13832
13833 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
13834 org-babel-process-params which should no longer be called from
13835 within a language file.
13836
13837 * ob-clojure.el (org-babel-execute:clojure): Remove call to
13838 org-babel-process-params which should no longer be called from
13839 within a language file.
13840
13841 * ob-dot.el (org-babel-execute:dot): Remove call to
13842 org-babel-process-params which should no longer be called from
13843 within a language file.
13844
13845 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
13846 call to org-babel-process-params which should no longer be called
13847 from within a language file
13848 (org-babel-execute:emacs-lisp): Remove call to
13849 org-babel-process-params which should no longer be called from
13850 within a language file.
13851
13852 * ob-haskell.el (org-babel-execute:haskell): Remove call to
13853 org-babel-process-params which should no longer be called from
13854 within a language file.
13855
13856 * ob-js.el (org-babel-execute:js): Remove call to
13857 org-babel-process-params which should no longer be called from
13858 within a language file.
13859
13860 * ob-lisp.el (org-babel-execute:lisp): Remove call to
13861 org-babel-process-params which should no longer be called from
13862 within a language file.
13863
13864 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
13865 org-babel-process-params which should no longer be called from
13866 within a language file.
13867
13868 * ob-octave.el (org-babel-execute:octave): Remove call to
13869 org-babel-process-params which should no longer be called from
13870 within a language file.
13871
13872 * ob-perl.el (org-babel-execute:perl): Remove call to
13873 org-babel-process-params which should no longer be called from
13874 within a language file.
13875
13876 * ob-python.el (org-babel-execute:python): Remove call to
13877 org-babel-process-params which should no longer be called from
13878 within a language file.
13879
13880 * ob-ruby.el (org-babel-execute:ruby): Remove call to
13881 org-babel-process-params which should no longer be called from
13882 within a language file.
13883
13884 * ob-scheme.el (org-babel-execute:scheme): Remove call to
13885 org-babel-process-params which should no longer be called from
13886 within a language file.
13887
13888 * ob-screen.el (org-babel-execute:screen): Remove call to
13889 org-babel-process-params which should no longer be called from
13890 within a language file
13891 (org-babel-prep-session:screen): Remove call to
13892 org-babel-process-params which should no longer be called from
13893 within a language file.
13894
13895 * ob-sh.el (org-babel-execute:sh): Remove call to
13896 org-babel-process-params which should no longer be called from
13897 within a language file.
13898
13899 * ob-sql.el (org-babel-execute:sql): Remove call to
13900 org-babel-process-params which should no longer be called from
13901 within a language file.
13902
13903 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
13904 processed params.
13905
13906 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
13907 processed params.
13908
13909 * ob-R.el (org-babel-execute:R): Remove reference to processed
13910 params.
13911
13912 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13913
13914 * ob-sql.el (org-babel-execute:sql): Use generic expansion
13915 function
13916 (org-babel-expand-body:sql): Delete function.
13917
13918 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13919
13920 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
13921 (org-babel-expand-body:sh): Delete function
13922 (org-babel-prep-session:sh): Change name of called function
13923 (org-babel-variable-assignments:sh): Change function name.
13924
13925 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13926
13927 * ob-screen.el (org-babel-execute:screen): Use generic expansion
13928 function
13929 (org-babel-expand-body:screen): Delete function
13930 (org-babel-prep-session:screen): Remove references to processed
13931 params.
13932
13933 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13934
13935 * ob-sass.el (org-babel-execute:sass): Use generic expansion
13936 function
13937 (org-babel-expand-body:sass): Delete function.
13938
13939 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13940
13941 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
13942 function
13943 (org-babel-prep-session:ruby): Use new variable assignment
13944 function
13945 (org-babel-variable-assignments:ruby): New function
13946 (org-babel-expand-body:ruby): Delete function.
13947
13948 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13949
13950 * ob-python.el (org-babel-execute:python): Use generic expansion
13951 function
13952 (org-babel-prep-session:python): Change name of called function
13953 (org-babel-variable-assignments:python): Change function name
13954 (org-babel-expand-body:python): Delete function.
13955
13956 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13957
13958 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
13959 (automatically handled by generic version).
13960
13961 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13962
13963 * ob-perl.el (org-babel-execute:perl): Use generic expansion
13964 function
13965 (org-babel-expand-body:perl): Delete function
13966 (org-babel-variable-assignments:perl): New function.
13967
13968 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13969
13970 * ob-org.el (org-babel-expand-body:org): Delete function
13971 (automatically handled by generic version).
13972
13973 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13974
13975 * ob-octave.el (org-babel-execute:octave): Use generic expansion
13976 function
13977 (org-babel-variable-assignments:octave): Change name of function
13978 (org-babel-variable-assignments:matlab): New defalias
13979 (org-babel-prep-session:octave): Change name of function
13980 (org-babel-expand-body:matlab): Delete function
13981 (org-babel-expand-body:octave): Delete function.
13982
13983 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13984
13985 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
13986 function
13987 (org-babel-variable-assignments:ocaml): New function
13988 (org-babel-expand-body:ocaml): Delete function.
13989
13990 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13991
13992 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
13993 (automatically handled by generic version).
13994
13995 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13996
13997 * ob-js.el (org-babel-execute:js): Use new variable assignment
13998 function
13999 (org-babel-expand-body:js): Delete function
14000 (org-babel-prep-session:js): Use new variable assignment function
14001 (org-babel-variable-assignments:js): New function.
14002
14003 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14004
14005 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
14006 function
14007 (org-babel-expand-body:haskell): Delete function
14008 (org-babel-prep-session:haskell): Use variable assignment function
14009 (org-babel-variable-assignments:haskell): New function.
14010
14011 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14012
14013 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
14014 assignment function
14015 (org-babel-prep-session:gnuplot): Use variable assignment function
14016 (org-babel-variable-assignments:gnuplot): New function.
14017
14018 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14019
14020 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
14021 (automatically handled by generic version).
14022
14023 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14024
14025 * ob-css.el (org-babel-expand-body:css): Delete function
14026 (automatically handled by generic version).
14027
14028 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14029
14030 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
14031 expansion function
14032 (org-babel-expand-body:asymptote): Delete function
14033 (org-babel-variable-assignments:asymptote): New function.
14034
14035 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14036
14037 * ob-R.el (org-babel-expand-body:R): Use new function
14038 `org-babel-variable-assignments:R'; don't trim body.
14039 (org-babel-execute:R): Respond to changes in
14040 `org-babel-expand-body:R'
14041 (org-babel-prep-session:R): Called function is now named
14042 `org-babel-variable-assignments:R'
14043 (org-babel-variable-assignments:R): Receives processed-params as
14044 new optional argument.
14045
14046 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14047
14048 * ob-C.el (org-babel-C-expand): Don't trim body.
14049
14050 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14051
14052 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
14053 obtaining variable references.
14054
14055 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14056
14057 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
14058 assignment lines to generic expansion command.
14059
14060 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14061
14062 * ob.el (org-babel-expand-src-block): Supply variable assignment
14063 lines to generic expansion function
14064 (org-babel-expand-body:generic): Prepend body with optional
14065 variable assignment lines.
14066
14067 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14068
14069 * ob-exp.el (org-babel-exp-results): Replaced old function call.
14070
14071 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14072
14073 * ob-lob.el (org-babel-lob-execute): Now expanding variable
14074 references before execution.
14075
14076 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14077
14078 * ob.el (org-babel-execute-src-block): Only sort parameters if
14079 it's required for caching.
14080
14081 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14082
14083 * ob-table.el (sbe): Reworking for better indentation and to
14084 integrate the new variable resolution.
14085
14086 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14087
14088 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14089 variables when resolving references.
14090
14091 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14092
14093 * ob.el (org-babel-merge-params): Fix order or precedence for
14094 variables.
14095
14096 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14097
14098 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14099 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14100 (org-babel-R-variable-assignments):
14101 * ob-asymptote.el (org-babel-expand-body:asymptote)
14102 (org-babel-execute:asymptote):
14103 * ob-clojure.el (org-babel-expand-body:clojure)
14104 (org-babel-execute:clojure):
14105 * ob-css.el (org-babel-expand-body:css):
14106 * ob-ditaa.el (org-babel-expand-body:ditaa):
14107 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14108 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14109 (org-babel-execute:emacs-lisp):
14110 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14111 * ob-haskell.el (org-babel-expand-body:haskell)
14112 (org-babel-execute:haskell, org-babel-load-session:haskell)
14113 (org-babel-prep-session:haskell):
14114 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14115 * ob-latex.el (org-babel-expand-body:latex):
14116 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14117 * ob-mscgen.el (org-babel-expand-body:mscgen):
14118 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14119 * ob-octave.el (org-babel-expand-body:matlab)
14120 (org-babel-expand-body:octave, org-babel-execute:octave)
14121 (org-babel-octave-variable-assignments):
14122 * ob-org.el (org-babel-expand-body:org):
14123 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14124 * ob-plantuml.el (org-babel-expand-body:plantuml):
14125 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14126 (org-babel-python-variable-assignments):
14127 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14128 * ob-sass.el (org-babel-expand-body:sass):
14129 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14130 * ob-screen.el (org-babel-expand-body:screen):
14131 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14132 (org-babel-sh-variable-assignments):
14133 * ob-sql.el (org-babel-expand-body:sql):
14134 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14135 * ob.el (org-babel-expand-body:generic):
14136 Remove obsoleted optional third argument.
14137
14138 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14139
14140 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14141 calls to removed org-babel-ref-variables.
14142
14143 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14144
14145 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14146 ingested code blocks.
14147
14148 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14149
14150 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14151 information from within the original export file.
14152
14153 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14154
14155 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14156 (this should return nil if not match found.
14157
14158 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14159
14160 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14161 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14162
14163 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14164
14165 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14166 docstring.
14167
14168 * ob-python.el (org-babel-python-variable-assignments):
14169 Provide missing docstring.
14170
14171 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14172
14173 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14174 variable assignment part out into a separate function
14175 (org-babel-octave-variable-assignments): New function constructing
14176 list of variable assignment statements
14177 (org-babel-prep-session:octave): Use new function
14178 `org-babel-octave-variable-assignments' instead of previous
14179 (incorrect) variable assignment code.
14180
14181 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14182
14183 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14184 assignment part out into a separate function
14185 (org-babel-sh-variable-assignments): New function constructing
14186 list of variable assignment statements
14187 (org-babel-prep-session:sh): Use new function
14188 `org-babel-sh-variable-assignments' instead of previous
14189 (incorrect) variable assignment code.
14190
14191 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14192
14193 * ob-python.el (org-babel-expand-body:python): Refactor: break
14194 variable assignment part out into a separate function
14195 (org-babel-python-variable-assignments): New function constructing
14196 list of variable assignment statements
14197 (org-babel-prep-session:python): Use new function
14198 `org-babel-python-variable-assignments' instead of previous
14199 (incorrect) variable assignment code.
14200
14201 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14202
14203 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14204 assignment part out into a separate function
14205 (org-babel-R-variable-assignments): New function constructing list
14206 of variable assignment statements
14207 (org-babel-prep-session:R): Use new function
14208 `org-babel-R-variable-assignments' instead of previous
14209 (incorrect) variable assignment code.
14210
14211 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14212
14213 * ob.el (org-babel-initiate-session): Better variable names.
14214
14215 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14216
14217 * ob.el (org-number-sequence):
14218 Declared * ob-R.el (org-number-sequence): Declared.
14219
14220 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14221
14222 * ob.el (org-babel-map-src-blocks): Store correct value of
14223 `end-block'.
14224
14225 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14226
14227 * ob.el (org-babel-mark-block): New function to mark the body of a
14228 src block in the style of `mark-defun'.
14229
14230 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14231
14232 * org-compat.el (org-number-sequence): New function.
14233
14234 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14235
14236 * ob.el (org-babel-where-is-src-block-result):
14237 Use `org-number-sequence'.
14238 (org-babel-current-buffer-properties): Fix variable definition.
14239
14240 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14241
14242 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14243 version of `shell-command'.
14244
14245 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14246 `shell-command'.
14247
14248 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14249
14250 * org-list.el (org-list-search-unenclosed-generic): Replace call
14251 to booleanp.
14252
14253 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14254
14255 * org.el (org-agenda-jump-prefer-future): New option.
14256
14257 * org-agenda.el (org-agenda-goto-date):
14258 Use `org-agenda-jump-prefer-future'.
14259
14260 2010-11-11 Noorul Islam <noorul@noorul.com>
14261
14262 * org-latex.el (org-export-latex-links): Replaced hard coded
14263 hyperref format with custom variable
14264 `org-export-latex-hyperref-format'.
14265
14266 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14267
14268 * org.el (org-insert-heading): Fix docstring.
14269
14270 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
14271
14272 * org-capture.el (org-capture-place-entry): If the first line is
14273 already a headline, just stay there.
14274
14275 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14276
14277 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14278 are non-nil.
14279
14280 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14281
14282 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14283 after an entity.
14284
14285 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14286
14287 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14288 table fields.
14289
14290 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14291
14292 * org.el (org-insert-heading): When on the headline of an inline
14293 task, insert another inline tasks.
14294
14295 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14296
14297 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14298 links for blocks that will actually tangle.
14299
14300 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14301
14302 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14303 in expanded shell bodies.
14304
14305 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14306
14307 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14308 newline characters.
14309
14310 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14311
14312 * ob-sh.el (org-babel-expand-body:sh): Align code.
14313
14314 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14315
14316 * ob.el (org-babel-params-from-properties): Max line with at <=80.
14317
14318 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14319
14320 * org-latex.el (org-export-latex-listings-langs): Clojure is now
14321 recognized as a lisp.
14322
14323 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14324
14325 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14326 to interpret property as header argument value.
14327
14328 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14329
14330 * ob.el (org-babel-parse-header-arguments): Simplify reading of
14331 header arg value.
14332
14333 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14334
14335 * org-publish.el (org-publish-org-to-ascii):
14336 (org-publish-org-to-latin1):
14337 (org-publish-org-to-utf8): New functions.
14338
14339 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14340
14341 * org.el (org-insert-heading): Skip inline tasks when trying to
14342 insert a new heading after the end of the subtree.
14343
14344 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14345
14346 * org-inlinetask.el (org-inlinetask-min-level): Set customization
14347 type to integer or nil.
14348
14349 * org.el (org-insert-heading): When after an inline task, do not
14350 use level but go back to headline level before the inline task.
14351
14352 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14353
14354 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14355
14356 * org.el (org-indent-line-function): Fix indentation of inline
14357 tasks.
14358
14359 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14360
14361 * org.el (org-activate-links): Fix customize type.
14362
14363 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14364
14365 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14366 default option.
14367
14368 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14369
14370 * org-latex.el (org-export-latex-minted): Document pygments
14371 dependency.
14372
14373 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14374
14375 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14376 file if encryption has been turned on.
14377 (org-mobile-copy-agenda-files): Avoid double encryption of
14378 `mobileorg.org'.
14379
14380 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14381
14382 * org-exp.el (org-export-latex-minted-with-line-numbers):
14383 Ensure that variable is declared.
14384
14385 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14386
14387 * ob-python.el (org-src-preserve-indentation): Fix compiler
14388 warning.
14389
14390 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14391
14392 * org-exp.el (org-export-format-source-code-or-example):
14393 Latex formatting of source code blocks using the minted package
14394 (org-export-plist-vars): Add :latex-minted property
14395 (org-export-latex-minted): Ensure variable is defined
14396 (org-export-latex-minted-langs): Ensure variable is defined.
14397
14398 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14399
14400 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14401
14402 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14403
14404 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14405
14406 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14407
14408 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14409 when `org-src-preserve-indentation' is non-nil.
14410
14411 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14412
14413 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14414 of blocks added to Library of Babel.
14415
14416 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14417
14418 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14419 name.
14420
14421 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14422
14423 * org-beamer.el (org-beamer-place-default-actions-for-lists):
14424 Fix typo in regexp.
14425
14426 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14427
14428 * org-list.el (org-toggle-checkbox): Avoid some boundary error
14429 when inserting a checkbox in an empty last item of a list.
14430
14431 2010-11-11 David Maus <dmaus@ictsoc.de>
14432
14433 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14434 Query article number from file is nil by default.
14435
14436 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
14437
14438 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14439
14440 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14441
14442 * org-capture.el (org-capture-place-entry): Move to `beg' before
14443 searching for `%?'.
14444
14445 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14446
14447 * org.el (org-format-latex): Fix mathjax treatment of single
14448 letters in between dollars.
14449
14450 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14451
14452 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14453 run.
14454
14455 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14456
14457 * org.el (org-blank-before-new-entry): Improve docstring.
14458
14459 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14460
14461 * org-mobile.el (org-mobile-force-id-on-agenda-items):
14462 Fix docstring.
14463 (org-mobile-write-agenda-for-mobile): Use outline path if we do
14464 not have an ID and are not allowed to make one.
14465 (org-mobile-get-outline-path-link): New function.
14466
14467 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14468
14469 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14470 file.
14471 (org-mobile-write-agenda-for-mobile): Use the right name, even if
14472 the file get encrypted.
14473 (org-mobile-move-capture): Only delete tempfile if it does exist.
14474
14475 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14476
14477 * ob.el (org-babel-number-p): Fix documentation string.
14478
14479 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14480
14481 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14482 "tangle" as a positive argument for the :noweb header argument
14483 during tangling.
14484
14485 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14486
14487 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14488 have links, with tests.
14489
14490 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14491
14492 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14493 available.
14494 (org-export-latex-get-error): New function.
14495 (org-export-as-pdf): Give an indication of the errors that
14496 happened during processing.
14497
14498 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
14499
14500 * org-exp.el (org-export-language-setup): Fix Polish entries.
14501
14502 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14503
14504 * org.el (org-set-tags): Allow comma as a separator when
14505 specifying tags at the completion interface.
14506 (org-tags-completion-function): Allow comma as a separator when
14507 specifying tags at the completion interface.
14508
14509 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14510
14511 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14512 export-file if exporting from a buffer which is not visiting a
14513 file.
14514
14515 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14516
14517 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14518 name in link construction if there is a heading to follow it.
14519
14520 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14521
14522 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14523 as an allowed extension.
14524
14525 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14526
14527 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14528 with zeros. Start applying face earlier.
14529
14530 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14531
14532 * ob.el (or): Don't create org-babel-temporary-directory in batch
14533 as it won't be removed by emacs-kill-hook
14534 (org-babel-remove-temporary-directory): Only try to remove this
14535 directory if it exists.
14536
14537 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14538
14539 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14540 warning in ob.el.
14541
14542 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14543
14544 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14545 the tangling message.
14546
14547 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14548
14549 * ob.el (org-babel-load-languages): Fixes compiler warning.
14550
14551 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14552
14553 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14554 output.
14555
14556 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14557
14558 * org-ascii.el (org-export-as-ascii): Use the correct match group.
14559
14560 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14561
14562 * ob.el (boundp): Uncommenting defvar form for
14563 org-babel-temporary-directory
14564 (org-babel-temp-file): Now using the org-babel-temporary-directory
14565 for holding new babel temporary files
14566 (org-babel-remove-temporary-directory): Removes the babel temp dir
14567 when Emacs shutsdown
14568 (kill-emacs-hook): Now removing the babel temp dir on Emacs
14569 shutdown.
14570
14571 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14572
14573 * org-capture.el (org-capture-fill-template): Initialize history
14574 variable.
14575
14576 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14577
14578 * org-src.el (org-edit-src-code): Don't move point when generating
14579 edit buffer.
14580
14581 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14582
14583 * org-src.el (org-edit-src-code): Deal with point being in
14584 #+end_src line.
14585
14586 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14587
14588 * org-table.el (org-table-current-column): Add interactive to turn
14589 this into a command.
14590
14591 2010-11-11 Bernt Hansen <bernt@norang.ca>
14592
14593 * org.el (org-insert-heading): Run org-insert-heading-hook when
14594 creating the first heading in a file.
14595
14596 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14597
14598 * org.el (org-startup-with-inline-images): New option.
14599 (org-startup-options): Add new keywords inlineimages and
14600 noinlineimages.
14601 (org-mode): Inline images when this has been configured.
14602
14603 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14604
14605 * ob.el (org-babel-get-src-block-info): Remove optional
14606 HEADER-VARS-ONLY argument; further simplification.
14607
14608 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14609
14610 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
14611 prompt in ob-confirm-evaluate in some cases.
14612
14613 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14614
14615 * ob.el (org-babel-demarcate-block): Visible region and completion
14616 during language selection.
14617
14618 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14619
14620 * ob.el (org-babel-get-src-block-info): Remove comment.
14621
14622 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14623
14624 * ob.el (org-babel-get-src-block-info): Simplify function.
14625
14626 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14627
14628 * ob.el (org-babel-get-src-block-info): Form info list correctly
14629 when parenthesized arguments are missing.
14630
14631 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14632
14633 * ob-exp.el (org-export-babel-evaluate): Docstring typo
14634 (org-babel-exp-code): Docstring typo.
14635
14636 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14637
14638 * org-mobile.el (org-mobile-encryption-password):
14639 Improve docstring.
14640 (org-mobile-encryption-password-session): New variable.
14641 (org-mobile-encryption-password): New function.
14642 (org-mobile-check-setup):
14643 (org-mobile-encrypt-file):
14644 (org-mobile-decrypt-file): Use the new function.
14645
14646 2010-11-11 David Maus <dmaus@ictsoc.de>
14647
14648 * org-capture.el (org-capture-place-template): Widen to remove
14649 possible restrictions in target buffer.
14650
14651 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
14652
14653 * org.el (org-speed-command-hook): Add org-speed-command-hook
14654 (org-babel-speed-command-hook): Hook for Babel's speed commands.
14655
14656 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14657
14658 * ob.el (org-babel-execute-buffer): Re-implement using
14659 `org-babel-map-src-blocks'.
14660
14661 2010-11-11 David Maus <dmaus@ictsoc.de>
14662
14663 * org-capture.el (org-capture-templates): Update doc string with
14664 new message date related escapes.
14665
14666 2010-11-11 David Maus <dmaus@ictsoc.de>
14667
14668 * org-wl.el (org-wl-store-link-message): Define properties %:date)
14669 (%:date-timestamp, and %:date-timestamp-inactive.
14670
14671 * org-mew.el (org-mew-store-link): Dto.
14672
14673 * org-mhe.el (org-mhe-store-link): Dto.
14674
14675 * org-rmail.el (org-rmail-store-link): Dto.
14676
14677 * org-vm.el (org-vm-store-link): Dto.
14678
14679 2010-11-11 David Maus <dmaus@ictsoc.de>
14680
14681 * org-wl.el (org-wl-message-field): Always get literal content of
14682 header fields.
14683
14684 2010-11-11 David Maus <dmaus@ictsoc.de>
14685
14686 * org-gnus.el (org-gnus-store-link): Define properties
14687 %:date-timestamp and %:date-timestamp-inactive.
14688
14689 2010-11-11 David Maus <dmaus@ictsoc.de>
14690
14691 * org-gnus.el (org-gnus-store-link): Handle empty date header
14692 field.
14693
14694 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14695
14696 * org.el (org-speed-command-hook): New. Hook for installing
14697 additional speed commands. Use this for enabling speed commands on
14698 src blocks.
14699 (org-speed-command-default-hook): The default hook for
14700 org-speed-command-hook. Factored out from org-self-insert-command
14701 and mimics existing behavior.
14702 (org-self-insert-command): Modified to use org-speed-command-hook.
14703
14704 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14705
14706 * org-agenda.el (org-search-view): Recover spaces in search words
14707 if they were escaped with \ or inside a regexp.
14708
14709 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14710
14711 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
14712 the list of completable meta line words.
14713 (org-complete): Complete property names after #+PROPERTY.
14714
14715 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14716
14717 * ob-python.el (org-babel-python-evaluate-session): Make temp file
14718 names consistent.
14719
14720 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14721
14722 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
14723 Delete extra format argument.
14724
14725 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14726
14727 * ob-org.el (org-babel-org-export): Typo in docstring.
14728
14729 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14730
14731 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
14732 variable.
14733
14734 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14735
14736 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
14737
14738 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14739
14740 * ob.el (org-babel-process-file-name): New function
14741 (org-babel-maybe-remote-file): Delete function.
14742
14743 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14744
14745 * ob-C.el (org-babel-C-execute): Remove unused variable.
14746
14747 2010-11-11 David Maus <dmaus@ictsoc.de>
14748
14749 * org.el (org-make-link-string): Prevent superfluous colon.
14750
14751 2010-11-11 David Maus <dmaus@ictsoc.de>
14752
14753 * org.el (org-make-org-heading-search-string): Leave headline
14754 intact.
14755
14756 2010-11-11 David Maus <dmaus@ictsoc.de>
14757
14758 * org.el (org-make-link-string): Don't escape characters in link
14759 type.
14760
14761 2010-11-11 Bastien Guerry <bzg@gnu.org>
14762
14763 * org-capture.el (org-capture-templates): Update docstring to
14764 advertise %:org-date.
14765
14766 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14767
14768 * ob-dot.el (org-babel-execute:dot): Automatically specifies
14769 "-T<ext>" based on file name extension.
14770
14771 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14772
14773 * ob-org.el (org-babel-org-export): Raise error on nested export
14774 call.
14775
14776 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14777
14778 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
14779 output files.
14780
14781 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14782
14783 * ob.el (org-babel-demarcate-block): Better initialization of
14784 stars.
14785
14786 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14787
14788 * org-src.el (org-src-tab-acts-natively): Add customize interface.
14789
14790 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14791
14792 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
14793 New variable allowing prevention of automatic stripping of leading and
14794 trailing blank lines when exiting edit buffer.
14795 (org-edit-src-exit): Respect value of
14796 `org-src-strip-leading-and-trailing-blank-lines'
14797 (org-src-native-tab-command-maybe):
14798 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
14799 this function.
14800
14801 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14802
14803 * org-src.el (org-edit-src-code): If mark was inside code block
14804 then code edit buffer inherits mark with active region.
14805
14806 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14807
14808 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
14809
14810 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14811
14812 * ob.el (org-babel-demarcate-block): Better handling of empty
14813 space around demarcated area.
14814
14815 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14816
14817 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
14818 this command.
14819
14820 2010-11-11 David Maus <dmaus@ictsoc.de>
14821
14822 * org-gnus.el (org-gnus-open-nntp): New function.
14823
14824 2010-11-11 David Maus <dmaus@ictsoc.de>
14825
14826 * org-wl.el (org-wl-open-nntp): New function.
14827
14828 2010-11-11 David Maus <dmaus@ictsoc.de>
14829
14830 * org-wl.el (org-wl-open): Open message by numeric reference if
14831 article part is not a message id.
14832
14833 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14834
14835 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
14836 visible line.
14837
14838 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14839
14840 * ob.el (org-babel-demarcate-block): Interactive demarcation of
14841 code blocks.
14842
14843 * ob-keys.el (org-babel-key-bindings): Key bindings for block
14844 demarcation.
14845
14846 2010-11-11 Bastien Guerry <bzg@gnu.org>
14847
14848 * org.el (org-link-types): Add the "message" link type.
14849
14850 2010-11-11 David Maus <dmaus@ictsoc.de>
14851
14852 * org.el (org-link-types): Add 'message:' link type to default
14853 link types.
14854
14855 2010-11-11 Bastien Guerry <bzg@gnu.org>
14856
14857 * org-gnus.el (org-gnus-store-link): Add the :date property to
14858 gnus links, allowing the use of %:date in capture templates.
14859
14860 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14861
14862 * org-list.el (org-cycle-list-bullet): Follow order of bullets
14863 indicated in doc-string.
14864
14865 * org-list.el (org-list-bottom-point-with-indent): List is ended
14866 when a line is less indented that the last item, not the less
14867 indented item.
14868
14869 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14870
14871 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
14872 original file before resolving code block parameters to ensure
14873 headline and buffer wide parameters are taken into consideration
14874 when only a narrowed portion of the file is exported.
14875
14876 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14877
14878 * org.el (org-forward-same-level): Fix docstring.
14879
14880 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
14881
14882 * org-publish.el (org-publish-attachment): Put the attachment into
14883 the right directory.
14884
14885 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14886
14887 * org.el (org-goto-first-child): New command.
14888
14889 2010-11-11 Matt Lundin <mdl@imapmail.org>
14890
14891 * org-agenda.el (org-prepare-agenda): If the agenda is called from
14892 within the agenda via an elisp link, such as
14893 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
14894 of the file containing the link, since that buffer is current
14895 during org-prepare agenda (due to a with-current-buffer in
14896 org-agenda-open-link). An additional test now ensures that the
14897 agenda buffer is in fact current when the buffer is erased and
14898 local variables for the agenda are set.
14899
14900 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
14901
14902 * org-exp.el (org-infile-export-plist): Define property macro.
14903
14904 2010-11-11 David Maus <dmaus@ictsoc.de>
14905
14906 * org-mhe.el (org-mhe-get-header): Remove possible folding white
14907 space in message header field.
14908
14909 2010-11-11 David Maus <dmaus@ictsoc.de>
14910
14911 * org-feed.el (org-feed): Fix typo in customization group :tag
14912 property.
14913
14914 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14915
14916 * org-latex.el (org-export-latex-tag-markup): New option.
14917 (org-export-latex-keywords-maybe):
14918 Use `org-export-latex-tag-markup'.
14919
14920 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
14921
14922 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
14923 (org-ical-ts-to-string): Use UTC time when requested.
14924
14925 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
14926
14927 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
14928 from 'file' to 'http'.
14929
14930 2010-11-11 David Maus <dmaus@ictsoc.de>
14931
14932 * org.el (org-store-log-note): Fix wrong usage
14933 of`org-adapt-indentation'.
14934
14935 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14936
14937 * org.el (org-skip-over-state-notes): Do not compute bottom point
14938 at each item.
14939
14940 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
14941 instead of moving to each item.
14942
14943 2010-11-11 David Maus <dmaus@ictsoc.de>
14944
14945 * org-capture.el (org-capture-templates): Small fix in doc string.
14946
14947 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
14948
14949 * org-archive.el (org-get-local-archive-location):
14950 Use `org-carchive-location' as default.
14951
14952 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14953
14954 * ob-C.el (org): No longer requires org.
14955
14956 * ob-ledger.el (org): No longer requires org.
14957
14958 2010-11-11 David Maus <dmaus@ictsoc.de>
14959
14960 * org.el (org-priority): Save match data before call to
14961 `read-char-exclusive'.
14962
14963 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14964
14965 * org-list.el (org-list-to-generic): Descriptions labels can be
14966 any suit of symbols, and will end at double colons.
14967
14968 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14969
14970 * org.el (org-indent-line-function): Indent past [@num] and
14971 [@start:num], consistently with what is already done with
14972 checkboxes.
14973
14974 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14975
14976 * org.el (org-store-log-note): Indent new notes to the right
14977 column. Also take `org-list-two-spaces-after-bullet-regexp' into
14978 consideration when creating the note.
14979
14980 2010-11-11 David Maus <dmaus@ictsoc.de>
14981
14982 * org-gnus.el (nnimap-group-overview-filename): Declare function
14983 to silence byte compiler.
14984
14985 2010-11-11 David Maus <dmaus@ictsoc.de>
14986
14987 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14988 New customization variable.
14989 (org-gnus-nnimap-cached-article-number): New function.
14990 (org-gnus-follow-link): Try to fetch cached article number of
14991 message-id.
14992
14993 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14994
14995 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
14996 first line into code blocks before export so that the first line
14997 is not interpreted as a title
14998 (org-babel-org-export): Use new dummy code block prefix.
14999
15000 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15001
15002 * ob.el (org-babel-insert-result): No longer throws error when
15003 inserting an empty result.
15004
15005 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15006
15007 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
15008
15009 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15010
15011 * ob.el (org-babel-do-in-edit-buffer):
15012 Use `org-babel-where-is-src-block-head' to test for source block at
15013 point.
15014
15015 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15016
15017 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
15018 `org-babel-goto-src-block-head'.
15019
15020 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
15021 current code block.
15022
15023 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15024
15025 * ob.el (org-babel-next-src-block): Now raising more informative
15026 error when no further code blocks can be found.
15027 (org-babel-previous-src-block): Now raising more informative error
15028 when no previous code blocks can be found.
15029
15030 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15031
15032 * org-exp-blocks.el
15033 (org-export-preprocess-after-include-files-hook): Now using this
15034 hook instead of `org-export-preprocess-hook'.
15035
15036 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15037
15038 * ob-plantuml.el (org-babel-execute:plantuml): ????
15039
15040 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15041
15042 * ob-python.el (org-babel-python-evaluate): Refactor as call to
15043 either `org-babel-python-evaluate-external-process' or
15044 `org-babel-python-evaluate-session'.
15045 (org-babel-python-evaluate-external-process): New function to
15046 handle evaluation in external process.
15047 (org-babel-python-evaluate-session): New function to handle
15048 evaluation in emacs inferior process.
15049
15050 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15051
15052 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
15053 or html respecting :results header arg
15054 (org-babel-org-export): Exports a string of text to an output
15055 format.
15056
15057 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15058
15059 * ob.el (org-babel-insert-result): Remove existing results when
15060 nil results are returned.
15061
15062 2010-11-11 David Maus <dmaus@ictsoc.de>
15063
15064 * org-ascii.el (org-export-as-ascii): Bind and set link path for
15065 link type specific markup function.
15066
15067 2010-11-11 David Maus <dmaus@ictsoc.de>
15068
15069 * org-clock.el (notifications-notify): Properly declare function
15070 to silence byte compiler.
15071
15072 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15073
15074 * org-list.el (org-insert-item): Check invisibility of point at a
15075 meaningful location.
15076
15077 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15078
15079 * org-list.el (org-list-insert-item-generic): Updating checkboxes
15080 can modify bottom point of a list, so make it a marker before
15081 calling `org-update-checkbox-count-maybe'.
15082
15083 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15084
15085 * org.el (org-src-fontify-natively): Set to nil by default.
15086 Supply customize interface.
15087
15088 2010-11-11 Bastien Guerry <bzg@gnu.org>
15089
15090 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15091 `org-bracket-link-analytic-regexp++' to match the link type.
15092
15093 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15094
15095 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15096 `language'.
15097
15098 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15099
15100 * ob-tangle.el (org-babel-tangle-comment-format-beg):
15101 Format string specifying the link-comment preceding a code block
15102 (org-babel-tangle-comment-format-end): Format string specifying
15103 the link-comment following a code block
15104 (org-babel-tangle-collect-blocks): Storing more information in the
15105 spec of a tangling code block
15106 (org-babel-spec-to-string): Now makes use of customizable
15107 link-comment formats.
15108
15109 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
15110
15111 * org.el (org-delete-backward-char): Check for nil overwrite-mode
15112 before inserting spaces.
15113
15114 2010-11-11 David Maus <dmaus@ictsoc.de>
15115
15116 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15117 from summary of non-TODO ical entries.
15118 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15119 exclude tags from summary of TODO ical entries.
15120
15121 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15122
15123 * ob.el (org-babel-map-src-blocks): Now exposes much information
15124 about the code block in the form of let-bound local variables.
15125
15126 2010-11-11 David Maus <dmaus@ictsoc.de>
15127
15128 * org-list.el (org-outline-regexp, org-ts-regexp)
15129 (org-ts-regexp-both, org-in-regexps-block-p)
15130 (org-level-increment, org-at-heading-p)
15131 (outline-previous-heading, org-icompleting-read)
15132 (org-time-string-to-seconds): Declare to fix compiler warning.
15133
15134 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15135
15136 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15137 used from an heading. Send an error when no item is in region.
15138
15139 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15140
15141 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15142 ensure that edit buffer is exited.
15143
15144 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15145
15146 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15147 control the amount of extra newlines inserted into tangled code
15148 (org-babel-tangle-collect-blocks): Now conditionally collects
15149 information to be used for "org" style comments
15150 (org-babel-spec-to-string): Now inserts "org" style comments, and
15151 obeys the newline configuration variable when inserting whitespace.
15152
15153 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15154
15155 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15156 hook
15157 (org-babel-tangle): Calls new tangle hook.
15158
15159 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15160
15161 * org-capture.el (org-capture): Compute the length of the correct
15162 string when removing properties.
15163
15164 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15165
15166 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15167 names before shell quoting.
15168
15169 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15170
15171 * org-src.el (org-src-tab-indents-natively): New variable
15172 controlling whether language-native TAB action should be performed
15173 (org-src-native-tab-command-maybe): New function to perform
15174 language-native TAB action.
15175 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15176
15177 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15178
15179 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15180 `org-plantuml-jar-path' before use.
15181
15182 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15183
15184 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15185 language major mode buffers during fontification.
15186
15187 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15188
15189 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15190 match code blocks with switches and header args. Call
15191 `org-src-font-lock-fontify-block' for automatic fontification of
15192 code in code blocks, controlled by variable
15193 `org-src-fontify-natively'.
15194 (org-src-fontify-natively): New variable.
15195
15196 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15197
15198 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15199 inf-ruby.
15200
15201 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15202
15203 * org-html.el (org-html-make-link): (expand-file-name) removes
15204 one "/" from "///path-to-file", so add one. Anything other than
15205 'file' type should be exported along with the type.
15206
15207 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15208
15209 * org.el (org-insert-subheading): Fix compiler warning
15210 (org-insert-todo-subheading): Fix compiler warning.
15211
15212 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15213
15214 * org-capture.el (org-capture): Remove read-only text properties
15215 from capture text.
15216 (org-capture-set-target-location): Throw an error if file+headline
15217 target does not point into a file which is in Org mode.
15218
15219 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15220
15221 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15222
15223 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15224
15225 * org-src.el (org-edit-src-code): Improve docstring.
15226
15227 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15228
15229 * ob.el (org-babel-execute-src-block): Document prefix argument in
15230 docstring.
15231
15232 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15233
15234 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15235 org-ditaa-jar-path with expand-file-name.
15236
15237 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15238
15239 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15240 `org-babel-execute-src-block'.
15241
15242 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15243
15244 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15245 [@x] syntax for list numbering.
15246
15247 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15248
15249 * org.el (org-indent-line-function): Indentation of source block
15250 is left to `org-edit-src-exit' and shouldn't be modified by
15251 `org-indent-line-function'. Indentation of others blocks should be
15252 the same as the #+begin line.
15253
15254 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15255
15256 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15257 forms on source blocks in current buffer; restore point in current
15258 buffer.
15259
15260 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15261
15262 * org-list.el (org-list-struct): Accept list boundaries as an
15263 argument in order to avoid computing `org-list-top-point' and
15264 `org-list-bottom-point' twice when indenting.
15265
15266 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15267
15268 * org-list.el (org-list-ending-method): Default value is now
15269 `both', to ensure maximum compatibility before previous
15270 implementation.
15271
15272 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15273
15274 * org-list.el (org-list-in-item-p-with-indent): Test if first line
15275 is the item beginning.
15276
15277 * org-list.el (org-list-top-point-with-indent): Test if first line
15278 is a valid list beginning.
15279
15280 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15281
15282 * org-list.el (org-list-ending-method): New customizable variable
15283 to tell Org Mode how lists end. See docstring.
15284
15285 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15286
15287 * org-list.el (org-indent-item-tree): Shifting step of top-level
15288 item depends on `org-level-increment'.
15289
15290 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15291
15292 * org.el (org-indent-line-function): Indent first non blank line
15293 after a list according to current heading level.
15294
15295 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15296
15297 * org-docbook.el (org-export-as-docbook): Remove check for
15298 indentation on lines that do not start with a list bullet.
15299
15300 * org-html.el (org-export-as-html): Same thing.
15301
15302 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15303
15304 * org-list.el (org-list-bottom-point): Take into consideration
15305 that bound of search can be before true ending of the list.
15306
15307 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15308
15309 * org-list.el (org-list-struct-apply-struct): No longer shift
15310 item's body twice: one after replacing bullet and one after
15311 changing indentation.
15312
15313 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15314
15315 * org-list.el (org-list-struct-indent): Add code to replace
15316 bullets if needed when indenting.
15317
15318 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15319
15320 * org-list.el (org-list-insert-item-generic): A single item
15321 already counting blank lines in his body should be separated with
15322 the next one by a blank line. Moreover, if user already provided
15323 blank lines, follow his wishes.
15324
15325 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15326
15327 * org-list.el (org-indent-item-tree): When moving top item of a
15328 *-list to column 0, only the first item had its bullet changed to
15329 -. It now changes all items of the top-level list, as expected.
15330
15331 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15332
15333 * org-list.el (org-toggle-checkbox): Go to beginning of line
15334 before processing.
15335
15336 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15337
15338 * org-list.el (org-list-struct-apply-struct): Check if ancestor
15339 exists.
15340
15341 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15342
15343 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15344 done at each item.
15345
15346 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15347
15348 * org-list.el : Removed unused variable
15349 `org-suppress-item-indentation'.
15350
15351 * org-list.el (org-renumber-ordered-list): Skip item if bullet
15352 number is already good.
15353
15354 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15355
15356 * org-list.el (org-list-automatic-rules): Doc-string reflects this
15357 change.
15358
15359 * org-list.el (org-indent-item-tree): Prevent whole list from
15360 being moved when user is not moving subtree. Thus
15361 `org-cycle-item-indentation' will not allow to move the list.
15362
15363 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15364
15365 * org-list.el (org-indent-item-tree): Remove region code. It was
15366 prone to errors and undocumented.
15367
15368 * org-list.el (org-item-indent-positions): Better heuristics to
15369 determine what bullet the item will have when demoted.
15370
15371 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15372
15373 * org-list.el (org-list-bullet-string): First check if
15374 `org-list-two-spaces-after-bullet-regexp' isn't nil.
15375
15376 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15377
15378 * org-list.el (org-list-bullet-string): Do not modify match-data.
15379
15380 * org.el (org-toggle-item): Now working again when changing list
15381 items into plain text. Moreover take into consideration
15382 `org-list-two-spaces-after-bullet-regexp'.
15383
15384 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15385
15386 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15387 fix, and improved heuristics to determine bullet when indenting.
15388
15389 * org-list.el (org-item-indent-positions): Function now returns
15390 sane results when there are two lists separated with blank lines
15391 only.
15392
15393 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15394
15395 * org-docbook.el (org-export-as-docbook): Use override="num" in
15396 any listitem matching [@start:num].
15397
15398 * org-html.el (org-export-as-html): Use value="num" in any li
15399 matching [@start:num].
15400
15401 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15402
15403 * org.el (org-set-font-lock-defaults): Correct fontification for
15404 checkboxes found after [@start:?].
15405
15406 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15407 [@start:?] when looking at a regex after a bullet.
15408
15409 * org-list.el (org-toggle-checkbox): Correct insertion of
15410 checkboxes when there is already a [@start:?] in the item.
15411
15412 * org-list.el (org-checkbox-blocked-p): Properly check if there's
15413 an unchecked item before.
15414
15415 * org-list.el (org-list-parse-list): Function handles items having
15416 both a counter and a checkbox.
15417
15418 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15419
15420 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15421 stores both indentation and bullet when cycle started.
15422
15423 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15424
15425 * org-list.el: `org-at-description-p' renamed to
15426 `org-at-item-description-p', `org-first-list-item-p' renamed to
15427 `org-list-first-item-p', `org-end-of-item-text-before-children'
15428 renamed to `org-end-of-item-or-at-child'.
15429
15430 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15431
15432 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15433 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15434 before toggling a checkbox.
15435
15436 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15437
15438 * org-list.el (org-list-bullet-string): New function returning
15439 bullet concatenated with an appropriate number of white spaces.
15440
15441 * org-list.el (org-list-insert-item-generic): Insert the right
15442 bullet, with help of `org-list-bullet-string'.
15443
15444 * org-list.el (org-indent-item-tree):
15445 Use `org-list-bullet-string'.
15446
15447 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15448
15449 * org-list.el (org-toggle-checkbox): Send an error when
15450 `org-toggle-checkbox' is trying to insert a checkbox at a
15451 description item.
15452
15453 * org-list.el (org-item-re): Modified regexp so it can catch
15454 correct number of white space before item body.
15455
15456 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15457 consideration new `org-item-re'.
15458
15459 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15460
15461 * org-list.el (org-list-insert-item-generic): The second item in a
15462 list will be separated from its predecessor with the number of
15463 blank lines separating the first item from its parent, if any, or
15464 no blank line.
15465
15466 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15467
15468 * org-list.el (org-indent-item-tree): Fix and reorder every list
15469 and sublist, from parent of list that has moved if indenting, or
15470 from list at point if outdenting.
15471
15472 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15473
15474 * org-list.el (org-indent-item-tree): Try to keep relative
15475 position on line. It can't if point is in white spaces before
15476 bullet because mixed tabs and spaces make some columns
15477 unattainable.
15478
15479 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15480
15481 * org-list.el (org-cycle-item-indentation): Cycle when the whole
15482 item only contains bullet and maybe a checkbox. Previously, TAB
15483 would cycle when the first line of the item was blank.
15484
15485 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15486
15487 * org-list.el (org-cycle-item-indentation): Allow a point just
15488 after a description item or a checkboxed item to start cycling.
15489
15490 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15491
15492 * org-list.el (org-cycle-list-bullet):
15493 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15494 as valid bullets when cycling.
15495
15496 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15497
15498 * org-list.el (org-cycle-item-indentation): Do return t if and
15499 only if cycling is possible and succeded.
15500
15501 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15502
15503 * org-list.el (org-indent-item-tree): When outdenting a subtree,
15504 the last item shouldn't have a children.
15505
15506 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15507
15508 * org-list.el (org-cycle-item-indentation): Cycling should play
15509 nicely with indent rule in `org-list-automatic-rules'.
15510
15511 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15512
15513 * org-list.el (org-indent-item-tree): If indent rule is activated,
15514 it should be impossible to outdent an item having children without
15515 moving its subtree. Improved reordering of lists modified by
15516 cycling indentation.
15517
15518 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15519
15520 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15521 `org-fix-bullet-type' to prevent infinite loop, and some checks
15522 already done in `org-renumber-ordered-list'.
15523
15524 * org-list.el (org-fix-bullet-type): Remove a check and call
15525 directly `org-maybe-renumber-ordered-list'.
15526
15527 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15528
15529 * org-list.el (org-indent-item-tree): It shouldn't be possible to
15530 indent the first item of a sublist (though outdent is possible) as
15531 it would break list's structure.
15532
15533 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15534
15535 * org-list.el (org-list-insert-item-generic): When local search
15536 doesn't help, search the list globally for blank lines. Moreover,
15537 don't bother with new lists, and add 1 blank line.
15538
15539 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15540
15541 * org-capture.el (org-capture-place-item):
15542 Use `org-search-forward-unenclosed' and
15543 `org-search-backward-unenclosed' and new variable
15544 `org-item-beginning-re'.
15545
15546 * org-list.el (org-item-beginning-re): Regexp matching beginning
15547 of an item.
15548
15549 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15550
15551 * org-list.el (org-cycle-list-bullet): Put back support for
15552 'previous argument.
15553
15554 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15555
15556 * org-list.el (org-in-item-p): Handle case when point is at an
15557 heading.
15558
15559 * org-list.el (org-list-make-subtree): Add protection when used
15560 outside of list.
15561
15562 * org-list.el (org-insert-item): Remove useless hack now
15563 `org-in-item-p' is fixed.
15564
15565 * org-timer.el (org-timer-item): Remove useless hack now
15566 `org-in-item-p' is fixed.
15567
15568 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15569
15570 * org-list.el (org-cycle-list-bullet): Prevent description items
15571 from being numbered. String argument is also recognized now, as
15572 long as it is a valid bullet.
15573
15574 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15575
15576 * org-list.el (org-indent-item-tree): Moving indentation of top
15577 list item will make the whole list move.
15578
15579 * org-list.el (org-apply-on-list): Function is less sensitive to
15580 changes of indentation.
15581
15582 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15583
15584 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15585 of the regexp.
15586
15587 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15588
15589 * org-list.el (org-cycle-item-indentation): Allow cycling
15590 description items and checkbox items.
15591
15592 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15593
15594 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15595 regexp.
15596
15597 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15598
15599 * org-list.el (org-insert-item-internal): Guessing of blank lines
15600 number is made by looking at neighboring items, if any.
15601
15602 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15603
15604 * org-list.el (org-sort-list): Add the possibility to sort timer
15605 lists with the ?t or ?T options.
15606
15607 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15608
15609 * org-list.el (org-search-unenclosed-internal): New function to
15610 handle both `org-search-forward-unenclosed' and
15611 `org-search-backward-unenclosed'.
15612
15613 * org-list.el (org-search-backward-unenclosed): Can send errors
15614 now. Removed useless usage of COUNT.
15615
15616 * org-list.el (org-search-forward-unenclosed): Can send errors
15617 now. Removed useless usage of COUNT.
15618
15619 * org-list.el (org-update-checkbox-count):
15620 Use `org-search-forward-unenclosed' and
15621 `org-search-backward-unenclosed' instead of `re-search-forward'
15622 and `re-search-backward'.
15623
15624 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
15625 and `org-search-backward-unenclosed' instead of
15626 `re-search-forward' and `re-search-backward'.
15627
15628 * org-list.el (org-list-make-subtree):
15629 Use `org-search-forward-unenclosed' and
15630 `org-search-backward-unenclosed' instead of `re-search-forward'
15631 and `re-search-backward'.
15632
15633 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15634
15635 * org-list.el (org-insert-item-internal): Fixes the problem when
15636 point was before the first char of the item's body.
15637
15638 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15639
15640 * org-timer.el (org-timer-item): Refactoring. Compute timer string
15641 before inserting it in the buffer.
15642
15643 * org-timer.el (org-timer): Add an optional argument to return
15644 timer string instead of inserting it.
15645
15646 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15647
15648 * org-list.el (org-insert-item-internal): New function to handle
15649 positioning and contents of an item being inserted at a specific
15650 pos. It is not possible anymore to split a term in a description
15651 list or a checkbox when inserting a new item.
15652
15653 * org-list.el (org-insert-item): Refactored by using the new
15654 `org-insert-item-internal' function.
15655
15656 * org-timer.el (org-timer-item): Refactored by using the new
15657 `org-insert-item-internal' function.
15658
15659 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15660
15661 * org-list.el (org-list-bottom-point): Be sure to check real
15662 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
15663
15664 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
15665 end of item if we are in a list.
15666
15667 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15668
15669 * org-list.el (org-insert-item): Move before any special block in
15670 a list prior to add a new item.
15671
15672 * org-timer.el (org-timer-item): When in a timer list, insert a
15673 new timer item like `org-insert-item'. If in another list, send an
15674 error. Otherwise, start a new timer list.
15675
15676 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15677
15678 * org-list.el: Minor refactoring.
15679
15680 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15681
15682 * org-timer.el (org-timer-item): Insert description list item at
15683 the right column.
15684
15685 * org-list.el (org-insert-item): Insert the right number of blank
15686 lines before a relative timer.
15687
15688 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15689
15690 * org-list.el (org-insert-item): Remove restriction on latex
15691 blocks.
15692
15693 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15694
15695 * org-list.el (org-search-backward-unenclosed): Do not stop in
15696 protected places.
15697
15698 * org-list.el (org-search-forward-unenclosed): Do not stop in
15699 protected places.
15700
15701 * org-latex.el (org-export-latex-lists): Use the fact that
15702 org-search-forward do not stop anymore at protected places.
15703
15704 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15705
15706 * org-list.el (org-search-backward-unenclosed): Do not prevent
15707 list items from being inside LaTeX blocks.
15708
15709 * org-list.el (org-search-forward-unenclosed): Do not prevent list
15710 items from being inside LaTeX blocks.
15711
15712 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15713
15714 * org-list.el (org-in-item-p): Do not widen before checking if we
15715 are in item.
15716
15717 * org-list.el (org-list-send-list): We cannot count on
15718 `org-list-top-point' and `org-list-bottom-point' before buffer is
15719 narrowed. Find bounds of list otherwise.
15720
15721 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15722
15723 * org-list.el (org-list-end-regexp): By default, list ending is
15724 exactly 2 blank lines.
15725
15726 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15727
15728 * org-docbook.el (org-export-as-docbook): When we find an empty
15729 line, we do not need to check for
15730 `org-empty-line-terminates-plain-lists' because we would have
15731 found end-list marker before.
15732
15733 * org-html.el (org-export-as-html): Same.
15734
15735 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15736
15737 * org-list.el (org-insert-item): Simplify count of blank lines to
15738 insert.
15739
15740 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15741
15742 * org-list.el (org-list-end-regexp): New customizable variable to
15743 define what string should end lists.
15744
15745 * org-list.el (org-list-end-re): Function is now aware of
15746 `org-list-end-regexp'.
15747
15748 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15749
15750 * org-html.el (org-export-as-html): Code cleanup.
15751
15752 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15753
15754 * org-docbook.el (org-export-as-docbook): Properly close any open
15755 list when seeing ORG-LIST-END. Removed any reference to now
15756 unneeded DIDCLOSE variable.
15757
15758 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15759
15760 * org-exp.el (org-export-mark-list-ending): Fix number of blank
15761 lines inserted after a list.
15762
15763 * org-list.el (org-list-parse-list): Fix case when
15764 `org-list-end-re' would have an indentation greater than current
15765 list.
15766
15767 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15768
15769 * org-exp.el (org-export-mark-list-ending): Differentiate between
15770 export backends, and replace `org-list-end-re' by a blank line
15771 upon exporting.
15772
15773 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15774
15775 * org-html.el (org-export-as-html): Delete didclose and everything
15776 related to it, as it is no longer needed.
15777
15778 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15779
15780 * org-html.el (org-export-html-preprocess): Remove unneeded
15781 insertion of list end marker, as it is now handled by
15782 `org-export-mark-list-ending'.
15783
15784 * org-html.el (org-export-as-html): Cleaner termination of lists.
15785
15786 * org-exp.el (org-export-mark-list-ending): New function to insert
15787 specific markers at the end of lists when exporting to a backend
15788 not using `org-list-parse-list'. This function is called early in
15789 `org-export-preprocess-string', while it is still able to
15790 recognize lists.
15791
15792 * org-latex.el (org-export-latex-lists): Better search for
15793 lists. It now only finds items not enclosed and not protected.
15794
15795 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15796
15797 * org-list.el: Replaced `re-search-forward' by
15798 `org-search-forward-unenclosed' where it made sense.
15799
15800 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15801
15802 * org-list.el (org-apply-to-list): Now a return value is handed at
15803 each new call of the function applied.
15804
15805 * org-list.el (org-fix-bullet-type): Use the new
15806 `org-apply-to-list' format.
15807
15808 * org-list.el (org-renumber-ordered-list): Use the new
15809 `org-apply-to-list' format.
15810
15811 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15812
15813 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
15814 correctly used.
15815
15816 * org-list.el (org-search-forward-unenclosed): Better regexp used.
15817
15818 * org-list.el (org-search-backward-unenclosed): Better regexp
15819 used.
15820
15821 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15822
15823 * org-list.el (org-sort-list): End-rec function was ill-defined.
15824
15825 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15826
15827 * org-list.el (org-search-forward-unenclosed): Fix behavior when
15828 last occurrence was enclosed.
15829
15830 * org-list.el (org-search-backward-unenclosed): Fix behavior when
15831 last occurrence was enclosed.
15832
15833 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15834
15835 * org.el (org-in-regexps-block-p): Fix documentation.
15836
15837 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15838
15839 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
15840
15841 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
15842
15843 * org-list.el (org-list-parse-list): Minor fix.
15844
15845 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15846
15847 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
15848 called with t argument.
15849
15850 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15851
15852 * org-html.el (org-export-html-preprocess):
15853 Replace `org-list-end-re' by a blank line during pre-process.
15854
15855 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15856
15857 * org-list.el (org-list-bottom-point): No need for square brackets
15858 for `skip-chars-backward'.
15859
15860 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15861
15862 * org-html.el: Do not delete space between end of list and
15863 beginning of the following.
15864
15865 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15866
15867 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
15868 needed. Lists should not end before seeing this.
15869
15870 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15871
15872 * org-html.el: Notice end of lists.
15873
15874 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15875
15876 * org-list.el (org-list-parse-list): Better handling of
15877 restrictions when function is called on a list with sublists.
15878
15879 * org-list.el (org-list-send-list): Find the true ending of the
15880 list being sent.
15881
15882 * org-list.el (org-list-radio-list-templates): Templates are more
15883 specific to lists.
15884
15885 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15886
15887 * ob-js.el (org-babel-js-eoe): Indicate end of input
15888 (org-babel-execute:js): Support for session evaluation
15889 (org-babel-prep-session:js): Fleshed out definition
15890 (org-babel-js-initiate-session): Can initiate a session using
15891 mozrepl.
15892
15893 2010-11-11 David Maus <dmaus@ictsoc.de>
15894
15895 * org.el (org-set-regexps-and-options): Protect escape char in
15896 `org-complex-heading-regexp-format'.
15897
15898 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15899
15900 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
15901 session-based evaluation
15902 (org-babel-execute:scheme): Now supports session-based evaluation
15903 (org-babel-prep-session:scheme): Now works and defines variables
15904 (org-babel-scheme-initiate-session): Now works using run-scheme
15905 from cmuscheme.
15906
15907 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15908
15909 * org.el (org-export-latex-default-packages-alist): Remove the
15910 t1enc package - this is already covered by fontenc.
15911
15912 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15913
15914 * ob.el (with-parsed-tramp-file-name): Declared
15915 (org-babel-tramp-localname): Ensure variable name exists locally.
15916
15917 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15918
15919 * ob.el (org-babel-temp-file): Don't use babel temporary directory
15920 in remote case; use make-temp-file with remote file name so that
15921 temp file is guaranteed not to exist previously on remote machine.
15922 (org-babel-tramp-localname): New function to return local name
15923 portion of possibly remote file specification.
15924
15925 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15926
15927 * ob-R.el (org-babel-R-write-object-command): New unified R
15928 command for writing results to file
15929 (org-babel-R-wrapper-method): Remove variable
15930 (org-babel-R-wrapper-lastvar): Remove variable
15931 (org-babel-R-evaluate-external-process): Use new R command
15932 (org-babel-R-evaluate-session): Use new R command.
15933
15934 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15935
15936 * ob-comint.el
15937 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
15938 to evaluate code invisibly and block until output file exists.
15939
15940 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
15941 evaluate R code in session for :results value. Write result to
15942 file invisibly using new function
15943 `org-babel-comint-eval-invisibly-and-wait-for-file'.
15944
15945 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15946
15947 * org-capture.el (org-capture-fill-template): Align tags after
15948 insertion.
15949
15950 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15951
15952 * org-exp.el (org-export-concatenate-multiline-emphasis):
15953 Ignore matches that start in a headline.
15954
15955 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15956
15957 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
15958 and out-file in shell-quote-argument.
15959
15960 2010-11-11 David Maus <dmaus@ictsoc.de>
15961
15962 * org-docview.el (org-docview-store-link): Use expanded macro to
15963 get current page.
15964 (doc-view-goto-page, image-mode-window-get): Declare functions for
15965 byte compiler.
15966
15967 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15968
15969 * ob-scheme.el: Very preliminary support for evaluating scheme
15970 code blocks.
15971
15972 * org.el (org-babel-load-languages): Adding scheme.
15973
15974 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15975
15976 * ob.el (require): Remove circular (require 'org).
15977
15978 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15979
15980 * ob-R.el (ess-make-buffer-current): Declared.
15981 (ess-ask-for-ess-directory): Declared.
15982 (ess-local-process-name): Declared.
15983 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
15984
15985 * ob.el (org-edit-src-code): Fixing arguments.
15986 (org-edit-src-exit): Declared.
15987 (org-outline-overlay-data): Declared.
15988 (org-set-outline-overlay-data): Declared.
15989
15990 2010-11-11 Glenn Morris <rgm@gnu.org>
15991
15992 * ob.el: Require org when compiling.
15993 (org-save-outline-visibility): Remove macro declaration.
15994
15995 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
15996 Remove unnecessary/macro declarations.
15997
15998 * org-docview.el: Require doc-view when compiling.
15999 (doc-view-goto-page): Autoload rather than declaring.
16000 (doc-view-current-page): Remove macro declaration.
16001
16002 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16003 (org-entry-get, org-table-import): Fix declarations.
16004 (org-match-string-no-properties): Remove declaration.
16005
16006 * ob-sh.el (org-babel-comint-in-buffer)
16007 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16008 (org-babel-comint-with-output): Remove unnecessary declarations.
16009
16010 * ob-R.el (orgtbl-to-tsv): Fix declaration.
16011
16012 * org-list.el (org-entry-get): Fix declaration.
16013
16014 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16015
16016 * ob.el (org-babel-remove-temporary-directory): Remove explicit
16017 second argument.
16018
16019 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
16020
16021 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
16022 numbers.
16023
16024 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16025
16026 * org-macs.el (org-save-outline-visibility): Move from org.el.
16027
16028 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16029
16030 * ob-org.el (org-babel-default-header-args:org): Additional
16031 ":results silent" default header argument for org code blocks.
16032
16033 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16034
16035 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
16036 which is now an alias to ":eval no".
16037
16038 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16039
16040 * ob.el (org-babel-remove-temporary-directory): The version of
16041 `delete-directory' found in files.el can not be assumed to be
16042 present on all versions, so this copies the recursive behavior of
16043 that command in such a way that all calls to delete-directory will
16044 also work with the built-in internal C implementation of that
16045 function. This is not overly difficult as all elements of the
16046 directory can be assumed to be files.
16047
16048 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16049
16050 * ob-C.el (org-babel-C-execute): Corrected arguments to
16051 org-babel-temp-file.
16052
16053 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16054
16055 * ob.el (org-babel-temporary-directory): Variable to hold the
16056 value of the Babel temporary directory.
16057
16058 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
16059
16060 * ob.el (org-babel-load-in-session): Expanding noweb references
16061 when appropriate.
16062
16063 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16064
16065 * org.el (org-make-link-regexps): Modified regexp of
16066 org-plain-link-re.
16067
16068 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
16069
16070 * org-habit.el (org-habit-parse-todo): Find sr-days only if
16071 scheduled-repeat is non nil. Use 4th element of the list returned
16072 by (org-heading-components) as habit-entry. Modify the error
16073 message to be more meaningful.
16074
16075 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16076
16077 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16078 ":border" header arguments which both use the "preview" latex
16079 package to fit the resulting PDF image to the figure.
16080
16081 2010-11-11 David Maus <dmaus@ictsoc.de>
16082
16083 * org-wl.el (org-wl-store-link): Don't try to store link if point
16084 is at end of buffer.
16085
16086 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
16087
16088 * org-publish.el (org-publish-project-alist): Document the new
16089 body-only property.
16090 (org-publish-org-to): Use the body-only property.
16091
16092 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16093
16094 * org.el (org-store-link): Return link when invoked
16095 non-interactively from an agenda buffer.
16096
16097 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16098
16099 * org.el (org-store-link): Storing of links to headlines in
16100 indirect buffers was broken. Fix it.
16101
16102 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
16103
16104 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16105 #'set-file-modes to use integer, not character syntax, avoiding
16106 compile problems with recent XEmacs.
16107
16108 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16109
16110 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16111 forward even if there is no text to be added.
16112
16113 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16114
16115 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16116 tags/property matcher.
16117
16118 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16119
16120 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16121 t.
16122
16123 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16124
16125 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16126
16127 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16128
16129 * org-latex.el (org-export-latex-set-initial-vars):
16130 Bind `case-fold-search' to t around the search for special LaTeX setup.
16131
16132 * org-beamer.el (org-beamer-after-initial-vars):
16133 Bind `case-fold-search' to t around the search for special BEAMER
16134 setup.
16135
16136 2010-11-11 David Maus <dmaus@ictsoc.de>
16137
16138 * org-agenda.el (org-write-agenda): Delete PostScript file after
16139 creating conversion to PDF.
16140
16141 2010-11-11 David Maus <dmaus@ictsoc.de>
16142
16143 * org-agenda.el (org-write-agenda): Move require statements to
16144 proper place in evaluated lisp expression.
16145
16146 2010-11-11 David Maus <dmaus@ictsoc.de>
16147
16148 * org-agenda.el (org-write-agenda): Rename temporary buffer to
16149 remove dependency of `flet' macro.
16150
16151 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16152
16153 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16154
16155 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16156
16157 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16158 from all standard sources when executing #+lob/#+call lines.
16159
16160 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16161
16162 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16163 separate functions
16164 (org-babel-R-evaluate-external-process): New function to handle
16165 external process evaluation
16166 (org-babel-R-evaluate-session): New function to handle session
16167 evaluation.
16168
16169 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16170
16171 * ob.el (org-babel-initiate-session): New function derived from
16172 previous `org-babel-switch-to-session'
16173 (org-babel-switch-to-session): Refactored to use new
16174 `org-babel-initiate-session'.
16175
16176 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16177
16178 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16179 to (interactive).
16180
16181 2010-11-11 David Maus <dmaus@ictsoc.de>
16182
16183 * org-feed.el (org-feed-format-entry): Decode entry according to
16184 its character encoding.
16185
16186 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
16187
16188 * org-feed.el (xml-substitute-special): Declare function for byte
16189 compiler.
16190 (org-feed-unescape): Removed.
16191 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16192 Use `xml-substitute-special' to unescape XML entities.
16193
16194 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16195
16196 * ob.el (org-babel-switch-to-session): Throw error if block if
16197 :session not in effect for the block.
16198
16199 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16200
16201 * org-table.el (org-table-create-with-table.el): Align table
16202 before converting.
16203
16204 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16205
16206 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16207 that org-src buffer is current before attempting exit.
16208
16209 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16210
16211 * org-src.el (ob-comint): Require 'ob-comint
16212 (org-src-babel-info): Define variable.
16213
16214 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16215
16216 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16217 in the language major mode edit buffer.
16218 (org-babel-do-key-sequence-in-edit-buffer): New function to call
16219 an arbitrary key sequence in the language major mode edit buffer.
16220
16221 * org-src.el (org-src-switch-to-buffer): Add new allowed value
16222 'switch-invisibly for `org-src-window-setup'.
16223
16224 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16225
16226 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16227 is used.
16228 (org-src-do-at-code-block): New macro to evaluate lisp with point
16229 at the start of the Org code block containing the code in this
16230 edit buffer.
16231 (org-src-do-key-sequence-at-code-block): New function to execute
16232 command bound to key at the Org code block containing the code in
16233 this edit buffer.
16234
16235 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16236
16237 * ob-R.el (org-babel-R-associate-session): New function to
16238 associate R code edit buffers with ESS comint session.
16239
16240 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16241
16242 * org-src.el (org-edit-src-code): If at src block, store babel
16243 info as buffer local variable.
16244 (org-src-associate-babel-session): New function to associate code
16245 edit buffer with comint session. Does nothing unless a
16246 language-specific function named
16247 `org-babel-LANG-associate-session' exists.
16248 (org-src-babel-configure-edit-buffer): New function to be called
16249 in `org-src-mode-hook'.
16250 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16251 hook.
16252
16253 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16254
16255 * ob.el (org-babel-switch-to-session-with-code): New function to
16256 generate split frame displaying edit buffer and session.
16257
16258 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16259
16260 * org.el (org-set-tags): Consider org-indent-mode when computing
16261 the tags column.
16262
16263 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16264
16265 * org-compat.el (org-looking-at-p): Only use looking-at-p when
16266 defined.
16267
16268 2010-11-11 David Maus <dmaus@ictsoc.de>
16269
16270 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16271 lines directly after call to sorting filter function.
16272
16273 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16274
16275 * org.el (org-complex-heading-regexp-format): Document the
16276 variable.
16277 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16278 to make the regular expression for matching the headline.
16279
16280 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16281
16282 * org.el (org-refile-check-position): New function.
16283 (org-goto):
16284 (org-refile-get-location): Call `org-refile-check-position'.
16285
16286 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16287
16288 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16289 instead of equal to compare symbols.
16290
16291 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16292
16293 * org-agenda.el (org-agenda-before-sorting-filter-function):
16294 New hook function.
16295 (org-finalize-agenda-entries):
16296 Apply `org-agenda-before-sorting-filter-function'.
16297
16298 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16299
16300 * org-latex.el (org-export-latex-first-lines): Do not protect meta
16301 lines that have nothing to do with babel.
16302
16303 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16304
16305 * org-capture.el (org-capture-place-template): Handle the
16306 checkitem case.
16307 (org-capture-place-item): Provide boundaries for the search to
16308 make sure we do not get a match in a different tree.
16309
16310 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16311
16312 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16313 argument parser.
16314
16315 2010-11-11 Noorul Islam <noorul@noorul.com>
16316
16317 * org-latex.el (org-latex-to-pdf-process): Add output-directory
16318 option for the command pdflatex.
16319 (org-export-as-pdf): Respect directory in path of
16320 EXPORT_FILE_NAME.
16321
16322 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16323
16324 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16325 which now means to use MathJax processing for HTML. Also allow
16326 new value `dvipng' to force the old image processing.
16327 (org-infile-export-plist): Parse for MATHJAX setup line.
16328
16329 * org-html.el (org-export-html-mathjax-options): New option.
16330 (org-export-html-mathjax-config): New function.
16331 (org-export-html-mathjax-template): New option.
16332 (org-export-html-preprocess): Call the LaTeX snippet processor
16333 with an additional argument to declare special ways of processing.
16334 (org-export-as-html): Bind the dynamical variable
16335 `org-export-have-math'. Insert the MathJax script template when
16336 it is needed by the document.
16337
16338 * org.el (org-preview-latex-fragment): Call `org-format-latex'
16339 with the additional processing argument.
16340 (org-export-have-math): New variable, for dynamic scoping.
16341 (org-format-latex): Implement specific ways of processing.
16342 New function argument for processing type.
16343 (org-org-menu): Remove the entry to configure LaTeX snippet
16344 processing.
16345
16346 2010-11-11 Bastien Guerry <bzg@gnu.org>
16347
16348 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16349 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
16350 heading currently clocked in is not listed in the agenda, display
16351 this entry in another buffer. If there is no running clock,
16352 display a help message.
16353
16354 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16355
16356 * org-latex.el (org-export-latex-tables): Return "" instead of nil
16357 when no label is attached.
16358
16359 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16360
16361 * org-agenda.el (org-agenda-menu-show-match): New option.
16362 (org-agenda-menu-two-column): New option.
16363 (org-agenda-get-restriction-and-command): Implement dispatch menu
16364 without showing the matcher, and with two-column display.
16365
16366 2010-11-11 Bernt Hansen <bernt@norang.ca>
16367
16368 * org-indent.el (org-indent-mode): Fix grammar for message when
16369 mode is refused.
16370
16371 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16372
16373 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16374 no previous result exists.
16375
16376 2010-11-11 Noorul Islam <noorul@noorul.com>
16377
16378 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16379 warning.
16380
16381 2010-11-11 Noorul Islam <noorul@noorul.com>
16382
16383 * org.el (org-set-visibility-according-to-property): Use backward
16384 search instead of forward, so that top hierarchy gets priority.
16385
16386 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16387
16388 * org-agenda.el (org-timeline): Allow indirect buffer.
16389
16390 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16391
16392 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16393 (org-export-define-heading-targets-headline-hook): New hooks.
16394
16395 * org.el (org-modules): Add entry for org-wikinodes.el.
16396 (org-font-lock-set-keywords-hook): New hook.
16397 (org-open-at-point-functions): New hook.
16398 (org-find-exact-headling-in-buffer):
16399 (org-find-exact-heading-in-directory): New functions.
16400 (org-mode-flyspell-verify): Better cursor position for checking if
16401 flyspell should ignore a word.
16402
16403 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16404
16405 * org-indent.el (org-indent-remove-properties):
16406 (org-indent-add-properties): Make sure changing these properties
16407 does not trigger modification hooks.
16408
16409 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16410
16411 * org.el (org-link-search-must-match-exact-headline): New option.
16412 (org-link-search-inhibit-query): New variable.
16413 (org-link-search): Search for exact headline match in Org files.
16414
16415 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16416
16417 * ob.el (org-babel-execute-src-block-maybe): Remove check for
16418 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16419 function `org-babel-execute-safely-maybe'.
16420
16421 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16422
16423 * ob.el (org-babel-load-in-session): Set directory in case :dir
16424 arg is in effect.
16425
16426 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16427
16428 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16429 errors when we're not under of a headline.
16430
16431 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16432
16433 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16434 write delimited text instead of save -ascii
16435 (org-babel-octave-import-elisp-from-file): Specify that data
16436 written to file is tab-delimited.
16437
16438 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16439
16440 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16441 tab-delimited.
16442
16443 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16444
16445 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16446 specified.
16447
16448 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16449
16450 * ob-python.el (org-babel-python-table-or-string): Fix recognition
16451 of lists and tuples.
16452
16453 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16454
16455 * ob-octave.el (org-babel-octave-evaluate-external-process):
16456 Allow remote files.
16457
16458 2010-11-11 Juan Pechiar <pechiar@computer.org>
16459
16460 * ob-octave.el (org-babel-octave-evaluate-external-process):
16461 Use `org-babel-octave-import-elisp-from-file' instead of
16462 `org-babel-eval-read-file'.
16463 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16464 and use '%s' as format specifier instead of '%S'.
16465
16466 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16467
16468 * ob-octave.el: Only (require 'matlab) when necessary.
16469 (org-babel-octave-initiate-session): (require) octave-inf or matlab
16470 as appropriate.
16471 (org-babel-execute:matlab): Remove (require).
16472 (org-babel-prep-session:matlab): Remove (require).
16473 (org-babel-matlab-initiate-session): Remove (require).
16474
16475 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16476
16477 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16478 list.
16479
16480 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16481
16482 * ob-python.el (org-babel-python-table-or-string): Can now handle
16483 VERY long result lines.
16484
16485 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16486
16487 * org-latex.el (org-export-latex-tables): Add label if any.
16488
16489 * org-latex.el (org-export-latex-convert-table.el-table):
16490 Fix little mistake when inserting label.
16491
16492 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16493
16494 * org.el (org-cycle-internal-local): Remove an unnecessary call
16495 to `org-back-to-heading' that was preventing point to stay at its
16496 column when cycling visibility.
16497
16498 2010-11-11 Noorul Islam <noorul@noorul.com>
16499
16500 * org-capture.el (org-capture-finalize): Make messages consistent.
16501
16502 2010-11-11 Noorul Islam <noorul@noorul.com>
16503
16504 * org-gnus.el: Suppress compiler warning by declaring outside
16505 function nnimap-retrieve-headers-from-file.
16506
16507 2010-11-11 Noorul Islam <noorul@noorul.com>
16508
16509 * org-colview.el Use org-beamer-select-environment instead of
16510 org-beamer-set-environment-tag.
16511
16512 2010-11-11 Matt Lundin <mdl@imapmail.org>
16513
16514 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16515 that the value of org-last-inserted-timestamp includes time range.
16516
16517 2010-11-11 David Maus <dmaus@ictsoc.de>
16518
16519 * org-wl.el (org-wl-store-link-message): Provide link property for
16520 message-id without angle brackets.
16521
16522 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16523
16524 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16525
16526 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16527
16528 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16529 file ensuing that the latest changes on disk are represented.
16530
16531 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16532
16533 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16534 arguments w/o quotes.
16535
16536 2010-11-11 Bernt Hansen <bernt@norang.ca>
16537
16538 * org-capture.el (org-capture-finalize): Fix clock in of
16539 interrupted task during capture finalize.
16540
16541 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16542
16543 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16544 session output.
16545
16546 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16547
16548 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16549 expression for matching main function.
16550
16551 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16552
16553 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16554 regexp -- it wasn't matching lob lines w/o indices.
16555
16556 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16557
16558 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16559 warning in org-exp.el.
16560
16561 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16562
16563 * org-publish.el (org-publish-file): Better error message if
16564 base-directory or publishing-directory are not defined.
16565
16566 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16567
16568 * org-colview.el (org-columns-display-here): Use overlays to
16569 overrule line prefix properties during column view.
16570
16571 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16572
16573 * org-agenda.el (org-agenda-filter-preset): Document the
16574 limitation for the filter preset - it can only be used for an
16575 entire agenda view, not in an individual block in a block agenda.
16576
16577 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16578
16579 * ob-table.el (sbe): Now able to accept range references from
16580 tables.
16581
16582 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16583
16584 * ob.el (org-babel-pick-name): If colnames or rownames contain a
16585 list of names, then use those directly.
16586
16587 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16588
16589 * org-exp.el (org-export-format-source-code-or-example):
16590 Escape underscores in code block names on latex listings export.
16591
16592 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16593
16594 * ob-tangle.el (org-babel-with-temp-filebuffer):
16595 Use find-file-noselect to avoid excess buffer movement.
16596
16597 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16598
16599 * org-html.el (org-html-should-inline-p): Only inline images if
16600 they should be.
16601
16602 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16603
16604 * org-id.el (org-id-store-link): Autoload.
16605
16606 * org.el ("org-id"): Autoload `org-id-store-link'.
16607
16608 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16609
16610 * org-html.el (org-html-should-inline-p): Only inline images if
16611 they should be.
16612
16613 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
16614
16615 * org-icalendar.el (org-icalendar-alarm-time): New option.
16616
16617 * org-icalendar.el (org-print-icalendar-entries): Timed events are
16618 exported with alarm events, a.k.a. reminders.
16619
16620 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16621
16622 * org-capture.el (org-capture-target-buffer): Throw an error if we
16623 have no target file.
16624 (org-capture-select-template): Use a default template if the user
16625 has not specified any.
16626
16627 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16628
16629 * org.el (org-modules): Add entry for org-velocity.
16630
16631 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16632
16633 * ob-lob.el (org-babel-lob-execute): Changing indentation to
16634 improve line length.
16635
16636 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16637
16638 * org-exp.el (org-export-handle-table-metalines): Choose a better
16639 position for checking protectedness.
16640
16641 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16642
16643 * org-table.el (org-table-convert-region): Don't continue csv
16644 importation which the point catches the end, this fixes an
16645 infinite loop which was caused by the (point) never catching up
16646 with the "end" marker.
16647
16648 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16649
16650 * org-macs.el (org-string-nw-p): New function.
16651
16652 * org-capture.el (org-capture-import-remember-templates):
16653 Interpret an empty string as request to use
16654 `org-default-notes-file'.
16655 (org-capture-target-buffer): If the FILE is not a (non-empty)
16656 string, use `org-default-notes-file'.
16657
16658 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16659
16660 * org-capture.el (org-capture-templates): Fix customize type.
16661
16662 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
16663
16664 * org.el (org-refile-targets):
16665 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
16666
16667 2010-08-19 Glenn Morris <rgm@gnu.org>
16668
16669 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
16670 (org-save-outline-visibility): Move to org-macs.
16671 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
16672 (org-save-outline-visibility): Move here from org.el.
16673 (show-all): Autoload it.
16674 * ob.el: Don't require org when compiling.
16675
16676 2010-08-18 Glenn Morris <rgm@gnu.org>
16677
16678 * ob.el: Require org when compiling.
16679 (org-save-outline-visibility): Remove macro declaration.
16680 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16681 Remove unnecessary/macro declarations.
16682 * org-docview.el: Require doc-view when compiling.
16683 (doc-view-goto-page): Autoload rather than declaring.
16684 (doc-view-current-page): Remove macro declaration.
16685
16686 2010-08-17 Glenn Morris <rgm@gnu.org>
16687
16688 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16689 (org-entry-get, org-table-import): Fix declarations.
16690 (org-match-string-no-properties): Remove unnecessary declaration.
16691 * ob-sh.el (org-babel-comint-in-buffer)
16692 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16693 (org-babel-comint-with-output): Remove unnecessary declarations.
16694 * ob-R.el (orgtbl-to-tsv): Fix declaration.
16695 * org-list.el (org-entry-get): Fix declaration.
16696
16697 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16698
16699 * ob-C.el: New file.
16700 * ob-R.el: New file.
16701 * ob-asymptote.el: New file.
16702 * ob-clojure.el: New file.
16703 * ob-comint.el: New file.
16704 * ob-css.el: New file.
16705 * ob-ditaa.el: New file.
16706 * ob-dot.el: New file.
16707 * ob-emacs-lisp.el: New file.
16708 * ob-eval.el: New file.
16709 * ob-exp.el: New file.
16710 * ob-gnuplot.el: New file.
16711 * ob-haskell.el: New file.
16712 * ob-keys.el: New file.
16713 * ob-latex.el: New file.
16714 * ob-lob.el: New file.
16715 * ob-matlab.el: New file.
16716 * ob-mscgen.el: New file.
16717 * ob-ocaml.el: New file.
16718 * ob-octave.el: New file.
16719 * ob-perl.el: New file.
16720 * ob-python.el: New file.
16721 * ob-ref.el: New file.
16722 * ob-ruby.el: New file.
16723 * ob-sass.el: New file.
16724 * ob-screen.el: New file.
16725 * ob-sh.el: New file.
16726 * ob-sql.el: New file.
16727 * ob-sqlite.el: New file.
16728 * ob-table.el: New file.
16729 * ob-tangle.el: New file.
16730 * ob.el: New file.
16731
16732 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16733
16734 * org-mks.el: New file.
16735 * org-capture.el: New file.
16736
16737 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
16738
16739 * org-taskjuggler.el: New file.
16740
16741 2010-07-19 Matt Lundin <mdl@imapmail.org>
16742
16743 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
16744 in org-agenda-text-search-extra-files.
16745
16746 2010-07-19 David Maus <dmaus@ictsoc.de>
16747
16748 * org-list.el (org-list-send-list): Locally bind variable `txt'.
16749
16750 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16751
16752 * org.el (org-reload): Now also reloading babel files.
16753
16754 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16755
16756 * org-capture.el (org-capture-set-plist): Make sure txt is a string
16757 before calling `string-match'.
16758 (org-capture-templates): Fix customization type.
16759
16760 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16761
16762 * org-latex.el (org-export-latex-preprocess): Make a special case
16763 for \nbsp.
16764 (org-latex-entities): Remove the entry for \nbsp.
16765 (org-latex-entities-exceptions): Variable removed.
16766
16767 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16768
16769 * org-capture.el (org-capture-refile): Do not try to manipulate
16770 bookmark list.
16771
16772 * org.el (org-refile): Use the correct bookmark here.
16773
16774 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16775
16776 * org-list.el (org-list-send-list): Parse list from its true beginning.
16777
16778 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
16779
16780 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16781
16782 * org.el (org-insert-link): Correctly determine if we should use
16783 a relative path.
16784
16785 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16786
16787 * org-list.el (org-list-radio-list-templates): Fix templates.
16788
16789 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16790
16791 * org-list.el (org-list-send-list): Regexp defining the start of
16792 a radio list is now on par with the one used for radio tables.
16793
16794 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16795
16796 * org-entities.el (org-entities-help): Add a headline for
16797 the user-defined entities.
16798
16799 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
16800
16801 * org-agenda.el (org-agenda-action): Document capture key and add it
16802 to the prompt.
16803
16804 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16805
16806 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
16807
16808 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16809
16810 * org-latex.el (org-export-latex-first-lines): Do not mark
16811 meta lines for removal. Do not remove BABEL config lines during export.
16812
16813 2010-07-19 David Maus <dmaus@ictsoc.de>
16814
16815 * org-capture.el (org-capture): Check if
16816 `org-capture-link-is-already-stored' is bound before evaluating.
16817
16818 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16819
16820 * org.el: Add autoload for org-babel-do-load-languages.
16821
16822 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16823
16824 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
16825
16826 2010-07-19 David Maus <dmaus@ictsoc.de>
16827
16828 * org-feed.el: Change indentation to match coding style
16829 guideline.
16830
16831 2010-07-19 David Maus <dmaus@ictsoc.de>
16832
16833 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
16834 library if necessary.
16835
16836 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16837
16838 * org-beamer.el (org-beamer-amend-header): Standardize the
16839 header cookie for the beamer extra stuff.
16840
16841 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16842
16843 * org-beamer.el (org-beamer-amend-header): Put extra header
16844 last in header.
16845
16846 2010-07-19 David Maus <dmaus@ictsoc.de>
16847
16848 * org-exp-blocks.el (org-export-blocks-format-ditaa)
16849 (org-export-blocks-format-dot): Remove text properties of body before
16850 calculating cache hash.
16851
16852 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16853
16854 * org-latex.el (org-export-latex-tabular-environment): New option.
16855 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
16856
16857 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16858
16859 * org-compat.el (org-version-check): New function.
16860
16861 * org-indent.el (org-indent-mode): Check for exact emacs version.
16862
16863 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16864
16865 * org-capture.el (org-capture-templates): Allow the template
16866 to come from a file or function call.
16867 (org-capture-place-entry): Get the template from file or function.
16868
16869 2010-07-19 David Maus <dmaus@ictsoc.de>
16870
16871 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
16872 position if target is entire file.
16873
16874 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16875
16876 * org.el (org-autoload): Autoload a few more org-table functions.
16877
16878 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16879
16880 * org.el (org-babel-load-languages): Add ob-mscgen.
16881
16882 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16883
16884 * org-latex.el (org-export-latex-tables): Format string now
16885 matches options.
16886
16887 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16888
16889 * org.el (org-babel-load-languages): This variable controls which
16890 languages will be loaded by org-babel. It is customizable through
16891 the customize interface.
16892
16893 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16894
16895 * org-latex.el (org-export-latex-format-image): Update number of
16896 arguments to allow for an optional short-name.
16897
16898 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16899
16900 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
16901
16902 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16903
16904 * org-capture.el (org-capture-set-target-location):
16905 Store exact positions for file+regexp and file+function targets.
16906 (org-capture-place-entry, org-capture-place-item)
16907 (org-capture-place-table-line, org-capture-place-plain-text):
16908 Respect exact positions.
16909 (org-capture-finalize): Make sure we are at the beginning of a line
16910 when fixing the empty lines after the entry.
16911
16912 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16913
16914 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
16915 (org-entry-get): Pass `literal-nil' into
16916 `org-entry-get-with-inheritance'.
16917 (org-todo): React to nil values of the LOGGING property.
16918
16919 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16920
16921 * org.el (org-default-notes-file): Update docstring.
16922
16923 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16924
16925 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
16926
16927 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16928
16929 * org-exp.el (org-export-attach-captions-and-attributes):
16930 Add a shortname attribute to caption strings under the symbol name
16931 org-caption-shortn.
16932
16933 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16934
16935 * org.el (org-switchb): Rename from `org-iswitchb'.
16936 Improve docstring.
16937 (org-iswitchb): New alias.
16938 (org-ido-switchb): Make alias point to `org-switchb'.
16939
16940 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16941
16942 * org-capture.el (org-capture-fill-template):
16943 Respect time-of-day preference in template prompt.
16944
16945 2010-07-19 David Maus <dmaus@ictsoc.de>
16946
16947 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
16948
16949 2010-07-19 David Maus <dmaus@ictsoc.de>
16950
16951 * org-wl.el (org-wl-disable-folder-check): New customization
16952 variable.
16953 (org-wl-open): Disable folder check depending on
16954 `org-wl-disable-folder-check'.
16955
16956 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16957
16958 * org-capture.el (org-capture-set-target-location):
16959 Fix file+function interpretation.
16960
16961 2010-07-19 David Maus <dmaus@ictsoc.de>
16962
16963 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
16964 content.
16965
16966 2010-07-19 David Maus <dmaus@ictsoc.de>
16967
16968 * org-feed.el (xml-entity-alist): Declare variable
16969 `xml-entity-alist' for byte compiler.
16970
16971 2010-07-19 David Maus <dmaus@ictsoc.de>
16972
16973 * org-feed.el (org-feed-unescape): New function.
16974 Unescape protected entities.
16975 (org-feed-parse-atom-entry): Use function for atom:content
16976 type text and html.
16977
16978 2010-07-19 David Maus <dmaus@ictsoc.de>
16979
16980 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
16981 element names.
16982
16983 2010-07-19 Bernt Hansen <bernt@norang.ca>
16984
16985 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
16986 when displaying items on todays agenda date.
16987
16988 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16989
16990 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
16991 value of EXTRA.
16992
16993 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16994
16995 * org-publish.el (org-publish-initialize-cache):
16996 Make timestamp directory, the entire path to it.
16997
16998 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16999
17000 * org-exp.el (org-export-handle-comments): Make sure to check
17001 for protection in the comment line, and not in the line after it.
17002
17003 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17004
17005 * org-html.el (org-export-html-preprocess): Call org-format-latex,
17006 possibly with a protect-only argument.
17007
17008 * org.el (org-format-latex): New argument PROTECT-ONLY.
17009
17010 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17011
17012 * org-exp.el (org-export-handle-table-metalines): This function
17013 removes table specific meta-lines, now that we aren't wiping
17014 everything that looks remotely like a comment at the end of the
17015 export process we have to be sure to catch all of the specific lines
17016 in org-exp.el.
17017
17018 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17019
17020 * org-exp.el (org-export-select-backend-specific-text): Properly
17021 get rid of #+Backend and #+ATTR_Backend specifics to backends not
17022 matching the one we're exporting to.
17023
17024 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17025
17026 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
17027 option which will strip newline characters from the text of table
17028 cells and replace then with "\n".
17029
17030 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17031
17032 * org.el (org-confirm-shell-link-function)
17033 (org-confirm-elisp-link-function): Limit the values that can be set by
17034 file variables.
17035
17036 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17037
17038 * org.el (org-compute-latex-and-specials-regexp): Deal with
17039 string elements by discarding them.
17040
17041 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17042
17043 * org.el (org-iswitchb): Make sure to use at least iswitchb.
17044
17045 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17046
17047 * org-capture.el (org-capture-position-for-last-stored)
17048 (org-capture-bookmark-last-stored-position): New functions.
17049 (org-capture-place-table-line): Better error catching.
17050 (org-capture-place-item, org-capture-place-entry)
17051 (org-capture-place-plain-text):
17052 Call `org-capture-position-for-last-stored'.
17053 (org-capture-finalize): Just call
17054 `org-capture-bookmark-last-stored-position'.
17055
17056 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17057
17058 * org-exp.el (org-export-mark-blockquote-verse-center):
17059 Fix small bug, now grabbing match data before overwritten by looking-at
17060 this fixes a problem with remainders of #+end_quote lines appearing
17061 in exported output.
17062
17063 2010-07-19 David Maus <dmaus@ictsoc.de>
17064
17065 * org.el (org-link-frame-setup): Add customization option for
17066 Wanderlust.
17067
17068 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17069
17070 * org-latex.el (org-export-latex-fixed-width): Now check
17071 org-example rather than org-protected on verbatim export, because by
17072 default all ": " prefixed lines are marked protected.
17073
17074 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17075
17076 * org-latex.el (org-export-latex-fixed-width): Check for
17077 protection before wrapping ": " lines as verbatim.
17078
17079 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17080
17081 * org-exp.el (org-export-handle-comments): Check for protection
17082 before removing comments.
17083
17084 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17085
17086 * org-entities.el (org-entities): Restructure the list.
17087 (org-entities-help): Turn the help output into a buffer
17088 in Org-mode, so that it becomes easier to find a symbol
17089 in the structure.
17090 (org-entities-create-table): Deal with new structure.
17091
17092 2010-07-19 David Maus <dmaus@ictsoc.de>
17093
17094 * org-agenda.el (org-write-agenda): Use backquotes to expand
17095 `flet' at compile time.
17096
17097 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17098
17099 * org.el (org-entry-properties): Make sure that standard property
17100 names are used even if the user has customized time keywords.
17101
17102 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17103
17104 * org-macs.el (org-not-nil): Return the value if not interpreted
17105 as nil.
17106
17107 * org.el (org-entry-get)
17108 (org-entry-get-with-inheritance): Interpret the value "nil"
17109 as nil for properties.
17110
17111 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17112
17113 * org.el (org-switch-to-buffer-other-window): Return the buffer.
17114
17115 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17116
17117 * org-macs.el (org-not-nil): New function.
17118
17119 * org.el (org-block-todo-from-children-or-siblings-or-parent):
17120 Use `org-not-nil' to interpret a property value of nil.
17121
17122 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17123
17124 * org.el (org-truely-invisible-p): New function.
17125 (org-beginning-of-line): Use `org-truely-invisible-p'.
17126
17127 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17128
17129 * org-agenda.el (org-agenda-get-timestamps): No errors
17130 while getting TODO state.
17131 (org-agenda-highlight-todo): No error when no keyword has
17132 been matched.
17133
17134 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17135
17136 * org.el (org-timestamp-change): New optional argument UPDOWN.
17137 Use this to identify calls from org-timestamp-up/down, so that we can
17138 skip by rounding minutes in this case.
17139 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17140 (org-timestamp-down-day): Call org-timestamp-change with the
17141 updown argument.
17142
17143 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17144
17145 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17146
17147 * org-capture.el: New file.
17148
17149 * org-compat.el (org-get-x-clipboard): Function moved here from
17150 remember.el.
17151
17152 * org-mks.el: New file.
17153
17154 * org.el (org-set-regexps-and-options): Allow statistic cookies as
17155 part of complex headlines.
17156 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
17157 OLP does not contain a file name.
17158
17159 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17160
17161 * org.el (org-mode): Set `comment-start' instead of changing the
17162 syntax of the `#' character.
17163
17164 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17165
17166 * org-exp.el (org-export-format-source-code-or-example): Mark examples
17167 by a property.
17168
17169 * org-html.el (org-export-html-close-lists-maybe): Check if raw
17170 HTML stuff was actually made from an example.
17171
17172 2010-07-19 Bastien Guerry <bzg@gnu.org>
17173
17174 * org-latex.el: Items are no longer skipped when their first line
17175 ends on a protected element.
17176
17177 * org-list.el: Protected environments looking like lists are not
17178 exported anymore.
17179
17180 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17181
17182 * org-exp-blocks.el (org-export-blocks-preprocess):
17183 Cleanup trailing newline after block.
17184
17185 2010-07-19 Bastien Guerry <bzg@gnu.org>
17186
17187 * org-exp.el: Comment regexp now matches documentation. No more
17188 protection check when deleting comments before export.
17189
17190 2010-07-19 Bastien Guerry <bzg@gnu.org>
17191
17192 * org-exp.el (org-export-preprocess-string):
17193 Now using `org-export-handle-include-files-recurse' to resolve
17194 included files.
17195
17196 2010-07-19 Bastien Guerry <bzg@gnu.org>
17197
17198 * org-agenda.el (org-agenda-get-deadlines)
17199 (org-agenda-get-scheduled):
17200 * org.el (org-time-string-to-seconds):
17201 For deadline and scheduled agenda display ignore the cyclic repeater
17202 when calculating how many days late the task is. If you have a weekly
17203 task and miss the date the agenda view will show more than a week late
17204 now instead of resetting on the cyclic repeating date. This makes it
17205 much more obvious when you missed a repeating task after the repeater.
17206
17207 2010-07-19 Bastien Guerry <bzg@gnu.org>
17208
17209 * org-exp.el (org-export-mark-blockquote-verse-center):
17210 Consider environments that end at eob.
17211
17212 2010-07-19 Mikael Fornius <mfo@abc.se>
17213
17214 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17215 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
17216 display correctly.
17217
17218 2010-07-19 Mikael Fornius <mfo@abc.se>
17219
17220 * org.el (org-at-property-p): Use save-match-data macro instead of let.
17221
17222 2010-07-19 Mikael Fornius <mfo@abc.se>
17223
17224 * org.el (test): Remove unused test function.
17225
17226 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17227
17228 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17229
17230 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17231
17232 * org-exp-blocks.el (org-export-blocks-postblock-hook):
17233 Add documentation to and turn into a defcustom.
17234
17235 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17236
17237 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17238 instead of to nil we avoid errors when :prefix1 is defined, but
17239 prefix is not.
17240
17241 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17242
17243 * org-latex.el (org-export-latex-preprocess): Environments coming
17244 from latex backend specific instructions (#+LaTeX) are already
17245 protected and won't be treated as normal environments.
17246
17247 2010-07-19 Bastien Guerry <bzg@gnu.org>
17248
17249 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17250
17251 2010-07-19 Bastien Guerry <bzg@gnu.org>
17252
17253 * org-timer.el (org-timer-set-timer): Use a prefix argument.
17254 See the docstring of the function.
17255
17256 2010-07-19 Bastien Guerry <bzg@gnu.org>
17257
17258 * org-timer.el (org-timer-set-timer): Fix bug about canceling
17259 timers.
17260
17261 2010-07-19 David Maus <dmaus@ictsoc.de>
17262
17263 * org-w3m.el (org-w3m-copy-for-org-mode)
17264 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17265 Get text property directly, not using macro `w3m-anchor'.
17266
17267 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17268
17269 * org.el (org-emph-re): Document the match groups.
17270
17271 2010-07-19 Bernt Hansen <bernt@norang.ca>
17272
17273 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17274 t before calling `org-clock-out', so that that function can
17275 know its call context.
17276
17277 2010-07-19 Bastien Guerry <bzg@gnu.org>
17278
17279 * org-timer.el (org-timer-default-timer): New variable.
17280 (org-timer-set-timer): Use the new variable. Also offer the
17281 possibility to replace the current timer by a new one.
17282
17283 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17284
17285 * org.el (org-kill-note-or-show-branches): Hide subtree before
17286 exposing the headings.
17287
17288 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17289
17290 * org.el (org-add-planning-info): Remove the empty line also
17291 if there is no whitespace at all in there.
17292
17293 * org-table.el (org-table-align): Fix alignment of strings
17294 with invisible characters.
17295
17296 2010-07-19 David Maus <dmaus@ictsoc.de>
17297
17298 * org.el (org-refile-cache-get): Return empty list of targets
17299 when cache was cleared.
17300 (org-clone-subtree-with-time-shift): Maybe create ID property
17301 in cloned subtrees.
17302 (org-clone-delete-id): New customization variable.
17303 (org-clone-subtree-with-time-shift): Use customization
17304 variable `org-clone-delete-id'.
17305 (org-clone-subtree-with-time-shift): Remove empty property
17306 drawer in cloned subtrees.
17307
17308 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17309
17310 * org.el (org-refile-use-cache): New option.
17311 (org-refile-cache, org-refile-markers): New variable.
17312 (org-refile-marker, org-refile-cache-clear)
17313 (org-refile-cache-check-set, org-refile-cache-put)
17314 (org-refile-cache-get): New function.
17315 (org-get-refile-targets): Use the refile cache.
17316
17317 * org-clock.el (org-clock-sum): Don't include running clock if
17318 the time block is wrong.
17319
17320 2010-07-19 John Wiegley <jwiegley@gmail.com>
17321
17322 * org-clock.el (org-clock-clock-in, org-clock-in):
17323 Add parameter `start-time'.
17324 (org-clock-resolve-clock): Add parameter `clock-out-time'.
17325 If set, and resolve-to is a past time, then the clock out
17326 event occurs at `clock-out-time' rather than at `resolve-to'.
17327 In this case, `resolve-to' becomes the clock in time.
17328 (org-clock-jump-to-current-clock): Create new global command
17329 to reveal the current clock.
17330 (org-clock-resolve): Add new commands g/G and j/J, and a
17331 help window describing all commands and their meaning.
17332 (org-clock-resolve-expert): New customization variable.
17333 (org-find-open-clocks): Fix a bug that caused discovered
17334 clocks not to match up with the currently active clock.
17335 (org-resolve-clocks): Change the argument
17336 `also-non-dangling-p' to `only-dangling-p', since due to a bug
17337 this was the default behavior all along.
17338
17339 2010-07-19 David Maus <dmaus@ictsoc.de>
17340
17341 * org-id.el (org-id-uuid): New function. Return string with
17342 random (version 4) UUID.
17343 (org-id-method): Make 'uuid the new default value.
17344 (org-id-new): Use `org-id-uuid' if call to uuidgen program
17345 does not return a UUID.
17346
17347 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17348
17349 * org-latex.el (org-export-latex-format-image): Add support
17350 for multicolumn figures in LaTeX.
17351
17352 2010-07-19 David Maus <dmaus@ictsoc.de>
17353
17354 * org.el (org-clone-subtree-with-time-shift): Remove ID
17355 property of original subtree in cloned subtrees.
17356
17357 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17358
17359 * org-exp.el (org-export-format-source-code-or-example):
17360 XEmacs compatibility.
17361
17362 * org-latex.el (org-export-latex-tables): Accept comma in
17363 align string.
17364
17365 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17366 (org-export-docbook-xslt-proc-command): Fix docstring.
17367 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17368 (org-export-as-docbook-pdf):
17369 Improve formatting of the xslt command.
17370
17371 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17372
17373 * org.el (org-file-contents): Improve error message.
17374 (org-set-regexps-and-options): Remove spaces at both ends.
17375
17376 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17377
17378 * org-docbook.el (org-export-as-docbook-pdf):
17379 Improve formatting of the xslt command.
17380
17381 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
17382
17383 * org-publish.el (org-publish-cache): Use one big hashmap for
17384 each project defined in `org-publish-project-alist'.
17385 (initialize-files-alist): Function removed.
17386 (org-publish-validate-link): Function removed.
17387 (org-publish-get-base-files): Add variable `sitemap-requested'
17388 to avoid sorting where possible.
17389 (org-publish-get-files): Function removed.
17390 (org-publish-get-project-from-filename): Make independent of
17391 file list.
17392 (org-publish-file): New argument NO-CACHE.
17393
17394 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17395
17396 * org.el (org-beginning-of-defun, org-end-of-defun):
17397 New functions.
17398 (org-mode): Install the `org-beginning-of-defun' and
17399 `org-end-of-defun' functions.
17400 (org-pretty-entities): New option.
17401 (org-toggle-pretty-entities): New command.
17402 (org-fontify-entities): New function.
17403 (org-startup-options): New keywords for pretty entities.
17404 (org-set-font-lock-defaults): Call the pretty entities
17405 function.
17406
17407 * org-latex.el (org-export-latex-keywords-maybe): Protect the
17408 TODO markup.
17409
17410 2010-07-19 Mikael Fornius <mfo@abc.se>
17411
17412 * org-habit.el (org-habit-build-graph): Help-echo date when
17413 mouse is over stars.
17414
17415 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
17416
17417 * org.el (org-file-apps): Improve docstring to reflect
17418 grouping matches.
17419
17420 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17421
17422 * org.el (org-set-startup-visibility): Fix empty line display.
17423
17424 * org-latex.el (org-export-latex-links): Use the formatting
17425 function of the link type, if it is available.
17426
17427 * org-table.el (org-table-get-remote-range): Return to
17428 original buffer when retrieving remote reference.
17429
17430 * org.el (org-display-inline-images): Do the entire buffer,
17431 not just the narrowed region. Clear the cache.
17432 (org-display-inline-images): Match mode file paths.
17433
17434 2010-07-19 David Maus <dmaus@ictsoc.de>
17435
17436 * org-wl.el (org-wl-store-link-folder): Don't throw error when
17437 called on WL folder group.
17438
17439 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17440
17441 * org.el (org-replace-escapes): Make sure the cdr is not nil.
17442 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17443 (org-mode): Revert comment syntax changes.
17444
17445 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17446
17447 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17448 keywords, and `C-c / T' for a specific one.
17449
17450 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17451
17452 * org.el (org-mode): Fix comment syntax settings.
17453
17454 * org-src.el (org-edit-src-allow-write-back-p):
17455 Define variable.
17456
17457 * org.el (org-inline-image-overlays): New variable.
17458 (org-toggle-inline-images, org-display-inline-images)
17459 (org-remove-inline-images): New commands.
17460 (org-mode-map): Define a key for `org-toggle-inline-images'.
17461
17462 2010-07-19 David Maus <dmaus@ictsoc.de>
17463
17464 * org-wl.el (org-wl-message-field): New function.
17465 Return content of header field in message entity.
17466 (org-wl-store-link): Call `org-wl-store-link-folder' or
17467 `org-wl-store-link-message' depending on major-mode.
17468 (org-wl-store-link-folder): New function. Store link to
17469 Wanderlust folder.
17470 (org-wl-store-link-message): New function. Store link to
17471 Wanderlust message.
17472 (org-wl-store-link-message): Store link to message while
17473 visiting message.
17474 (org-wl-open): Don't try to jump to message when opening a
17475 folder link.
17476
17477 2010-07-19 David Maus <dmaus@ictsoc.de>
17478
17479 * org.el (org-replace-escapes): Avoid infinite loop when
17480 replace string contains escape sequence it replaces.
17481
17482 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17483
17484 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17485 encryption when now key is set.
17486
17487 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17488
17489 * org-table.el (org-table-recalculate-buffer-tables)
17490 (org-table-iterate-buffer-tables): New commands.
17491
17492 * org.el (org-check-for-hidden): When there is a region, skip
17493 the check.
17494
17495 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17496
17497 * org-src.el (org-edit-src-code): allow-write-back-p had
17498 erroneously been omitted from let binding.
17499
17500 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17501
17502 * org-agenda.el (org-sorting-choice): New sorting type alpha.
17503 (org-cmp-alpha): New defsubst.
17504 (org-em): New defsubst.
17505 (org-entries-lessp): Only compute needed comparisons.
17506
17507 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17508
17509 * org-html.el (org-format-org-table-html): Test all columns
17510 for number content.
17511
17512 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17513
17514 * org-latex.el (org-export-latex-treat-sub-super-char):
17515 Make sure parenthesis matching is consistent.
17516
17517 * org-table.el (org-table-colgroup-line-p)
17518 (org-table-cookie-line-p): New functions.
17519
17520 * org-exp.el (org-table-clean-before-export): Better tests for
17521 colgroup and cookie lines.
17522
17523 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17524
17525 * org-agenda.el (org-agenda-goto): Push a mark before changing
17526 the position.
17527
17528 * org-footnote.el (org-footnote): New group.
17529 (org-footnote-section)
17530 (org-footnote-tag-for-non-org-mode-files): Fix typos.
17531
17532 * org-list.el (org-end-of-item-text-before-children): Also do
17533 the right thing at the end of a file.
17534
17535 * org.el (org-set-packages-alist, org-get-packages-alist):
17536 New function.
17537 (org-export-latex-default-packages-alist)
17538 (org-export-latex-packages-alist): Add extra flag to
17539 each package, indicating if it should be used for snippets.
17540 (org-create-formula-image): Add the snippet argument.
17541 (org-splice-latex-header): New argument SNIPPET-P, pass it
17542 through to `org-latex-packages-to-string'.
17543 (org-latex-packages-to-string): New argument SNIPPET-P.
17544
17545 * org-latex.el (org-export-latex-make-header): Add the snippet
17546 argument.
17547
17548 * org-docbook.el (org-export-as-docbook): Implement ordered
17549 lists starting at some offset.
17550
17551 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17552
17553 * org.el (org-link-types, org-open-at-point): Add doi links.
17554
17555 * org-ascii.el (org-export-ascii-preprocess): Remove list
17556 startcounter cookies.
17557
17558 * org-list.el (org-renumber-ordered-list): Respect counter
17559 start values.
17560
17561 * org-latex.el (org-export-latex-lists): Accept ordered list
17562 item offset cookie.
17563
17564 * org-html.el (org-export-as-html): Accept ordered list
17565 item offset cookie.
17566
17567 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17568 which messes up alignment of tags.
17569
17570 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17571
17572 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17573 the modeline display is removed.
17574
17575 * org-exp.el (org-export-format-drawer-function):
17576 Fix docstring.
17577
17578 * org-agenda.el (org-agenda-refile): New optional argument
17579 NO-UPDATE.
17580 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17581 is set.
17582 (org-agenda-bulk-action): Call the refile command with updates
17583 suppressed - but arrange for `org-agenda-redo' to be called at
17584 the end.
17585
17586 * org.el (org-mode): Make table mapping quiet.
17587 (org-table-map-tables): New optional argument QUIETLY.
17588
17589 * org-ascii.el (org-export-ascii-preprocess): Make table
17590 mapping quiet.
17591
17592 * org-html.el (org-export-as-html, org-html-level-start):
17593 Change XHTML IDs to not use dots.
17594
17595 * org-exp.el (org-export-define-heading-targets):
17596 Change XHTML IDs to not use dots.
17597
17598 * org-docbook.el (org-export-docbook-level-start):
17599 Change XHTML IDs to not use dots.
17600
17601 * org-latex.el (org-export-as-latex): Make sure that the
17602 result buffer is in latex-mode.
17603
17604 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17605 (org-shiftleft-final-hook, org-shiftright-final-hook):
17606 New hooks.
17607
17608 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17609
17610 * org-table.el (org-table-justify-field-maybe): Make sure that
17611 inserting a value does not turn a line into a hline.
17612
17613 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17614
17615 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
17616 (org-clock-sum): Add property to selected headlines.
17617 (org-dblock-write:clocktable): Make tags matcher.
17618
17619 * org.el (org-set-autofill-regexps): XEmacs compatibility.
17620
17621 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
17622 in latex class definitions.
17623
17624 * org.el (org-shiftup-hook, org-shiftdown-hook)
17625 (org-shiftleft-hook, org-shiftright-hook): New hooks.
17626
17627 * org-entities.el (org-entities): Use \land and \lor for logical
17628 operators.
17629
17630 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
17631 indentation commands.
17632 (org-hidden-tree-error): New defsubst.
17633 (org-metaleft, org-metaright): Check for hidden stuff and throw an
17634 error.
17635 (org-check-for-hidden): New function.
17636
17637 * org-list.el (org-item-re): New function.
17638 (org-at-item-p): Use `org-item-re'.
17639 (org-end-of-item-text-before-children): New function.
17640 (org-outdent-item, org-indent-item): Arrange for leaving the
17641 subtree alone.
17642 (org-outdent-item-tree, org-indent-item-tree): New argument
17643 NO-SUBTREE.
17644 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
17645 to find the end for processing while ignoring the subtree.
17646
17647 * org-publish.el (org-publish-sitemap-sort-alphabetically)
17648 (org-publish-sitemap-sort-folders)
17649 (org-publish-sitemap-sort-ignore-case): New options.
17650
17651 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17652
17653 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
17654
17655 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
17656
17657 * org-publish.el (org-publish-project-alist): Update docstring.
17658 (org-publish-file-title-cache): New variable.
17659 (org-publish-initialize-files-alist):
17660 Initialize `org-publish-initialize-files-alist' to nil.
17661 (org-publish-sort-directory-files): New function.
17662 (org-publish-projects): Access the new properties.
17663 (org-publish-find-title): Use the file title cache.
17664 (org-publish-find-title): Build the file title cache.
17665 (org-publish-get-base-files-1): Sort files.
17666 (org-publish-aux-preprocess): Do not throw an error when before
17667 the first headline. Allow an empty target, meaning to link just
17668 to the file.
17669 (org-publish-index-generate-theindex.inc): Check if there is
17670 actually a target and only then add it to the link.
17671 (org-publish-projects): Fix a remaining issue with the last commit.
17672
17673 * org-html.el (org-export-as-html): Treat verse as open/close
17674 paragraph.
17675 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
17676 and out of lists.
17677
17678 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17679
17680 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
17681 be used in a read-only mode.
17682 (org-edit-src-code): Different message in read-only mode.
17683
17684 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17685
17686 * org-src.el (org-edit-src-find-region-and-lang): Test for
17687 table.el as late as possible.
17688
17689 * org-colview.el: Make sure this file is never loaded into XEmacs.
17690
17691 * org-agenda.el (org-highlight, org-unhighlight): Use direct
17692 overlay calls.
17693
17694 * org.el (org-key): Apply the translations defined in
17695 `org-xemacs-key-equivalents'.
17696
17697 * org-mouse.el (org-mode-hook): Use `org-defkey'.
17698
17699 * org-compat.el (org-xemacs-key-equivalents): New constant.
17700
17701 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17702
17703 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
17704 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
17705 Obey `org-odd-levels-only'.
17706
17707 * org-compat.el (org-find-overlays): Use overlays-in/at.
17708
17709 * org.el (org-remove-empty-overlays-at)
17710 (org-outline-overlay-data, org-hide-block-toggle)
17711 (org-format-latex, org-context): Use overlays-in/at.
17712
17713 * org-src.el (org-edit-src-exit): Use overlays-in/at.
17714
17715 * org-agenda.el (org-agenda-mark-clocking-task)
17716 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
17717 (org-agenda-entry-text-hide)
17718 (org-agenda-fix-tags-filter-overlays-at)
17719 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
17720
17721 * org-compat.el (org-overlays-at): Function removed.
17722 (org-overlays-in): Function removed.
17723
17724 2010-07-19 Bastien Guerry <bzg@gnu.org>
17725
17726 * org-clock.el (org-clock-set-current): Just return the headline
17727 itself, strip the TODO keyword, the priority cookie and the tags.
17728
17729 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17730
17731 * org-compat.el (org-xemacs-without-invisibility): New macro.
17732 (org-xemacs-without-invisibility): New macro.
17733 (org-indent-to-column, org-indent-line-to, org-move-to-column):
17734 Redefine using the macro `org-xemacs-without-invisibility'.
17735
17736 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
17737
17738 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
17739
17740 * org-compat.el (org-make-overlay, org-delete-overlay)
17741 (org-overlay-start, org-overlay-end, org-overlay-put)
17742 (org-overlay-get, org-overlay-move, org-overlay-buffer):
17743 Functions removed.
17744 (org-add-to-invisibility-spec): Function removed.
17745
17746 * org-html.el (org-export-as-html-and-open): Add argument to
17747 kill-buffer.
17748
17749 * org-habit.el (require): `calendar' is now required already by
17750 org.el on top level.
17751
17752 * org-clock.el (require): `calendar' is now required already by
17753 org.el on top level.
17754
17755 * org-agenda.el (require, org-timeline, org-agenda-list)
17756 (org-todo-list, org-agenda-to-appt): `calendar' is now required
17757 already by org.el on top level.
17758
17759 * org.el (org-export-latex-fix-inputenc): Declare function.
17760
17761 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17762 variables.
17763
17764 * org.el (calendar): Require calendar now on top level in org.el
17765 and define aliases to new variables when needed.
17766 (org-read-date, org-goto-calendar): Do not bind obsolete
17767 variables.
17768
17769 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
17770 compilation warning, add comment that this cannot be done with
17771 `with-current-buffer'.
17772
17773 * org-wl.el (org-wl-open): Use `with-current-buffer'.
17774
17775 * org.el (overlay, org-remove-empty-overlays-at)
17776 (org-outline-overlay-data, org-set-outline-overlay-data)
17777 (org-show-block-all, org-hide-block-toggle)
17778 (org-highlight-new-match, org-remove-occur-highlights)
17779 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
17780 (org-read-date, org-read-date-display, org-eval-in-calendar)
17781 (org-format-latex, org-context)
17782 (org-speedbar-restriction-lock-overlay)
17783 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
17784
17785 * org-table.el (org-table-add-rectangle-overlay)
17786 (org-table-remove-rectangle-highlight)
17787 (org-table-overlay-coordinates)
17788 (org-table-toggle-coordinate-overlays): Use the normal overlay
17789 API.
17790
17791 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17792 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
17793 normal overlay API.
17794
17795 * org-colview.el (org-columns-new-overlay)
17796 (org-columns-display-here, org-columns-remove-overlays)
17797 (org-columns-edit-value, org-columns-next-allowed-value)
17798 (org-columns-update): Use the normal overlay API.
17799
17800 * org-clock.el (org-clock-out, org-clock-cancel)
17801 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
17802 overlay API.
17803
17804 * org-agenda.el (org-agenda-mark-filtered-text)
17805 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
17806 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
17807 (org-agenda-entry-text-hide)
17808 (org-agenda-restriction-lock-overlay)
17809 (org-agenda-set-restriction-lock)
17810 (org-agenda-filter-by-tag-hide-line)
17811 (org-agenda-fix-tags-filter-overlays-at)
17812 (org-agenda-filter-by-tag-show-all, org-hl)
17813 (org-agenda-goto-calendar, org-agenda-bulk-mark)
17814 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
17815
17816 * org-freemind.el (org-freemind-from-org-mode-node)
17817 (org-freemind-from-org-mode)
17818 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
17819 Use interactive-p instead of called-interactively, because this is
17820 backward compatible with older Emacsen I still support..
17821
17822 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17823
17824 * org-exp.el (org-export-define-heading-targets): Fix bug in
17825 regexp finding ID and CUSTOM_ID properties.
17826
17827 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17828
17829 * org-footnote.el (org-footnote-goto-previous-reference):
17830 Rename from `org-footnote-goto-next-reference'.
17831
17832 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
17833 org-log-repeat is non-nil, or if there is clocking data in the
17834 entry.
17835
17836 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
17837
17838 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17839
17840 * org.el (org-align-all-tags): New command.
17841
17842 2010-07-19 David Maus <dmaus@ictsoc.de>
17843
17844 * org-wl.el (org-wl-link-remove-filter): New customizable
17845 variable. If non-nil, filter conditions are stripped when storing
17846 link to message in filter folder.
17847 (org-wl-shimbun-prefer-web-links): New customizable variable.
17848 If non-nil, links to shimbun messages are created as web links to
17849 message source.
17850 (org-wl-nntp-prefer-web-links): New customizable variable.
17851 If non-nil, links to nntp message are created as web links to gmane
17852 or googlegroups.
17853 (org-wl-namazu-default-index): New customizable variable.
17854 Directory of namazu search index that should be used as default
17855 when opening a link in a search folder.
17856 (org-wl-folder-types): New constant. Wanderlust folder type
17857 indicators.
17858 (org-wl-folder-type): New function. Return type of Wanderlust
17859 folder.
17860 (org-wl-store-link): Create web links for shimbun or nntp messages
17861 and strip filter conditions depending on customizable variables.
17862 (org-wl-open): Open namazu search folder for message when called
17863 with prefix.
17864
17865 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17866
17867 * org.el (org-remove-if, org-remove-if-not): New functions.
17868 (org-open-file): Use internal remove-if functions.
17869
17870 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17871
17872 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
17873 (org-file-apps-ex): Remove variable.
17874 (org-open-file): Integrate org-file-apps-ex functionality back
17875 into org-file-apps, and decide whether to match a regexp against
17876 the link or the filename using org-file-apps-entry-uses-grouping-p.
17877
17878 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17879
17880 * org.el (org-file-apps-ex): New variable.
17881 (org-open-file): Before considering org-file-apps, first match the
17882 regexps from org-file-apps-ex against the whole link.
17883 See docstring of org-file-apps-ex.
17884
17885 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17886
17887 * org.el (org-export-latex-default-packages-alist):
17888 Remove microtype package.
17889 (org-todo-repeat-to-state): New variable.
17890 (org-auto-repeat-maybe): Allow user-selected target states.
17891 (org-default-properties): Add the new property REPEAT_TO_STATE.
17892
17893 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17894
17895 * org-mobile.el (org-mobile-check-setup): Make sure that there is
17896 a binary to compute checksums.
17897
17898 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
17899
17900 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17901 variables.
17902
17903 * org.el (calendar): Require calendar now on top level in org.el
17904 and define aliases to new variables when needed.
17905 (org-read-date, org-goto-calendar): Do not bind obsolete
17906 variables.
17907
17908 2010-06-22 Glenn Morris <rgm@gnu.org>
17909
17910 * org-entities.el: Add explicit utf-8 coding cookie to file with
17911 utf-8 characters.
17912
17913 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17914
17915 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
17916
17917 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
17918
17919 * Version 23.2 released.
17920
17921 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17922
17923 * org-table.el (orgtbl-setup):
17924 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
17925
17926 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * org-table.el (orgtbl-mode): Use define-minor-mode.
17929
17930 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17931
17932 * org.el (org-insert-link): Find the link buffer on visible frames.
17933 (org-export-latex-default-packages-alist): Hyperref must be loaded
17934 late.
17935 (org-open-file): More care with the new matching for file links.
17936
17937 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17938
17939 * org-latex.el (org-export-latex-preprocess): Do not yet protect
17940 defined entities - these will be taken care of later.
17941 (org-export-latex-special-chars): Post-process entity replacement.
17942 (org-export-latex-fontify-headline): Do not yet protect defined
17943 entities - these will be taken care of later.
17944 (org-export-latex-tables, org-export-latex-links): Format the
17945 caption properly.
17946
17947 * org-entities.el (org-entities-user): Fix typo.
17948
17949 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
17950
17951 * org-entities.el (org-entities-user): Improve docstring.
17952
17953 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17954
17955 * org-entities.el (org-macs): Require org-macs, to be sure that we
17956 have `declare-function' defined.
17957
17958 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17959
17960 * org-latex.el (org-export-latex-classes): Update docstring.
17961
17962 * org.el (org-format-latex-header): Add cookies to the header.
17963 (org-splice-latex-header): Implement placement according to cookies.
17964
17965 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17966
17967 * org-publish.el (org-publish-aux-preprocess): Control case
17968 sensitivity.
17969
17970 2010-04-10 Bastien Guerry <bzg@gnu.org>
17971
17972 * org.el (org-splice-latex-header): Fix typo.
17973
17974 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17975
17976 * org-latex.el (org-export-latex-make-header):
17977 Use `org-splice-latex-header' to build the header.
17978 (org-export-latex-classes): Update docstring.
17979
17980 * org.el (org-splice-latex-header): New function.
17981 (org-create-formula-image): Use `org-splice-latex-header' to build
17982 the header.
17983
17984 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
17985
17986 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17987
17988 * org.el (org-export-latex-packages-alist)
17989 (org-export-latex-default-packages-alist): Fix docstring to
17990 reflect the expected structure.
17991
17992 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
17993 (org-export-docbook-finalize-table): Make use of label for tables.
17994
17995 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17996
17997 * org-attach.el (org-attach-commit): Split on newlines.
17998
17999 * org.el (org-export-latex-default-packages-alist): Use list
18000 instead of cons for the entries.
18001
18002 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18003
18004 * org-entities.el (org-entity-get-representation): Catch the case
18005 that there is not entry in the list.
18006
18007 * org-mobile.el (org-mobile-use-encryption)
18008 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
18009 New options.
18010 (org-mobile-check-setup): CHeck the encryption setup.
18011 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
18012 (org-mobile-create-sumo-agenda): Use encryption code.
18013 (org-mobile-encrypt-and-move): New function.
18014 (org-mobile-encrypt-file, org-mobile-decrypt-file):
18015 New functions.
18016 (org-mobile-move-capture): Decrypt the capture file.
18017
18018 * org.el (org-entities): Require the new file.
18019 (org-export-latex-default-packages-alist): New variable.
18020 (org-complete): Use new entity code for completion.
18021 (org-create-formula-image): Use the new packages variable.
18022
18023 * org-latex.el (org-export-latex-classes): Remove the standard
18024 packages from the class headers.
18025 (org-export-latex-make-header): Use the new package variable.
18026 (org-export-latex-special-chars): Better regexp for entities, to
18027 support entity name that contain numbers.
18028 (org-export-latex-treat-backslash-char): Use the new entity code.
18029
18030 * org-html.el (org-html-do-expand): Use the new entity code.
18031
18032 * org-exp.el (org-export): Add the new export commands.
18033 (org-html-entities): Constant removed.
18034 (org-export-visible): Add the new export commands.
18035
18036 * org-docbook.el (org-docbook-do-expand): Use new entity code.
18037
18038 * org-ascii.el (org-export-ascii-entities): New variable.
18039 (org-export-as-latin1, org-export-as-latin1-to-buffer)
18040 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
18041 (org-export-as-encoding): New function.
18042 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
18043 (org-ascii-replace-entities): New function.
18044
18045 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18046 Ulf Stegemann <ulf@zeitform.de>
18047
18048 * org-entities.el: New file.
18049
18050 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18051
18052 * org-html.el (org-html-level-start): Catch the case that target
18053 might be nil.
18054
18055 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18056
18057 * org.el (org-appearance): Change Customize group variable name
18058 from org-font-lock to org-appearance, and change tag from "Org
18059 Font Lock" to "Org Appearance".
18060 (org-odd-levels-only): Change Customize group variable name.
18061 (org-level-color-stars-only): Change Customize group variable name.
18062 (org-hide-leading-stars): Change Customize group variable name.
18063 (org-hidden-keywords): Change Customize group variable name.
18064 (org-fontify-done-headline): Change Customize group variable name.
18065 (org-fontify-emphasized-text): Change Customize group variable name.
18066 (org-fontify-whole-heading-line): Change Customize group variable name.
18067 (org-highlight-latex-fragments-and-specials): Change Customize
18068 group variable name.
18069 (org-hide-emphasis-markers): Change Customize group variable name.
18070 (org-emphasis-alist): Change Customize group variable name.
18071 (org-emphasis-regexp-components): Change Customize group variable
18072 name.
18073 (org-modules): Remove mention of org-R.
18074
18075 * org-faces.el (org-faces): Change Customize group variable name.
18076
18077 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18078
18079 * org-agenda.el (org-diary-last-run-time): New variable.
18080 (org-diary): Prepare agenda buffers only if last call was some
18081 time ago.
18082
18083 * org-html.el (org-export-html-preprocess): Replace \ref macros
18084 with a link.
18085 (org-format-org-table-html): Add the label as an anchor.
18086
18087 * org-docbook.el (org-export-docbook-format-image): Do some
18088 formatting on captions.
18089
18090 * org-latex.el (org-export-latex-tables, org-export-latex-links):
18091 Do some formatting on captions.
18092
18093 * org-html.el (org-export-html-format-image)
18094 (org-format-org-table-html): Do some formatting on captions.
18095
18096 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18097
18098 * org.el (org-hidden-keywords): New customizable variable. This is
18099 a list of symbols specifying which of the special keywords #+DATE,
18100 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18101 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18102 implementing new faces and hiding behavior.
18103
18104 * org-faces.el (org-document-title): New face for #+TITLE lines.
18105 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18106 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18107 keywords.
18108
18109 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18110
18111 * org-publish.el (org-publish-sanitize-plist): New function to
18112 rename "index" properties to "sitemap". Do this renaming
18113 globally.
18114 (org-publish-with-aux-preprocess-maybe): New macro.
18115 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18116 macro.
18117 (org-publish-aux-preprocess)
18118 (org-publish-index-generate-theindex.inc): New function.
18119
18120 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18121
18122 * org-table.el (org-table-align): Interpret <N> at fixed width,
18123 not as maximum width.
18124
18125 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18126
18127 * org-exp.el (org-export-author-info, org-export-email-info):
18128 Fix docstrings.
18129
18130 * org-beamer.el (org-beamer-select-environment): Rename from
18131 `org-beamer-set-environment-tag'. Improve docstring.
18132
18133 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18134 problem with odd levels.
18135
18136 * org-ascii.el (org-export-as-ascii): Export email only if the
18137 author wants it.
18138
18139 * org-docbook.el (org-export-as-docbook): Export email only if the
18140 author wants it.
18141
18142 * org-html.el (org-export-as-html): Export email only if the
18143 author wants it.
18144
18145 * org-exp.el (org-export-email-info): New option.
18146 (org-export-plist-vars): Add entry for `org-export-email'.
18147
18148 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18149
18150 * org-table.el (org-table-goto-line): Fix typo.
18151
18152 2010-04-10 Mikael Fornius <mfo@abc.se>
18153
18154 * org.el (org-agenda-files): Typo.
18155 (org-read-agenda-file-list): Add optional argument to help
18156 `org-store-new-agenda-file-list' to remember un-expanded file
18157 names. Expand file names relative to `org-directory'.
18158 (org-store-new-agenda-file-list): Keep un-expanded file names when
18159 saving, if available.
18160 (org-agenda-files): Update documentation.
18161
18162 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18163
18164 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18165 a buffer with no file name attached.
18166
18167 * org.el (org-log-refile): New option.
18168 (org-log-note-headings): Add a heading for refiling.
18169 (org-startup-options): Add keywords for logging of the refile
18170 action.
18171 (org-refile): Add logging action.
18172 (org-add-log-note): Allow for refiling action.
18173
18174 * org-agenda.el (org-agenda-bulk-action): Make sure
18175 `org-log-refile' is not `note' during a bulk action.
18176
18177 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18178
18179 * org.el (org-map-dblocks): Use save-excursion to remember the
18180 position.
18181
18182 * org-attach.el (org-attach-commit): Remove dependence on xargs.
18183 (org-attach-delete-one): Commit after deleting a file.
18184
18185 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18186 borders for strike-through emphasis.
18187
18188 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18189 handling of odd levels.
18190
18191 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18192 and `future' values.
18193 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18194 Handle `past' and `future' values.
18195
18196 * org.el (org-read-agenda-file-list): Interpret file names
18197 relative to org-directory and allow environment variables and
18198 "~".
18199
18200 * org-latex.el (org-export-latex-special-chars): Allow a
18201 parenthesis before an exponent or subscript.
18202
18203 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18204
18205 * org-src.el (org-edit-src-exit): When returning from code edit
18206 buffer, if code block is hidden, leave point at start of
18207 #+begin_src line.
18208
18209 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18210
18211 * org.el (org-insert-heading): Do not remove all spaces if the
18212 headline is empty.
18213
18214 * org-indent.el (org-indent): Fix group name.
18215
18216 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18217
18218 * org-table.el (org-table-goto-column): Fix forcing a non-existing
18219 column.
18220 (org-table-get, org-table-put, org-table-goto-line)
18221 (org-table-current-line): New functions.
18222
18223 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18224
18225 * org.el (org-open-file): Allow regular expressions in
18226 org-file-apps to capture link parameters using groups. In a
18227 command string to be executed, the parameters can be referenced
18228 using %1, %2, etc. Lisp forms can access them using
18229 (match-string n link).
18230 (org-apps-regexp-alist): Adopt the created regexp, as this is now
18231 matched against a file: link instead of the file name.
18232
18233 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18234
18235 * org-crypt.el (org-reveal-start-hook): Add a decryption function
18236 to this hook.
18237 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18238 Add docstrings.
18239
18240 * org.el (org-point-at-end-of-empty-headline)
18241 (org-level-increment, org-get-previous-line-level): New function.
18242 (org-cycle-level): Rewritten to be independent of when this
18243 function is called.
18244 (org-in-regexps-block-p): New function.
18245 (org-reveal-start-hook): New hook.
18246 (org-reveal): Run new hook.
18247
18248 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18249
18250 * org-latex.el (org-export-latex-keywords): Start a new paragraph
18251 after time keywords, do not add "\newline".
18252
18253 * org-html.el (org-export-as-html): Avoid double # in href.
18254
18255 * org.el (org-refile-get-location): Catch an invalid target
18256 specification.
18257
18258 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18259
18260 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18261 Make sure the behavior regarding to extracting time is
18262 consistent.
18263
18264 2010-04-10 Stephen Eglen <stephen@gnu.org>
18265
18266 * org-agenda.el (org-agenda-insert-diary-extract-time):
18267 New variable.
18268 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18269 variable rather than `org-agenda-search-headline-for-time'.
18270
18271 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18272
18273 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18274
18275 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18276
18277 * org.el (org-adaptive-fill-regexp-backup): New variable.
18278 (org-set-autofill-regexps): Store a backup of
18279 `adaptive-fill-regexp'.
18280 (org-adaptive-fill-function): Fix filling of comments and ordered
18281 lists. If there is no other match, till try adaptive fill.
18282
18283 2010-04-10 John Wiegley <jwiegley@gmail.com>
18284
18285 * org-agenda.el (org-agenda-include-deadlines): Add new
18286 customization variable to determine whether unscheduled tasks
18287 should appear in the agenda solely because of their deadline.
18288 Default to true, which was the previous behavior (it just wasn't
18289 configurable).
18290 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18291 the agenda to show/hide deadline tasks.
18292 (org-agenda-menu): Add menu option for show/hide deadlines.
18293 (org-agenda-list): Make the agenda list sensitive to the value of
18294 `org-agenda-include-deadlines'.
18295 (org-agenda-toggle-deadlines): New function to toggle the value of
18296 `org-agenda-include-deadlines' and repaint the modeline
18297 indicators.
18298 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18299 modeline if deadline tasks are being displayed.
18300
18301 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18302
18303 * org-table.el (org-table-eval-formula): Replace $# and @# by
18304 current column and row number.
18305
18306 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18307
18308 * org.el (org-set-property, org-delete-property): Go back to
18309 prompting for the property.
18310
18311 * org-latex.el (org-export-latex-make-header): Fully process
18312 author line.
18313 (org-export-latex-fontify-headline): Allow several arguments, not
18314 just one.
18315 (org-export-latex-fix-inputenc): Catch the error when
18316 `latexenc-coding-system-to-inputenc' is not defined.
18317
18318 * org-agenda.el (org-agenda-skip-if-todo): New function.
18319 (org-agenda-skip-if): Add conditions for TODO keywords.
18320 (org-agenda-skip-if): Document the new todo conditions.
18321
18322 2010-04-10 Mikael Fornius <mfo@abc.se>
18323
18324 * org.el (org-at-property-p): Check if we are inside a property
18325 drawer not just any drawer.
18326 (org-set-property, org-delete-property): When cursor is on a
18327 property key value pair do not prompt for property name instead
18328 use name at cursor.
18329 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18330 on the first line of a property drawer.
18331 (org-property-end-re): Spell check.
18332
18333 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18334
18335 * org-exp.el (org-export-attach-captions-and-attributes): Add the
18336 properties to the entire table, in case the first line is
18337 removed.
18338
18339 * org-archive.el (org-archive-reversed-order): New option.
18340 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18341 option `org-archive-reversed-order'.
18342
18343 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18344
18345 * org-agenda.el (org-agenda-entry-types): New variable.
18346 (org-agenda-list): Use `org-agenda-entry-types'.
18347 (org-agenda-custom-commands-local-options): Support for setting
18348 `org-agenda-entry-types' as an option.
18349 (org-diary): Shift some documentation from here to the variable
18350 `org-agenda-entry-types'.
18351
18352 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18353
18354 * org-latex.el (org-export-latex-make-header): Apply macros in
18355 author field.
18356
18357 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18358 (org-clock-select-task, org-clock-notify-once-if-expired)
18359 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18360 (org-clock-out-if-current, org-clock-save): Use the new functions.
18361
18362 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18363
18364 * org-docbook.el (org-export-as-docbook): Remove unnecessary
18365 newline.
18366 (org-export-as-docbook): Remove unnecessary newline.
18367 (org-export-as-docbook): Fix problem with double footnote
18368 reference in one place.
18369
18370 * org-exp.el (org-export-format-source-code-or-example):
18371 Remove unnecessary newline.
18372
18373 * org.el (org-deadline, org-schedule): Allow rescheduling entries
18374 with repeaters.
18375
18376 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18377 function calls that look like references.
18378
18379 * org.el (org-open-at-point): Get link abbreviations from
18380 reference buffer.
18381
18382 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18383
18384 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18385 as a reference.
18386
18387 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18388
18389 * org.el (org-link-unescape): Solve issue with lower-case escapes.
18390
18391 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18392
18393 * org-latex.el (org-export-latex-classes):
18394 Add \usepackage{latexsym} to all classes.
18395
18396 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18397
18398 * org-html.el (org-export-as-html): Do not allow protected lines
18399 into the table of contents.
18400
18401 * org-latex.el (org-export-latex-special-chars): Find subsequent
18402 occurrences of special characters.
18403 (org-export-latex-tables): Do not convert table-like stuff that is
18404 protected.
18405
18406 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18407
18408 * org-list.el (org-toggle-checkbox): No errors when updating
18409 checkbox count fails because there is no heading.
18410
18411 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18412
18413 * org-clock.el (org-clock-report-include-clocking-task):
18414 New option.
18415 (org-clock-sum): Add the current clocking task.
18416
18417 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18418
18419 * org.el (org-cycle): Print a message when in a table.el table.
18420 (org-edit-special): Recognize the table.el context.
18421 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18422
18423 * org-src.el (org-at-table.el-p): Declare.
18424 (org-edit-src-code): Handle a special case for table.el editing.
18425 (org-edit-src-find-region-and-lang): Recognize the table.el
18426 context.
18427
18428 * org-latex.el (org-export-latex-tables): Convert table.el
18429 tables.
18430 (org-export-latex-convert-table.el-table): New function.
18431
18432 * org-html.el (org-html-expand): Fix table.el export.
18433
18434 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18435 headings.
18436
18437 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18438 table for the id locations.
18439
18440 * org.el (org-read-date-analyze): Match American-style dates, like
18441 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
18442 current year when reading ISO and American dates.
18443
18444 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18445
18446 * org.el (org-face-from-face-or-color): New function.
18447 (org-get-todo-face, org-font-lock-add-priority-faces)
18448 (org-get-tag-face): Use `org-face-from-face-or-color'.
18449
18450 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18451 Allow simple colors as values.
18452 (org-faces-easy-properties): New option.
18453
18454 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18455 restricted, as an agenda mode.
18456 (org-agenda-fontify-priorities): Allow simple colors as values.
18457
18458 2010-04-10 Bastien Guerry <bzg@gnu.org>
18459
18460 * org-timer.el (org-timer-current-timer): Rename from
18461 `org-timer-last-timer'.
18462 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18463 (org-timer-cancel-timer, org-timer-show-remaining-time)
18464 (org-timer-set-timer): Update to use only one timer.
18465
18466 * org.el (org-set-property): Remove useless space in the prompt.
18467
18468 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18469
18470 * org-html.el (org-export-html-style-default): Add a default style
18471 for textareas.
18472
18473 * org-exp.el (org-export-format-source-code-or-example):
18474 Fix textarea tag.
18475
18476 2010-04-10 Bastien Guerry <bzg@gnu.org>
18477
18478 * org-clock.el (org-clock-current-task): New variable to store
18479 last clocked in task.
18480 (org-clock-set-current, org-clock-delete-current): New functions.
18481
18482 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18483
18484 * org-remember.el (org-remember-apply-template): Extend comment.
18485 (org-remember-handler): Implement clock sibling filing.
18486
18487 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18488
18489 * org-publish.el (org-publish-all, org-publish-current-file)
18490 (org-publish-current-project): When called with prefix argument
18491 FORCE, also rebuild the validation file list.
18492
18493 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18494 section headings.
18495
18496 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18497
18498 * org-html.el (org-export-as-html-and-open): Kill product buffer
18499 if the user wants that.
18500
18501 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18502 if the user wants that.
18503
18504 * org-exp.el (org-export-kill-product-buffer-when-displayed):
18505 New option.
18506
18507 * org-agenda.el (org-batch-agenda-csv): Use the time property
18508 instead of the `time-of-day' property.
18509
18510 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18511
18512 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18513 (org-timer-pause-hook, org-timer-set-hook)
18514 (org-timer-cancel-hook): New hooks.
18515 (org-timer-start): Run `org-timer-start-hook'.
18516 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18517 (org-timer-stop): Run `org-timer-stop-hook'.
18518 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18519
18520 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18521
18522 * org.el (org-reveal): Double prefix arg shows the subtree of the
18523 parent.
18524
18525 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18526
18527 * org-agenda.el (org-search-view): Fix bug with searching full
18528 words in headlines in search view.
18529 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18530 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18531 scheduled (if the user configures it so.
18532
18533 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18534
18535 * org.el (org-hide-archived-subtrees): Don't jump to end of
18536 subtree if the match was not in a headline.
18537 (org-inside-latex-macro-p): Allow more complex arguments.
18538 (org-emphasize): Protect against use at end of buffer.
18539
18540 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18541
18542 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18543 text properties.
18544
18545 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18546
18547 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18548 values.
18549 (org-agenda-todo-ignore-scheduled)
18550 (org-agenda-todo-ignore-deadlines): More control with different
18551 allowed values.
18552 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18553 Honor the new option settings.
18554
18555 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18556
18557 * org.el (org-get-location): Make sure the selection buffer is
18558 shown in the current frame.
18559
18560 * org-ascii.el (org-export-ascii-table-widen-columns):
18561 New option.
18562 (org-export-ascii-preprocess): Realign tables to remove narrowing
18563 if `org-export-ascii-table-widen-columns' is set.
18564
18565 * org-table.el (org-table-do-narrow): New variable.
18566 (org-table-align): Narrow only if `org-table-do-narrow' is t.
18567
18568 * org.el (org-deadline, org-schedule): Allow updating if the
18569 relevant time stamp does not have a repeater, i.e. do not require
18570 that no time stamp has a repeater.
18571
18572 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18573 new white space before the tags.
18574
18575 * org-latex.el (org-export-as-latex): Do nit require the buffer to
18576 be visiting a file when only exporting to a buffer or string.
18577 (org-export-latex-fix-inputenc): Only save the buffer is there is
18578 a file name attached to it.
18579
18580 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18581
18582 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18583
18584 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18585
18586 * org.el (org-fontify-meta-lines-and-blocks):
18587 Honor `org-fontify-quote-and-verse-blocks'.
18588
18589 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18590
18591 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18592
18593 * org.el (org-open-at-point): Also check for text property
18594 org-linked-text before offering collected links.
18595
18596 2010-04-10 Stephen Eglen <stephen@gnu.org>
18597
18598 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18599 Optionally extract time specification from text and add to the
18600 timestamp.
18601
18602 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18603
18604 * org-exp.el (org-html-entities): Fix typo.
18605
18606 * org-latex.el (org-export-latex-make-header): Use \providecommand
18607 to make sure the \alert macro is defined.
18608
18609 * org.el (org-format-latex-signal-error)
18610 (org-create-formula-image): Use `org-format-latex-signal-error'.
18611
18612 2010-04-10 Stephen Eglen <stephen@gnu.org>
18613
18614 * org.el (org-store-link): For dired buffers, use
18615 default-directory as link name if dired-get-filename returns
18616 nil.
18617
18618 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18619
18620 * org-exp.el (org-export-concatenate-multiline-links): The for
18621 protectedness at beginning of match.
18622
18623 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
18624 AUTO as a coding system, instead default to utf8.
18625
18626 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18627
18628 * org.el (org-block-todo-from-children-or-siblings-or-parent)
18629 (org-block-todo-from-checkboxes): Respect the local variable
18630 value when deciding if blocking should be active.
18631
18632 * org-latex.el (org-export-latex-make-header): Define the align
18633 macro if it is not yet defined.
18634
18635 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
18636 Call `org-insert-heading' with the INVISIBLE-OK argument.
18637
18638 * org-mac-message.el (org-mac-message-insert-flagged):
18639 Call `org-insert-heading' with the INVISIBLE-OK argument.
18640
18641 * org.el (org-insert-heading): New argument INVISIBLE-OK.
18642
18643 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
18644 prompt message.
18645
18646 * org-html.el (org-html-level-start): Use the
18647 `html-container-class' text property to set an additional class
18648 for an outline container.
18649
18650 * org-exp.el (org-export-remember-html-container-classes):
18651 New function.
18652 (org-export-preprocess-string):
18653 Call `org-export-remember-html-container-classes'.
18654
18655 * org.el (org-cycle): Mention level cycling in the docstring.
18656 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
18657
18658 * org-remember.el (org-remember-apply-template): Do file insertion
18659 first.
18660
18661 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18662
18663 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
18664 problem with mis-aligned graphs when showing habits.
18665
18666 2010-04-10 Mikael Fornius <mfo@abc.se>
18667
18668 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
18669 when assigning. Begin using numerical characters when all in name
18670 is used up. This is to spare alphanumeric characters for better
18671 match with other keywords.
18672
18673 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18674
18675 * org-exp.el (org-export-preprocess-hook): Improve documentation.
18676
18677 * org-latex.el (org-export-latex-preprocess): More consistent
18678 conversion and protection of the words LaTeX and TeX.
18679 (org-export-latex-fontify-headline, org-export-latex-preprocess):
18680 Allow angle brackets in commands, for beamer.
18681
18682 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18683
18684 * org-clock.el (org-clock-in): Improve the look of the clock line
18685 by formatting links.
18686
18687 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18688
18689 * org-latex.el (org-export-latex-classes): Use AUTO as the place
18690 holder string for the coding system. And improve the
18691 documentation.
18692 (org-export-latex-fix-inputenc): Only modify the coding system if
18693 it is given by the placeholder AUTO.
18694
18695 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18696
18697 * org-clock.el (org-task-overrun-text): New option.
18698 (org-task-overrun, org-clock-update-period): New variables.
18699 (org-clock-get-clock-string, org-clock-update-mode-line):
18700 Mark overrun clock.
18701 (org-clock-notify-once-if-expired): Check if clock is overrun.
18702
18703 * org-faces.el: New face `org-mode-line-clock-overrun'.
18704
18705 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18706
18707 * org.el (org-narrow-to-subtree): Position the end of the narrowed
18708 region before the line with the next heading, to prevent the user
18709 from prepending text to the next headline.
18710
18711 2010-04-10 Stephen Eglen <stephen@gnu.org>
18712
18713 * org-agenda.el (org-get-time-of-day):
18714 Use org-agenda-time-leading-zero to allow leading zero (rather than
18715 space) for times.
18716
18717 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18718
18719 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
18720 org-datetree.el is loaded.
18721
18722 * org-datetree.el: Autoload `org-datetree-find-day-create'.
18723
18724 * org-latex.el (org-export-latex-hyperref-format): New option.
18725 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
18726
18727 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18728
18729 * org-ctags.el (org-ctags-enable): Change order of functions.
18730 (org-ctags-create-tags): Add wildcard to file name expansion.
18731
18732 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18733
18734 * org.el (org-entry-properties): Fix some important bugs.
18735
18736 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18737
18738 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
18739 the table is not explicitly given.
18740
18741 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18742
18743 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
18744 as value.
18745 (org-clock-out-if-current): Work with the new list value of
18746 `org-clock-out-when-done'.
18747 (org-clock-out, org-clock-out-if-current): Avoid circular logic
18748 between clocking out and state changes.
18749
18750 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
18751
18752 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
18753 accident protect a character that is before a backslash.
18754
18755 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
18756
18757 * org-ctags.el: New file.
18758
18759 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18760
18761 * org-agenda.el (org-diary-class):
18762 Use `org-order-calendar-date-args'.
18763
18764 * org.el (org-order-calendar-date-args): New function.
18765
18766 * org-exp.el (org-export-target-internal-links): Check for
18767 protectedness after the first bracket.
18768
18769 * org.el (org-entry-properties): Don't match wrong-case TODO
18770 keywords.
18771
18772 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
18773 Document that ARG is passed through to remove the date.
18774 (org-agenda-bulk-action): Accept prefix arg and pass it on.
18775 Do not read a date when the user has given a `C-u' prefix.
18776
18777 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18778
18779 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
18780 tags are hidden.
18781
18782 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18783
18784 * org-latex.el (org-export-latex-fix-inputenc): New function.
18785 (org-export-latex-inputenc-alist): New option.
18786
18787 * org-exp.el (org-export): New key SPC to publish enclosing
18788 subtree.
18789
18790 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18791
18792 * org-indent.el (org-indent-add-properties): Catch case when there
18793 is no headline in the buffer.
18794
18795 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18796
18797 * org-exp.el (org-html-entities): Add checkmark symbol.
18798
18799 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
18800 verbatim code for ASCII export.
18801
18802 * org.el (org-update-statistics-cookies): Also see checkboxes in
18803 ordered lists.
18804
18805 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18806
18807 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
18808 key.
18809
18810 * org-beamer.el (org-beamer-amend-header): Change the location
18811 where `org-beamer-header-extra' is inserted.
18812
18813 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
18814 just for computing this regexp.
18815
18816 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18817
18818 * org-beamer.el (org-beamer-frame-default-options): New option.
18819 (org-beamer-sectioning): Use default options if the user does not
18820 have defined any.
18821 (org-beamer-fix-toc): Put a frame around the table of contents.
18822
18823 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
18824 Make sure case-folding works well when processing comment stuff.
18825
18826 * org-latex.el (org-export-latex-after-save-hook): New hook.
18827 (org-export-as-latex): Run the new hook.
18828
18829 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18830
18831 * org-beamer.el (org-beamer-environments-default): Add the note
18832 environments.
18833 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
18834 lines and collect and combine the content.
18835 (org-beamer-after-initial-vars): Check for note tags and make sure
18836 they will be seen like a property.
18837
18838 * org.el (org-offer-links-in-entry): Fix bug when there is a
18839 single link.
18840
18841 * org-exp.el (org-export): Make sure the mark is activated, also
18842 when `transient-mark-mode' is off.
18843
18844 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
18845 (org-agenda-search-view-search-words-only): Obsolete variable, is
18846 now an alias for `org-agenda-search-view-always-boolean'.
18847 (org-agenda-search-view-force-full-words): New option.
18848 (org-search-view): Improve docstring, and implement a better logic
18849 for Boolean and phrase searches.
18850 (org-agenda-last-search-view-search-was-boolean): New variable.
18851 (org-agenda-manipulate-query): Consider the type of the last
18852 search when modifying the search string.
18853
18854 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18855
18856 * org-latex.el (org-export-as-latex): Do the first letbind in the
18857 right moment.
18858
18859 * org-agenda.el (org-get-entries-from-diary): Add the new face to
18860 these entries.
18861
18862 * org-faces.el (org-agenda-diary): New face.
18863
18864 * org.el (org-make-link-regexps): Allow regexp-special characters
18865 in link types.
18866 (org-open-file): When in-emacs is `system', also force system
18867 opening, like when the value was `(16)'.
18868 (org-update-statistics-cookies): Handle entries without children.
18869
18870 * org-exp.el
18871 (org-export-preprocess-before-normalizing-links-hook): New hook.
18872 (org-export-preprocess-string): Run the new hook.
18873
18874 * org.el (org-offer-links-in-entry): Make RET open all links.
18875
18876 * org-html.el (org-export-as-html): Remove any leftover display
18877 properties in the html file.
18878
18879 * org-wl.el (org-wl-store-link): Work-around for format bug with
18880 text properties.
18881
18882 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
18883 invisibility while adding the graphs.
18884
18885 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18886
18887 * org-remember.el (org-select-remember-template): Use C letter to
18888 customize remember templates.
18889
18890 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
18891 Move cursor to next visible line.
18892
18893 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18894
18895 * org-beamer.el (org-beamer-sectioning): Leave columns environment
18896 by specifying 0 or 1 for column width.
18897 (org-beamer-column-widths): Make 0 stand for 0.0.
18898
18899 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18900
18901 * org-exp.el (org-export-mark-radio-links): Don't match inside
18902 <<target>>.
18903
18904 * org.el (org-format-latex-header-extra): New variable.
18905 (org-format-latex): Set org-format-latex-header-extra from
18906 in-buffer stuff.
18907 (org-format-latex): Add org-format-latex-header-extra to the
18908 variables on which image creation depends.
18909 (org-create-formula-image): Add the header stuff from in-buffer
18910 settings.
18911 (org-read-date-analyze): Base the analysis for future preference
18912 on NOW, not on the default date.
18913
18914 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
18915 for TODO keyword in inline tasks.
18916
18917 * org.el (org-log-note-headings): New headings for removing
18918 deadline or scheduling date.
18919 (org-deadline, org-schedule): Arrange for logging when removing a
18920 date.
18921 (org-add-log-note): Handle deadline and scheduling removal.
18922
18923 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18924
18925 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
18926
18927 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18928
18929 * org-agenda.el (org-diary-class): New function.
18930
18931 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18932
18933 * org-latex.el (org-export-latex-preprocess): Do process the text
18934 of a radio target.
18935
18936 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18937
18938 * org.el (org-entry-properties): Add TIMESTAMP properties back
18939 in.
18940
18941 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18942
18943 * org.el (org-all-time-keywords): New variable.
18944 (org-set-regexps-and-options): Set `org-all-time-keywords'.
18945 (org-entry-blocked-p): New function.
18946 (org-special-properties): Add BLOCKED as a new special property.
18947 (org-entry-properties): New optional argument SPECIFIC, only parse
18948 for this property when it is specified.
18949 (org-entry-get): Pass a SPECIFIC argument to
18950 `org-entry-properties'.
18951
18952 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
18953
18954 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18955
18956 * org-latex.el (org-export-latex-tables): No forced line end if
18957 there is no caption.
18958
18959 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18960
18961 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
18962 package.
18963
18964 * org-latex.el (org-export-latex-tables): Only add a caption when
18965 macro is in longtable environments if one has been defined.
18966
18967 * org-html.el (org-export-as-html): Only take title from buffer if
18968 not exporting body-only.
18969
18970 * org-latex.el (org-export-latex-preprocess): Better version of
18971 the regular expression for protecting LaTeX macros.
18972 (org-export-latex-preprocess): Start searching for macros to
18973 protect from beginning of buffer.
18974
18975 * org-exp.el (org-export-target-internal-links): Check for
18976 protectedness earlier in the string.
18977
18978 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
18979 case sensitively.
18980
18981 * org-id.el (org-id-store-link): Match TODO keywords case
18982 sensitively.
18983
18984 * org.el (org-heading-components, org-get-outline-path)
18985 (org-display-outline-path): Match TODO keywords case sensitively.
18986
18987 * org-latex.el (org-export-as-latex): Ignore read-only
18988 properties.
18989
18990 * org-exp.el (org-export-preprocess-string): Remove any
18991 `read-only' properties.
18992
18993 * org-agenda.el (org-agenda-inactive-leader): New option.
18994 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
18995 (org-tags-view): Prompt for matcher if MATCH is an empty string.
18996 (org-todo-list): Prompt for matcher if ARG is an empty string.
18997
18998 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18999
19000 * org.el (org-open-link-functions): New hook.
19001 (org-open-at-point): Run `org-open-link-functions'.
19002
19003 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19004
19005 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
19006 stamps as well.
19007
19008 * org.el (org-inhibit-startup-visibility-stuff): New variable.
19009 (org-mode): Don't do startup visibility if inhibited.
19010 (org-outline-overlay-data, org-set-outline-overlay-data):
19011 New functions.
19012 (org-save-outline-visibility): New macro.
19013 (org-log-note-headings): Document that one should not change the
19014 `state' note format.
19015
19016 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19017
19018 * org.el (org-make-link-regexps): Capture link path into a group.
19019
19020 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19021
19022 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
19023 the options plist.
19024
19025 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19026
19027 * org.el (org-startup-with-beamer-mode): New option.
19028 (org-property-changed-functions)
19029 (org-property-allowed-value-functions): New hooks.
19030 (org-entry-put, org-property-get-allowed-values): Run the new
19031 hooks.
19032 (org-property-next-allowed-value): Run the new hooks.
19033
19034 * org-exp.el (org-export-select-backend-specific-text): Add the
19035 special beamer tags.
19036
19037 * org-beamer.el: New file.
19038
19039 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
19040 (org-export-as-latex):
19041 Run `org-export-latex-after-initial-vars-hook'.
19042 (org-export-latex-format-toc-function)
19043 (org-export-latex-make-header):
19044 Call `org-export-latex-format-toc-function'.
19045
19046 * org.el (org-fill-template): Make template searches case sensitive.
19047
19048 * org-exp.el (org-export): Use "1" as a sign to export only the
19049 subtree.
19050
19051 * org-colview.el (org-columns-edit-value):
19052 Use org-unrestricted property.
19053
19054 * org.el (org-compute-property-at-point): Set org-unrestricted
19055 text property if the list contains ":ETC".
19056 (org-insert-property-drawer):
19057 Use org-unrestricted property.
19058
19059 * org-exp.el
19060 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
19061 (org-export-preprocess-string):
19062 Run `org-export-preprocess-before-selecting-backend-code-hook'.
19063
19064 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
19065
19066 * org-latex.el (org-export-region-as-latex):
19067 Run `org-export-first-hook'.
19068
19069 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
19070
19071 * org-docbook.el (org-export-as-docbook):
19072 Run `org-export-first-hook'.
19073
19074 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
19075
19076 * org-exp.el (org-export-first-hook): New hook.
19077
19078 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19079
19080 * org-list.el (org-previous-item): Exit at the beginning of the
19081 buffer.
19082
19083 * org-id.el (org-id-locations-save): Only write the id locations
19084 if any are defined.
19085
19086 * org-archive.el (org-archive-all-done): Make this work in a file
19087 with org-odd-levels-only set.
19088
19089 * org.el (org-get-refile-targets): Catch the case when a buffer
19090 has no file.
19091
19092 * org-latex.el (org-export-as-latex): Cleanup forced line ends
19093 where they are not needed.
19094 (org-export-latex-subcontent): Remove unnecessary newlines.
19095
19096 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19097
19098 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19099 (org-export-latex-fontify): Fix regexp bug that takes special
19100 care of protecting the right boundary characters in emphasis
19101 matches.
19102 (org-export-latex-preprocess): Allow multiple arguments to latex
19103 macros.
19104
19105 * org.el (org-make-link-regexps): Use John Gruber's regexp for
19106 urls.
19107
19108 * org-macs.el (org-re): Interpret :punct: in regexps.
19109
19110 * org-exp.el (org-export-replace-src-segments-and-examples):
19111 Also take the final newline after the END line.
19112
19113 * org.el (org-clean-visibility-after-subtree-move): Only fix
19114 entries that are not entirely invisible already.
19115 (org-insert-link): Respect org-link-file-path-type for
19116 "docview:" links in addition to "file:" links.
19117
19118 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19119
19120 * org-exp.el (org-export-format-source-code-or-example):
19121 Avoid additional extra white lines in LaTeX.
19122
19123 * org-list.el (org-list-parse-list): Leave empty lines after the
19124 list, don't consider them as part of the list.
19125
19126 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19127 searches.
19128
19129 * org-clock.el (org-clock-select-task): Convert integer to
19130 character for XEmacs.
19131
19132 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19133
19134 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19135 compatible.
19136
19137 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
19138
19139 * org.el (org-complete-tags-always-offer-all-agenda-tags):
19140 New variable.
19141 (org-set-tags): Use it.
19142
19143 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19144
19145 * org-list.el (org-empty-line-terminates-plain-lists):
19146 Update docstring.
19147
19148 * org.el (org-format-latex): Fix link creation for processed latex
19149 snippets.
19150
19151 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19152
19153 * org-footnote.el (org-footnote-normalize): Protect replacement
19154 text.
19155
19156 * org.el (org-inside-latex-macro-p): Save match data.
19157
19158 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
19159
19160 * org-docview.el: New file.
19161
19162 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19163
19164 * org-latex.el (org-export-latex-class-options): New variable.
19165 (org-export-latex-set-initial-vars): Use the class options.
19166
19167 * org.el (org-forward-same-level): Stop at headings that start
19168 with an invisible character.
19169 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19170
19171 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19172
19173 * org-footnote.el (org-footnote-normalize): Don't take optional
19174 arguments in LaTeX macros as footnotes.
19175
19176 * org.el (org-inside-latex-macro-p): New function.
19177
19178 * org-latex.el (org-latex-to-pdf-process): Change customization
19179 group to `org-export-pdf'.
19180
19181 * org-agenda.el (org-agenda-get-blocks): Look at time string also
19182 on days after the first one.
19183
19184 * org.el (org-insert-heading): Also check for item before assuming
19185 before-first-heading condition.
19186
19187 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19188 (org-export-pdf-logfiles): New option.
19189 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19190 (org-export-pdf-logfiles): Fix customization type.
19191
19192 * org.el (org-insert-link): Improve error message when there is no
19193 default link to select with RET.
19194
19195 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19196 parameter list.
19197
19198 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19199
19200 * org-latex.el (org-export-latex-parse-global)
19201 (org-export-latex-parse-content)
19202 (org-export-latex-parse-subcontent):
19203 Use `org-re-search-forward-unprotected'.
19204 (org-export-as-pdf): Remove log files produced by XeTeX.
19205
19206 * org-macs.el (org-re-search-forward-unprotected): New function.
19207
19208 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
19209
19210 * org-colview.el (org-agenda-colview-summarize): Sort out some
19211 confusion between properties and titles, which resulted in
19212 agenda summaries not working if a title was set for a column.
19213
19214 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19215
19216 * org-mobile.el (org-mobile-agendas): New option.
19217 (org-mobile-sumo-agenda-command): Select the right agendas.
19218
19219 * org-latex.el (org-export-latex-format-image): Preserve the
19220 original-indentation property.
19221
19222 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19223
19224 * org-clock.el (org-clock-insert-selection-line): Catch error when
19225 an old tasks no longer exists.
19226
19227 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19228 (org-export-as-pdf): Don't remove the old PDF file before making
19229 the new one.
19230
19231 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19232 (org-mouse-context-menu): Use `org-looking-back'.
19233
19234 * org.el (org-cycle-level): Use `org-looking-back'.
19235
19236 * org-list.el (org-cycle-item-indentation):
19237 Use `org-looking-back'.
19238
19239 * org-compat.el (org-looking-back): New function.
19240
19241 * org.el (org-insert-heading): Catch before-first-headline when
19242 inserting a headline.
19243
19244 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19245
19246 * org-latex.el (org-export-latex-format-image): Indent figure
19247 environment, so that it does not interrupt plain list.
19248
19249 * org.el (org-open-at-point): Allow long link descriptions.
19250
19251 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19252
19253 * org-html.el (org-export-as-html): Remove empty lines at the
19254 beginning of the exported text.
19255
19256 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
19257
19258 * org.el (org): Remove from hypermedia group.
19259
19260 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
19261
19262 * Branch for 23.2.
19263
19264 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * org-freemind.el (org-freemind-from-org-mode-node)
19267 (org-freemind-from-org-mode)
19268 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19269 Pass arg to called-interactively-p.
19270
19271 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
19272
19273 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19274 Fix typos in docstrings.
19275
19276 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
19277
19278 * org.el (org-get-outline-path, org-speed-command-help):
19279 Fix typos in error messages.
19280
19281 2009-12-14 Juri Linkov <juri@jurta.org>
19282
19283 * org-html.el (org-export-html-style-include-default):
19284 Put `safe-local-variable booleanp' on
19285 `org-export-html-style-include-default' instead of mistakenly
19286 duplicate `org-export-html-style'.
19287
19288 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
19289
19290 * org-agenda.el (org-agenda-diary-entry-in-org-file):
19291 Rebuild agenda after adding new entry.
19292
19293 * org-datetree.el (org-datetree-find-day-create): Fix regular
19294 expression.
19295
19296 * org.el (org-display-outline-path): Use a format specifier for
19297 message, to avoid problems with heading containing `%'.
19298
19299 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19300 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19301 (org-agenda-fix-displayed-tags): New function.
19302 (org-agenda-do-context-action): Just call
19303 `org-display-outline-path', without piping the result through
19304 `message'.
19305
19306 * org-latex.el (org-export-latex-preprocess): Protect secondary
19307 footnote references.
19308
19309 * org-indent.el (org-indent-initialize): Avoid empty strings as
19310 line prefixes.
19311
19312 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19313 hat checking for the mark does not throw an error.
19314 (org-agenda-diary-entry-in-org-file): Catch the case that there is
19315 not `day' text property in the cursor line.
19316
19317 * org.el (org-sort-entries-or-items): Make sure that the final
19318 entry has a newline before doing the sorting.
19319
19320 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19321 property at the beginning of the line.
19322
19323 * org.el (org-make-link-string): Don't allow a description with
19324 only white space.
19325
19326 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19327 (org-agenda-insert-diary-as-top-level): New function.
19328 (org-agenda-add-entry-to-org-agenda-diary-file):
19329 Call `org-agenda-insert-diary-as-top-level'.
19330
19331 * org.el (org-occur-in-agenda-files): Make sure none of the
19332 buffers is narrowed.
19333 (org-activate-plain-links): Add the face property here.
19334 (org-set-font-lock-defaults): Do not add the face to plain links,
19335 the activator function does this.
19336
19337 * org-habit.el (org-is-habit-p): Add doc string.
19338
19339 * org-archive.el (org-archive-subtree-default-with-confirmation):
19340 Autoload.
19341
19342 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19343 after match optional (happens at the end of a line...).
19344
19345 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19346 for special blocks.
19347
19348 * org-faces.el (org-copy-face): Set lisp indentation.
19349 (org-quote, org-verse): New faces.
19350
19351 * org-agenda.el (org-agenda-remove-date): Remove variable.
19352
19353 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19354
19355 * org-html.el (org-export-as-html): Move the home/up link into
19356 the content div.
19357
19358 * org.el (org-export-latex-packages-alist): Option definition
19359 moved here from org-latex.el.
19360
19361 * org-html.el (org-export-html-home/up-format): Add an ID to the
19362 up/home div.
19363
19364 * org-wl.el (org-wl-store-link): Handle the case that
19365 `wl-use-petname' is set.
19366
19367 * org.el (org-set-effort): Improve prompt.
19368 (org-get-outline-path): Widen to get full path.
19369 (org-compact-display-after-subtree-move): Function removed.
19370
19371 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
19372
19373 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19374 hash keys to cache and re-use images generated by the
19375 org-exp-blocks interface to ditaa and dot.
19376
19377 * org.el (org-format-latex): Latex images are now saved to files
19378 named by the sha1 hash of the latex source text avoiding
19379 regeneration of identical images.
19380
19381 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19382
19383 * org-latex.el (org-export-as-latex): Add the :drawers property.
19384
19385 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19386
19387 * org.el (org-speed-commands-user): Allow documentation headlines.
19388 (org-speed-commands-default): Organize the value of this constant
19389 with descriptive headlines.
19390 (org-print-speed-command): Output the headlines.
19391
19392 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19393
19394 * org-agenda.el (org-agenda-show-outline-path): New option.
19395 (org-agenda-do-context-action): New function.
19396 (org-agenda-next-line, org-agenda-previous-line):
19397 Use `org-agenda-do-context-action'.
19398
19399 * org.el (org-use-speed-commands): Allow function value.
19400 (org-speed-commands-default): Make headline motion safe, so that
19401 these commands always end on a headline.
19402 (org-speed-commands-default): New key `v' for `org-agenda'.
19403 (org-speed-move-safe): New function.
19404 (org-self-insert-command): Use the function value of
19405 `org-use-speed-commands'.
19406 (org-get-outline-path): Improve docstring.
19407 (org-format-outline-path): New function.
19408 (org-display-outline-path): New function.
19409
19410 2009-11-15 John Wiegley <jwiegley@gmail.com>
19411
19412 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19413 a string, use that to find the LOGBOOK drawer.
19414
19415 2009-11-15 Glenn Morris <rgm@gnu.org>
19416
19417 * org-agenda.el (org-datetree-find-date-create)
19418 (org-habit-get-priority):
19419 * org.el (org-format-agenda-item): Fix declarations.
19420
19421 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19422
19423 * org.el (org-clone-subtree-with-time-shift): Make it work at the
19424 end of the buffer.
19425
19426 * org-mobile.el (org-mobile-write-checksums): Specify coding
19427 system.
19428 (org-mobile-timestamp-buffer): Keep local variable/mode line at
19429 beginning of buffer.
19430
19431 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19432
19433 * org.el (org-block-todo-from-children-or-siblings-or-parent)
19434 (org-block-todo-from-checkboxes): Do not block changes to a nil
19435 TODO state.
19436
19437 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19438
19439 * org-habit.el (org-habit-parse-todo): Indicate which habit is
19440 wrongly set up in the error messages.
19441
19442 * org-colview.el (org-columns-display-here): Don't try to
19443 calculate values if the underlying property is not set.
19444 (org-columns-string-to-number): Convert age strings back into
19445 fractional days.
19446 (org-agenda-colview-summarize): Handle extended summary types
19447 properly.
19448
19449 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19450
19451 * org-exp.el (org-export-format-drawer-function): New variable.
19452 (org-export-format-drawer): New function.
19453 (org-export-preprocess-string): Pass the backend as a parameter to
19454 `org-export-remove-or-extract-drawers'.
19455 (org-export-remove-or-extract-drawers): New parameter BACKEND.
19456
19457 * org-protocol.el (org-protocol-char-to-string): New defsubst.
19458
19459 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19460
19461 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19462 message when no block is selected.
19463
19464 * org-latex.el (org-export-latex-links): Check for protectedness
19465 in the last matched character, not after the match.
19466
19467 * org-datetree.el (org-datetree-find-date-create):
19468 Respect restriction when KEEP-RESTRICTION is set.
19469 (org-datetree-file-entry-under): New function.
19470 (org-datetree-cleanup): New command.
19471
19472 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19473
19474 * org-src.el (org-edit-src-code): New optional argument context
19475 allows calling functions to avoid altering the saved window
19476 configuration.
19477 (org-edit-src-exit): Do not restore window configuration when this
19478 function is used in the context of saving the edit buffer.
19479
19480 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19481
19482 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19483 instances to switching to with-current-buffer, because these seem
19484 to cause problems - no idea why.
19485
19486 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19487 Require diary-lib for (diary-date-display-form).
19488
19489 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19490
19491 * org.el (org-log-reschedule, org-log-redeadline): New options.
19492 (org-log-note-headings): Add templates for rescheduling and
19493 deadline changing.
19494 (org-startup-options): Add in-buffer settings for logging changing
19495 schedule and deadline time stamps.
19496 (org-deadline, org-schedule): Check for existing date and arrange
19497 for logging if the user requests it.
19498 (org-add-log-note): Prepare proper note buffers for rescheduling
19499 and deadline changes.
19500
19501 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19502
19503 * org-agenda.el (org-agenda-diary-entry-in-org-file)
19504 (org-agenda-add-entry-to-org-agenda-diary-file)
19505 (org-agenda-insert-diary-make-new-entry): New functions.
19506 (org-agenda-diary-entry):
19507 Call `org-agenda-diary-entry-in-org-file' when appropriate.
19508
19509 * org.el (org-calendar-insert-diary-entry-key): New option.
19510 (org-agenda-diary-file): New option.
19511 ("calendar"): Install our insertion function in the calendar.
19512
19513 * org-remember.el (org-datetree): Require.
19514 (org-remember-templates): Add new positioning option.
19515 (org-remember-reference-date): New variable.
19516 (org-remember-apply-template): Store the reference date in a local
19517 variable.
19518 (org-remember-handler): Implement date tree positioning of entries.
19519
19520 * org-datetree.el: New file.
19521
19522 * org-latex.el (org-export-latex-preprocess): Protect targets in
19523 verbatim emphasis.
19524
19525 * org-html.el (org-export-as-html): Protect targets in verbatim
19526 emphasis.
19527
19528 * org-docbook.el (org-export-as-docbook): Protect targets in
19529 verbatim emphasis.
19530
19531 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19532
19533 * org-clock.el (org-show-notification): Handle messages that
19534 contain a percent character.
19535
19536 * org-remember.el (org-remember-apply-template): Turn of partial
19537 completion.
19538
19539 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19540 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19541
19542 * org.el (org-indent-mode): Define variable already in org.el.
19543 (org-unfontify-region): Remove line-prefix and wrap-prefix
19544 properties only if org-indent-mode is active.
19545
19546 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19547
19548 * org-icalendar.el (org-print-icalendar-entries): Save match data
19549 around call to verify function.
19550 (org-print-icalendar-entries): Add a call to the verification
19551 function.
19552
19553 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19554 save-restrivtion' form.
19555
19556 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19557
19558 * org-exp.el (org-export-format-source-code-or-example):
19559 Restrict scope of preserve-indentp to the let binding.
19560 (org-src): Require org-src, since org-src-preserve-indentation is used.
19561
19562 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19563
19564 * org-timer.el (org-timer-set-timer): Set variables
19565 org-timer-timer[123] correctly.
19566
19567 * org-mobile.el (org-mobile-files-alist): Make it work when
19568 `agenda-archives' is included in
19569 `org-agenda-text-search-extra-files'.
19570 (org-mobile-push): Restore agenda after mobile push.
19571
19572 2009-11-13 John Wiegley <jwiegley@gmail.com>
19573
19574 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19575 way the amount of idle time is presented in the minibuffer.
19576
19577 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19578
19579 * org-icalendar.el (org-print-icalendar-entries):
19580 Use org-icalendar-verify-function only if non-nil.
19581
19582 * org.el (org-refile): Refile to clock only if the prefix arg is
19583 2.
19584 (org-sparse-tree): Fix docstring to be in line with prompt.
19585 (org-update-parent-todo-statistics):
19586 Call `org-after-todo-statistics-hook' on each level.
19587
19588 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19589
19590 * org-remember.el (org-remember-apply-template): Make sure the
19591 buffer exists.
19592
19593 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19594
19595 * org.el (org-tab-ind-state): New variable.
19596 (org-cycle-level): New function.
19597 (org-cycle-level-after-item/entry-creation): New option.
19598 (org-flag-subtree): New function.
19599 (org-hide-archived-subtrees): Call `org-flag-subtree'.
19600 (org-set-effort): Indexed access.
19601
19602 * org-list.el (org-cycle-item-indentation): New function.
19603
19604 * org.el (org-refile): Make prefix argument 2 refile to current
19605 clock.
19606 (org-priority): Interpret action `remove' as call to remove the
19607 priority cookie.
19608
19609 * org-remember.el (org-remember-apply-template): Don't depend on
19610 buffer name being like file name.
19611
19612 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19613
19614 * org-clock.el (org-clock-play-sound): Expand file in
19615 org-clock-sound, to allow ~ for home.
19616
19617 * org-remember.el (org-remember-handler):
19618 Set text-before-node-creation even if this already looks like a node,
19619 because the string might be needed on non-org-mode target files.
19620
19621 * org-agenda.el (org-agenda-open-link): Make this work in agenda
19622 clocktables.
19623 (org-agenda-switch-to): Follow a link at point if
19624 org-return-follows-link' is set and there is nothing else to do in
19625 this line.
19626
19627 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19628
19629 * org-exp-blocks.el: Modify split separator regexp to avoid empty
19630 strings.
19631
19632 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19633
19634 * org-colview.el (org-columns-new): Make this work with the new
19635 operators.
19636 (org-columns-store-format): Make this work with the new operators.
19637
19638 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19639
19640 * org-src.el (org-src-preserve-indentation): Document that this
19641 variable is also used during export.
19642
19643 * org-exp.el (org-export-format-source-code-or-example):
19644 Preserve indentation if a block has a -i option, or if
19645 `org-src-preserve-indentation' is set.
19646
19647 * org-exp-blocks.el (org-export-blocks-preprocess):
19648 Preserve indentation if a block has a -i option, or if
19649 `org-src-preserve-indentation' is set.
19650
19651 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19652
19653 * org.el (org-mode-map): Define the new archiving keys.
19654 (org-speed-commands-default): Define an archiving key in the speed
19655 command map.
19656 (org-org-menu): Improve the menu structure concerning archiving.
19657
19658 * org-archive.el (org-archive-subtree-default-with-confirmation):
19659 New command.
19660
19661 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
19662 (org-agenda-menu): Add the new archiving commands to the menu.
19663 (org-agenda-archive-default)
19664 (org-agenda-archive-default-with-confirmation): New commands.
19665 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
19666 Just call `org-agenda-archive-with'.
19667 (org-agenda-archive-with): New function.
19668
19669 * org-table.el (org-table-convert-region): Inert spaces around "|"
19670 to avoid line beginnings like "|-1" which will be mistaken as
19671 hlines.
19672
19673 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19674
19675 * org.el (org-offer-links-in-entry): Return nil if there are no
19676 links, t if a link has been selected.
19677 (org-open-at-point): Open attachment directory when called in the
19678 headline and there are no links in the entry body.
19679 (org-speed-commands-default): Add "o" for open-at-point as a speed
19680 command.
19681
19682 * org-attach.el (org-attach-reveal): Optional prefix arg
19683 IF-EXISTS, which avoids creating the attachment directory if it
19684 does not yet exist.
19685
19686 * org-agenda.el (org-agenda, org-run-agenda-series):
19687 Evaluate MATCH.
19688
19689 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19690
19691 * org.el ("abbrev"): Work with abbrev tables only after they have
19692 been loaded.
19693
19694 * org-list.el (org-list-send-list): Fix bug related to match
19695 data.
19696
19697 * org-latex.el (org-export-latex-fontify): Apply verbatim
19698 emphasis.
19699 (org-export-latex-make-header): Insert \obeylines if line breaks
19700 should be preserved.
19701
19702 * org-exp.el (org-export-protect-verbatim): Add an
19703 `org-verbatim-emph' property to such text.
19704
19705 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19706
19707 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
19708 (org-print-icalendar-entries): Skip entries where the timestamp is
19709 not a deadline and not scheduled, if the user requests that.
19710
19711 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
19712 before an opening quote.
19713
19714 * org-archive.el (org-archive-subtree): Keep archive after
19715 archiving something.
19716
19717 * org-id.el (org-id-update-id-locations): Add archive files if
19718 that is required by `org-id-extra-files'.
19719
19720 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19721
19722 * org-src.el (org-src-window-setup): New option.
19723 (org-src-switch-to-buffer): New function.
19724 (org-edit-src-exit): Add optional argument CONTEXT and use it to
19725 restore window configuration.
19726 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
19727 Call `org-src-switch-to-buffer'.
19728
19729 * org.el (org-default-properties): Add STYLE property.
19730 (org-files-list): Use the function call to get the files.
19731 (org-additional-option-like-keywords): Add SETUPFILE to completion
19732 list.
19733
19734 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19735
19736 * org-table.el (org-table-convert-region): Correctly interpret
19737 quoting in csv import.
19738
19739 * org.el (org-icompleting-read): Make iswitchb completion work
19740 with lists and tables.
19741
19742 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
19743 while pushing the mobile agenda.
19744
19745 2009-11-13 John Wiegley <jwiegley@gmail.com>
19746
19747 * org-clock.el (org-clock-auto-clock-resolution): Now takes three
19748 values: nil, t and `when-no-clock-is-running'.
19749 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
19750 whether or not to resolve Org buffers on clock in.
19751
19752 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19753
19754 * org-colview.el (org-format-time-period): Function to format
19755 times in fractional days for display.
19756 (org-columns-display-here): Add support for showing a calculated
19757 value in place of the property.
19758 (org-columns): Set `org-columns-time' to the current time so time
19759 difference calculations will work.
19760 (org-columns-time): Use to store the current time when column view
19761 is displayed, so all time differences will use the same reference
19762 point.
19763 (org-columns-compile-map): There is now an extra position in each
19764 entry specifying the function to use to calculate the displayed
19765 value for the non-calculated properties in the column.
19766 (org-columns-compute-all): Set `org-columns-time' to the current
19767 time so time difference calculations will work.
19768 (org-columns-compute): Handle column operators where the values
19769 used are calculated from the underlying property.
19770 (org-columns-number-to-string): Handle the 'age' column format.
19771 (org-columns-string-to-number): Correct the function name (was
19772 org-column...). Add support for the 'age' column format.
19773 (org-columns-compile-format): Support the additional parameter in
19774 org-columns-compile-map.
19775
19776 2009-11-13 Bastien Guerry <bzg@gnu.org>
19777
19778 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
19779 variable.
19780
19781 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19782
19783 * org-clock.el (org-clock-has-been-used): New variable.
19784 (org-clock-in): Set `org-clock-has-been-used'.
19785 (org-clock-save): Save only if clock data has been used or created
19786 during this session.
19787
19788 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19789
19790 * org-clock.el (org-clock-persist): New value, to store only the
19791 clock history.
19792 (org-clock-save): Don't save the clock if only the history should
19793 be stored.
19794 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
19795 when restoring a saved clock.
19796
19797 2009-11-13 John Wiegley <jwiegley@gmail.com>
19798
19799 * org-clock.el (org-clock-display, org-clock-put-overlay):
19800 Use `org-time-clock-use-fractional'.
19801
19802 * org.el (org-time-clocksum-use-fractional)
19803 (org-time-clocksum-fractional-format): Two new customizable
19804 variables which allow the user to select fractional times (1.25
19805 instead of 1:25) in the `org-clock-display' report.
19806
19807 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19808
19809 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
19810 New option.
19811
19812 * org.el (org-tag-alist): Fix customization type.
19813
19814 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19815
19816 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
19817 Make sure the regexp search can fail without throwing an error.
19818 (org-mobile-apply): Save the inbox buffer after removing
19819 successfully applied changes.
19820
19821 2009-11-13 John Wiegley <jwiegley@gmail.com>
19822
19823 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
19824 time is reported after the user comes back (but before they
19825 resolve time).
19826
19827 * org.el (org-get-repeat): Change so that this function can be
19828 called with either `org-scheduled-string' or
19829 `org-deadline-string'.
19830
19831 * org-clock.el (org-clock-auto-clock-resolution): Rename from
19832 `org-clock-disable-clock-resolution', since negatives don't sound
19833 good in customization variables.
19834 (org-clock-in): Don't use the auto-resolution logic if the user is
19835 clocking into a different task while an active clock is running.
19836 This then allows the default behavior of clocking out of the open
19837 task and then into the new task.
19838
19839 * org.el (org-modules): Made this variable more consistent, since
19840 it was referring to Org, OrgMode and Org-mode, whereas the docs
19841 for the variable always refer to Org-mode.
19842
19843 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19844
19845 * org.el (org-repeat-re): The changed org-repeat-re no longer
19846 matched simple +2d type repeaters. Fix it so it does.
19847
19848 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19849
19850 * org-latex.el (org-export-latex-preprocess): Protect the vspace
19851 macro in the VERSE environment.
19852
19853 2009-11-13 John Wiegley <jwiegley@gmail.com>
19854
19855 * org-habit.el (org-habit-get-priority): A new function that
19856 determines the relative priority of a habit, based on how long
19857 past its scheduled date it is, and how near the deadline is.
19858
19859 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
19860 using `org-habit-get-priority'.
19861
19862 * org-habit.el (org-habit-build-graph): Start displaying colors
19863 from the first scheduled date, if that date is earlier than the
19864 first completion date.
19865
19866 * org-habit.el: Changed all "color" variables to faces, and made
19867 them appropriate for light and dark backgrounds.
19868
19869 * org-habit.el (org-habit-duration-to-days): Made this function
19870 more general.
19871 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
19872
19873 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
19874 habits, since they don't use DEADLINE anymore.
19875
19876 * org.el (org-repeat-re, org-display-custom-time)
19877 (org-timestamp-change): Extend to support the new ".+N/N"
19878 syntax, used for habits.
19879
19880 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
19881 variable reference.
19882
19883 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
19884 modeline when habits are being displayed (if that module is being
19885 loaded).
19886
19887 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19888
19889 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
19890 idle time using the xscreensaver extension.
19891 (org-user-idle-seconds): Use X11 idle time if available.
19892
19893 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19894
19895 * org-agenda.el (org-agenda-next-line): New command.
19896 (org-agenda-previous-line): New commands.
19897 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
19898 New commands.
19899 (org-agenda-follow-mode): Do the follow immediately if the mode is
19900 turned on here.
19901 (previous-line, next-line): Replace keys with the corresponding
19902 org functions.
19903 (org-agenda-mode-map): Bind backspace and delete to the scrolling
19904 command.
19905
19906 * org.el (org-icompleting-read): Turn off partial completion mode
19907 for the duration of this completion round.
19908
19909 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
19910 macros in author lines and similar stuff.
19911
19912 * org.el (org-file-tags): Fix docstring.
19913 (org-get-buffer-tags): Add the #+FILETAGS tags.
19914 ("ecb"): Make ecb show context after jumping into an Org file.
19915
19916 2009-11-13 John Wiegley <johnw@newartisans.com>
19917
19918 * org-agenda.el (org-finalize-agenda): Draw habit consistency
19919 graphs after everything else in the buffer has been setup.
19920
19921 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19922
19923 * org-mobile.el (org-mobile-apply): Count success and failure.
19924
19925 * org.el (org-indent-line-function): Fix regexp replace problem.
19926
19927 2009-11-13 John Wiegley <johnw@newartisans.com>
19928
19929 * org-clock.el (org-clock-disable-clock-resolution):
19930 New customization variable that disable automatic clock resolution on
19931 clock in.
19932 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
19933 not automatically resolve anything. This is does not affect
19934 idle-time resolution, however, if `org-clock-idle-time' is set.
19935
19936 2009-11-13 John Wiegley <johnw@newartisans.com>
19937
19938 * org-habit.el: New file, which implements code to build a "habit
19939 consistency graph".
19940
19941 * org-agenda.el (org-agenda-get-deadlines)
19942 (org-agenda-get-scheduled): Display consistency graphs when
19943 outputting habits into the agenda. The graphs are always relative
19944 to the current time.
19945 (org-format-agenda-item): Add new parameter `habitp', which
19946 indicates whether we are formatting a habit or not. Do not
19947 display "extra" leading information if habitp is true.
19948
19949 * org.el (org-repeat-re): Improve regexp to include .+ and ++
19950 leaders for repeat strings.
19951 (org-get-repeat): Now takes a string parameter `tagline', so the
19952 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
19953
19954 2009-11-13 John Wiegley <johnw@newartisans.com>
19955
19956 * org-agenda.el (org-agenda-auto-exclude-function):
19957 New customization variable for allowing the user to create an "auto
19958 exclusion" filter for doing context-aware auto tag filtering.
19959 (org-agenda-filter-by-tag): Changes to support the use of
19960 `org-agenda-auto-exclude-function'. See the new manual addition.
19961
19962 2009-11-13 John Wiegley <johnw@newartisans.com>
19963
19964 * org.el (org-files-list): Don't attempt to return a file name for
19965 Org buffers which have no associated file.
19966
19967 * org-agenda.el (org-agenda-do-action): Fix a typo.
19968
19969 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19970
19971 * org-mobile.el (org-mobile-locate-entry): Interpret files
19972 relative to org-directory.
19973 (org-mobile-inbox-for-pull): Document the best location for this
19974 file.
19975 (org-mobile-check-setup): Verify `org-directory'.
19976 (org-mobile-create-index-file): Sort the files to be listed in
19977 index.org.
19978
19979 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19980
19981 * org.el (org-fast-tag-selection): Add a way to display a
19982 description for a tag group. This is done by adding a string to
19983 either the startgroup or endgroup cell.
19984
19985 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19986
19987 * org-clock.el (org-clock-resolve, org-resolve-clocks)
19988 (org-emacs-idle-seconds): Use `org-float-time' instead of
19989 `time-to-seconds'.
19990
19991 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19992
19993 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
19994 type.
19995
19996 * org.el (org-pre-cycle-hook): Document that `empty' can also be
19997 the value of ARG when doing local cycling.
19998
19999 2009-11-13 John Wiegley <johnw@newartisans.com>
20000
20001 * org-clock.el (org-clock-resolve-clock): If keeping or
20002 subtracting time results in a clock out at a time in the past, and
20003 if the resolution occurred due to idleness or invoking `M-x
20004 org-resolve-clocks', remember that past moment in time. On the
20005 next clock in, the user will be prompted to see if they want to
20006 back-date their new clock to then.
20007 (org-clock-resolve): Do not jump the user to the location of a
20008 dangling clock if the resolution is occurring due to an idle
20009 timeout. In that case there is typically only one dangling clock,
20010 the active one, and there is no value gained by shuffling their
20011 windows around to show it to them. Being prompted to resolve an
20012 idle clock should be as inobtrusive as possible.
20013 (org-resolve-clocks-if-idle): New function that resolves only the
20014 currently active clock if the user has exceeded the time returned
20015 by `org-user-idle-seconds', based on the value of
20016 `org-clock-idle-time'.
20017 (org-clock-in): If, after resolving clocks, (???)
20018 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
20019
20020 * org-clock.el (org-clock-resolve-clock): New function that
20021 resolves a clock to a specific time, closing or resuming as need
20022 be, and possibly even starting a new clock.
20023 (org-clock-resolve): New function used by `org-resolve-clocks'
20024 that sets up for the call to `org-clock-resolve-clock'.
20025 It determines the time to resolve to based on a single-character
20026 selection from the user to either keep time, subtract away time or
20027 cancel the clock.
20028 (org-resolve-clocks): New user command which resolves dangling
20029 clocks -- that is, open but not active -- anywhere in the file
20030 list returned by `org-files-list'.
20031 (org-clock-in): Automatically resolve dangling clocks whenever a
20032 user clocks in.
20033 (org-clock-cancel): If the user cancels the solely clock in a
20034 LOGBOOK, remove the empty drawer.
20035
20036 * org-clock.el (org-clock-idle-time): New user customizable option
20037 for detecting whether the user has left a clock idle. Note: it is
20038 only used in this commit to test whether it's worthwhile to check
20039 OS X to get the Mac user's current idle time. If the Emacs idle
20040 time is less than the value, the user hasn't been away long enough
20041 to be worth checking (a more expensive test than just getting
20042 Emacs idle time).
20043 (org-user-idle-seconds, org-mac-idle-seconds)
20044 (org-emacs-idle-seconds): This three functions, in conjunction
20045 with the user customization variable `org-clock-idle-time', return
20046 the number of seconds (as a floating point) that the user has been
20047 away from their Emacs (or, if running on OS X, their computer).
20048
20049 * org-clock.el (org-find-open-clocks): New function that returns a
20050 list of all open clocks in the given FILE. Note that each clock
20051 it returns is a cons cell of the format (MARKER . START-TIME).
20052 This "clock" value is used by several of the new clock module
20053 utility functions.
20054 (org-is-active-clock): New inline function which tests whether the
20055 given clock value is the same as the currently active clock.
20056 Returns non-nil if this is the case.
20057 (org-with-clock-position): New macro that evaluates FORMS with
20058 point in the buffer and at the position of the given clock.
20059 Changes to the current clock are global.
20060 (org-with-clock): New macro that evaluates FORMS with point in the
20061 buffer and at the position of the given clock. However, changes
20062 to the current clock are local and have no effect on the user's
20063 active clock. This allows, for example, far any clock to be
20064 canceled without canceling the active clock.
20065 (org-clock-clock-in): New inline function that switches the active
20066 clock to the given clock. If either the argument RESUME, or the
20067 global `org-clock-in-resume', are non-nil, it will resume a clock
20068 that was previously left open.
20069 (org-clock-clock-out): New inline function that clocks out the
20070 given clock value without affecting the currently active clock.
20071 (org-clock-clock-cancel): New inline function that cancels the
20072 given clock value without affecting the currently active clock.
20073
20074 * org-clock.el (org-clock-in): Before creating
20075 `org-clock-mode-line-timer', check to make sure an older timer is
20076 not currently running.
20077 (org-clock-out): Accept new third parameter `at-time', which
20078 permits a clock to be clocked out at a specific time. Note that
20079 no attempt is made to verify that the clock out time is later than
20080 the clock in time.
20081
20082 * org.el (org-files-list): New utility function for returning a
20083 list of all open org-mode buffers, plus all files used to build
20084 the agenda buffer. Note that not all the files will necessarily
20085 be visited by a buffer at time of call.
20086 (org-entry-beginning-position): Like the function
20087 `line-beginning-position', this inline function returns the
20088 beginning position of the current heading/entry.
20089 (org-entry-end-position): Like the function `line-end-position',
20090 this inline function returns the end position of the current
20091 heading/entry.
20092
20093 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20094
20095 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20096 a header line.
20097
20098 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20099
20100 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20101
20102 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20103
20104 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20105 entries that have no tags.
20106 (org-agenda-search-view): New customize group.
20107 (org-agenda-search-view-search-words-only): New option.
20108 (org-search-view): Implement substring search.
20109
20110 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20111
20112 * org.el (org-outline-level): Add doc string.
20113
20114 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20115
20116 * org-inlinetask.el (org-inlinetask-export): Re-introduce
20117 variable.
20118 (org-inlinetask-export-handler): Only export inline task if the
20119 user option calls for it.
20120
20121 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20122
20123 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20124 END if present.
20125
20126 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20127
20128 * org-latex.el (org-export-latex-tables): Don't format in
20129 protected regions.
20130
20131 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20132
20133 * org-src.el (org-edit-src-code)
20134 (org-edit-src-find-region-and-lang, org-edit-src-exit):
20135 Handle macro editing.
20136
20137 * org-agenda.el (org-prefix-category-max-length): New variable.
20138 (org-format-agenda-item): Use `org-prefix-category-max-length'.
20139 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20140
20141 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20142
20143 * org-mobile.el (org-mobile-create-index-file): Improve the
20144 listing of tags and todo keywords.
20145
20146 * org-latex.el (org-export-latex-format-image): New function.
20147 (org-export-latex-links): Use `org-export-latex-format-image'.
20148
20149 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20150
20151 * org-inlinetask.el (org-inlinetask-get-current-indentation)
20152 (org-inlinetask-remove-terminator): New functions.
20153 (org-inlinetask-export-handler): Terminate the description list.
20154
20155 * org-exp.el (org-export-select-backend-specific-text): Remove the
20156 region markers.
20157
20158 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20159 tasks without content.
20160
20161 * org-clock.el: Make sure the clock-in target position does not
20162 move to a different node by widening the buffer.
20163
20164 * org-html.el (org-export-html-format-image): Wrap image into
20165 figure div only when there is a caption.
20166
20167 * org-archive.el (org-archive-mark-done): Change default value to
20168 nil.
20169
20170 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20171
20172 * org.el (org-context): Call `bobp', not `eobp'.
20173
20174 * org-clock.el (org-clock-cancel): Remove quotes from marker
20175 variables.
20176
20177 * org.el (org-read-date-prefer-future): New allowed value `time'.
20178 (org-read-date-analyze): Shift day to tomorrow depending on time
20179 entered and value of `org-read-date-prefer-future'.
20180
20181 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
20182
20183 * org.el (org-version, org-get-refile-targets, org-refile)
20184 (org-store-log-note, org-diary-to-ical-string)
20185 (org-speedbar-set-agenda-restriction):
20186 * org-publish.el (org-publish-find-title):
20187 * org-plot.el (org-plot/gnuplot):
20188 * org-mouse.el (org-mouse-do-remotely):
20189 * org-mobile.el (org-mobile-move-capture):
20190 * org-mac-message.el (org-mac-message-insert-flagged):
20191 * org-latex.el (org-replace-region-by-latex):
20192 * org-docbook.el (org-replace-region-by-docbook):
20193 * org-clock.el (org-clock-out, org-clock-cancel):
20194 * org-bibtex.el (org-execute-file-search-in-bibtex):
20195 Use with-current-buffer.
20196
20197 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
20198
20199 * org.el (org-directory, org-map-entries):
20200 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20201
20202 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20203
20204 * org.el (org-set-tags-to): New command.
20205
20206 * org-latex.el (org-export-latex-set-initial-vars): Also check in
20207 the plist.
20208
20209 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20210 keyword.
20211
20212 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20213
20214 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20215
20216 * org-inlinetask.el (org-inlinetask-export): Option removed.
20217 (org-inlinetask-export-handler): Better export.
20218
20219 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20220 (org-export-as-xoxo): Run the new hook.
20221
20222 * org-html.el (org-export-html-final-hook): New hook.
20223 (org-export-as-html): Run the new hook.
20224
20225 * org-docbook.el (org-export-docbook-final-hook): New hook.
20226 (org-export-as-docbook): Run the new hook.
20227
20228 * org-ascii.el (org-export-ascii-final-hook): New hook.
20229 (org-export-as-ascii): Run the new hook.
20230
20231 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20232 space character as the character before the ^/_.
20233 (org-export-latex-final-hook): New hook.
20234 (org-export-as-latex): Run `org-export-latex-final-hook'.
20235
20236 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20237
20238 * org-macs.el (org-if-unprotected-at): Fix docstring.
20239
20240 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20241 text in the prefix (if category is a link).
20242
20243 * org-latex.el (org-export-latex-preprocess): Deal properly with
20244 empty lines in verse environments.
20245
20246 * org.el (org-format-latex-header): Inline fullpage.sty.
20247
20248 * org-footnote.el (org-footnote-create-definition): Reveal context
20249 to add a new footnote definition.
20250
20251 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20252 org-table-recalculate when cursor is in TBLFM line.
20253
20254 * org-list.el (org-renumber-ordered-list): Fix cursor position
20255 when bullet length has changed.
20256
20257 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20258
20259 * org.el (org-format-latex): Mention `org-format-latex-options' in
20260 the docstring.
20261
20262 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20263
20264 * org.el (org-agenda-get): New function.
20265
20266 * org-agenda.el (org-agenda-post-command-hook): No longer move
20267 point away from end of line.
20268 (org-agenda-add-entry-text, org-agenda-collect-markers)
20269 (org-finalize-agenda, org-agenda-mark-clocking-task)
20270 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20271 (org-agenda-entry-text-show, org-agenda-highlight-todo)
20272 (org-agenda-compare-effort, org-agenda-filter-apply)
20273 (org-agenda-later, org-agenda-change-time-span)
20274 (org-agenda-post-command-hook, org-agenda-show-priority)
20275 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20276 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20277 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20278 (org-agenda-open-link, org-agenda-copy-local-variable)
20279 (org-agenda-switch-to, org-agenda-check-no-diary)
20280 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20281 (org-agenda-add-note, org-agenda-change-all-lines)
20282 (org-agenda-priority, org-agenda-set-tags)
20283 (org-agenda-set-property, org-agenda-set-effort)
20284 (org-agenda-toggle-archive-tag, org-agenda-date-later)
20285 (org-agenda-show-new-time, org-agenda-date-prompt)
20286 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20287 (org-agenda-clock-in, org-agenda-bulk-mark)
20288 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20289 Use `org-get-at-bol'.
20290
20291 * org-colview.el (org-columns-display-here)
20292 (org-columns-edit-allowed, org-agenda-columns):
20293 Use `org-get-at-bol'.
20294
20295 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20296
20297 * org.el (org-special-ctrl-a/e): Improve documentation and
20298 customize type.
20299 (org-end-of-line): Don't jump to after the ellipsis.
20300 (org-mode-map): Bind <home> and <end> as well.
20301
20302 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20303
20304 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20305 space after #+ as comments.
20306 (org-open-at-point): Run `org-follow-link-hook' always.
20307
20308 * org-latex.el (org-export-latex-emph-format): Use better commands
20309 to insert special characters in verbatim snippets.
20310
20311 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20312
20313 * org-faces.el (org-copy-face): New function. Use it to create
20314 various faces formerly created by using `copy-face'.
20315
20316 * org-agenda.el (org-prepare-agenda): Don't officially mark this
20317 window dedicated.
20318 (org-agenda-quit): Kill the frame containing the agenda window if
20319 that frame was created for the agenda.
20320
20321 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20322
20323 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20324 stamp in the agenda.
20325
20326 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20327
20328 * org-agenda.el (org-prepare-agenda):
20329 Reset `org-drawers-for-agenda'.
20330 (org-prepare-agenda): Uniquify list of drawers.
20331
20332 * org.el (org-complex-heading-regexp-format): New variable.
20333 (org-set-regexps-and-options):
20334 Define `org-complex-heading-regexp-format'.
20335 (org-drawers-for-agenda): New variable.
20336 (org-map-entries): Bind `org-drawers-for-agenda'.
20337 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20338
20339 * org-remember.el (org-go-to-remember-target)
20340 (org-remember-handler): Use `org-complex-heading-regexp-format'.
20341
20342 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20343
20344 * org-agenda.el (org-agenda-highlight-todo): Fix text property
20345 problem.
20346
20347 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20348 always with `invisible-ok'.
20349 (org-store-link): No error when there is nothing to link to in the
20350 agenda.
20351
20352 * org-list.el (org-update-checkbox-count): Insert changed cookie
20353 before the old, to avoid problems with invisibility at the end of
20354 the line.
20355 (org-update-checkbox-count): Insert changed cookie before the old,
20356 to avoid problems with invisibility at the end of the line.
20357
20358 * org.el (org-sort-entries-or-items): Include the final newline.
20359 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20360 lines for fontification.
20361 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20362 (org-prepare-dblock): Store the current indentation of the BEGIN
20363 line.
20364 (org-update-dblock): Apply the indentation of the begin line to
20365 the rest of the block.
20366 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20367 (org-startup-folded): New allowed value `showeverything'.
20368 (org-startup-options): Add STARTUP keyword `showeverything'.
20369 (org-set-startup-visibility): Respect value `showeverything' in
20370 org-startup-folded.
20371
20372 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20373
20374 * org.el (org-closest-date): Fix issue with past preference.
20375
20376 * org-archive.el (org-archive-set-tag)
20377 (org-archive-subtree-default): New commands.
20378
20379 * org-clock.el (org-clock-clocktable-default-properties):
20380 New option.
20381 (org-clock-report):
20382 Use `org-clock-clocktable-default-properties'.
20383
20384 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20385
20386 * org.el (org-iswitchb-completing-read): Fix typo.
20387
20388 * org-crypt.el: New file.
20389
20390 * org.el: Add an entry for org-crypt.
20391
20392 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20393
20394 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20395 consistency.
20396 (org-batch-store-agenda-views): New function.
20397 (org-agenda-title-append): Define variable.
20398 (org-write-agenda): New export to Org files.
20399 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20400 (org-agenda): Allow to keep the restricted file list if a special
20401 variable is bound to t.
20402 (org-agenda): Define a special agenda view for working on flagged
20403 entries.
20404 (org-agenda-get-restriction-and-command): List the new agenda
20405 view.
20406 (org-agenda-show-the-flagging-note): New command.
20407 (org-agenda-mode-map): New key `?' for looking at the flagging
20408 note.
20409
20410 * org.el (org-autoload): Autoload org-mobile.el.
20411 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20412
20413 * org-mobile.el: New file.
20414
20415 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20416
20417 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20418
20419 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20420 statements.
20421 (org-table-get-remote-range): Match indented #+TBLNAME
20422 statements.
20423
20424 * org.el (org-convert-to-odd-levels)
20425 (org-convert-to-oddeven-levels): Work also correctly if the file
20426 is in outline-mode.
20427
20428 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20429
20430 * org.el (org-store-link): When in agenda buffer, link to
20431 referenced entry.
20432 (org-add-planning-info): Remove spaces at eol.
20433
20434 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20435 property.
20436
20437 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20438
20439 * org-latex.el (org-export-latex-first-lines): Fix problem with
20440 LaTeX export of first line and selected subtree.
20441
20442 * org.el (org-shifttab): Interpret arg differently when using only
20443 odd levels.
20444
20445 2009-10-01 Bastien Guerry <bzg@gnu.org>
20446
20447 * org.el (org-check-agenda-file): Use a more explicit message.
20448
20449 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20450
20451 * org-exp.el (org-export-remove-special-table-lines): Don't remove
20452 normal lines.
20453
20454 2009-10-01 Bastien Guerry <bzg@gnu.org>
20455
20456 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20457 prompt in the temporary window.
20458
20459 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20460 prefix for marked entries in the agenda view.
20461
20462 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
20463
20464 * org.el (outline-end-of-subtree): Bugfix: advise this function in
20465 a way that prevents any trailing character from being displayed.
20466
20467 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20468
20469 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20470 menu.
20471
20472 * org-exp.el (org-export-remove-special-table-lines): Remove bad
20473 slow regexp match.
20474
20475 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20476
20477 * org-latex.el (org-export-latex-preprocess): Do not protect in
20478 the LaTeX header.
20479
20480 * org-src.el (org-edit-src-save): Save window setup while saving.
20481 (org-edit-src-code): Use new buffer name construction scheme.
20482
20483 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20484
20485 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20486 New variable.
20487 (org-agenda-entry-text-cleanup-hook): New hook.
20488 (org-agenda-get-some-entry-text): Remove matches of
20489 `org-agenda-entry-text-exclude-regexps' and run the hook
20490 `org-agenda-entry-text-cleanup-hook'.
20491
20492 * org.el (org-offer-links-in-entry): New argument ZERO to
20493 implement a link with index zero.
20494 (org-cycle-show-empty-lines): Not keep empty line under header
20495 hidden.
20496 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20497 to nil for special completion.
20498 (org-store-link): Don't error before the first heading.
20499
20500 * org-agenda.el (org-agenda-open-link): Pass the prefix to
20501 `org-offer-links-in-entry'.
20502
20503 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20504
20505 * org-agenda.el (org-agenda-quit): Provide the window argument for
20506 `window-dedicated-p', Emacs 22 needs it.
20507 (org-format-agenda-item): If the category is a link, arrange for
20508 invisible text to replaced with spaces.
20509 (org-compile-prefix-format): Add the extra space.
20510 (org-prefix-category-length): New variable.
20511
20512 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20513 references from TOC lines.
20514
20515 * org.el (org-selected-window): New variable.
20516
20517 * org-table.el (org-table-edit-formulas): Remember the selected
20518 window.
20519 (org-table-fedit-finish, org-table-fedit-abort): Select the window
20520 that was originally selected.
20521
20522 * org-exp.el (org-export-preprocess-apply-macros): Scan the
20523 expansion of a macro for more macro definitions.
20524
20525 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20526 invisibility overlay starts on the newline.
20527
20528 2009-10-01 Glenn Morris <rgm@gnu.org>
20529
20530 * org-agenda.el (calendar-check-holidays):
20531 * org-exp.el (org-agenda-skip):
20532 * org-list.el (outline-back-to-heading):
20533 * org-wl.el (wl-summary-goto-folder-subr):
20534 * org.el (iswitchb-mode, remember, remember-buffer-desc)
20535 (remember-finalize, remember-save-after-remembering, remember-register)
20536 (remember-buffer, remember-handler-functions)
20537 (remember-annotation-functions): Remove unused declarations.
20538
20539 * org.el (iswitchb-read-buffer): Fix declaration.
20540
20541 2009-09-30 Glenn Morris <rgm@gnu.org>
20542
20543 * org-compat.el (w32-focus-frame):
20544 * org-exp-blocks.el (R):
20545 * org-exp.el (htmlize-buffer):
20546 * org-protocol.el (server-edit):
20547 * org-table.el (org-format-org-table-html):
20548 * org.el (org-indent-mode): Fix declarations.
20549
20550 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20551 free variable `fun'.
20552
20553 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
20554
20555 * org-agenda.el (org-agenda-restore-windows-after-quit):
20556 Fix typo in docstring.
20557
20558 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
20559
20560 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20561 (org-shiftselect-error, org-ctrl-c-ctrl-c):
20562 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20563 * org-attach.el (org-attach-check-absolute-path):
20564 * org-docbook.el (org-export-as-docbook):
20565 * org-html.el (org-export-as-html):
20566 * org-id.el (org-id-update-id-locations):
20567 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20568 Fix typos in error messages.
20569
20570 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
20571
20572 * org-ascii.el: Require CL for the `loop' macro.
20573
20574 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
20575
20576 * org-gnus.el (require): Wrap (require gnus-sum) into
20577 eval-when-compile.
20578
20579 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
20580
20581 * org-protocol.el (org-protocol-store-link)
20582 (org-protocol-remember, org-protocol-open-source): Remove autoload
20583 cookies again.
20584
20585 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20586 referencing the start of the line.
20587
20588 * org-gnus.el: Remove unnecessary declare-function forms.
20589 (gnus-sum): Always require gnus-sum.
20590
20591 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20592
20593 * org-protocol.el (org-protocol-store-link)
20594 (org-protocol-remember, org-protocol-open-source): Add autoloads.
20595
20596 * org-compat.el (org-float-time): New function.
20597
20598 * org.el (org-clock-update-time-maybe)
20599 (org-sort-entries-or-items, org-do-sort)
20600 (org-evaluate-time-range, org-time-string-to-seconds)
20601 (org-closed-in-range): Use `org-float-time'.
20602
20603 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20604 (org-timer-seconds): Use `org-float-time'.
20605
20606 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20607 (org-clock-sum, org-dblock-write:clocktable)
20608 (org-clocktable-steps): Use `org-float-time'.
20609
20610 * org-agenda.el (org-agenda-last-marker-time)
20611 (org-agenda-new-marker, org-diary): Use `org-float-time'.
20612
20613 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
20614 function.
20615
20616 * org-exp.el (org-get-file-contents): Only protect lines that
20617 really need it.
20618
20619 * org-html.el (require): Require cl for compilation.
20620
20621 * org.el: Avoid using `default-major-mode'.
20622
20623 * org-plot.el (require): Require CL only at compile time.
20624
20625 * org-exp.el (require): Require CL only at compile time.
20626
20627 * org-agenda.el (org-agenda-quit): When the agenda window is
20628 dedicated, remove other windows before exiting, so that the frame
20629 really will be killed.
20630
20631 * org-exp.el (org-export-handle-include-files): Reset START and
20632 END for each loop cycle.
20633
20634 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20635
20636 * org.el (org-eval-in-calendar):
20637 Use `org-select-frame-set-input-focus'.
20638
20639 * org-compat.el (org-select-frame-set-input-focus): New function.
20640
20641 * org.el (org-update-statistics-cookies): New function.
20642 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
20643
20644 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20645
20646 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
20647 after the local variables are set.
20648
20649 * org-latex.el (org-export-latex-protect-amp): New function.
20650 (org-export-latex-links): Protect link ampersands in tables.
20651
20652 * org-exp.el (org-export-select-backend-specific-text): Match in
20653 two steps, to avoid regexp problems.
20654
20655 * org.el (org-offer-links-in-entry): Improve working with many and
20656 duplicate links.
20657
20658 * org-agenda.el (org-agenda-show-1): Make more consistent with
20659 normal cycling.
20660 (org-agenda-cycle-show): Make more consistent with normal cycling.
20661
20662 * org-gnus.el (org-gnus-store-link): Restore the linking to a
20663 website.
20664
20665 2009-09-02 Bastien Guerry <bzg@gnu.org>
20666
20667 * org-latex.el (org-export-latex-first-lines): Bugfix.
20668
20669 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20670
20671 * org-clock.el (org-clock-modify-effort-estimate): Emit message
20672 about new effort.
20673
20674 * org.el (org-set-effort): New function.
20675 (org-mode-map): New key for effort setting command.
20676
20677 * org-agenda.el (org-agenda): Keep window setup when calling
20678 agenda from within agenda window.
20679 (org-agenda-mode-map): New keys for effort setting commands.
20680 (org-agenda-menu): Add effort setting commands to menu.
20681 (org-agenda-set-property, org-agenda-set-effort): New functions.
20682
20683 * org-latex.el (org-export-latex-tables):
20684 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
20685 the first column has been removed.
20686
20687 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20688
20689 * org.el (org-remove-timestamp-with-keyword): Only remove in
20690 entry, not in subtree.
20691
20692 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
20693 emacs lisp.
20694
20695 * org.el (org-open-at-point): When on headline, offer all strings
20696 in entry.
20697
20698 * org-remember.el (org-remember-templates): Documentation fix.
20699
20700 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
20701 `org-get-last-sibling' instead of the outline versions of these
20702 functions.
20703 (org-get-last-sibling): New function.
20704 (org-refile): Use `org-get-next-sibling' instead of the outline
20705 version of this function.
20706 (org-clean-visibility-after-subtree-move):
20707 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
20708 outline versions of these functions.
20709
20710 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20711
20712 * org-agenda.el (org-prepare-agenda): When creating a new frame
20713 for the agenda, make the window dedicated.
20714
20715 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
20716
20717 * org-table.el (org-table-align): Change the order of reinsertion
20718 and deletion, to avoid problems with overlays following the table.
20719
20720 * org.el (org-parse-time-string): Better error message.
20721 (org-show-subtree): Use org-end-of-subtree.
20722
20723 * org-macs.el (org-goto-line): New defsubst.
20724
20725 * org.el (org-open-file, org-change-tag-in-region)
20726 (org-fast-tag-show-exit): Don't use `goto-line'.
20727
20728 * org-table.el (org-table-align, org-table-insert-column)
20729 (org-table-delete-column, org-table-move-column)
20730 (org-table-sort-lines, org-table-copy-region)
20731 (org-table-paste-rectangle, org-table-wrap-region)
20732 (org-table-get-specials, org-table-rotate-recalc-marks)
20733 (org-table-get-range, org-table-recalculate)
20734 (org-table-edit-formulas, org-table-fedit-convert-buffer)
20735 (org-table-show-reference, org-table-highlight-rectangle):
20736 Don't use `goto-line'.
20737
20738 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
20739 (org-edit-src-exit): Don't use `goto-line'.
20740
20741 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
20742
20743 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
20744 Don't use `goto-line'.
20745
20746 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
20747
20748 * org-colview.el (org-columns, org-columns-redo)
20749 (org-agenda-columns): Don't use `goto-line'.
20750
20751 * org-agenda.el (org-agenda-mode): Force visual line motion off.
20752 (org-agenda-add-entry-text-maxlines): Improve docstring.
20753 (org-agenda-start-with-entry-text-mode): New option.
20754 (org-agenda-entry-text-maxlines): New option.
20755 (org-agenda-entry-text-mode): New variable.
20756 (org-agenda-mode): Set initial value of
20757 `org-agenda-entry-text-mode'.
20758 (org-agenda-mode-map): Add the `E' key.
20759 (org-agenda-menu): Add entry text mode to the menu.
20760 (org-agenda-get-some-entry-text): Fix line count bug.
20761 (org-finalize-agenda): Apply entry text mode if appropriate.
20762 (org-agenda-entry-text-show-here): New function.
20763 (org-agenda-entry-text-show): New function.
20764 (org-agenda-entry-text-hide): New function.
20765 (org-agenda-view-mode-dispatch): Add entry text mode to the view
20766 key menu.
20767 (org-agenda-entry-text-mode): New command.
20768 (org-agenda-set-mode-name): Add entry text mode to the mode line
20769 string.
20770 (org-agenda-undo, org-agenda-get-restriction-and-command)
20771 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
20772 `goto-line'.
20773
20774 2009-09-02 Bernt Hansen <bernt@norang.ca>
20775
20776 * org-clock.el (org-notify): Bugfix.
20777
20778 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20779
20780 * org-agenda.el (org-agenda-open-link): Handle multiple links and
20781 check for after-string.
20782
20783 * org-gnus.el (org-gnus-store-link): Simplify.
20784
20785 * org.el (org-latex-regexps): Don't add extra empty lines for
20786 display formulas.
20787
20788 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20789
20790 * org-agenda.el (org-agenda-get-some-entry-text): New function.
20791 (org-agenda-add-entry-text):
20792 Use `org-agenda-get-some-entry-text'.
20793
20794 * org.el (org-cycle-separator-lines): Update docstring.
20795 (org-cycle-show-empty-lines): Handle negative values for
20796 `org-cycle-show-empty-lines'.
20797
20798 * org-exp.el (org-export-protect-sub-super): New function.
20799 (org-export-normalize-links): Protect the url of plain links from
20800 supscript and superscript processing.
20801
20802 * org-remember.el (org-remember-escaped-%): New function.
20803 (org-remember-apply-template): Use `org-remember-escaped-%' to
20804 detect escaped % signs.
20805
20806 2009-09-02 Bastien Guerry <bzg@gnu.org>
20807
20808 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
20809 sound when showing the notification.
20810
20811 * org-clock.el (org-notify): New function.
20812 (org-clock-notify-once-if-expired): Use `org-notify'.
20813
20814 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
20815 and `gnus-article-mode' separately.
20816 (gnus-summary-article-header): Fix the declare-function.
20817
20818 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20819
20820 * org-exp.el (org-export-format-source-code-or-example):
20821 Translate language.
20822
20823 * org-src.el (org-src-lang-modes): New variable.
20824 (org-edit-src-code): Translate language.
20825
20826 * org-exp.el (org-export-format-source-code-or-example): Deal wit
20827 the new structure of the `org-export-latex-listings-langs'
20828 variable.
20829
20830 * org-latex.el (org-export-latex-listings-langs): Change structure
20831 of the variable from plist to alist.
20832
20833 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20834
20835 * org.el (org-in-commented-line): New function.
20836
20837 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20838
20839 * org.el (org-hide-block-toggle): Make folded blocks searchable.
20840
20841 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
20842
20843 * org.el (org-flag-drawer): More useful error.
20844
20845 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20846
20847 * org-remember.el (org-remember-apply-template):
20848 Use org-icompleting-read.
20849
20850 * org-publish.el (org-publish): Use org-icompleting-read.
20851
20852 * org-colview.el (org-columns-edit-value, org-columns-new)
20853 (org-insert-columns-dblock): Use org-icompleting-read.
20854
20855 * org-attach.el (org-attach-delete-one, org-attach-open):
20856 Use org-icompleting-read.
20857
20858 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20859
20860 * org.el (org-hierarchical-todo-statistics): Improve docstring.
20861 (org-version): Return the version text.
20862 (org-org-menu): Add a menu entry for the new bug reporter.
20863 (org-submit-bug-report): New command.
20864
20865 * org-list.el (org-hierarchical-checkbox-statistics):
20866 Improve docstring.
20867
20868 * org.el (org-emphasis-regexp-components): Add "`" to set of
20869 pre-emphasis characters.
20870
20871 * org-latex.el (org-export-latex-classes): Always include the soul
20872 package.
20873 (org-export-latex-emphasis-alist): Use \st for strikethough.
20874
20875 * org-exp-blocks.el (org-export-blocks-preprocess):
20876 Use `indent-code-rigidly' to indent.
20877
20878 * org-agenda.el (org-agenda-get-restriction-and-command):
20879 Remove properties only if MATCH really is a string.
20880
20881 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20882
20883 * org-latex.el (org-export-latex-packages-alist):
20884 Fix customization type.
20885
20886 * org.el (org-create-formula-image): Also use
20887 `org-export-latex-packages-alist'.
20888
20889 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
20890 (org-export-as-html): Format footnotes correctly.
20891
20892 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20893
20894 * org.el (org-fast-tag-selection): Avoid text properties on tags
20895 in the alist.
20896
20897 * org-agenda.el (org-agenda-get-restriction-and-command):
20898 Avoid text properties on the match element.
20899
20900 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20901
20902 * org.el (org-set-regexps-and-options): Make sure the list of done
20903 keywords is not invalid.
20904
20905 * org-exp.el (org-export-interpolate-newlines): New function.
20906
20907 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20908
20909 * org.el (org-format-latex): Avoid nested overlays.
20910
20911 * org-latex.el (org-export-latex-listings-langs): Add a few more
20912 languages.
20913
20914 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
20915 ignore newlines and space before the first macro argument.
20916
20917 * org-latex.el (org-export-latex-tables): Remove save-excursion
20918 around `org-table-align'.
20919
20920 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20921
20922 * org.el (org-export-html-special-string-regexps):
20923 Definition moved into org.el.
20924
20925 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
20926 in macro calls.
20927
20928 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20929
20930 * org-latex.el (org-export-latex-listings)
20931 (org-export-latex-listings-langs): New options.
20932
20933 * org-exp.el (org-export-format-source-code-or-example):
20934 Use listing package if requested by the user.
20935
20936 2009-09-02 Bastien Guerry <bzg@gnu.org>
20937
20938 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
20939 command before actually switching to a buffer.
20940
20941 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20942
20943 * org-exp.el (org-get-file-contents): Only quote org lines when
20944 the markup is src or example.
20945
20946 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
20947 New option.
20948 (org-agenda-get-day-entries): Remember deadline results and pass
20949 them on into the function getting the scheduling information.
20950 (org-agenda-get-scheduled): Accept deadline results as parameters
20951 and maybe skip some entries.
20952 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
20953
20954 * org.el (org-insert-heading): When respecting content, do not
20955 convert current line to headline.
20956
20957 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
20958 Also cheeeeeck the hd marker.
20959 (org-clock-in): Also set the hd marker.
20960 (org-clock-out): Also set the hd marker.
20961 (org-clock-cancel): Reset markers.
20962
20963 * org.el (org-clock-hd-marker): New marker.
20964
20965 * org-faces.el (org-agenda-clocking): New face.
20966
20967 * org-agenda.el (org-agenda-mark-clocking-task): New function.
20968 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
20969
20970 * org.el (org-modules): Add org-track.el.
20971
20972 * org-agenda.el (org-agenda-bulk-marked-p): New function.
20973 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
20974 Use `org-agenda-bulk-marked-p'.
20975 (org-agenda-bulk-toggle): New command.
20976
20977 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20978
20979 * org.el (org-move-subtree-down): Hide subtree if it was folded,
20980 not just the body.
20981
20982 * org-remember.el (org-remember-finalize): Avoid buffer-modified
20983 messages.
20984
20985 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20986
20987 * org-html.el (org-export-as-html):
20988 * org-docbook.el (org-export-as-docbook):
20989 Use (default-value 'major-mode) instead of default-major-mode.
20990
20991 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
20992
20993 * org-docbook.el: Add arch-tag.
20994
20995 * org-exp-blocks.el: Add arch-tag.
20996
20997 * org-id.el: Add arch-tag.
20998
20999 * org-indent.el: Add arch-tag.
21000
21001 * org-inlinetask.el: Add arch-tag.
21002
21003 * org-protocol.el: Add arch-tag.
21004
21005 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21006
21007 * org.el (org-create-formula-image): Remove the -E option for
21008 dvipng.
21009
21010 * org-exp.el (org-default-export-plist): Respect #+BIND.
21011 (org-export-confirm-letbind): New function.
21012
21013 * org.el (org-paste-subtree): Test the kill ring entry if it is
21014 going to be used.
21015 (org-copy-subtree): Use `org-forward-same-level'.
21016 (org-forward-same-level): Respect the `invisibe-ok' arg for
21017 back-to-heading.
21018
21019 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21020
21021 * org.el (org-table-map-tables): Make sure cursor is back at table
21022 beginning after funcall.
21023
21024 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
21025 handled before children, and do not error if an entry is not
21026 found, probably because it hase been remove when the parent was
21027 archived or refiled.
21028
21029 * org.el (org-ido-completing-read): Accept straight lists for
21030 completion as well as alists.
21031
21032 * org-timer.el (org-timer-cancel-timers): Rename from
21033 `org-timer-cancel-timers'.
21034
21035 * org.el (org-cycle-internal-local): Fix problem with finding next
21036 invisible line.
21037
21038 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21039
21040 * org-list.el (org-list-send-list):
21041 Call `org-list-goto-true-beginning' instead of
21042 `org-list-find-true-beginning', which does not exist.
21043
21044 * org-timer.el (org-timer-reset-timers): Use `mapc'.
21045 (org-timer-set-timer): Do not assign to heading.
21046
21047 * org-id.el (org-id-open): Quote function name.
21048
21049 * org-macs.el (org-unmodified): Turn off recording undo
21050 information while running inside the macro.
21051
21052 * org-table.el (org-table-export): Also work in file-less
21053 buffers.
21054
21055 * org.el (org-startup-indented): New option.
21056 (org-startup-options): Add new options indent and noindent.
21057 (org-unfontify-region): Remove line-prefix and wrap-prefix
21058 properties.
21059 (org-after-demote-entry-hook, org-after-promote-entry-hook):
21060 New hooks.
21061 (org-promote, org-demote): Run the new hooks.
21062
21063 * org-table.el (org-table-align): Replace leading \n as well.
21064
21065 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
21066 and `line-wrap' text properties.
21067
21068 * org-compat.el (org-kill-new): New function.
21069
21070 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
21071 `line-wrap' text properties.
21072
21073 * org-indent.el: New file.
21074
21075 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21076
21077 * org.el (org-provide-todo-statistics): Tweak docstring.
21078
21079 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21080
21081 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21082
21083 * org-exp.el (org-export-as-org): Insert the "-source" string
21084 before the extension.
21085
21086 * org.el (org-read-date): Make sure the calendar is in the current
21087 frame.
21088 (org-set-emph-re): Remove the ? from the post-match.
21089 (org-emphasis-regexp-components): Add backslash to the
21090 postmatch class.
21091 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21092 optional so that also lines at the end of the buffers will still
21093 be matched as headlines.
21094
21095 * org-table.el (org-table-error-on-row-ref-crossing-hline):
21096 Variable made obsolete.
21097 (org-table-relative-ref-may-cross-hline): New option.
21098 (org-table-find-row-type): Honow the new option
21099 `org-table-relative-ref-may-cross-hline'.
21100
21101 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21102
21103 * org-table.el (org-table-cut-region, org-table-copy-region):
21104 Work on single field if no active region.
21105
21106 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21107
21108 * org-latex.el (org-export-latex-make-header): Only insert title
21109 if one is defined.
21110
21111 * org.el (org-make-options-regexp): Allow empty values.
21112
21113 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21114
21115 * org.el (org-cycle-internal-local): Improved version of finding
21116 next visible line.
21117 (org-cycle-hide-drawers): Only hide drawers if this is really
21118 necessary.
21119 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21120 org-version of this function in Org-mode. We use advice to
21121 implement this change, so that future changes to this function in
21122 outline.el wil be handled properly.
21123 (org-forward-same-level, org-backward-same-level): New commands.
21124
21125 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21126
21127 * org.el (org-remove-empty-overlays-at)
21128 (org-clean-visibility-after-subtree-move): New functions.
21129 (org-move-subtree-down): Simplify cleanup of display.
21130
21131 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21132
21133 * org-mac-message.el (org-mac-message-get-links): Improve
21134 docstring. Make argument SELECT-OR-FLAGGED optional, default to
21135 "s". Fix the return value.
21136 (org-mac-message-insert-flagged): Simplify.
21137
21138 * org.el (org-refile-get-location): Tamper with refile history o
21139 that history contains compete matches instead of the entered
21140 string.
21141
21142 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21143
21144 * org.el (org-store-link): Never store a link to an inline task.
21145
21146 * org-footnote.el (org-footnote-goto-local-insertion-point):
21147 Skip inline tasks when positioning footnotes.
21148
21149 * org.el (org-refile): Remove the END line when archiving an
21150 inline task that does have an END line.
21151
21152 * org-archive.el (org-archive-subtree): Remove the END line when
21153 archiving an inline task that does have an END line.
21154
21155 * org-macs.el (org-with-limited-levels): New macro.
21156 (org-get-limited-outline-regexp): New function.
21157
21158 * org-exp.el (org-export-format-source-code-or-example): Fix bug
21159 that did not enumerate first line.
21160 (org-export-mark-radio-links): Skip matches in links.
21161
21162 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21163
21164 * org.el (org-activate-plain-links): Make single-match.
21165 (org-adapt-indentation): Fix docstring.
21166
21167 * org-macs.el (org-unmodified): Turn of modification hooks while
21168 running this macro.
21169
21170 2009-08-06 Bastien Guerry <bzg@gnu.org>
21171
21172 * org.el (org-adapt-indentation): Slightly improve the docstring.
21173 (org-occur): Sends an error when the user inputs an empty string.
21174 (org-priority): Bugfix: the tag alignement should happen within
21175 save-excursion.
21176
21177 2009-08-06 Bastien Guerry <bzg@gnu.org>
21178
21179 * org.el (org-make-link-regexps): Don't exclude parentheses from
21180 `org-plain-link-re'.
21181 (org-cycle-internal-local): When locally cycling, switch directly
21182 from CHILDREN to FOLDED if there is no subtree.
21183 (org-cycle): Update the docstring to document the new behavior of
21184 `org-cycle-internal-local'.
21185
21186 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
21187
21188 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21189 an abbreviated format for days.
21190
21191 2009-08-06 Bastien Guerry <bzg@gnu.org>
21192
21193 * org-protocol.el (org-protocol-default-template-key):
21194 New option.
21195
21196 * org.el (org-refile): Bugfix: save-excursion before reading the
21197 refile target, otherwise cursor moves might confuse `org-refile'.
21198
21199 * org.el (org-toggle-heading): Bugfix: correctly convert list
21200 items before the first headline.
21201
21202 * org.el (org-provide-todo-statistics): Allow a list of TODO
21203 keywords to compute statistics against headlines containing a
21204 keyword from this list.
21205 (org-update-parent-todo-statistics): Possibly use the new allowed
21206 value of `org-provide-todo-statistics'.
21207
21208 2009-08-06 Bastien Guerry <bzg@gnu.org>
21209
21210 * org-timer.el: Add autoload cookie.
21211
21212 * org.el (org-occur-link-in-agenda-files): New function.
21213
21214 * org-timer.el (org-timer-last-timer): New variable.
21215
21216 * org-agenda.el (org-agenda-mode-map): New key for
21217 org-timer-set-timer called from the agenda.
21218
21219 * org.el (org-mode-map): New key for org-timer-set-timer.
21220
21221 * org-timer.el (org-timer-reset-timers)
21222 (org-timer-show-remaining-time, org-timer-set-timer):
21223 New functions.
21224
21225 * org-clock.el (org-show-notification): Update the docstring.
21226
21227 * org.el (org-provide-todo-statistics): Allow new value
21228 'all-headlines for this option, which includes entries with no
21229 TODO keywords in the todo statistics.
21230 (org-update-parent-todo-statistics): Possibly use the new
21231 'all-headline value from `org-provide-todo-statistics'.
21232
21233 2009-08-06 Bastien Guerry <bzg@gnu.org>
21234
21235 * org-clock.el (org-dblock-write:clocktable): Add a new option
21236 :timestamp which allows display of timestamps in clock reports.
21237
21238 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21239 list to a subtree, preserving the structure of the list.
21240 (org-set-emph-re): Make the last element optional in the regexp.
21241 This regexp now matches an emphasized string at the end of a line.
21242
21243 * org-list.el (org-list-goto-true-beginning)
21244 (org-list-make-subtree, org-list-make-subtrees): New functions.
21245
21246 * org.el (org-eval-in-calendar): Select the right frame.
21247 (org-save-frame-excursion): Remove this macro.
21248
21249 2009-08-06 Bastien Guerry <bzg@gnu.org>
21250
21251 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21252 trying to find the beginning of a list.
21253
21254 * org-exp.el (org-get-file-contents): Use a new argument: markup.
21255 When present, tell org-get-file-contents not to protect org-like
21256 lines.
21257
21258 * org-id.el (org-id-uuid-program): New option to set the name of
21259 the uuidgen program.
21260 (org-id-method): Use `org-id-uuid-program'.
21261 (org-id-new): Use `org-id-uuid-program'.
21262
21263 2009-08-06 Bastien Guerry <bzg@gnu.org>
21264
21265 * org-exp.el (org-export-number-lines): Allow whitespace in code
21266 references. Allow the -r switch to remove the references in the
21267 source code even when the lines are not numbered: the labels can
21268 be explicit enough.
21269
21270 * org.el (org-fontify-whole-heading-line): New option.
21271 (org-set-font-lock-defaults): Use the new option.
21272
21273 * org-clock.el (org-show-notification-handler): New option.
21274 (org-show-notification): Use the new option.
21275
21276 2009-08-06 Bastien Guerry <bzg@gnu.org>
21277
21278 * org.el (org-eval-in-calendar): Fix a bug about calendar
21279 navigation when `calendar-setup' value is 'calendar-only.
21280
21281 2009-08-06 Bastien Guerry <bzg@gnu.org>
21282
21283 * org.el (orgstruct++-mode): Fix typo in docstring.
21284 (org-insert-link): Clean up: (or (...)) => (...)
21285 (org-insert-link): Use TAB for stored links completion.
21286
21287 2009-08-06 Bastien Guerry <bzg@gnu.org>
21288
21289 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21290 building the list of targets.
21291
21292 * org-remember.el (org-remember-delete-empty-lines-at-end):
21293 New option.
21294 (org-remember-handler): Use the new option.
21295
21296 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21297
21298 * org.el (org-tags-sort-function): New option for sorting tags.
21299 (org-set-tags): Use the new option to sort tags.
21300
21301 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21302 premature deletion of the data when using org-plot in a script.
21303
21304 2009-08-06 Bastien Guerry <bzg@gnu.org>
21305
21306 * org-clock.el (org-clock-in-prepare-hook): New hook.
21307 (org-clock-in): Use this new hook.
21308
21309 2009-08-06 Bastien Guerry <bzg@gnu.org>
21310
21311 * org.el (org-special-ctrl-a/e): Explicitly bind the value
21312 'reversed for this option to the "true line boundary first"
21313 behavior.
21314 (org-tags-match-list-sublevels): Document the 'indented value for
21315 this variable.
21316
21317 * org-latex.el (org-export-latex-first-lines): Fix problem with
21318 publishing the region.
21319
21320 * org-exp.el (org-export-format-source-code-or-example):
21321 Fix bad line numbering when exporting examples in HTML.
21322
21323 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21324
21325 * org-colview.el (org-format-time-period): Formats a time in
21326 fractional days as days, hours, mins, seconds.
21327 (org-columns-display-here): Add special handling for SINCE and
21328 SINCE_IA to format for display.
21329
21330 * org.el (org-time-since): Add a function to get the time since an
21331 org timestamp.
21332 (org-entry-properties): Add two new special properties: SINCE and
21333 SINCE_IA. These give the time since any active or inactive
21334 timestamp in an entry.
21335 (org-special-properties): Add SINCE, SINCE_IA.
21336 (org-tags-sort-function): Add custom declaration for tags
21337 sorting function.
21338 (org-set-tags): Sort tags if org-tags-sort-function is set.
21339
21340 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21341
21342 * org-clock.el (org-clock-goto): Find hidden headlines as well.
21343
21344 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21345
21346 * org-plot.el (org-plot/add-options-to-plist): Add timeind
21347 option.
21348
21349 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21350
21351 * org-publish.el (org-publish-remove-all-timestamps): New function.
21352 (org-publish-all): Remove all timestamp files if `org-publish-all'
21353 is called with a prefix argument.
21354
21355 * org-list.el (org-indent-item): Fix typo.
21356 (org-item-indent-positions): Normalize ordered bullet.
21357
21358 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21359
21360 * org-macs.el (org-set-local): Make a local variable, do not make
21361 the variable buffer-local!
21362
21363 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21364
21365 * org-exp.el (org-infile-export-plist): Read BIND lines.
21366 (org-install-letbind): New function.
21367 (org-export-as-org, org-export-preprocess-string):
21368 Call `org-install-letbind'.
21369
21370 * org-list.el (org-list-demote-modify-bullet): New option.
21371 (org-first-list-item-p): Save point.
21372 (org-fix-bullet-type): New optional argument FORCE-BULLET.
21373 (org-indent-item): Honor `org-list-demote-modify-bullet'.
21374 (org-item-indent-positions): Return bullet types along with
21375 indentation.
21376
21377 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21378
21379 * org.el (org-show-entry): Hide drawers.
21380
21381 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21382
21383 * org-footnote.el (org-footnote-auto-adjust): New option.
21384 (org-footnote-auto-adjust-maybe): New function.
21385 (org-footnote-new, org-footnote-delete):
21386 Call `org-footnote-auto-adjust-maybe'.
21387
21388 * org.el (org-startup-options): Add new footnote-related
21389 keywords.
21390
21391 * org-publish.el (org-publish-timestamp-filename): Additional
21392 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21393 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21394 TRUE-PUB-DIR. Pass them through to
21395 `org-publish-timestamp-filename'.
21396 (org-publish-update-timestamp): Additional arguments PUB-DIR and
21397 PUB-FUNC, which are included in the hash.
21398 (org-publish-file): Delay timestamp test until the publishing
21399 function is known.
21400
21401 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21402
21403 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21404 setting the deadline.
21405
21406 * org.el (org-read-date-final-answer): New variable.
21407 (org-read-date): Store the final answer string, including the date
21408 from the calendar, for reuse by agenda bulk commands.
21409
21410 * org-publish.el (org-publish-attachment): Fix publishing of
21411 attachments.
21412
21413 * org-latex.el (org-export-latex-quotation-marks): Fix export of
21414 quotation makrs in parenthesis.
21415 (org-remove-initial-hash): New function.
21416 (org-export-latex-preprocess): Fix bug with infinite loop if
21417 environment is not properly closed.
21418
21419 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21420 when indented.
21421
21422 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21423 highlight also when indented.
21424
21425 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21426
21427 * org-footnote.el (org-footnote-renumber-fn:N): New command.
21428 (org-footnote-action): Offer renumbering.
21429
21430 * org.el (org-cycle): Honor the `integrate' value of
21431 org-cycle-include-plain-lists'.
21432
21433 * org-list.el (org-cycle-include-plain-lists): New allowed value
21434 `internal'. Improve the docstring.
21435
21436 * org.el (org-set-autofill-regexps): Improve the paragraph-start
21437 regexp to work better with LaTeX commands.
21438
21439 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21440
21441 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21442 and eps extensions.
21443
21444 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21445
21446 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21447 loaded.
21448
21449 * org.el (org-map-entries): No longer force
21450 `org-tags-match-list-sublevels' to t during a todo-only tags
21451 search.
21452
21453 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21454
21455 * org-latex.el (org-export-latex-low-levels): Allow user-defined
21456 environment.
21457 (org-export-latex-subcontent): Handle user-defined environment.
21458
21459 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21460 the View dispatcher.
21461
21462 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21463 `make-overlay'.
21464
21465 * org-latex.el (org-export-as-pdf): Protect match data during call
21466 to shell-quote-argument.
21467
21468 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21469 (org-agenda-view-mode-dispatch): New function.
21470
21471 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21472
21473 * org-agenda.el (org-agenda-mode): Reset list of marks.
21474 (org-agenda-mode-map): Define new keys for refile and bulk action.
21475 (org-agenda-menu): Add menu itesm for refile and bulk action.
21476 (org-agenda-refile): New function.
21477 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21478 (org-agenda-marked-entries): New variable.
21479 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21480 (org-agenda-remove-all-bulk-action-marks)
21481 (org-agenda-bulk-action): New functions/commands.
21482
21483 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21484
21485 * org-exp.el (org-get-file-contents): Protect org-like lines in
21486 included files.
21487 (org-export-format-source-code-or-example): Remove newlines.
21488
21489 * org-latex.el (org-export-latex-links): Check for no-description
21490 marking.
21491
21492 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21493 argument separator back to comma.
21494 (org-export-normalize-links): Mark links without description.
21495
21496 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21497
21498 * org-exp.el (org-infile-export-plist): Fix bug in macro
21499 processing.
21500
21501 * org-agenda.el (org-agenda-clock-out): Update line after clocking
21502 out.
21503 (org-agenda-highlight-todo): Fix bug with highlighting.
21504
21505 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21506
21507 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21508 new alignment strings.
21509
21510 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21511 command list.
21512 (org-table-align): Check for forced align type.
21513
21514 * org.el (org-self-insert-command): Add yas/expand to command
21515 list.
21516
21517 * org-clock.el (org-clock-in-hook): New hook.
21518 (org-clock-in): Run `org-clock-in-hook.
21519 (org-clock-out-hook): New hook.
21520 (org-clock-out): Run `org-clock-out-hook.
21521 (org-clock-cancel-hook): New hook.
21522 (org-clock-cancel): Run `org-clock-cancel-hook.
21523 (org-clock-goto-hook): New hook.
21524 (org-clock-goto): Run `org-clock-goto-hook.
21525
21526 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21527
21528 * org.el (org-store-link): Better default description for link to
21529 Org-mode headline.
21530
21531 * org-exp.el (org-export-generic): Autoload the generic exporter
21532 function.
21533 (org-export): Implement the `g' key for the generic exporter.
21534
21535 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21536
21537 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21538 and for zbacktab'.
21539
21540 * org-exp.el (org-infile-export-plist): Get macros also from
21541 #+SETUPFILE.
21542
21543 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21544
21545 * org-colview.el (org-columns-capture-view): Protect vertical bars
21546 in column values.
21547 (org-columns-capture-view): Exclude comment and archived trees.
21548
21549 * org.el (org-quote-vert): New function.
21550
21551 * org-latex.el (org-export-latex-verbatim-wrap): New option.
21552
21553 * org-exp.el (org-export-format-source-code-or-example):
21554 Use `org-export-latex-verbatim-wrap'.
21555
21556 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21557 time stamps.
21558
21559 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
21560
21561 * org-exp-blocks.el: New file.
21562
21563 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21564
21565 * org-remember.el (org-remember-templates): Allow the headline
21566 element to be a function.
21567 (org-remember-apply-template): If the headline is a function, call
21568 it to get the true function.
21569
21570 * org-clock.el (org-clock-menu): New function.
21571 (org-clock-update-mode-line): Update help string.
21572 (org-clock-modify-effort-estimate): New function.
21573 (org-clock-mark-default-task): New function.
21574
21575 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21576 minutes as input.
21577 (org-org-menu): Add new clocking stuff.
21578 (org-clock-is-active): New function.
21579
21580 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21581
21582 * org.el (org-open-non-existing-files): Improve docstring.
21583
21584 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21585
21586 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21587 New option.
21588 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21589
21590 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21591
21592 * org-list.el (org-get-checkbox-statistics-face): Use the new
21593 faces.
21594
21595 * org-faces.el (org-checkbox-statistics-todo)
21596 (org-checkbox-statistics-done): New faces.
21597
21598 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21599
21600 * org-latex.el (org-export-latex-use-verb): New variable.
21601 (org-export-latex-emph-format): Prefer \texttt over \verb when
21602 org-export-latex-use-verb is set.
21603
21604 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21605
21606 * org-remember.el (org-remember-handler): Abort remember if the
21607 buffer is empty.
21608
21609 * org-exp.el (org-export-format-source-code-or-example):
21610 Run `org-src-mode-hook'.
21611
21612 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21613
21614 * org.el (org-indent-line-function): Fix indentation of +#end lines.
21615
21616 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21617
21618 * org-gnus.el (org-gnus-store-link): Require message.el in
21619 org-gnus-store-link.
21620
21621 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21622
21623 * org-src.el: New file, split out of org.el.
21624
21625 * org-macs.el (org-replace-match-keep-properties): New function.
21626
21627 * org-exp.el (org-export-mark-blockquote-verse-center):
21628 Better preprocessing of center and quote and verse blocks.
21629
21630 * org-list.el (org-list-end): Respect the stored "original"
21631 indentation when determining the end of the list.
21632
21633 * org-exp.el (org-export-replace-src-segments-and-examples):
21634 Remember indentation correctly.
21635
21636 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21637
21638 * org-clock.el (org-clock-update-mode-line): Apply face
21639 org-mode-line-clock.
21640
21641 * org-faces.el (org-mode-line-clock): New face.
21642
21643 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21644
21645 * org-gnus.el (org-gnus-store-link): Fix bug where
21646 `org-gnus-store-link' used wrong subject when called in an article
21647 buffer. Patch provided by fengli AT gmail DOT com.
21648
21649 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21650
21651 * org-exp.el (org-export-format-source-code-or-example):
21652 Remember the original indentation of source code snippets and examples.
21653
21654 * org-latex.el (org-export-as-latex): Relocate the table of
21655 contents.
21656
21657 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
21658
21659 * org-agenda.el (org-run-agenda-series): Scope global options also
21660 when creating the agenda buffer.
21661
21662 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21663
21664 * org.el (org-adapt-indentation): Improve documentation.
21665 (org-insert-property-drawer): Respect org-adapt-indentation when
21666 inserting the drawer.
21667 (org-remove-flyspell-overlays-in): New function.
21668 (org-do-emphasis-faces, org-activate-plain-links)
21669 (org-activate-code, org-fontify-meta-lines-and-blocks)
21670 (org-activate-angle-links, org-activate-footnote-links)
21671 (org-activate-bracket-links, org-activate-dates)
21672 (org-activate-target-links, org-activate-tags): Remove flyspell
21673 overlays.
21674
21675 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21676
21677 * org.el (org-edit-src-save): New function.
21678
21679 * org-clock.el (org-clock-out-switch-to-state): New option.
21680 (org-clock-out): Honor `org-clock-out-switch-to-state'.
21681
21682 * org-compat.el (org-compatible-face): Improve macro.
21683
21684 * org.el (org-global-properties-fixed): Add default for
21685 CLOCK_MODELINE_TOTAL.
21686
21687 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
21688 and tend.
21689 (org-clock-sum-current-item): Optional argument TSTART, pass it to
21690 org-clock-sum.
21691 (org-clock-get-sum-start): New function.
21692
21693 * org.el (org-startup-options): New keywords blockhide and
21694 blockshow.
21695 (org-mode): Add new invisibility spec.
21696 (org-set-startup-visibility): Hide block on startup if so
21697 desired.
21698 (org-hide-block-startup): New option.
21699 (org-block-regexp): New constant.
21700 (org-hide-block-overlays): New variable.
21701 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
21702 (org-show-block-all, org-hide-block-toggle-maybe)
21703 (org-hide-block-toggle): New functions.
21704 (org-edit-src-exit): Do not quote lines starting with # and no +
21705 behind it.
21706 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
21707 entry.
21708
21709 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21710
21711 * org.el (org-buffer-property-keys): Add Effort property for
21712 completion.
21713
21714 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21715
21716 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
21717 when retrieving total clocked time in the subtree.
21718
21719 * org.el (org-quoting-blocks): New variable.
21720
21721 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21722
21723 * org-table.el (org-table-store-formulas)
21724 (org-table-get-stored-formulas, org-table-fix-formulas)
21725 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
21726 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
21727
21728 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
21729 Allow indented #+TBLFM line.
21730
21731 * org-footnote.el (org-footnote-goto-local-insertion-point):
21732 Allow indented #+TBLFM line.
21733
21734 * org-colview.el (org-dblock-write:columnview): Allow indented
21735 #+TBLFM line.
21736
21737 * org-clock.el (org-dblock-write:clocktable): Allow indented
21738 #+TBLFM line.
21739
21740 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21741
21742 * org-exp.el (org-export-format-source-code-or-example):
21743 Make editing indented blocks work correctly.
21744
21745 * org.el (org-edit-src-nindent): New variable.
21746 (org-edit-src-code, org-edit-fixed-width-region)
21747 (org-edit-src-find-region-and-lang, org-edit-src-exit):
21748 Make editing indented blocks work correctly.
21749
21750 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21751
21752 * org-exp.el (org-export-replace-src-segments-and-examples):
21753 Find indented blocks.
21754 (org-export-format-source-code-or-example): Fix indentation of
21755 blocks.
21756 (org-export-remove-indentation): New function.
21757 (org-export-select-backend-specific-text): Allow backend-specific
21758 code to be indented.
21759 (org-export-mark-blockquote-verse-center): Allow markers to be
21760 indented.
21761
21762 * org.el (org-fontify-meta-lines): New function.
21763 (org-set-font-lock-defaults): Call the new fontification
21764 function.
21765
21766 * org-faces.el (org-meta-line): New face.
21767 (org-block): New face.
21768
21769 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21770
21771 * org.el (org-treat-insert-todo-heading-as-state-change)
21772 (org-treat-S-cursor-todo-selection-as-state-change):
21773 New variables.
21774 (org-insert-todo-heading):
21775 Honor `org-treat-insert-todo-heading-as-state-change'.
21776 (org-shiftright, org-shiftleft):
21777 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
21778 (org-inhibit-logging): New variable.
21779
21780 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21781
21782 * org-agenda.el (org-remove-subtree-entries-from-agenda):
21783 Reduce range for marker position checking.
21784
21785 * org-latex.el (org-export-latex-first-lines): Fix bug when
21786 exporting a region.
21787
21788 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21789
21790 * org-exp.el (org-export-push-to-kill-ring): Protect using
21791 x-set-selection, because that does not always work.
21792
21793 * org-agenda.el (org-agenda-list): Apply the new face
21794 `org-agenda-date-today'.
21795
21796 * org-faces.el (org-agenda-date-today): New face.
21797
21798 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21799
21800 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
21801 creating appointments.
21802
21803 * org-latex.el (org-export-latex-low-levels): Fix customization
21804 type.
21805
21806 * org.el (org-priority, org-shiftup, org-shiftdown):
21807 Disable priority commands.
21808
21809 * org-agenda.el (org-agenda-priority): Disable priority commands.
21810
21811 * org.el (org-enable-priority-commands): New option.
21812
21813 * org-colview.el (org-columns-compute)
21814 (org-columns-number-to-string): Fix problems with empty fields.
21815
21816 * org-exp.el (org-export-push-to-kill-ring): New function.
21817 (org-export-copy-to-kill-ring): New option.
21818
21819 * org-latex.el (org-export-as-latex):
21820 Call `org-export-push-to-kill-ring'.
21821
21822 * org-exp.el (org-export-show-temporary-export-buffer):
21823 New option.
21824
21825 * org-latex.el (org-export-as-latex):
21826 Use `org-export-show-temporary-export-buffer'.
21827
21828 * org-exp.el (org-export-show-temporary-export-buffer):
21829 New option.
21830 (org-export-push-to-kill-ring): New function.
21831
21832 * org-colview.el (org-columns-compile-map): New variable.
21833 (org-columns-new, org-columns-compute)
21834 (org-columns-number-to-string, org-columns-uncompile-format)
21835 (org-columns-compile-format): Implement new operators.
21836
21837 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21838
21839 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
21840
21841 * org-list.el (org-update-checkbox-count): Make property
21842 dependent.
21843
21844 * org.el (org-hierarchical-todo-statistics): New option.
21845 (org-update-parent-todo-statistics): Modify to handle recursive
21846 statistics.
21847
21848 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21849
21850 * org-publish.el (org-publish): Make this function behave
21851 correctly in interactive use when called with a prefix argument.
21852
21853 * org.el (org-todo-statistics-hook): New hook.
21854 (org-update-parent-todo-statistics): Use new hook.
21855 (org-log-into-drawer): New function.
21856 (org-add-log-setup): Use the new `org-log-into-drawer' function to
21857 determine if we should be logging into a drawer.
21858 (org-log-into-drawer): Update docstring.
21859 (org-default-properties): Add LOG_INTO_DRAWER as a property.
21860
21861 * org-list.el (org-checkbox-statistics-hook): New hook.
21862 (org-update-checkbox-count-maybe): Use new hook.
21863
21864 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21865
21866 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
21867 better buffer-generating mechanism.
21868 (org-edit-src-find-buffer): New function.
21869
21870 * org-icalendar.el (org-print-icalendar-entries): Don't check for
21871 archive tag, this is already done by `org-agenda-skip'.
21872 data while constructing lost of tags.
21873
21874 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21875
21876 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
21877 as argument separator in macros.
21878
21879 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21880
21881 * org.el (org-after-sorting-entries-or-items-hook): New hook.
21882 (org-sort-entries-or-items): Run the new hook.
21883 (org-after-refile-insert-hook): New hook.
21884 (org-refile): Run `org-after-refile-insert-hook'.
21885
21886 * org-agenda.el (org-agenda-get-progress): Never take time of day
21887 from headline when displaying progress.
21888
21889 * org-latex.el (org-export-latex-complex-heading-re): New variable.
21890 (org-export-as-latex): Force the correct regexp in the
21891 preprocessor buffer.
21892 (org-export-latex-set-initial-vars):
21893 Set `org-export-latex-complex-heading-re'.
21894
21895 * org-agenda.el (org-agenda-start-with-log-mode): New option.
21896 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
21897
21898 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21899
21900 * org-latex.el (org-export-latex-tables-centered): New option.
21901 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
21902
21903 * org-exp.el (org-export-as-org): New command.
21904 (org-export-as-org): New command.
21905
21906 * org-publish.el (org-publish-org-to-org): New function.
21907
21908 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21909
21910 * org.el (org-yank): Just call `org-yank-generic'.
21911 (org-yank-generic): New function, containing the formaer
21912 functionality of `org-yank'.
21913
21914 * org-latex.el (org-export-latex-not-done-keywords)
21915 (org-export-latex-done-keywords): New variables.
21916 (org-export-latex-todo-keyword-markup): New option.
21917 (org-export-latex-set-initial-vars): Remember the TODO keywords.
21918 (org-export-latex-keywords-maybe): Apply the TODO markup.
21919
21920 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21921
21922 * org-exp.el (org-infile-export-plist): Add more default macros.
21923 (org-export-preprocess-apply-macros): Process macro arguments.
21924
21925 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21926
21927 * org-icalendar.el (org-icalendar-include-todo): New allowed value
21928 `unblocked'.
21929 (org-print-icalendar-entries): Respect the new value of
21930 `org-icalendar-include-todo'.
21931
21932 * org.el (org-link-try-special-completion)
21933 (org-file-complete-link): New functions.
21934 (org-insert-link): Add special completion support for some link
21935 types.
21936
21937 * org-bbdb.el (org-bbdb-complete-link): New function.
21938
21939 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21940
21941 * org-list.el (org-update-checkbox-count): Allow recursive
21942 statistics.
21943 (org-hierarchical-checkbox-statistics): New option.
21944
21945 * org.el (org-cycle): Remove erraneous space character.
21946
21947 * org-icalendar.el (org-icalendar-timezone): Initialize from
21948 environment.
21949
21950 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21951
21952 * org.el (org-autoload): Fix autoloading of ascii export
21953 functions.
21954 (org-modules): Add org-special-blocks.
21955
21956 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21957
21958 * org-icalendar.el (org-start-icalendar-file): Use the new option.
21959 (org-ical-timezone): New option.
21960
21961 * org-exp.el (org-export-get-coderef-format): Use the description
21962 is present.
21963
21964 * org.el (org-sort-entries-or-items): Improve docstring, and make
21965 better implementation for time sorting.
21966
21967 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21968
21969 * org.el (org-edit-src-persistent-message): New option.
21970 (org-edit-src-code, org-edit-fixed-width-region): Use the new
21971 option.
21972
21973 * org-clock.el (org-clock-insert-selection-line): Fix prefious
21974 patch.
21975
21976 * org.el (org-edit-src-code, org-edit-fixed-width-region):
21977 Use separate buffer instead of indirect buffer to edit source code.
21978 (org-edit-src-exit): Make this function work with the new setup.
21979
21980 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
21981 are properly fontified before shown in the selection menu.
21982
21983 * org.el (org-fontify-like-in-org-mode): New function.
21984
21985 * org-latex.el (org-export-latex-links): Use the property list to
21986 retrieve the default image attributes.
21987
21988 * org-exp.el (org-export-plist-vars): Add a new option.
21989
21990 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21991
21992 * org-exp.el (org-export, org-export-visible): Support ASCII
21993 export to buffer.
21994 (org-export-normalize-links): Do not protect the description if it
21995 is explicitly given.
21996
21997 * org-list.el (org-reset-checkbox-state-subtree): Move here from
21998 org-checklist.el.
21999 (org-reset-checkbox-state-subtree):
22000 Call `org-reset-checkbox-state-subtree'.
22001
22002 * org-remember.el (org-select-remember-template): For the
22003 selection of a valid template.
22004
22005 * org-latex.el (org-export-region-as-latex): Supply the
22006 force-no-subtree argument.
22007 (org-export-as-latex): Provide better limits when exporting the
22008 first line. When exporting to string, we still want the first
22009 lines.
22010 (org-export-latex-first-lines): New argument END, to force the end
22011 of the region.
22012 (org-export-region-as-latex): Use the property list.
22013 (org-export-as-latex): ????
22014
22015 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22016
22017 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
22018 (org-export-latex-preprocess): Run the new hook.
22019
22020 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
22021 (org-export-preprocess-string): Run the new hook.
22022
22023 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22024
22025 * org-macs.el (org-check-external-command): New defsubst.
22026
22027 * org.el (org-mode-map): New key for reload.
22028 (org-format-latex): Better error message when external programs
22029 are not available.
22030
22031 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
22032
22033 * org.el (org-sort-entries-or-items): Explicit sorting function
22034 for priorities, needed for XEmacs compatibility.
22035
22036 * org-remember.el (org-remember-apply-template): Improve auto-save
22037 behavior.
22038
22039 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22040
22041 * org-latex.el (org-export-latex-preprocess): Also protect
22042 environments ending in a star.
22043
22044 * org-list.el (org-at-item-p): Fix regular expression.
22045
22046 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22047
22048 * org.el (org-end-of-subtree): Improve speed.
22049
22050 * org-agenda.el (org-agenda-get-timestamps)
22051 (org-agenda-get-progress, org-agenda-get-deadlines)
22052 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
22053 in particular, wait as long as possible to collect the tags.
22054 (org-stuck-projects): Improve docstring.
22055
22056 * org.el (org-store-link): No errors when getting custom id before
22057 first headline.
22058 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
22059
22060 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22061
22062 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
22063
22064 * org-protocol.el: Remove dependency on url.el.
22065 (org-protocol-unhex-compound, org-protocol-open-source):
22066 Remove dependency on url.el.
22067
22068 * org-latex.el (org-export-as-pdf):
22069 Use `org-latex-to-pdf-process'.
22070
22071 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22072
22073 * org-latex.el (org-latex-to-pdf-process): New option.
22074
22075 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
22076 New option.
22077 (org-agenda-get-timestamps):
22078 Honor `org-agenda-skip-additional-timestamps-same-entry'.
22079
22080 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22081 (org-clock-goto): Find recent task only if
22082 `org-clock-goto-may-find-recent-task' allows it.
22083
22084 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22085 drawers, and drawers that are missing the :END: line.
22086
22087 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22088
22089 * org-clock.el (org-clock-goto): Go to recently clocked task if no
22090 clock is running.
22091
22092 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22093
22094 * org.el (org-update-parent-todo-statistics): Check for
22095 STATISTICS_FROM property.
22096
22097 * org-list.el (org-update-checkbox-count): Check for
22098 STATISTICS_FROM property.
22099
22100 * org.el (org-tab-first-hook)
22101 (org-tab-after-check-for-table-hook)
22102 (org-tab-after-check-for-cycling-hook): New hooks.
22103 (org-cycle-internal-global, org-cycle-internal-local):
22104 New functions, split out from `org-cycle'.
22105 (org-cycle): Call the new hooks.
22106
22107 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22108
22109 * org-exp.el (org-export-preprocess-string): Reset the list of
22110 preferred targets for each run of the preprocessor.
22111
22112 * org.el (org-refile-target-verify-function):
22113 Improve documentation.
22114 (org-get-refile-targets): Respect point being moved by the
22115 verification function.
22116
22117 * org-latex.el (org-export-latex-timestamp-keyword-markup):
22118 New option.
22119 (org-export-latex-keywords): Use new option.
22120
22121 * org.el (org-rear-nonsticky-at): New defsubst.
22122 (org-activate-plain-links, org-activate-angle-links)
22123 (org-activate-footnote-links, org-activate-bracket-links)
22124 (org-activate-dates, org-activate-target-links)
22125 (org-activate-tags): Place the rear-nonsticky properties at the
22126 correct location.
22127
22128 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22129
22130 * org-protocol.el (server-edit): Declare `server-edit'.
22131 (org-protocol-unhex-string, org-protocol-unhex-compound):
22132 New functions.
22133 (org-protocol-check-filename-for-protocol): Call `server-edit'.
22134
22135 * org.el (org-default-properties): New default properteis for
22136 completion.
22137
22138 * org-exp.el (org-export-add-subtree-options): Add new properties
22139 for subtree export.
22140
22141 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22142
22143 * org-id.el (org-id-get-with-outline-path-completion): Turn off
22144 org-refile-target-verify-function for the duration of the command.
22145
22146 * org.el (org-link-to-org-use-id): New possible value
22147 `create-if-interactive-and-no-custom-id'.
22148 (org-store-link): Use custom IDs.
22149 (org-link-search): Find custom ID properties from #link.
22150 (org-default-properties): Add CUSTOM_ID for property completion.
22151 (org-refile-target-verify-function): New option.
22152 (org-goto): Turn off org-refile-target-verify-function
22153 for the duration of the command.
22154
22155 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22156
22157 * org-exp.el (org-export-preferred-target-alist): New variable.
22158 (org-export-define-heading-targets): Find the new CUSTOM_ID
22159 property.
22160 (org-export-target-internal-links): Target the custom ids when
22161 possible.
22162
22163 * org-latex.el (org-export-latex-preprocess): Better regexp for
22164 matching latex macros with arguments.
22165
22166 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22167
22168 * org-remember.el (org-remember-handler): Allow filing to non-org
22169 files.
22170
22171 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
22172
22173 * org-table.el (org-table-fix-formulas): Do not change references
22174 to remote tables.
22175 (org-table-get-remote-range): Convert standard coordinates to RC
22176 format.
22177
22178 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22179
22180 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22181
22182 * org-compat.el (org-sha1-string): Function removed.
22183
22184 * org.el (org-refile-allow-creating-parent-nodes): New option.
22185 (org-refile-get-location): New argument NEW-NODES.
22186 (org-refile): Call `org-refile-get-location' with the new
22187 argument.
22188 (org-refile-get-location): Arrange for adding a new child.
22189 (org-refile-new-child): New function.
22190
22191 * org-clock.el: Fix a number of docstrings.
22192 (org-clock-find-position): New argument
22193 FIND-UNCLOSED to make the function find an unclosed clock in the
22194 entry.
22195 (org-clock-in): Call `org-clock-find-position' with the new
22196 argument if we might be resuming a clock.
22197
22198 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22199
22200 * org-latex.el (org-export-latex-display-custom-times): New variable.
22201 (org-export-latex-timestamp-markup): New option.
22202 (org-export-latex-set-initial-vars): Remember the local value of
22203 `org-display-custom-times'.
22204 (org-export-latex-content): Process time stamps.
22205 (org-export-latex-time-stamps): New function.
22206
22207 * org-macs.el (org-maybe-intangible): Add intangible property
22208 again to invisible text.
22209
22210 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22211
22212 * org-exp.el (org-default-export-plist): Handle undefined
22213 variables.
22214
22215 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22216
22217 * org.el (org-sort-entries-or-items): Match TODO keywords
22218 case-sensitively, when sorting.
22219 (org-priority): Do not match TODO keywords with wrong case.
22220
22221 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22222
22223 * org.el (org-todo): Honor the NOBLOCKING property.
22224
22225 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22226 NOBLOCKING property.
22227
22228 * org.el (org-scan-tags): Fix bug in tag scanner.
22229
22230 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22231
22232 * org.el (org-modules): Mark obsolete packages.
22233
22234 * org-html.el: New file, split out from org-exp.el.
22235
22236 * org-icalendar.el: New file, split out from org-exp.el.
22237
22238 * org-xoxo.el: New file, split out from org-exp.el.
22239
22240 * org-ascii.el: New file, split out from org-exp.el.
22241
22242 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22243
22244 * org-compat.el (org-find-library-name): New function.
22245
22246 * org.el (org-pre-cycle-hook): New hook.
22247 (org-cycle): Call the new hook in appropriate places.
22248 (org-reload): Only reload files that have been loaded before.
22249
22250 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22251
22252 * org.el (org-set-font-lock-defaults): Enforxe space or line end
22253 after todo keyword.
22254 (org-todo): When changing TODO state, do matching
22255 case-sensitively.
22256 (org-map-continue-from): New variable.
22257 (org-scan-tags): Respect values in `org-map-continue-from'.
22258 (org-reload): Make XEmacs compatible.
22259
22260 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22261
22262 * org-protocol.el (org-protocol-flatten-greedy): New function.
22263 (org-protocol-flatten): New function.
22264
22265 * org.el (org-open-link-from-string): Pass reference buffer to
22266 `org-open-at-point'.
22267 (org-open-at-point): New optional argument `reference-buffer'.
22268
22269 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22270
22271 * org.el (org-scan-tags): Make tag scan find headline in first
22272 line, 2nd attempt.
22273 (org-get-refile-targets): Add the naked file name.
22274 (org-refile): Store as top-level entry when only file name was
22275 given.
22276
22277 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22278
22279 * org.el (org-block-todo-from-children-or-siblings-or-parent):
22280 Rename from org-block-todo-from-children-or-siblings, and
22281 enhanced to look for the parent's status as well.
22282
22283 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22284 (org-agenda-get-progress): Add first notes line to log entry if so
22285 desired.
22286
22287 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22288
22289 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22290 (org-agenda-cleanup-fancy-diary): Call the new hook.
22291
22292 * org-remember.el (org-remember-apply-template): Take the default
22293 for the annotation from the :annotation property.
22294
22295 * org-mac-message.el (org-mac-message-get-link): Remove the
22296 quotes.
22297 (org-mac-message-get-link): Return the result.
22298
22299 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22300
22301 * org.el (org-refile-get-location): Add file name only if not
22302 already included in outline path.
22303
22304 * org-faces.el (org-n-level-faces): Fix customization type from
22305 number to integer.
22306
22307 * org-exp.el (org-export-headline-levels): Fix customization type
22308 from number to integer.
22309
22310 * org-agenda.el (org-agenda-confirm-kill)
22311 (org-agenda-custom-commands-local-options)
22312 (org-timeline-show-empty-dates, org-agenda-ndays)
22313 (org-agenda-start-on-weekday, org-scheduled-past-days):
22314 Fix customization type from number to integer.
22315
22316 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22317
22318 * org-protocol.el: Declare some functions.
22319
22320 * org-agenda.el (org-agenda-compare-effort):
22321 Honor `org-sort-agenda-noeffort-is-high'.
22322 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22323 (org-agenda-compare-effort): Implement the "?" operator for
22324 finding entries without effort setting.
22325
22326 * org.el (org-extract-attributes-from-string): New function.
22327
22328 * org-exp.el (org-export-splice-attributes): New function.
22329
22330 2009-08-06 Bastien Guerry <bzg@gnu.org>
22331 Daniel M German <dmg@uvic.org>
22332 Sebastian Rose <sebastian_rose@gmx.de>
22333 Ross Patterson <me@rpatterson.net>
22334
22335 * org-protocol.el: New file.
22336
22337 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
22338
22339 * org-docbook.el: New file.
22340
22341 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22342
22343 * org-mouse.el: XEmacs compatibility fixes.
22344
22345 * org.el (org-modules): Add org-inlinetasks.el.
22346 (org-cycle): Implement limiting level on cycling.
22347 (org-move-subtree-down): Fix bug with swapping subtrees at end of
22348 buffer.
22349
22350 * org-inlinetask.el: New file.
22351
22352 * org.el (org-emphasis-regexp-components): Allow braces in
22353 emphasis pre and post match.
22354
22355 * org-footnote.el (org-footnote-normalize): When only sorting, do
22356 not insert inline notes at the end.
22357
22358 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22359
22360 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22361
22362 * org.el (org-reftex-citation): New command.
22363
22364 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22365
22366 * org-agenda.el (org-agenda-cmp-user-defined): New option.
22367 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22368 sorting options.
22369 (org-entries-lessp): Apply the new sorting option.
22370
22371 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22372 blocker code, when an older sibling has children.
22373
22374 * org-mac-message.el (org-mac-message-get-link): Improve getting
22375 links from multiple selected messages.
22376
22377 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22378
22379 * org-remember.el (org-remember-finalize): Do not set buffer file
22380 name to nil.
22381 (org-remember-handler): Mark buffer as unmodified.
22382 (org-remember-handler): Delete backup file and show message about
22383 remaining backup files.
22384 (org-remember-auto-remove-backup-files): New option.
22385
22386 * org.el (org-store-link): Use buffer name as link description in
22387 w3-mode buffers.
22388 (org-ido-switchb): Fix argument bug for completion.
22389
22390 * org-remember.el (org-remember-apply-template): Set local
22391 variable `auto-save-visited-file-name' instead of global one.
22392
22393 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22394
22395 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22396 (org-agenda-get-todos): Mark file tags as inherited.
22397 (org-agenda-list): Always search diary lines for a time.
22398
22399 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22400
22401 * org-feed.el: New file.
22402
22403 * org-exp.el (org-export-as-html): Close local lists depending on
22404 indentation, also when starting a table.
22405
22406 * org-remember.el (org-remember-backup-directory)
22407 (org-remember-backup-name): New internal variable.
22408
22409 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22410
22411 * org-clock.el (org-clock-out-if-current): Make buffer detection
22412 work in indirect buffers as well.
22413
22414 * org.el (org-emphasis-regexp-components): Add the exxclamation
22415 mark to the post-emphasis characters.
22416
22417 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22418
22419 * org.el (org-read-date-minibiffer-septup-hook): New hook.
22420 (org-read-date): Run the new hook.
22421
22422 * org-mac-message.el (org-mac-flagged-mail): New group.
22423 (org-mac-mail-account): New variable.
22424 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22425 New commands.
22426
22427 * org-remember.el (org-remember-backup-directory): New variable.
22428 (org-remember-apply-template): Write file to backup directory.
22429
22430 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22431
22432 * org-mouse.el (org-mouse-todo-menu): New function.
22433 (org-mouse-todo-keywords): Function removed.
22434 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22435
22436 * org-table.el (org-table-beginning-of-field)
22437 (org-table-end-of-field): New commands.
22438 (org-table-previous-field, org-table-beginning-of-field):
22439 Better error messages.
22440 (orgtbl-setup): Include `M-a' and `M-e'.
22441
22442 * org.el (org-backward-sentence, org-forward-sentence):
22443 New commands.
22444
22445 * org-colview.el (org-colview-initial-truncate-line-value):
22446 New variable.
22447 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22448 (org-columns): Remember the value of `truncate-lines'.
22449
22450 * org.el (org-columns-skip-arrchived-trees): New option.
22451
22452 * org-agenda.el (org-agenda-export-html-style): Define color for
22453 org-agenda-done face.
22454 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22455 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22456
22457 * org.el (org-scan-tags): Use the new face.
22458
22459 * org-faces.el (org-agenda-done): New face.
22460
22461 * org.el (org-scan-tags): Test the value org
22462 `org-tags-match-list-sublevels'.
22463 (org-tags-match-list-sublevels): New allowed value: indented.
22464
22465 * org-latex.el (org-export-latex-make-header): Apply macros
22466 in header.
22467
22468 * org-exp.el (org-export-apply-macros-in-string): New function.
22469
22470 * org-latex.el (org-export-latex-list-parameters): Fix bug
22471 with the definition of a checked box.
22472
22473 * org-clock.el (org-clock-find-position): Fix drawer indentations.
22474
22475 * org-latex.el (org-export-latex-low-levels): More options
22476 for how to process lower levels in LaTeX.
22477 (org-export-latex-subcontent): Better treatment for lists as a
22478 means of publishing lower levels.
22479
22480 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22481
22482 * org.el (org-set-font-lock-defaults): Use new checkbox face.
22483
22484 * org-faces.el (org-checkbox): New face.
22485
22486 * org-exp.el (org-export-html-preprocess): Only create LaTeX
22487 fragement images if there is an export file.
22488
22489 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22490
22491 * org-agenda.el (org-stuck-projects): Document that the subtree of
22492 projects that are not stuck will now be searched for stuck
22493 sub-projects.
22494 (org-agenda-skip-entry-when-regexp-matches)
22495 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22496 (org-agenda-list-stuck-projects):
22497 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22498
22499 * org-latex.el (org-export-latex-preprocess):
22500 Improve export of verses.
22501
22502 * org-exp.el (org-export-as-html): Implement centering as a div
22503 rather than a paragraph. Do a better job with line-end in verse
22504 environments.
22505
22506 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22507
22508 * org.el (org-open-at-point): Fix tags searches by mouse click.
22509
22510 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22511
22512 * org-latex.el (org-export-latex-preprocess): Implement the
22513 centering markup.
22514
22515 * org-exp.el (org-export-mark-blockquote-verse-center):
22516 Rename from `org-export-mark-blockquote-and-verse'.
22517 (org-export-as-html): Implement the centering markup.
22518
22519 * org-latex.el (org-export-latex-tables): Fix vertical
22520 lines in tables.
22521
22522 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22523
22524 * org.el (org-read-date-history): New variable.
22525 (org-read-date): Use new history variable.
22526 (org-toggle-heading): Fix bug when used before first headline.
22527 (org-store-log-note): Remove drawer if empty while note is
22528 aborted.
22529 (org-remove-empty-drawer-at): New function.
22530 (org-check-after-date): New command.
22531 (org-sparse-tree): New sparse tree command "a".
22532
22533 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22534
22535 2009-08-06 Bastien Guerry <bzg@gnu.org>
22536
22537 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22538 column and a space, not only a column.
22539
22540 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22541
22542 * org-latex.el (org-export-latex-emphasis-alist):
22543 Better defaults for verbose emphasis.
22544 (org-export-latex-emph-format): New function.
22545 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22546
22547 * org-agenda.el (org-agenda-menu): Add new commands to menu.
22548 (org-agenda-do-date-later, org-agenda-do-date-earlier)
22549 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22550 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22551 New commands.
22552
22553 * org.el (org-timestamp-change): Move end-time along with start
22554 time.
22555
22556 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22557
22558 * org-exp.el (org-export-target-internal-links)
22559 (org-export-as-html): Protect links specified as #name.
22560
22561 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22562
22563 * org.el (org-clone-subtree-with-time-shift): New command.
22564
22565 * org-latex.el (org-export-latex-special-chars)
22566 (org-export-latex-treat-sub-super-char): Fix subscript export.
22567
22568 * org-exp.el (org-create-multibrace-regexp): Do not add
22569 backslashes to the class.
22570
22571 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22572
22573 * org-colview.el (org-columns-map): Better functions for moving up
22574 and down a row, even if `truncate-line' is nil.
22575
22576 * org.el (org-insert-todo-heading): Make sure the keyword is
22577 inserted at the correct position.
22578
22579 * org-publish.el (org-publish-project-alist)
22580 (org-publish-projects, org-publish-org-index): Change default anme
22581 for the index of file names to "sitemap.org".
22582
22583 * org-latex.el (org-export-latex-tables):
22584 Use `org-split-string', for Emacs 21 compatibility.
22585
22586 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22587
22588 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22589
22590 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22591
22592 * org-exp.el (org-export-page-description)
22593 (org-export-page-keywords): New variables.
22594 (org-export-plist-vars): Add entries for :keywords and
22595 :description.
22596 (org-infile-export-plist): Parse for new keywords.
22597 (org-get-current-options): Add new keywords.
22598 (org-export-as-html): Publish description and keywords.
22599
22600 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22601 New option.
22602 (org-agenda-add-entry-text):
22603 Honor `org-agenda-add-entry-text-descriptive-links'.
22604
22605 * org-latex.el (org-export-latex-preprocess): Make all
22606 external preprocess functions use a PARAMETER arg.
22607
22608 * org-exp.el (org-export-preprocess-string)
22609 (org-export-select-backend-specific-text)
22610 (org-export-format-source-code-or-example)
22611 (org-format-org-table-html): Support docbook export.
22612 (org-export-preprocess-string): Make all external preprocess
22613 functions use a PARAMETER arg.
22614
22615 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22616
22617 * org-exp.el (org-export-html-style-include-scripts): New option.
22618 (org-export-plist-vars): Add new option
22619 `org-export-html-style-include-scripts'.
22620 (org-export-as-html): Honor new option
22621 `org-export-html-style-include-scripts'.
22622 (org-export-html-scripts, org-export-html-style-default):
22623 Fix xml issues with the Safari browser.
22624
22625 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22626
22627 * org-publish.el (org-publish-attachment): Only copy file when the
22628 directories differ.
22629
22630 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22631
22632 * org-clock.el (org-clocktable-steps): Use inactive time stamps
22633 for clocktable steps.
22634
22635 * org.el (org-additional-option-like-keywords): Add two more
22636 keywords.
22637
22638 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22639
22640 * org-exp.el (org-export-format-source-code-or-example):
22641 Mark temporary buffer unmodified, so that it will be killed even if
22642 mode like message mode has decided to assign a file name.
22643
22644 * org.el (org-scan-tags): Improve tag inheritance.
22645 (org-scan-tags, org-make-tags-matcher): Make tag comparison
22646 case-sensitive.
22647 (org-scan-tags): Use the internal tags list instead of creating it
22648 from scratch.
22649 (org-trust-scanner-tags, org-scanner-tags): New variables.
22650 (org-scan-tags): Set `org-scanner-tags'.
22651 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
22652 (org-map-entries): Document the possible speedup using scanner
22653 tags.
22654
22655 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22656
22657 * org.el (org-add-planning-info): Fix bug with looking for keyword
22658 only at column 0.
22659
22660 * org-agenda.el (org-agenda-custom-commands-local-options):
22661 Add option for tags filter preset.
22662 (org-prepare-agenda): Store filter preset as a property on the
22663 filter variable.
22664 (org-finalize-agenda): Call the filter, if there is a preset.
22665 (org-agenda-filter-by-tag): Filter again after clearing the
22666 filter, when there still is a preset.
22667 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
22668 Include the preset filter.
22669 (org-agenda-redo): Apply the filter again, also the preset filter.
22670
22671 * org-exp.el (org-export-as-html): Use IDs in the correct way.
22672
22673 * org.el (org-uuidgen-p): New function.
22674
22675 * org-agenda.el (org-agenda-fontify-priorities): New default value
22676 `cookies'.
22677 (org-agenda-fontify-priorities): Rename from
22678 org-fontify-priorities.
22679
22680 * org.el (org-set-font-lock-defaults):
22681 Call `org-font-lock-add-priority-faces'.
22682 (org-font-lock-add-priority-faces): New function.
22683
22684 * org-faces.el (org-set-tag-faces): New option.
22685 (org-priority-faces): New variable.
22686
22687 * org-exp.el (org-export-as-html): Add a "content" div around the
22688 entire content of the body tag.
22689 (org-export-html-get-bibliography): New function.
22690 (org-export-html-validation-link): New variable.
22691 (org-export-as-html): Add validation link to exported page.
22692
22693 * org.el (org-match-sparse-tree): Rename from
22694 `org-tags-sparse-tree'.
22695 (org-tags-sparse-tree): New alias.
22696
22697 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22698
22699 * org.el (org-get-valid-level): Catch the case where the level
22700 change is nil.
22701
22702 * org-clock.el (org-clock-find-position): Better indentation of
22703 new clock drawers.
22704
22705 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22706
22707 * org-agenda.el (org-agenda-quit): Delete window only when the
22708 frame-setup was not `current-window'.
22709
22710 * org.el (org-tag-persistent-alist): New option.
22711 (org-startup-options): Add keyword `noptag'.
22712 (org-fast-todo-selection): Handle :newline correctly.
22713 (org-set-tags): Handle :newline correctly.
22714 (org-fast-tag-selection): Handle :newline correctly.
22715
22716 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22717
22718 * org-exp.el (org-export-as-ascii): Reverse link buffer before
22719 outputting it.
22720 (org-export-ascii-push-links): Fix bug with pussing links into the
22721 export buffer.
22722
22723 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22724
22725 * org-archive.el (org-archive-subtree): Do not add 1 to level if
22726 pasting at top level.
22727
22728 * org-bbdb.el: Improve documentation.
22729
22730 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22731
22732 * org-list.el (org-insert-item): Only consider insert empty lines
22733 is `org-empty-line-terminates-plain-lists' is not nil.
22734
22735 * org.el (org-blank-before-new-entry): Mention the dependence on
22736 `org-empty-line-terminates-plain-lists' in the docstring.
22737
22738 * org-publish.el (org-publish-get-project-from-filename):
22739 New optional argument UP. Only find the top project if UP is set.
22740 (org-publish-current-project): Find the top encloding project.
22741
22742 * org-agenda.el (org-agenda-before-write-hook)
22743 (org-agenda-add-entry-text-maxlines): New options.
22744 (org-write-agenda): Run the new hook in the temporary buffer.
22745 (org-agenda-add-entry-text): New function.
22746 (org-write-agenda): Implement PDF export, using ps2pdf.
22747
22748 * org.el (org-global-properties-fixed, org-global-properties):
22749 Improve documentation string.
22750
22751 * org-exp.el (org-export-ascii-links-to-notes): New option.
22752 (org-export-as-ascii): Handle links better.
22753 (org-export-ascii-wrap, org-export-ascii-push-links):
22754 New functions.
22755
22756 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22757
22758 * org-agenda.el (org-agenda): Make prefix arg optional.
22759 (org-agenda-search-headline-for-time): New option.
22760 (org-format-agenda-item):
22761 Honor `org-agenda-search-headline-for-time'.
22762
22763 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
22764 characters.
22765
22766 * org.el (org-self-insert-cluster-for-undo): New option.
22767 (org-self-insert-command): Cluster undo for 20 characters.
22768 (org-self-insert-command-undo-counter): New variable.
22769
22770 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22771
22772 * org-exp.el (org-export-as-html): Fix problem with closing colone
22773 example.
22774
22775 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22776
22777 * org-latex.el (org-export-as-latex)
22778 (org-export-latex-first-lines): Avoid modification flag when
22779 adding or removing text properties.
22780 (org-export-latex-fontify): Catch error when org-emph-alist has
22781 entries that are not defined for LaTeX export.
22782
22783 * org-export-latex.el: Rename to org-latex.el.
22784
22785 * org-latex.el: Rename from org-export-latex.el.
22786
22787 * org.el (orgstruct++-mode): New function.
22788 (turn-on-orgstruct++): Call `orgstruct++-mode'.
22789 (org-context-p): Allow detecting item context after the first line
22790 of an item.
22791 (orgstruct-make-binding): Detect if item-body context should be
22792 seen.
22793 (orgstruct-is-++): New variable.
22794 (org-add-planning-info): Catch the case when there is no planning
22795 info yet and the call does not want to add anything, only maybe
22796 tries to remove something.
22797 (org-special-ctrl-a/e): All value to be a cons cell with separate
22798 settings for `C-a' and `C-e'.
22799 (org-beginning-of-line, org-end-of-line): Honor separate values
22800 for `C-a' and `C-e'.
22801
22802 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22803
22804 * org.el (org-reload): New command.
22805
22806 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
22807
22808 * org-gnus.el (org-gnus-store-link): Fix bug where
22809 org-gnus-store-link used wrong subject when called in an article
22810 buffer. Patch provided by fengli AT gmail DOT com.
22811
22812 2009-03-13 D. Goel <deego3@gmail.com>
22813
22814 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
22815 replace ls by (values-list ls).
22816
22817 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
22818
22819 * org-remember.el (org-remember-apply-template): Turn off ido for
22820 this completion.
22821
22822 * org.el (org-priority): Also find invisible headings, for remote
22823 editing.
22824 (org-completing-read-no-ido): New function.
22825 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
22826
22827 * org-colview.el (org-columns-edit-value): No special treatment of
22828 prefix arg.
22829
22830 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
22831
22832 * org.el (org-block-todo-from-children-or-siblings):
22833 Use `org-up-heading-all' so that this will work correctly with hidden
22834 property drawers and entries.
22835 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
22836 falling back to normal, default command.
22837 (org-get-location): Temporarily turn off special behavior.
22838
22839 2009-02-13 Glenn Morris <rgm@gnu.org>
22840
22841 * org-rmail.el (rmail-show-message): Restore argument list to the
22842 declaration now that this functions behaves in Emacs 23 as in 22.
22843
22844 2009-02-12 Glenn Morris <rgm@gnu.org>
22845
22846 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
22847
22848 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
22849
22850 * org-footnote.el (org-footnote-action): Fix doc typo.
22851
22852 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
22853
22854 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
22855 text before first headline.
22856 (org-export-remove-or-extract-drawers): Fix regular expression for
22857 extracting drawers.
22858
22859 * org.el (org-format-latex): Stop LaTeX fragment processing in
22860 protected examples.
22861
22862 2009-02-05 Glenn Morris <rgm@gnu.org>
22863
22864 * org-rmail.el (rmail-show-message): Update declaration.
22865 (rmail-buffer, rmail-view-buffer): Declare.
22866 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
22867
22868 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
22869
22870 * org.el (org-return-follows-link): Revert setting
22871 `org-return-follows-link' to t by default.
22872
22873 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
22874
22875 * org.el (org-cycle-global-at-bob): Fix typo.
22876
22877 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
22878
22879 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
22880
22881 * org.el (org-mode): Make dependence stuff work more reliably.
22882 (org-update-parent-todo-statistics): Fix bug with updating
22883 statistics cookie.
22884 (org-yank-adjusted-subtrees, org-return-follows-link)
22885 (org-use-fast-todo-selection, org-tags-column): New default
22886 setting for variables.
22887
22888 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
22889 ~ as verbatim delimiters, to avoid table bug.
22890 (org-export-latex-classes): Remove the a4paper option from the
22891 default styles.
22892
22893 * org-exp.el (org-export-html-format-image): New argument
22894 PAR-OPEN, to fix XHTM validation bug.
22895 (org-export-as-html): Pass par-open to
22896 `org-export-html-format-image'.
22897 (org-export-html-footnotes-section): Use a more consistent id for
22898 footnotes.
22899
22900 * org-agenda.el (org-agenda-sorting-strategy)
22901 (org-agenda-tags-column): New default setting for variables, based
22902 on a poll what typical uses use.
22903 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
22904 setting the blocked tag.
22905
22906 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
22907
22908 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
22909 only checking for blocks.
22910
22911 * org-exp.el (org-export-html-footnotes-section): Make the div id
22912 consistent.
22913
22914 * org-export-latex.el (org-export-latex-classes):
22915 Remove paper size option from LaTeX classes.
22916
22917 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
22918
22919 * org.el (org-enforce-todo-checkbox-dependencies): New option.
22920 (org-block-todo-from-checkboxes): New function.
22921 (org-todo): Make triple prefix arg circumvent blocking.
22922
22923 2009-01-30 Glenn Morris <rgm@gnu.org>
22924
22925 * org-list.el (org-empty-line-terminates-plain-lists)
22926 (org-toggle-checkbox): Doc fixes.
22927
22928 * org-table.el (org-table-clean-before-export): Fix declaration.
22929
22930 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
22931
22932 * org-timer.el (org-timer): Provide the timer feature.
22933
22934 * org.el (org-require-autoloaded-modules): Add a few more files to
22935 the list of autoloaded modules.
22936
22937 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
22938
22939 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
22940 drawers that are unprotected.
22941 (org-export-html-format-image): Make sure inlined LaTeX fragment
22942 images remain inlined.
22943
22944 * org.el (org-toggle-ordered-property): New function.
22945 (org-mode-map): Add a key for `org-toggle-ordered-property'.
22946 (org-org-menu): Add menu entries for TODO dependencies.
22947
22948 * org.el (org-default-properties): Add ORDERED to the default
22949 properties, to get completion support for it.
22950
22951 * org-list.el (org-update-checkbox-count): Update more than one cookie.
22952
22953 * org.el (org-update-parent-todo-statistics): Update more than one
22954 cookie.
22955
22956 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
22957
22958 * org-agenda.el (org-agenda-get-todos): Start search from correct
22959 position.
22960
22961 * org.el (org-fast-todo-selection): Make sure TODO selection does
22962 not change buffer position.
22963
22964 * org-list.el (org-toggle-checkbox): Implement adding or removing
22965 checkboxes from line or region when called with a prefix
22966 argument.
22967
22968 * org-rmail.el (org-rmail-store-link): Protect the call to
22969 `rmail-narrow-to-non-pruned-header'.
22970
22971 * org-clock.el (org-clock-special-range): Fix week display in
22972 clock tables.
22973
22974 * org-exp.el (org-get-current-options): Fix bug when in indirect
22975 buffer.
22976
22977 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
22978 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
22979 (org-agenda-dim-blocked-tasks): New function.
22980
22981 * org.el (org-enforce-todo-dependencies): New option.
22982 (org-block-todo-from-children-or-siblings): New function.
22983
22984 * org-faces.el (org-agenda-dimmed-todo-face): New face.
22985
22986 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
22987
22988 * org.el (org-todo): Return correct state type even if the blocker
22989 throws an error.
22990 (org-modifier-cursor-error): Rename from
22991 `org-shiftcursor-error'.
22992 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22993 (org-shiftmetadown): Call `org-modifier-cursor-error'.
22994
22995 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
22996 to get real errors from the blocker hook.
22997
22998 * org.el (org-shiftselect-error, org-call-for-shift-select):
22999 New functions.
23000 (org-set-visibility-according-to-property): Turn off the setting
23001 of `org-show-entry-below', to avoid overruling a FOLDED visibility
23002 property.
23003
23004 * org.el (org-support-shift-select): New option.
23005 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
23006 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
23007 selection outside contexts.
23008
23009 * org-list.el (org-at-item-bullet-p): New function.
23010
23011 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
23012 variables.
23013
23014 * org-footnote.el (org-footnote-normalize): Remove unnecessary
23015 variable.
23016 (org-insert-footnote-reference-near-definition):
23017 Remove unnecessary let form.
23018
23019 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
23020
23021 * org-export-latex.el (org-export-as-latex):
23022 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
23023 (org-export-latex-first-lines): New parameter OPT-PLIST.
23024
23025 * org.el (org-yank): Tell `delete-selection-mode' about
23026 `org-yank'.
23027
23028 * org-faces.el (org-clock-overlay): Fix face definition.
23029
23030 * org-export-latex.el (org-export-latex-first-lines):
23031 Pass timestamp and footnote parameters to the preprocessor.
23032
23033 * org-exp.el (org-export-remove-timestamps): Do not remove time
23034 stamps inside tables.
23035
23036 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23037
23038 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
23039
23040 * org.el (org-agenda-tags-todo-honor-ignore-options):
23041 Declare variable.
23042
23043 * org-table.el (org-table-insert-hline): Fix typo in function call
23044 to `backward-char'.
23045
23046 * org-exp.el (org-export-as-html): Remove the initial space from
23047 colon examples.
23048
23049 * org.el (org-scan-tags):
23050 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23051
23052 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
23053 New customization groups.
23054 (org-agenda-tags-todo-honor-ignore-options): New option.
23055 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
23056 New function.
23057 (org-agenda-get-todos):
23058 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23059
23060 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23061
23062 * org-exp.el (org-export-format-source-code-or-example):
23063 Escape HTML characters also in examples that anre not treated with
23064 htmlize. Also, just switch to EXAMPLE processing if we do not
23065 have a good version of htmlize.
23066
23067 * org-rmail.el: Fix copyright notice.
23068
23069 * org.el (org-activate-footnote-links): Improve footnote link
23070 highlighting.
23071
23072 * org-footnote.el (org-footnote-normalize): Fix finding the end of
23073 a footnote definition at the end of the file.
23074
23075 * org-table.el (org-table-get-specials): Add an imagined hline at
23076 the end of the table. This can be useful for references that want
23077 to go to the end of the table. Also fix bug when computing last
23078 row constants, in tables that do not start right at the right
23079 margin.
23080 (org-table-eval-formula): Match and replace remove references.
23081 (org-table-formula-substitute-names): Make sure that names inside
23082 a "remote" call are left alone, the will be replaced later when
23083 the remote call is handled.
23084 (org-table-convert-refs-to-rc): Do not convert things that might
23085 look like a reference, but are really part of an ID or namei n a
23086 remote reference.
23087 (org-table-get-remote-range): New function.
23088
23089 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23090
23091 * org-faces.el (org-clock-overlay): Fix bug in face definition.
23092
23093 * org-clock.el (org-clock-put-overlay): Use new face instead of
23094 `secondary-selection'.
23095
23096 * org-faces.el (org-clock-overlay): New face.
23097
23098 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23099
23100 * org-exp.el (org-get-current-options): Include the option for
23101 publishing time stamps.
23102
23103 * org.el (org-toggle-heading): Rename from
23104 `org-toggel-region-headings'.
23105 No longer needs a region defined, but will use it if there is one.
23106 (org-ctrl-c-star): Simplify, relying more on the internal
23107 workings of `org-toggle-heading'.
23108 (org-toggle-item): Rename from `org-toggle-region-items'.
23109 No longer needs a region defined, but will use it if there is one.
23110 (org-ctrl-c-minus): Simplify, relying more on the inernal
23111 workings of `org-toggle-item'.
23112
23113 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23114 environment detection. Also, do real changes only in unprotected
23115 places.
23116
23117 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23118
23119 * org-export-latex.el (org-export-latex-quotation-marks):
23120 Use `org-if-unprotected-1'.
23121 (org-export-latex-set-initial-vars): Check for class definition in
23122 property.
23123
23124 * org-macs.el (org-if-unprotected-1): New macro.
23125
23126 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23127
23128 * org-compat.el (org-count-lines): New function.
23129
23130 * org-exp.el (org-export-format-source-code-or-example):
23131 Handle switches related to text areas.
23132
23133 * org.el (org-activate-footnote-links): Don't allow match inside a
23134 link.
23135
23136 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23137
23138 * org-export-latex.el (org-export-latex-links): Keep a relative
23139 path relative also after export.
23140
23141 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23142
23143 * org.el (org-make-tags-matcher): Never use IDO for completing the
23144 tags matcher match string.
23145 (org-completing-read): Also remove the special biding for "?".
23146
23147 * org-attach.el (org-attach-allow-inheritance): New option.
23148 (org-attach-inherited): New variable.
23149 (org-attach-dir): Handle properties related to the attachment
23150 directory.
23151 (org-attach-check-absolute-path): New function.
23152 (org-attach-set-directory, org-attach-set-inherit): New commands.
23153 (org-attach): Accommodate the new commands in the dispatcher.
23154
23155 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23156
23157 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23158 `window-full-width-p'.
23159
23160 * org-exp.el (org-export-as-html): Only check for images files
23161 that really can be inlined.
23162
23163 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23164 list of extensions to be a parameter.
23165
23166 * org-exp.el (org-export-html-inline-image-extensions):
23167 New variable.
23168
23169 * org-agenda.el (org-prepare-agenda):
23170 Use `org-agenda-block-separator'.
23171 (org-agenda-block-separator): New option.
23172
23173 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23174
23175 * org-export-latex.el (org-export-latex-tables):
23176 Call `org-table-clean-before-export' with the new optional argument.
23177
23178 * org-exp.el (org-table-clean-before-export): New optional
23179 parameter MAYBE-QUOTED, allows for quoted characters like \# in
23180 first column.
23181
23182 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23183
23184 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23185 histograms.
23186
23187 * org-colview.el (org-colview-construct-allowed-dates):
23188 Better error catching when a date/time property does not have allowed
23189 values defined.
23190
23191 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23192
23193 * org.el (org-map-entries): Restore point and restriction after
23194 `org-map-entries'.
23195
23196 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23197
23198 * org.el (org-time=, org-time<, org-time<=, org-time>)
23199 (org-time>=, org-time<>): Make sure both values are dates.
23200
23201 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23202
23203 * org-archive.el (org-extract-archive-heading): Allow %s for file
23204 name also in achive location heading.
23205
23206 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23207
23208 * org-archive.el (org-add-archive-files): Uniquify the list before
23209 returning it.
23210
23211 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23212
23213 * org-compat.el (org-fit-window-to-buffer):
23214 Use `window-full-width-p'.
23215
23216 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23217 space after the colon in short examples.
23218
23219 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23220 enforce a space after the colon. However, we also allow lines
23221 that are *only* a colon.
23222 (org-export-as-html): Enforce the space after the colon in short
23223 examples.
23224 (org-export-preprocess-string): Do the colon example protection
23225 earlier.
23226 (org-export-remove-timestamps): Do not check for protection at the
23227 end of the line.
23228
23229 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23230
23231 * org.el (org-format-latex-options): Add new matcher for single
23232 letters between dollars.
23233 (org-get-header): Function removed.
23234 (org-heading-components): New function.
23235
23236 * org-exp.el (org-export-define-heading-targets): Record ID's also
23237 as alternative targets.
23238 (org-export-as-html): Interpret "id:" links to other files by
23239 preserving the relative path.
23240
23241 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23242 is nil.
23243
23244 * org-exp.el (org-export-normalize-links): Protect the main link,
23245 to avoid special character processing.
23246
23247 * org-export-latex.el (org-export-latex-special-keyword-regexp):
23248 New variable.
23249 (org-export-latex-special-string-regexps): Variable removed.
23250 (org-export-latex-keywords): Use the new regexp.
23251
23252 * org-exp.el (org-export-handle-include-files): Fetch switches and
23253 put them into the BEGIN statement.
23254
23255 * org-timer.el (org-timer-mode-line-string): New variable.
23256
23257 * org-clock.el (org-clock-mode-line-map): Rename from
23258 `org-clock-mode-map'.
23259 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23260 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23261 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23262 (org-clock-remove-overlays): Rename from
23263 `org-remove-clock-overlays'.
23264
23265 * org-timer.el (org-timer-pause-or-continue): Implement stopping
23266 and mode line display.
23267 (org-timer-stop): New command.
23268 (org-timer-seconds): Return correct time when timer is paused.
23269 (org-timer-mode-line-timer): New variable.
23270 (org-timer-set-mode-line, org-timer-update-mode-line):
23271 New functions.
23272
23273 * org.el (org-insert-heading): Handle new value `auto' for
23274 `org-blank-before-new-entry'.
23275 (org-org-menu): Add new items for timer functions.
23276
23277 * org-list.el (org-insert-item): Handle new value `auto' for
23278 `org-blank-before-new-entry'.
23279
23280 * org.el (org-blank-before-new-entry): New value `auto', made
23281 default.
23282
23283 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23284
23285 * org-exp.el (org-export-normalize-links): If the link is also
23286 used as the description, protect the description.
23287
23288 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23289
23290 * org.el (org-closest-date): Fix bug with yearly repeats, in
23291 combination with preference of the past as it is used for deadline
23292 and scheduling search.
23293
23294 * org-exp.el (org-html-handle-time-stamps): No longer check for
23295 the `org-export-with-timestamps' option, because the preprocesser
23296 has taken care of this already.
23297
23298 * org.el (org-entry-properties): Catch the case when this is
23299 called in a non-org-mode file.
23300
23301 * org-export-latex.el (org-export-latex-remove-from-headlines):
23302 Variable made obsolete, also LaTeX export now uses the standard
23303 variables.
23304 (org-export-as-latex): Add the timestamps parameter to the
23305 preprocessor parameter list.
23306 (org-export-latex-content): Export the remaining keywords without
23307 considering to remove them.
23308 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23309 Use bold font instead of tt font for the keywords.
23310 (org-export-latex-fontify-headline): Format headlines, assuming
23311 that all keywords still present should be published.
23312 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23313 publish what ever remains of the time stamps.
23314 (org-export-latex-list-parameters): New option.
23315 (org-export-latex-lists): Pass additional parameters to the list
23316 converter.
23317
23318 * org-exp.el (org-export-preprocess-string): Remove clock lines
23319 and timestamps already in the preprocesor.
23320 (org-export-remove-timestamps, org-export-remove-clock-lines):
23321 New functions.
23322 (org-export-as-ascii, org-export-as-html): Add the timestamps
23323 parameter to the preprocessor parameter list.
23324
23325 * org-list.el (org-list-parse-list): Parse for checkboxes.
23326 (org-list-to-generic): Introduce and handle new parameters :cbon
23327 and :cboff.
23328 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23329 Add optional parameter PARAMS.
23330
23331 * org-export-latex.el (org-export-latex-special-chars):
23332 Fix problems with interpreting dollar signs.
23333 (org-inside-latex-math-p): New function.
23334 (org-export-latex-preprocess): Protect all the math fragments.
23335
23336 * org.el (org-latex-regexps): Allow a dash after a dollar.
23337
23338 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23339 mark after copying.
23340
23341 * org-agenda.el (org-run-agenda-series): Have series options set
23342 when finalizing the agenda.
23343
23344 * org-exp.el (org-export-format-source-code-or-example):
23345 Protect the converted examples.
23346
23347 * org.el (org-set-regexps-and-options): Fix the regexp
23348 `org-complex-heading-regexp'.
23349
23350 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23351
23352 * org.el (org-edit-src-get-label-format): New function.
23353 (org-coderef-label-format): New option.
23354 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23355 a label format specification and make sure it is used in the edit
23356 buffer.
23357 (org-edit-src-get-label-format): New function.
23358 (org-store-link): Handle new coderef formats.
23359 (org-link-search): Handle new coderef formats.
23360
23361 * org-footnote.el (org-footnote-create-definition)
23362 (org-footnote-goto-local-insertion-point): Make footnote insertion
23363 work correctly when the "Footnotes" headline is the last line in
23364 the buffer.
23365
23366 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23367 the location.
23368
23369 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23370
23371 * org-w3m.el (org-w3m): New customization group.
23372 (org-w3m-deactivate-mark): New option.
23373 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23374 option say not to.
23375
23376 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23377
23378 * org.el (org-set-font-lock-defaults): Trigger footnote
23379 fontification.
23380 (org-activate-footnote-links): New function.
23381 (org-activate-links): New entry `footnote'.
23382
23383 * org-faces.el (org-footnote): New face.
23384
23385 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23386
23387 * org-macs.el (org-re): Handle the [:word:] class.
23388
23389 * org-exp.el (org-export-preprocess-string):
23390 Call `org-export-protect-colon-examples'.
23391 (org-export-protect-colon-examples): Rename from
23392 `org-export-protect-examples', and scope limited to lines starting
23393 with a colon.
23394
23395 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23396
23397 * org-exp.el (org-export-preprocess-string): Move the preprocess
23398 hook to after turning on Org-mode.
23399 (org-export-preprocess-after-include-files-hook)
23400 (org-export-preprocess-after-tree-selection-hook)
23401 (org-export-preprocess-before-backend-specifics-hook)
23402 (org-export-preprocess-final-hook): New hooks.
23403 (org-export-preprocess-string): Run the new hooks.
23404
23405 * org.el (org-ctrl-c-minus): Fix indentation for new items.
23406
23407 * org-footnote.el: New file.
23408
23409 * org.el (org-footnote): Require footnote code.
23410 (org-startup-options): Add new footnote options.
23411 (org-mode-map): New keybindig for footnotes.
23412 (org-ctrl-c-ctrl-c): Add function at footnotes.
23413 (org-org-menu): New menu entries for footnotes.
23414
23415 * org-export-latex.el (org-export-as-latex): Pass footnote
23416 variable to preprocessor.
23417 (org-export-latex-preprocess): Treat multiple references to a
23418 footnote.
23419
23420 * org-exp.el (org-export-preprocess-string):
23421 Call `org-footnote-normalize'.
23422 (org-export-as-ascii, org-export-as-html): Pass footnote variable
23423 to preprocessor.
23424 (org-export-as-html): Treat multiple references to a footnote.
23425
23426 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23427
23428 * org-export-latex.el (org-export-latex-links): Handle coderef
23429 links.
23430
23431 * org.el (org-bracket-link-analytic-regexp++): New variable.
23432 (org-make-link-regexps):
23433 Initialize `org-bracket-link-analytic-regexp++'.
23434 (org-store-link): Implement special case in edit-src buffer.
23435 (org-insert-link): No use of ide to insert stored links.
23436 (org-link-search): Implement special case for coderefs.
23437
23438 * org-exp.el (org-export-html-scripts): New constant.
23439 (org-export-html-style-default): Add a new style for highlighted
23440 code.
23441 (org-export-code-refs): New variable.
23442 (org-export-preprocess-string): Initialize `org-export-code-refs'.
23443 Call `org-export-replace-src-segments-and-examples'
23444 No longer call `org-export-protect-examples'.
23445 (org-export-target-internal-links): Take care of coderef targets.
23446 (org-export-last-code-line-counter-value): New variable.
23447 (org-export-replace-src-segments-and-examples): Rename from
23448 `org-export-replace-src-segments', and modified.
23449 (org-export-format-source-code-or-example): Rename from
23450 `org-export-format-source-code'.
23451 (org-export-number-lines): New function.
23452 (org-export-as-ascii, org-export-as-html): Handle coderef links.
23453
23454 2009-01-23 Glenn Morris <rgm@gnu.org>
23455
23456 * org-rmail.el (rmail-narrow-to-non-pruned-header):
23457 Remove declaration of deleted function.
23458
23459 2009-01-16 Glenn Morris <rgm@gnu.org>
23460
23461 * org-mouse.el (org-mouse-show-context-menu):
23462 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23463 mouse-major-mode-menu.
23464
23465 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
23466
23467 * org-remember.el (org-remember-handler): Safer way to get a new
23468 buffer accessing the target file.
23469
23470 * org.el (org-refile-get-location): Handle case of current buffer
23471 not having a file associated with it.
23472
23473 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
23474
23475 * org-table.el (org-table-get-formula): Only ask to overwrite
23476 field formula if there really is one.
23477
23478 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
23479
23480 * org-export-latex.el (org-export-latex-make-header): Double the
23481 commenting % in the time stamp format.
23482 (org-export-latex-special-chars): Handle case where there is no
23483 match group 3.
23484
23485 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23486
23487 * org.el (org-get-refile-targets, org-refile-get-location):
23488 Use expanded file name to improve comparison.
23489
23490 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23491
23492 * org.el (org-scan-tags): Rescan for tags, to get the correct
23493 upcase/downcase stuff. This slows things down for now, but it
23494 works.
23495 (org-mode): Make sure the tag-faces regexp is initialized.
23496
23497 * org-export-latex.el (org-export-latex-links): Fix bug with
23498 undefined label.
23499
23500 * org-table.el (org-table-get-specials):
23501 Set `org-table-current-last-data-line'.
23502 (org-table-current-last-data-line): New variable.
23503 (org-table-insert-column, org-table-delete-column)
23504 (org-table-move-column, org-table-fix-formulas):
23505 Call `org-table-fix-formulas' a second time to fix the $LR references.
23506 (org-table-get-specials): Add the $LR references to the tables.
23507 (org-table-get-formula): Do not offer last-row names as LHS of
23508 formulas.
23509
23510 * org.el (org-store-link): Capture link description from
23511 `org-id-store-link'.
23512
23513 * org-exp.el (org-export-html-format-image): Add the / to the end
23514 of the <img> tag.
23515 (org-export-format-source-code): Surround example by empty lines,
23516 to make sure it will not be inside a paragraph.
23517
23518 * org.el (org-ido-switchb): New function.
23519
23520 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23521
23522 * org-agenda.el (org-agenda-show): New prefix argument
23523 FULL-ENTRY.
23524
23525 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23526 argument.
23527
23528 2008-12-20 Glenn Morris <rgm@gnu.org>
23529
23530 * org.el (org-org-menu): Fix some more menu entries.
23531
23532 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
23533
23534 * org-table.el (org-table-get-specials): Revert introduction of @0
23535 as reference of the last table row, because of conflicts.
23536
23537 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23538 argument, get the current tags directly.
23539 (org-agenda-set-tags): Leave getting current tags to
23540 `org-agenda-change-all-lines'.
23541
23542 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
23543
23544 * org.el (org-org-menu): Do not quote the set-tags command.
23545
23546 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
23547
23548 * Fix typos in comments and docstrings throughout Org-mode.
23549
23550 * org.el (org-get-outline-path): Fix bug if level is not given.
23551
23552 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23553
23554 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23555
23556 * org.el (org-refile): Avoid refiling to within the region to be
23557 refiled.
23558
23559 * org-export-latex.el (org-export-latex-special-chars):
23560 Replace special characters also in tables.
23561
23562 * org-agenda.el (org-agenda-change-all-lines): New argument
23563 FORCE-TAGS.
23564 (org-agenda-set-tags): Get the new tags and pass them to
23565 `org-format-agenda-item'.
23566
23567 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23568
23569 * org-export-latex.el (org-export-latex-classes): Add longable as
23570 a default package to all classes.
23571 (org-export-latex-tables): Handle the longtable attribute and the
23572 align attribute.
23573
23574 * org-table.el (orgtbl-to-generic): Handle tables that start with
23575 a hline.
23576
23577 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23578 \verb for colde-like snippets.
23579 (org-export-as-latex): Fix issues with region export.
23580
23581 * org.el (org-up-heading-safe): Speed up function by using a
23582 direct regexp search.
23583 (org-olpa): New variable.
23584 (org-get-outline-path): Speed-up path constructions in cases where
23585 this is possible because the entire hierarchy is scanned anyway.
23586 (org-refile-get-location): Don't compare the truenames of files,
23587 this is too slow.
23588 (org-goto-max-level): New option.
23589 (org-goto): Use `org-goto-max-level'.
23590
23591 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
23592
23593 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23594 Strip angle brackets from message-ids in the former and don't do
23595 it in the latter.
23596 (org-gnus-follow-link): Open summary reliable, even if the last
23597 messages were deleted, and handle empty groups, too.
23598
23599 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23600
23601 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23602 instead of \texttt for the =...= and ~===~ emphasis environments.
23603 (org-export-as-latex): Remove any old :org-license-to-kill text
23604 properties.
23605 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23606 (org-export-latex-make-header): Add some hard space after the
23607 table of contents.
23608 (org-export-latex-first-lines): Accept RBEG argument.
23609 Mark exported text so that it will be excuded in further steps.
23610
23611 * org-table.el (org-table-get-specials): Make @0 reference the
23612 last line in a table.
23613 (org-table-recalculate): Improve docstring.
23614
23615 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23616
23617 * org.el (org-log-done): Fix docstring.
23618
23619 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23620
23621 * org-exp.el (org-export-html-format-image): Fix bugs.
23622
23623 * org-export-latex.el (org-export-latex-tables)
23624 (org-export-latex-links): Implement attribute, label, and caption
23625 handling.
23626
23627 * org-exp.el (org-export-html-style-default): Add style
23628 definitions for the figure div.
23629 (org-export-preprocess-string, org-export-as-html):
23630 Implement attribute, label, and caption handling.
23631 (org-export-attach-captions-and-attributes): New function.
23632 (org-export-html-format-image): New function.
23633 (org-format-org-table-html): Implement attribute, label, and
23634 caption handling.
23635
23636 * org.el (org-find-text-property-in-string): New function.
23637 (org-extract-attributes): Use the property org-attr instead of
23638 org-attrobutes, because this property is now set with the #+ATTR
23639 lines.
23640
23641 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23642
23643 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
23644 the case that FROM is nil.
23645
23646 * org.el (org-before-first-heading-p): New function.
23647
23648 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23649
23650 * org-exp.el (org-export-as-html): Do not add a space before
23651 enforces line breaks.
23652 (org-export-as-html): Close paragraph before blockquote and verse
23653 tags.
23654
23655 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23656
23657 * org-id.el (org-id-locations-file): Wrap file name with
23658 `convert-standard-filename'.
23659 (org-id-files): New variable.
23660 (org-id-use-hash): New option.
23661 (org-id-update-id-locations): Also search in all files current
23662 listed in `org-id-files'. Convert the resulting alist to a hash
23663 if the user customation says so.
23664 (org-id-locations-save): Handle he case if `org-id-locations' is a
23665 hash.
23666 (org-id-locations-load): Convert the alist to a hash.
23667 (org-id-add-location): Handle the hast case.
23668 (kill-emacs-hook): Make sure id locations are saved when Emacs is
23669 exited.
23670 (org-id-hash-to-alist, org-id-alist-to-hash)
23671 (org-id-paste-tracker): New functions.
23672
23673 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23674
23675 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
23676 bindings of calendar variables.
23677
23678 * org-table.el (org-table-find-row-type): Rename from
23679 `org-find-row-type'.
23680 (org-table-rewrite-old-row-references): Rename from
23681 `org-rewrite-old-row-references'.
23682 (org-table-shift-refpart): Rename from `org-shift-refpart'.
23683 (org-table-cleanup-narrow-column-properties): Rename from
23684 `org-cleanup-narrow-column-properties'.
23685
23686 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23687
23688 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
23689 for better error messages.
23690 (org-table-get-descriptor-line): Supply the new arguments to
23691 `org-find-row-type'.
23692 (org-table-error-on-row-ref-crossing-hline): New option.
23693
23694 * org.el (org-target-link-regexp): Make buffer-local.
23695 (org-move-subtree-down): Fix bug with trees at beginning of
23696 buffer.
23697
23698 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23699
23700 * org-faces.el (org-set-tag-faces): New function.
23701 (org-tags-special-faces-re): New variable.
23702
23703 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
23704
23705 * org-faces.el (org-tag-faces): New option.
23706 (org-tag): Mention `org-tag-faces' in the docstring.
23707
23708 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23709
23710 * org-exp.el (org-export-html-style-default): Implement new
23711 quoting.
23712
23713 * org-jsinfo.el (org-infojs-template): Implement new quoting.
23714
23715 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
23716 command to the `w3m-minor-mode-map'.
23717
23718 * org-archive.el (org-archive-to-archive-sibling):
23719 Protect `this-command' to avoid appending kills during archiving.
23720
23721 * org-exp.el (org-export-with-priority): New variable.
23722 (org-export-add-options-to-plist): Use `org-export-plist-vars'
23723 instead of internal list of strings and properties.
23724 (org-print-icalendar-entries): Retrieve the location property with
23725 inheritance.
23726
23727 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23728
23729 * org-exp.el (org-export-with-todo-keywords): New option.
23730 (org-export-plist-vars): Include also the keys for the #+OPTIONS
23731 line.
23732 (org-default-export-plist, org-export-add-options-to-plist)
23733 (org-export-as-ascii, org-export-as-html): Use the new structure
23734 of `org-export-plist-vars'.
23735
23736 * org.el (org-map-entries): Return all values.
23737
23738 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23739
23740 * org.el (org-matcher-time): Recognize more special values.
23741
23742 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
23743
23744 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23745
23746 * org.el (org-tags-exclude-from-inheritance): New option.
23747 (org-tag-inherit-p, org-remove-uniherited-tags):
23748 Respect `org-tags-exclude-from-inheritance'.
23749
23750 * org-agenda.el (org-agenda-show-inherited-tags): New option.
23751 (org-format-agenda-item): Add inherited tags to the agenda line
23752 string, and make sure that properties are kept when downcasing the
23753 tags list.
23754 (org-agenda-add-inherited-tags): New function.
23755 (org-downcase-keep-props): New function.
23756
23757 * org.el (org-scan-tags): Mark inherited tags with a text
23758 property.
23759 (org-get-tags-at): Mark inherited tags with a text property.
23760 (org-add-prop-inherited): New function.
23761
23762 * org-agenda.el (org-agenda-add-inherited-tags): New function.
23763 (org-agenda-show-inherited-tags): New option.
23764
23765 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23766
23767 * org.el (org-modules): Add org-w3m to the default modules.
23768
23769 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
23770 orgtbl-mode.
23771 (orgtabl-create-or-convert-from-region): New command.
23772
23773 * org-exp.el (org-export-as-ascii): Remove the handling of
23774 targets.
23775 (org-export-ascii-preprocess): Handle targets already in this
23776 function.
23777
23778 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23779
23780 * org-timer.el (org-timer-start-time): Define this variable.
23781 (org-timer-item): Make argument optional.
23782
23783 * org-list.el (org-insert-item): Automatically insert a timer item
23784 if the current list is a timer list.
23785
23786 * org-timer.el: New file.
23787
23788 * org-publish.el (org-publish-org-index): Only exclude the index
23789 file in the main directory from being added to the site-map.
23790 (org-publish-get-project-from-filename): If the current project is
23791 a component, start publishing from the parent project.
23792
23793 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23794
23795 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
23796
23797 * org-publish.el (org-publish-org-index): Improve removal of
23798 temporary buffers.
23799
23800 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
23801
23802 * org-agenda.el (org-get-closed): Re-apply changes
23803 accidentially overwritten by last commit to Emacs.
23804
23805 * org.el (org-outline-path-complete-in-steps): New option.
23806 (org-refile-get-location):
23807 Honor `org-outline-path-complete-in-steps'.
23808 (org-agenda-change-all-lines, org-tags-sparse-tree)
23809 (org-time-string-to-absolute, org-small-year-to-year)
23810 (org-link-escape): Re-apply changes accidentially overwritten
23811 by last commit to Emacs.
23812
23813 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23814
23815 * org-clock.el (org-dblock-write:clocktable): Make sure the
23816 clocktable sees the first line.
23817 (org-clock-in): Warn if the clock cannot be resumed.
23818
23819 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23820
23821 * org.el (org-open-at-point): Fix mixup about interactive and
23822 non-interactive elisp links.
23823
23824 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23825
23826 * org-exp.el (org-export-preprocess-string): Allow one comment
23827 line before the first headline to always be included. This is
23828 to not miss a commented target.
23829
23830 * org-mouse.el (org-mouse-insert-item):
23831 Call `org-indent-to-column' instead of `indent-to', for XEmacs
23832 compatibility.
23833
23834 * org.el (org-refile-targets): Fix customize definition so
23835 that it works also in XEmacs.
23836 (org-fixup-indentation): Call `org-indent-to-column' instead
23837 of `indent-to', for XEmacs compatibility.
23838
23839 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
23840
23841 * org-mew.el (org-mew-store-link): Get the correct case folder
23842 for refiled messages.
23843
23844 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23845
23846 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
23847 line break indicators.
23848
23849 * org.el (org-ido-completing-read): Remove the "i:" prefix for
23850 ido-completion propts.
23851
23852 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23853
23854 * org-remember.el (org-remember-apply-template):
23855 Use `org-substring-no-properties'.
23856
23857 * org-compat.el (org-substring-no-properties): New function.
23858
23859 * org-remember.el (org-remember-apply-template):
23860 Use `org-substring-no-properties' for compatibility.
23861
23862 * org-list.el (org-list-two-spaces-after-bullet-regexp):
23863 New option.
23864 (org-fix-bullet-type):
23865 Respect `org-list-two-spaces-after-bullet-regexp'.
23866
23867 * org-clock.el (org-clock-load): Clean up the code.
23868
23869 * org.el (org-adaptive-fill-function): Allow two spaces after
23870 "1." as a list bullet.
23871
23872 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23873
23874 * org-clock.el (org-clock-save, org-clock-load): Check for
23875 live buffers, existing files, and buffer file names to ensure
23876 consistent information.
23877 (org-clock-persist): Make `clock' a special value of this
23878 variable, and improve docstring.
23879
23880 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
23881 (org-get-string-indentation): Adapt indentation when the bullet
23882 width changes.
23883
23884 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23885
23886 * org-remember.el (org-remember-finalize): Make interactive.
23887 (org-remember-kill): New command.
23888 (org-remember-finish-immediately): Call `org-remember-finalize'
23889 directly.
23890 (org-remember-finalize): Make `org-remember-finalize' an interactive
23891 function.
23892
23893 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23894
23895 * org-remember.el (org-remember-apply-template): No ido completion
23896 for free prompts in remember templates.
23897 (org-remember-before-finalize-hook): New hook.
23898 (org-remember-mode): New minor mode.
23899 (org-remember-apply-template): Turn on `org-remember-mode'.
23900
23901 * org-remember.el (org-remember-apply-template): Fix the way how
23902 the list of allowed properties is retrieved from the target file.
23903
23904 * org.el (org-insert-link): Improve file link matching.
23905
23906 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23907
23908 * org-colview.el (org-columns-display-here): New argument
23909 DATELINE, to trigger using the new face.
23910 (org-agenda-colview-summarize): Call `org-columns-display-here'
23911 with the new argument.
23912
23913 * org-faces.el (org-agenda-column-dateline): New face.
23914
23915 * org-publish.el (org-publish-org-index): Use index-title at page
23916 title, not as section.
23917
23918 * org-exp.el (org-export-html-format-desc): Respect the
23919 org-protect property.
23920 (org-export-as-html): Protect image specifiers that are in the
23921 description part of a link.
23922
23923 * org.el (org-sort-entries-or-items, org-completing-read)
23924 (org-refile-get-location, org-olpath-completing-read, org-todo)
23925 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
23926 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
23927 (org-set-property, org-delete-property)
23928 (org-delete-property-globally): Use `org-ido-completing-read'.
23929
23930 * org-remember.el (org-remember-apply-template):
23931 Use `org-ido-completing-read'.
23932
23933 * org-publish.el (org-publish): Use `org-ido-completing-read'.
23934
23935 * org-colview.el (org-columns-edit-value, org-columns-new)
23936 (org-insert-columns-dblock): Use `org-ido-completing-read'.
23937
23938 * org-attach.el (org-attach-delete-one, org-attach-open):
23939 Use `org-ido-completing-read'.
23940
23941 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
23942 Use `org-ido-completing-read'.
23943
23944 * org.el (org-time-today): New function.
23945 (org-matcher-time): Use `org-time-today'. Add special treatment
23946 for "<tomorrow>" and "<yesterday>".
23947 (org-ido-completing-read): New function.
23948 (org-completion-use-ido): New option.
23949
23950 * org-exp.el (org-export-format-source-code): Fix bug in require
23951 htmlize code.
23952 (org-export-target-internal-links): Fix bug in search for text
23953 property.
23954
23955 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23956
23957 * org-export-latex.el (org-export-latex-subcontent):
23958 Interpret target aliases as additional labels.
23959
23960 * org-exp.el (org-export-target-aliases): New variable.
23961 (org-export-preprocess-string)
23962 (org-export-handle-invisible-targets): Fill the alias alist.
23963 (org-export-as-html): Remove the &nbsp; from the anchor, and also
23964 assign an id.
23965 (org-html-level-start): Insert the target aliases as additional
23966 anchors.
23967
23968 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
23969 picture area.
23970
23971 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23972
23973 * org.el (org-open-at-mouse): Ensure correct link abbreviations
23974 when following a link with the mouse from the agenda.
23975
23976 * org-exp.el (org-export-as-html): Avoid lone </div> when no
23977 headlines are created.
23978
23979 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23980
23981 * org.el (org-link-translation-function): New option.
23982 (org-open-at-point): Call `org-link-translation-function' if
23983 non-nil.
23984 (org-translate-link): New function.
23985 (org-translate-link-from-planner): New function.
23986 (org-open-at-point): Allow interactive commands in elisp links.
23987
23988 * org-exp.el (org-icalendar-cleanup-string): Restore the old
23989 iCalendar quoting. The new one seems to caus problems with
23990 applications.
23991
23992 * org.el (org-yank): Set `this-command' to `yank', so that
23993 `yank-pop' will work.
23994
23995 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23996
23997 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
23998 compliance as far as quoting is concerned.
23999
24000 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
24001 hexified version of the tag.
24002
24003 * org-vm.el (org-vm-follow-link): Require `vm-search'.
24004
24005 * org.el (org-up-heading-safe, org-forward-same-level):
24006 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
24007 (org-back-to-heading): New wrapper around outline-back-to-heading,
24008 with a useful error message telling where the error happened.
24009
24010 * org-list.el (org-update-checkbox-count): Always call
24011 `org-back-to-heading' instead of `outline-back-to-heading'.
24012
24013 * org-exp.el (org-export-as-html): Make sure that each <img> tag
24014 has an `alt' attribute, to ensure XHTML validation.
24015
24016 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
24017
24018 * org-publish.el (org-publish-attachment): Allow publishing to
24019 overwrite attachment files.
24020
24021 * org-agenda.el (org-agenda-timerange-leaders): New option.
24022 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
24023
24024 * org.el (org-edit-src-exit): Untabify ASCII image before
24025 returning.
24026
24027 2008-11-19 Glenn Morris <rgm@gnu.org>
24028
24029 * org.el, org-mouse.el (org-agenda-change-all-lines):
24030 Fix declaration.
24031
24032 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
24033
24034 * org.el ("speedbar"): Only show context if the file really is an
24035 org-mode buffer.
24036
24037 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
24038
24039 * org.el (org-time-string-to-absolute, org-small-year-to-year)
24040 (org-tags-sparse-tree): Fix typos in docstrings.
24041
24042 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
24043
24044 * org-publish.el (org-publish-attachment): Allow copy-file to
24045 overwrite files.
24046
24047 2008-11-13 Glenn Morris <rgm@gnu.org>
24048
24049 * org-agenda.el (org-get-closed): Fix alias.
24050
24051 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
24052
24053 * org.el (org-link-escape): Fix typo in docstring.
24054
24055 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24056
24057 * org.el (org-yank): Make any prefix force normal yanking.
24058 Suppress folding if text would be swallowed into a folded
24059 subtree.
24060 (org-yank-folded-subtrees, org-yank): Docstring updates.
24061
24062 * org-agenda.el (org-agenda-compare-effort): Treat no effort
24063 defined as 0.
24064
24065 * org-exp.el (org-export-language-setup): Add Catalan and
24066 Esperanto language entries.
24067
24068 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24069
24070 * org.el (org-refile): Allow refiling of entire regions.
24071
24072 * org-clock.el (org-clock-time%): New function.
24073
24074 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
24075 retrieve property values.
24076
24077 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24078
24079 * org-agenda.el (org-agenda-list): Handle the value `only' of
24080 org-agenda-show-log'.
24081 (org-agenda-log-mode): Interpret a double prefix arg.
24082
24083 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24084
24085 * org-exp.el (org-export-html-footnotes-section): New variable.
24086 (org-export-as-html): Use `org-export-html-footnotes-section' to
24087 insert the footnotes.
24088 (org-export-language-setup): Add "Footnotes" to language words.
24089
24090 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24091
24092 * org.el (org-yank): Fix bug when not inserting a subtree.
24093
24094 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24095
24096 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24097 instead of `vm-beginning-of-message'.
24098
24099 * org.el (org-make-link-regexps): Make sure that links to gnus can
24100 contain brackets.
24101
24102 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24103
24104 * org-attach.el (org-attach-dir): Remove duplicate ID creation
24105 code.
24106
24107 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24108 shell output.
24109
24110 * org.el (org-link-abbrev-alist): Improve customization type.
24111
24112 * org-attach.el (org-attach-expand-link, org-attach-expand):
24113 New functions.
24114
24115 * org-agenda.el (org-agenda-get-progress): Rename from
24116 `org-get-closed'. Implement searching for state changes as well.
24117 (org-agenda-log-mode-items): New option.
24118 (org-agenda-log-mode): New option prefix argument, interpreted as
24119 request to show all possible progress info.
24120 (org-agenda-get-day-entries): Call `org-get-progress' instead of
24121 `org-get-closed'.
24122 (org-agenda-set-mode-name): Handle the more complex log mode
24123 settings.
24124 (org-get-closed): New alias, pointing to `org-get-progress'.
24125
24126 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24127
24128 * org.el (org-file-apps-defaults-gnu)
24129 (org-file-apps-defaults-macosx)
24130 (org-file-apps-defaults-windowsnt): Add an entry defining the
24131 system command.
24132 (org-file-apps): Allow `system' as key and value.
24133 (org-open-at-point): Explain the effect of a double prefix arg.
24134 (org-open-file): If the argument `in-emacs' is (16),
24135 i.e. corresponding to a double prefix argument, try to open the
24136 file externally.
24137
24138 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24139
24140 * org.el (org-insert-link): Abbreviate absolute files names in
24141 links. Also, fix a bug in which the double C-u prefix would not
24142 be honored.
24143
24144 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24145
24146 * org.el (org-insert-heading): If buffer does not end with a
24147 newline, add one if necessary to insert headline correctly.
24148
24149 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24150 paragraphs, not inside.
24151
24152 * org.el (org-todo):
24153 Quote `org-agenda-headline-snapshot-before-repeat'.
24154
24155 * org-exp.el (org-export-as-html): Fully process link descriptions.
24156 (org-export-html-format-desc): New function.
24157 (org-export-as-html): Collect footnotes into the correct basket.
24158 (org-html-protect): No longer protect quotations marks here, this
24159 goes wrong.
24160
24161 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24162 BEG.
24163
24164 * org-compat.el (org-fit-window-to-buffer): New function (not
24165 really, a preliminary and incomplete version was present earlier,
24166 but not used).
24167
24168 * org.el (org-fast-todo-selection, org-fast-tag-selection):
24169 Use `org-fit-window-to-buffer'.
24170
24171 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24172
24173 * org-agenda.el (org-agenda-get-restriction-and-command)
24174 (org-fit-agenda-window, org-agenda-convert-date):
24175 Use `org-fit-window-to-buffer'.
24176
24177 * org-exp.el (org-export-as-html): Process href links through
24178 `org-export-html-format-href'.
24179 (org-export-html-format-href): New function.
24180
24181 * org-agenda.el (org-agenda-todo): Update only the current
24182 headline if this is a repeated TODO, marked done for today.
24183 (org-agenda-change-all-lines): New argument JUST-THIS, to change
24184 only the current line.
24185
24186 * org.el (org-todo): Take a snapshot of the headline if the
24187 repeater might change it.
24188
24189 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24190
24191 * org-publish.el (org-publish-find-title): Remove buffers visited
24192 only for extracting the title.
24193
24194 * org-exp.el (org-export-html-style)
24195 (org-export-html-style-default): Mark style definitions as
24196 unparsed CDATA.
24197
24198 * org-publish.el (org-publish-validate-link):
24199 Function re-introduced.
24200
24201 2008-11-12 Charles Sebold <csebold@gmail.com>
24202
24203 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24204 property.
24205 (org-plot-quote-timestamp-field): New function.
24206 (org-plot-quote-tsv-field): Call timestamp field function when
24207 necessary rather than just quoting as a string.
24208 (org-plot/gnuplot-to-data): Pass in timefmt property.
24209 (org-plot/gnuplot-script): Supports timefmt property.
24210 (org-plot/gnuplot): Checks for timestamp column before checking
24211 for text index column.
24212
24213 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24214
24215 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24216
24217 * org-publish.el (org-publish-org-index): Create a section in the
24218 index file.
24219 (org-publish-org-index): Stop linking to directories.
24220
24221 * org.el (org-emphasis-alist): Use span instead of <u> to
24222 underline text.
24223
24224 * org-exp.el (org-export-as-html): Make sure <p> is closed before
24225 <pre> sections.
24226
24227 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
24228
24229 * org-jsinfo.el (org-infojs-template): Remove language attribute
24230 from script tag.
24231
24232 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24233
24234 * org-agenda.el (org-agenda-remove-marked-text): New function.
24235 (org-agenda-mark-filtered-text)
24236 (org-agenda-unmark-filtered-text): New functions.
24237 (org-write-agenda): Remove filtered text.
24238
24239 * org.el (org-make-tags-matcher): Give access to TODO "property"
24240 without speed penalty.
24241
24242 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24243
24244 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24245 option.
24246 (org-store-link-props): Make sure adding to the plist works
24247 correctly.
24248
24249 * org-gnus.el (org-gnus-no-new-news): New function.
24250 (org-gnus-follow-link): Allow the article ID to be a message-id,
24251 in addition to allowing article numbers. Message IDs make much
24252 more roubust links.
24253 (org-gnus-store-link): Use message-id to create link.
24254
24255 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24256
24257 * org.el (org-emphasize): Reverse the selection array.
24258 (org-emphasis-alist): Set <code> tags for the verbatim
24259 environment.
24260
24261 * org-remember.el (org-remember-handler): Fix bug with
24262 prefix-related changing of the note storage target.
24263
24264 * org-exp.el (org-print-icalendar-entries): Make the exported
24265 priorities compatible with RFC 2445.
24266
24267 * org-clock.el (org-clock-save): Insert time stamp without
24268 dependence on time-stamp.el.
24269
24270 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24271
24272 * org.el ("saveplace"): If saveplace puts point into an invisible
24273 location, make it visible.
24274 (org-make-tags-matcher): Allow inactive time stamps in time
24275 comparisons.
24276 (org-yank-adjusted-subtrees): New option.
24277 (org-yank): Incorporate adjusting trees.
24278 (org-paste-subtree): New argument FOR-YANK which will cause
24279 insertion at point without backing up over white lines, and leave
24280 point at the end of the inserted text. Also if the cursor is
24281 at the beginning of a headline, use the same level or the inserted
24282 tree.
24283
24284 * org-publish.el (org-publish-get-base-files-1): Deal correctly
24285 with broken symlinks.
24286
24287 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24288
24289 * org-exp.el (org-export-select-tags, org-get-current-options):
24290 Fix typo.
24291
24292 2008-11-06 Glenn Morris <rgm@gnu.org>
24293
24294 * org-publish.el (org-publish-attachment): Use copy-file rather than
24295 eshell/cp.
24296
24297 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
24298
24299 * org.el (org-columns-modify-value-for-display-function):
24300 * org-table.el (org-table-convert-region): Fix typos in docstrings.
24301
24302 2008-10-28 Glenn Morris <rgm@gnu.org>
24303
24304 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24305
24306 * org-list.el (outline-next-heading, outline-back-to-heading):
24307 Fix declarations.
24308
24309 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24310
24311 * org-agenda.el (org-format-agenda-item)
24312 (org-agenda-filter-make-matcher): Make sure tags are stored and
24313 compared downcased.
24314
24315 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24316
24317 * org.el (org-insert-todo-heading): Fix bug with force-heading
24318 argument.
24319
24320 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24321
24322 * org-exp.el (org-export-as-ascii): Handle the case that we are
24323 bulishing from an indirect buffer.
24324
24325 * org-table.el (org-table-copy-down): Fix bug with time stamp
24326 increment.
24327
24328 * org-mouse.el (org-mouse-features): New option.
24329 (org-mode-hook): Turn on features depending on
24330 `org-mouse-features'.
24331
24332 * org.el (org-insert-heading-respect-content): Force heading
24333 creation.
24334 (org-insert-heading): Keep the folding state of the heading before
24335 the inserted one.
24336
24337 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24338
24339 * org-archive.el (org-archive-to-archive-sibling): Handle top
24340 level headlines better.
24341
24342 2008-10-26 Bastien Guerry <bzg@gnu.org>
24343
24344 * org-export-latex.el (org-export-latex-classes):
24345 Add \usepackage{graphicx} to the default list of packages.
24346
24347 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24348
24349 * org-agenda.el (org-agenda-filter): Rename from
24350 `org-agenda-filter-tags'.
24351
24352 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24353
24354 * org.el (org-entry-properties): Add CATEGORY property, iven if it
24355 is not defined as a property in this entry.
24356 (org-add-log-note): Mask prefix argument when immediately storing
24357 the note.
24358
24359 * org-agenda.el (org-agenda-filter-effort-default-operator):
24360 New option.
24361
24362 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24363
24364 * org.el (org-add-log-setup): Bugfix; code to find insertion point
24365 after drawers was skipping ahead one line too many, so notes were
24366 inserted after the first note instead of before it.
24367
24368 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24369
24370 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24371 New variables.
24372 (org-prepare-agenda): Reset the filter tags.
24373 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24374 Show filter tags in mode line.
24375
24376 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24377 formatter.
24378
24379 * org-export-latex.el (org-latex-entities-regexp): New constant.
24380 (org-export-as-pdf): Use two calls to `shell-command'.
24381
24382 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24383
24384 * org-export-latex.el (org-export-latex-treat-sub-super-char):
24385 Honor the {} value of the subsuperscript setting. Make sure that
24386 longer subsuperscripts are typeset in a roman font.
24387
24388 * org.el (org-clock-update-time-maybe): Compute negative clock
24389 intervals correctly.
24390
24391 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24392
24393 * org.el (org-add-log-setup):
24394 Respect `org-log-state-notes-insert-after-drawers'.
24395 (org-log-state-notes-insert-after-drawers): New option.
24396 (org-todo-trigger-tag-changes): New function.
24397 (org-todo): Call `org-todo-trigger-tag-changes'.
24398
24399 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24400
24401 * org.el (org-add-log-setup): Only skip drawers if they are
24402 immediately after the scheduling keywords.
24403
24404 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24405 function.
24406 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24407 call it with the current todo state to get the state to switch to
24408 when clocking in.
24409 (org-clock-in): Use org-indent-line-function to indent clock lines.
24410 (org-clock-find-position): Fix indentation of empty clock drawers.
24411
24412 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24413
24414 * org-publish.el (org-publish-org-to): Handle case when
24415 org-export-to-pdf does return a file name, not a buffer.
24416 (org-publish-org-to-pdf): New function.
24417
24418 * org-export-latex.el (org-export-as-pdf)
24419 (org-export-as-pdf-and-open): New commands.
24420
24421 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24422 forms as ranges.
24423
24424 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24425 things in protexted regions.
24426
24427 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24428
24429 * org-export-latex.el (org-export-latex-preprocess):
24430 Improve quoting of LaTeX environments.
24431
24432 2008-10-19 Eli Zaretskii <eliz@gnu.org>
24433
24434 * org.el (org-default-notes-file):
24435 * org-publish.el (org-publish-timestamp-directory):
24436 * org-id.el (org-id-locations-file): Run file names that begin
24437 with a period thru `convert-standard-filename'.
24438
24439 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24440
24441 * org-plot.el: Switch coding system to unix.
24442
24443 2008-10-12 John Wiegley <johnw@newartisans.com>
24444
24445 * org-attach.el: New file.
24446
24447 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
24448
24449 * org.el (org-edit-fixed-width-region): Exclude final newline from
24450 picture area.
24451
24452 * org-export-latex.el (org-export-latex-subcontent): Add labels to
24453 sections, to make internal links work.
24454 (org-export-latex-fontify-headline): Do not remove all text
24455 properties, to make sure that target properties survive this
24456 process.
24457
24458 * org-exp.el (org-export-preprocess-string): Change sequence of
24459 modifications, to make sure links are prepared before the LaTeX
24460 conversions do happen.
24461
24462 * org-attach.el (org-attach-delete-all): Rename from
24463 `org-attch-delete'. Add a security query before deleting the
24464 entire directory. New optional argument FORCE can overrule the
24465 security query.
24466 (org-attach-delete-one): New command.
24467
24468 * org-attach.el (org-attach-file-list): Fix bug with directory.
24469
24470 * org.el (org-apps-regexp-alist): New function.
24471 (org-file-apps): Add auto-mode to the default value.
24472 (org-open-file): Use the new structure of org-file-apps.
24473
24474 * org-attach.el (org-attach): Support the new keys.
24475 (org-attach-method): New option.
24476
24477 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24478 March.
24479
24480 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24481 of the list value o `org-use-tag-inheritance'.
24482
24483 * org-attach.el (org-attach-auto-tag): New option.
24484 (org-attach-tag, org-attach-untag): New functions.
24485 (org-attach-attach, org-attach-new, org-attach-sync):
24486 Call `org-attach-tag'.
24487 (org-attach-delete): Call `org-attach-untag'.
24488
24489 * org-table.el (orgtbl-self-insert-command): Make this work for
24490 the keypad as well.
24491
24492 * org.el (org-add-log-setup): Limit searc for drawers to entry
24493 text, not to subtree.
24494
24495 * org-clock.el (org-clock-heading-for-remember): New variable.
24496 (org-clock-in): Set `org-clock-heading-for-remember'.
24497
24498 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24499
24500 * org-remember.el (org-remember-apply-template): Add new
24501 expansions: %k, %K for currently clocked task and a link to the
24502 currently clocked task, and %< to file notes in the currently
24503 clocked task.
24504
24505 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24506
24507 * org-export-latex.el (org-export-latex-make-header): Also insert
24508 the content of the property :latex-header-extra.
24509
24510 * org-exp.el (org-infile-export-plist): Put the content of
24511 #+LATEX_HEADER: into the property :latex-header-extra.
24512
24513 * org-colview.el (org-columns-get-format-and-top-level):
24514 Remove resetting the marker.
24515
24516 * org.el (org-entry-property-inherited-from): Improve docstring.
24517 (org-entry-get-with-inheritance): Reset marker before starting the
24518 search.
24519
24520 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24521
24522 * org.el (org-entry-get-multivalued-property)
24523 (org-entry-protect-space, org-entry-restore-space):
24524 New functions.
24525 (org-file-apps-defaults-macosx): Let PostScript files be opened by
24526 preview.
24527 (org-time-stamp-inactive): Call `org-time-stamp'.
24528 (org-time-stamp): New argument `inactive'. Also edit inactive
24529 stamps. Convert time stamp type.
24530 (org-open-file): Interpret the `default' value for the `command'
24531 in `org-file-apps'.
24532
24533 * org-id.el (org-id-int-to-b36-one-digit)
24534 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24535 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24536 b36.
24537
24538 * org-id.el (org-id-reverse-string): New function.
24539 (org-id-new): Use `org-id-reverse-string' to make sure the
24540 beginning chars of the ID are mutating fast. This allows to use a
24541 directory structure to spread things better.
24542 (org-id-prefix): Change default to nil.
24543
24544 * org-list.el (org-move-item-down, org-move-item-up): Remember and
24545 restore the column of the cursor position.
24546
24547 * org-remember.el (org-remember-apply-template): Remove properties
24548 from `initial'.
24549
24550 * org-wl.el (org-wl-open): Remove useless call to
24551 `wl-thread-open-all'.
24552
24553 * org-remember.el (org-remember-handler): Fix bug with `bottom'
24554 location.
24555
24556 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24557 `org-bbdb-anniversaries'.
24558
24559 * org.el (org-get-next-sibling, org-forward-same-level):
24560 New functions, similar to the outline versions, but invisible headings
24561 are OK.
24562
24563 2008-10-12 Bastien Guerry <bzg@gnu.org>
24564
24565 * org.el (org-auto-repeat-maybe): Insert a space between
24566 the timestamp's type and the timestamp itself.
24567
24568 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24569
24570 * org-table.el (org-table-sum): Do not format the result with %g,
24571 it does rounding when there are too many digits.
24572
24573 * org.el (org-map-entries): Protect the keyword-selecting variables.
24574
24575 2008-10-12 Bastien Guerry <bzg@gnu.org>
24576
24577 * org-agenda.el (org-agenda-to-appt): Make sure the function check
24578 against all agenda files.
24579
24580 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24581 Bastien Guerry <bzg@gnu.org>
24582
24583 * org-list.el: New file, aggregating list functions from org.el
24584 and org-export-latex.el.
24585
24586 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24587
24588 * org.el (org-edit-src-region-extra): New option.
24589
24590 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24591 time before 1am.
24592
24593 2008-10-12 Bastien Guerry <bzg@gnu.org>
24594
24595 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24596
24597 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24598
24599 * org-plot.el (org-plot/gnuplot): Make tables starting with a
24600 hline work correctly.
24601 (org-plot/gnuplot-script): Put commas at the end of each script
24602 line.
24603
24604 * org.el (org-get-refile-targets): Replace links with their
24605 descriptions.
24606 (org-imenu-get-tree): Replace links with their descriptions.
24607
24608 * org-remember.el (org-remember-apply-template): Add a new
24609 expansion for adding properties to remember items.
24610
24611 * org.el (org-add-log-setup): Skip over drawers (properties,
24612 clocks etc) when adding notes.
24613
24614 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
24615 items as well as the start and end times.
24616
24617 * org-compat.el (org-get-x-clipboard-compat): Add a compat
24618 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
24619
24620 * org-remember.el (org-get-x-clipboard): Use the compat
24621 function to get clipboard values when x-selection-value is
24622 unavailable. Use substring-no-properties instead of
24623 set-text-properties to remove text properties from the clipboard
24624 value.
24625
24626 * org-clock.el (org-update-mode-line): Support limiting the
24627 modeline clock string, and display the full todo value in the
24628 tooltip. Set a local keymap so mouse-3 on the clock string goes to
24629 the currently clocked task.
24630 (org-clock-string-limit): Add a custom value for the maximum
24631 length of the clock string in the modeline.
24632 (org-clock-mode-map): Add a keymap for the modeline string.
24633
24634 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24635
24636 * org-compat.el (org-propertize): New function.
24637
24638 2008-10-12 Bastien Guerry <bzg@gnu.org>
24639
24640 * org-export-latex.el (org-export-latex-tables): Protect exported
24641 tables from further special chars conversion.
24642 (org-export-latex-preprocess): Preserve LaTeX environments.
24643 (org-list-parse-list): Parse descriptive lists.
24644 (org-list-to-generic, org-list-to-latex, org-list-to-html)
24645 (org-list-to-texinfo): Export descriptive lists.
24646 (org-quote-chars): Remove.
24647 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
24648 (org-export-latex-list-beginning-re): Rename to
24649 `org-list-beginning-re'.
24650 (org-list-item-begin): Rename to `org-list-item-beginning'.
24651
24652 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
24653
24654 * org-plot.el: New file.
24655
24656 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24657
24658 * org.el (org-refile): Allow refiling to the last entry in the
24659 buffer.
24660 (org-get-tags-at): Fix bug when inheritance is turned off.
24661
24662 * org.el (org-indent-line-function): No longer check for src
24663 regions, this is too much overhead.
24664
24665 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
24666 matching.
24667
24668 * org.el (org-scan-tags): Make sure that tags matching is not case
24669 sensitive. TODO keyword matching is case sensitive, however, to
24670 avoid confusion with similar words that are not meant to be
24671 keywords.
24672
24673 * org.el (org-get-local-tags-at): New function.
24674 (org-get-local-tags): New function.
24675
24676 * org-exp.el (org-export-get-categories): New function.
24677
24678 * org-agenda.el (org-sorting-choice)
24679 (org-agenda-sorting-strategy, org-agenda-get-todos)
24680 (org-agenda-get-timestamps, org-agenda-get-deadlines)
24681 (org-agenda-get-scheduled, org-agenda-get-blocks)
24682 (org-entries-lessp): Implement sorting by TODO state.
24683 (org-cmp-todo-state): New defsubst.
24684
24685 * org-colview.el (org-colview-construct-allowed-dates):
24686 New function.
24687 (org-columns-next-allowed-value):
24688 Use `org-colview-construct-allowed-dates'.
24689
24690 * org.el (org-protect-slash): New function.
24691 (org-get-refile-targets): Use `org-protect-slash'.
24692
24693 * org-agenda.el (org-global-tags-completion-table): New variable.
24694
24695 * org-exp.el (org-export-handle-export-tags): New function.
24696 (org-export-preprocess-string):
24697 Call `org-export-handle-export-tags'.
24698
24699 * org-publish.el (org-publish-expand-components): Function removed.
24700 (org-publish-expand-projects): Allow components to have components.
24701
24702 * org.el (org-indent-line-function): Do not indent in regions that
24703 are external source code.
24704 (org-yank-and-fold-if-subtree): New function.
24705
24706 * org-agenda.el (org-agenda-todayp): New function.
24707 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24708 Use `org-agenda-todayp'.
24709
24710 * org.el (org-insert-heading-respect-content)
24711 (org-insert-todo-heading-respect-content): New commands.
24712 (org-insert-heading-respect-content): New option.
24713 (org-insert-heading): Respect `org-insert-heading-respect-content'.
24714
24715 * org-clock.el (org-clock-find-position): Make sure the note after
24716 the clock line gets moved into the new clock drawer.
24717
24718 * org-id.el (org-id-new): New option.
24719
24720 * org-table.el (org-table-copy-down): Avoid overflow during
24721 increment. Use prefix argument 0 to temporarily disable the
24722 increment.
24723
24724 * org-exp.el (org-export-as-html): Do not turn on the major mode
24725 if the buffer will be killed anyway.
24726 (org-get-current-options): Exclude the #+TEXT field.
24727 (org-export-as-html): Make sure text before the first headline is
24728 a paragraph.
24729
24730 * org-publish.el (org-publish-org-to): Tell the exporter that this
24731 buffer will be killed, so it is not necessary to do major mode
24732 initialization.
24733
24734 * org-archive.el (org-archive-to-archive-sibling): Show empty
24735 lines after folding the archive sibling.
24736
24737 * org.el (org-log-note-extra): New variable.
24738
24739 2008-10-12 Bastien Guerry <bzg@gnu.org>
24740
24741 * org.el (org-additional-option-like-keywords): Add keywords for
24742 the _QUOTE, _VERSE and _SRC environments.
24743
24744 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
24745 exporting _QUOTE and _VERSE environments.
24746
24747 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24748
24749 * org-agenda.el (org-agenda-filter-by-tag): New command.
24750
24751 * org-exp.el (org-get-current-options): Remove angular brackets
24752 from the date entry.
24753
24754 * org.el (org-edit-fixed-width-region): New function.
24755 (org-edit-fixed-width-region): Also try
24756 `org-edit-fixed-width-region'.
24757 (org-edit-fixed-width-region-mode): New option.
24758 (org-activate-code): Only interpret lines starting with colon
24759 plus a space as example lines.
24760
24761 * org-remember.el (org-remember-templates): Add nil instead of
24762 empty strings to fix the length of remember templates.
24763
24764 * org-table.el (org-calc-default-modes): Fix the time format for
24765 calc, from 12 hour to 24 hour clock.
24766
24767 * org-agenda.el (org-agenda-get-deadlines)
24768 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
24769 entries that are pre-warnings of deadlines or reminders.
24770
24771 * org.el (org-sort-entries-or-items): Make numeric and alpha
24772 comparisons ignore any TODO keyword and priority cookie.
24773
24774 * org-remember.el (org-remember-handler): Reinterpretation of the
24775 prefix argument.
24776
24777 * org-agenda.el (org-agenda-get-scheduled): Use new
24778 `org-scheduled' face.
24779
24780 * org-faces.el (org-scheduled): New face.
24781
24782 * org-wl.el (org-wl-open): Remove incorrect declaration.
24783
24784 * org-gnus.el (org-gnus-store-link): Support for :to information
24785 in gnus links.
24786
24787 * org-exp.el (org-export-as-html): Fix typo in creator
24788 information.
24789 (org-export-protect-examples): New parameter indent. Insert extra
24790 spaces only when this parameter is specified.
24791 (org-export-preprocess-string): Call `org-export-protect-examples'
24792 with an indentation parameter when exporting to ASCII.
24793
24794 * org-remember.el (org-remember-templates)
24795 (org-remember-apply-template): Allow the file component to be a
24796 function.
24797
24798 * org.el (org-goto-local-search-headings): Rename from
24799 `org-goto-local-search-forward-headings'. Added the possibility
24800 to search backwards.
24801
24802 * org-export-latex.el (org-export-latex): New customization
24803 group.
24804
24805 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
24806
24807 * org-exp.el (org-html-do-expand): Allow {} to terminate
24808 tex macro.
24809
24810 * org.el (org-buffer-list): Select buffers based on major mode,
24811 not on file name.
24812
24813 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
24814 face property.
24815
24816 * org-colview.el (org-columns-display-here):
24817 Use `org-columns-modify-value-for-display-function'.
24818
24819 * org.el (org-columns-modify-value-for-display-function): New option.
24820
24821 * org-publish.el (org-publish-file): Make sure the directory match
24822 for the publishing directory works correctly.
24823
24824 * org-agenda.el (org-agenda-execute-calendar-command)
24825 (org-agenda-diary-entry): Additional optional argument.
24826
24827 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24828
24829 * org-exp.el (org-export-as-html): Add attributes also in mailto
24830 and ftp links.
24831
24832 * org.el (org-autoload): Add `org-dblock-write:columnview'.
24833
24834 2008-08-11 Glenn Morris <rgm@gnu.org>
24835
24836 * org-mac-message.el (do-applescript): Fix declaration.
24837
24838 2008-08-10 Glenn Morris <rgm@gnu.org>
24839
24840 * org-exp.el (org-export-as-html): Let-bind `i'.
24841
24842 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
24843 (org-extract-attributes): Let-bind `key', `value'.
24844 (org-make-tags-matcher): Let-bind `time-p'.
24845
24846 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
24847
24848 * org-install.el: New file.
24849
24850 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
24851
24852 * org-exp.el (org-export-html-style)
24853 (org-export-html-style-extra): Declare as safe-local-variable.
24854
24855 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
24856
24857 * org-publish.el (org-publish-file): Use the true name of the
24858 file.
24859
24860 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
24861 instead of :style.
24862
24863 * org-exp.el (org-export-plist-vars)
24864 (org-export-add-options-to-plist): Handle creator setting flag.
24865 (org-export-as-html): Handle attributes also for ftp and mailto
24866 links.
24867
24868 * org-agenda.el (org-agenda-diary-entry)
24869 (org-agenda-execute-calendar-command): Cater for the second
24870 argument of `calendar-cursor-to-date'.
24871
24872 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24873
24874 * org-exp.el (org-export-region-as-html, org-export-as-html):
24875 Make sure that calls from `org-export-region-as-html' do not do the
24876 special check for a subtree.
24877
24878 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
24879
24880 * org.el (org-open-file):
24881 Use `org-open-directory-means-index-dot-org'.
24882 (org-open-directory-means-index-dot-org): New option.
24883
24884 * org.el (org-make-link-string): Remove link attributes from
24885 description.
24886 (org-open-at-point): Remove link attributes before using the path.
24887
24888 * org-exp.el (org-export-as-html): Handle link attributes.
24889
24890 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
24891
24892 * org-table.el (org-table-to-lisp): New function.
24893
24894 * org.el (org-narrow-to-subtree): Do not include the final newline
24895 into the narrowed region.
24896
24897 * org-agenda.el (org-agenda-custom-commands-local-options):
24898 Fix bug with user-define skipping condition.
24899
24900 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
24901
24902 * org-exp.el (org-export-html-style-default): Automatic overflow
24903 handling for pre fields.
24904 (org-export-as-ascii, org-export-as-html): Change default format
24905 for time stamp.
24906
24907 * org-table.el (org-table-export): Offer completion for translator
24908 functions, and do not require a heading above the table.
24909
24910 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
24911 Cater for the case of a list starting in the first line of the
24912 buffer.
24913
24914 * org-publish.el (org-publish-find-title): Bug fix.
24915 (org-publish-org-index): Implement new :index-style option.
24916
24917 * org-publish.el (org-publish-timestamp-filename):
24918 Use SHA1-encoded file names in the timestamp directory.
24919
24920 * org-publish.el (org-publish-needed-p): Be verbose about files
24921 published and files skipped.
24922
24923 * org-exp.el (org-export-preprocess-string): Swap link
24924 normalization and internal link targeting.
24925
24926 * org-publish.el (org-publish-needed-p): Create timestamp
24927 directory when it does not exist.
24928
24929 * org-clock.el (org-clock-out-when-done): Doc fix.
24930
24931 * org.el (org-agenda-skip-unavailable-files): Doc fix.
24932
24933 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24934 Ignore case when searching for the COMMENT cookie at export time.
24935
24936 * org-exp.el (org-get-file-contents)
24937 (org-get-and-remove-property): New functions.
24938 (org-export-handle-include-files): Handle the new prefix options.
24939 (org-export-as-html): Fix the verse environment.
24940
24941 * org.el (org-time=, org-time<, org-time<=, org-time>)
24942 (org-time>=, org-time<>, org-2ft): New functions.
24943 (org-op-to-function): Also provide for the time testing functions.
24944
24945 * org-exp.el (org-export-html-style-default): New constant.
24946
24947 * org-exp.el (org-export-html-style-extra): New variable.
24948 (org-export-splice-style): New function.
24949
24950 * org-exp.el (org-export-plist-vars, org-export-as-html):
24951 Implement `org-export-creator-info'.
24952 (org-export-creator-info): New option.
24953
24954 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
24955 (org-property-drawer-re, org-clock-drawer-re): New constants.
24956
24957 * org-exp.el (org-icalendar-use-deadline)
24958 (org-icalendar-use-scheduled): New options.
24959 (org-icalendar-include-todo): Default changed to t.
24960 (org-print-icalendar-entries): Implement better utilization of
24961 scheduling and deadline time stamps.
24962 (org-export-target-internal-links, org-export-as-html): Allow file
24963 lines without the "file:" prefix if the file path is an absolute
24964 path or starts with ".".
24965
24966 * org-clock.el (org-clocktable-shift): Also understand yesterday,
24967 lastweek etc.
24968 (org-clock-special-range): Also understand yesterday, lastweek etc.
24969
24970 * org.el (org-agenda-skip-archived-trees): Docstring now
24971 discourages using this.
24972 (org-scan-tags): Check for org-agenda-archives-mode.
24973 (org-map-entries): Make sure org-agenda-archives-mode is nil.
24974 (org-agenda-files): Functionality of second arg changed.
24975
24976 * org-agenda.el (org-agenda-archives-mode): New variable.
24977 (org-write-agenda, org-prepare-agenda, org-agenda-list)
24978 (org-search-view, org-todo-list, org-tags-view)
24979 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
24980 `ifmode' argument.
24981 (org-agenda-quit): Reset the archives mode.
24982 (org-agenda-archives-mode): New command.
24983 (org-agenda-set-mode-name): Include archives info.
24984
24985 * org.el (org-paste-subtree): Make sure the yanked headline is
24986 visible if it was yanked at a visible point.
24987 (org-move-item-up): Fix the bug with moving white space at the end
24988 of the item.
24989 (org-show-empty-lines-in-parent): New function.
24990
24991 2008-07-19 Juri Linkov <juri@jurta.org>
24992
24993 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
24994 new keymap `narrow-map' instead of binding "\C-xns".
24995
24996 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
24997
24998 * org.el (org-agenda-skip-unavailable-files):
24999 * org-clock.el (org-clock-out-when-done): Doc fixes.
25000
25001 2008-06-18 Glenn Morris <rgm@gnu.org>
25002
25003 * org.el (org-map-entries): Let-bind `file'.
25004
25005 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25006
25007 * org-colview.el (org-columns-next-allowed-value): Bug fix.
25008
25009 * org-agenda.el (org-agenda-get-closed): Get the end time into the
25010 agenda prefix as well.
25011
25012 * org-publish.el (org-publish-org-index): Make a properly indented
25013 list.
25014
25015 * org.el (org-calendar-agenda-action-key): New option.
25016 (org-get-cursor-date): New function.
25017 (org-mark-entry-for-agenda-action): New command.
25018 (org-overriding-default-time): New variable.
25019 (org-read-date): Respect `org-overriding-default-time'.
25020
25021 * org-remember.el (org-remember-apply-template): Respect the
25022 overriding default time.
25023
25024 * org-agenda.el (org-agenda-action-marker): New variable.
25025 (org-agenda-action): New command.
25026 (org-agenda-do-action): New function.
25027
25028 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25029
25030 * org.el (org-schedule, org-deadline): Protect scheduled and
25031 deadline tasks against changes that accidentally remove the
25032 repeater. Also show a message with the new date when done.
25033
25034 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25035
25036 * org.el (org-beginning-of-line): Cater for the case when there
25037 are tags but no headline text.
25038 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
25039 it set.
25040
25041 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25042
25043 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
25044 the return value is nil instead of "nil" when there is no match.
25045
25046 * org-exp.el (org-insert-centered): Use fill-column instead of
25047 80.
25048 (org-export-as-ascii): Use string-width to measure the width of
25049 the heading.
25050
25051 * org.el (org-diary-to-ical-string): No longer kill buffer
25052 FROMBUF, this is now done by the caller.
25053
25054 * org-exp.el (org-print-icalendar-entries): Move the call to
25055 `org-diary-to-ical-string' out of the loop, and kill the buffer
25056 afterwords.
25057
25058 * org-remember.el (org-remember-visit-immediately):
25059 Position cursor after moving to the note.
25060 (org-remember-apply-template): Use a text property to record the
25061 cursor position.
25062 (org-remember-handler): Align tags after pasting the note.
25063
25064 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25065
25066 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
25067
25068 * org-agenda.el (org-agenda-open-link): If there is an
25069 org-bbdb-name property in the current line, jump to that bbdb
25070 entry.
25071
25072 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
25073 text property, so that the agenda knows where this entry comes
25074 from.
25075
25076 * org-agenda.el (org-agenda-clock-in): Fix bug in the
25077 interaction between clocking-in from the agenda, and automatic
25078 task state switching.
25079
25080 * org-macs.el (org-with-point-at): Bug fix in macro definition.
25081
25082 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25083 zmacs-region stays after this command in XEmacs.
25084
25085 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25086
25087 * org.el (org-scan-tags): Allow new values for ACTION parameter.
25088
25089 * org-remember.el (org-remember-templates): Fix bug in
25090 customization type definition.
25091
25092 * org.el (org-map-entries): New function.
25093
25094 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25095
25096 * org-agenda.el (org-agenda-skip-comment-trees): New option.
25097 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25098
25099 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25100
25101 * org-remember.el (org-jump-to-target-location): New variable.
25102 (org-remember-apply-template):
25103 Set `org-remember-apply-template' if requested by template.
25104 (org-remember-handler): Start an idle timer to jump to
25105 remember location.
25106
25107 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25108
25109 * org.el (org-set-regexps-and-options): Fix bug with parsing of
25110 file tags.
25111 (org-get-tags-at): Add the content of `org-file-tags'.
25112
25113 * org-exp.el (org-export-handle-comments): Fix bug with several
25114 comment lines after each other.
25115 (org-number-to-roman, org-number-to-counter): New functions.
25116 (org-export-section-number-format): New option.
25117
25118 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25119
25120 * org-exp.el (org-export-protect-examples): Catch the case of a
25121 missing end_example line.
25122
25123 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25124 `org-file-tags' to nil.
25125
25126 * org-colview.el (org-columns-next-allowed-value): Handle next
25127 argument NTH to directly select a value.
25128
25129 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25130
25131 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25132
25133 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25134
25135 * org.el (org-columns-ellipses): New option.
25136
25137 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25138
25139 * org-colview.el (org-columns-add-ellipses): New function.
25140 (org-columns-compact-links): New function.
25141 (org-columns-cleanup-item): Call `org-columns-compact-links'.
25142 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25143 when in agenda.
25144 (org-columns-edit-value): Fix bug with editing values from
25145 agenda column view.
25146 (org-columns-redo): Also redo the agenda itself.
25147
25148 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25149
25150 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25151 New option.
25152
25153 * org-colview.el (org-agenda-columns-cleanup-item): New function.
25154
25155 * org-exp.el (org-export-ascii-preprocess): Rename from
25156 `org-export-ascii-clean-string'.
25157 (org-export-kill-licensed-text)
25158 (org-export-define-heading-targets)
25159 (org-export-handle-invisible-targets)
25160 (org-export-target-internal-links)
25161 (org-export-remove-or-extract-drawers)
25162 (org-export-remove-archived-trees)
25163 (org-export-protect-quoted-subtrees)
25164 (org-export-protect-verbatim, org-export-protect-examples)
25165 (org-export-select-backend-specific-text)
25166 (org-export-mark-blockquote-and-verse)
25167 (org-export-remove-comment-blocks-and-subtrees)
25168 (org-export-handle-comments, org-export-mark-radio-links)
25169 (org-export-remove-special-table-lines)
25170 (org-export-normalize-links)
25171 (org-export-concatenate-multiline-links)
25172 (org-export-concatenate-multiline-emphasis): New functions,
25173 obtained from spliting the export preprocessor.
25174
25175 * org-table.el (org-table-recalculate): Improve error message if
25176 the row number is invalid.
25177
25178 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25179
25180 * org-archive.el (org-archive-save-context-info): Fix bugs in
25181 customization setup and docstring.
25182
25183 * org-exp.el (org-export-html-style): Change the size of in the
25184 <pre> element to 90%.
25185
25186 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25187
25188 * org.el (org-find-src-example-start): Function removed.
25189 (org-edit-src-find-region-and-lang): New function.
25190
25191 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25192
25193 * org.el (org-edit-src-exit): New function.
25194 (org-exit-edit-mode): New minor mode.
25195
25196 * org-exp.el (org-export-preprocess-string): Fix bug with removing
25197 comment-like lines from protected examples.
25198
25199 * org.el (org-edit-src-example, org-find-src-example-start)
25200 (org-protect-source-example, org-edit-special): New functions.
25201
25202 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25203
25204 * org-publish.el (org-publish-project-alist): Fix typo in
25205 docstring.
25206 (org-publish-project-alist): Handle :index-title property.
25207
25208 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25209
25210 * org-export-latex.el (org-export-as-latex): Make sure region
25211 bounds are correct. Parse subtree properties relating to export.
25212
25213 * org-exp.el (org-export-add-options-to-plist): New function.
25214 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25215
25216 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25217
25218 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25219 EXPORT_TITLE.
25220
25221 * org-exp.el (org-export-get-title-from-subtree)
25222 (org-export-as-ascii, org-export-as-html): Make sure the original
25223 region-beginning and region-end are used, even after moving point.
25224 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25225 property.
25226
25227 * org-remember.el (org-remember-last-stored-marker): New variable.
25228 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25229 (org-remember-handler): Also use marker to remember
25230 last-stored position.
25231
25232 * org.el (org-goto-marker-or-bmk): New function.
25233
25234 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25235
25236 * org.el (org-file-properties): Rename from `org-local-properties'.
25237 (org-scan-tags): Take file tags into account.
25238 (org-tags-match-list-sublevels): Default changed to t.
25239
25240 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25241
25242 * org.el (org-update-parent-todo-statistics): New function.
25243
25244 * org-exp.el (org-icalendar-store-UID): New option.
25245 (org-icalendar-force-UID): Option removed.
25246 (org-print-icalendar-entries): IMplement UIDs.
25247
25248 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25249
25250 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25251
25252 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25253
25254 * org-faces.el (org-column): Document how this face is being used
25255 and why sometimes the background faces shine through.
25256
25257 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25258
25259 * org-publish.el (org-publish-attachment): Create publishing
25260 directory if it does not yet exist.
25261
25262 * org-table.el (org-calc-default-modes): Change default number
25263 format to (float 8).
25264
25265 * org.el (org-olpath-completing-read): New function.
25266 (org-time-clocksum-format): New option.
25267 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25268
25269 * org-clock.el (org-clock-display, org-clock-out)
25270 (org-update-mode-line): Use `org-time-clocksum-format'.
25271
25272 * org-colview.el (org-columns-number-to-string):
25273 Use `org-time-clocksum-format'.
25274
25275 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25276
25277 * org-id.el: New file, move from contrib to core.
25278
25279 * org-exp.el (org-icalendar-force-UID): New option.
25280
25281 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25282
25283 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25284 shifted by one day if there is a date range without an end time.
25285
25286 * org.el (org-try-structure-completion): New function.
25287
25288 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25289
25290 * org.el (org-set-font-lock-defaults): Improve fontification of
25291 description lists.
25292 (org-insert-item): Handle description lists.
25293 (org-adaptive-fill-function): Improve auto indentation in
25294 description lists.
25295
25296 * org-exp.el (org-export-as-html, org-export-preprocess-string):
25297 Implement VERSE environment.
25298 (org-export-preprocess-string): Implement the COMMENT
25299 environment.
25300
25301 * org-export-latex.el (org-export-latex-preprocess):
25302 Implement VERSE environment.
25303
25304 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25305
25306 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25307 option.
25308
25309 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25310
25311 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25312
25313 * org.el (org-quote-csv-field): New functions.
25314
25315 * org-table.el (org-table-export-default-format): Remove :splice
25316 from default format, we get the same effect by not specifying
25317 :tstart and :tend.
25318 (org-table-export): Improve setup, distinguish better between
25319 interactive and non-interactive use, allow specifying the format
25320 on the fly, better protection against wrong file names.
25321 (orgtbl-to-generic): Fix documentation. Do not require :tstart
25322 and :tend when :splice is omitted.
25323
25324 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25325
25326 * org-clock.el (org-clock-select-task): Make sure the selection
25327 letters are 1-9 and A-Z, no special characters.
25328
25329 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25330
25331 * org-exp.el (org-export-htmlize): New group.
25332 (org-export-htmlize-output-type)
25333 (org-export-htmlize-css-font-prefix): New options.
25334 (org-export-htmlize-region-for-paste): New function.
25335 (org-export-htmlize-generate-css): New command.
25336
25337 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25338
25339 * org.el (org-set-visibility-according-to-property): New function.
25340 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25341 and compute the regular expressions, and update font-lock.
25342 (org-property-re): Allow a dash in property names.
25343
25344 * org-archive.el (org-extract-archive-file): Insert the file name
25345 without the path into the format, to allow the location format to
25346 contain a subdirectory.
25347
25348 * org-agenda.el (org-agenda-post-command-hook): If point is at end
25349 of buffer, and the `org-agenda-type' property undefined, use the
25350 value from the character before.
25351
25352 * org.el (org-add-planning-info): Don't let indentation for
25353 would-be timestamp become extra whitespace at the end of headline.
25354
25355 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25356
25357 * org.el (org-remove-double-quotes, org-file-contents):
25358 New functions.
25359
25360 * org-exp.el (org-infile-export-plist): Also parse the
25361 contents of #+SETUPFILE files, recursively.
25362
25363 * org.el (org-set-regexps-and-options): Also parse the
25364 contents of #+SETUPFILE files, recursively.
25365
25366 * org-exp.el (org-export-handle-include-files): New function.
25367 (org-export-preprocess-string):
25368 Call `org-export-handle-include-files'.
25369
25370 * org.el (org-delete-property-globally)
25371 (org-delete-property, org-set-property): Ignore case during
25372 completion.
25373 (org-set-property): Use `org-completing-read' instead of
25374 `completing-read'.
25375
25376 * org.el (org-complete-expand-structure-template): New,
25377 experimental function.
25378 (org-structure-template-alist): New, experimental option.
25379 (org-complete): Call `org-complete-expand-structure-template'.
25380
25381 2008-06-17 Bastien Guerry <bzg@gnu.org>
25382
25383 * org-export-latex.el (org-export-latex-preprocess):
25384 Add support for blockquotes.
25385
25386 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25387
25388 * org.el (org-read-date-analyze): Catch the case where only a
25389 weekday is given.
25390
25391 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25392
25393 * org.el (org-set-font-lock-defaults): Make the description
25394 tag bold.
25395
25396 * org-exp.el (org-export-as-html, org-close-li):
25397 Implement description lists.
25398
25399 2008-06-17 Jason Riedy <jason@acm.org>
25400
25401 * org-table.el (*orgtbl-default-fmt*): New variable.
25402 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25403 when there is no other fmt available.
25404
25405 (orgtbl-to-generic): Allow an explicitly nil :tstart or
25406 :tend to suppress the appropriate string.
25407
25408 (orgtbl-to-orgtbl): New function for translating to another orgtbl
25409 table.
25410
25411 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25412
25413 * org.el (org-read-date-analyze): "." as an alias for "+0" in
25414 read date.
25415
25416 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25417 New function.
25418
25419 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25420 New function.
25421
25422 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25423
25424 * org-clock.el (org-clock-find-position): Don't include notes
25425 into clock drawer.
25426
25427 * org-archive.el (org-archive-subtree): No longer remove an
25428 extra line after cutting the subtree. `org-cut-subtree' already
25429 takes care of this.
25430
25431 * org-remember.el (org-remember-handler): Only kill the target
25432 buffer if it does not contain the running clock.
25433
25434 * org.el (org-markers-to-move): New variable.
25435 (org-save-markers-in-region, org-check-and-save-marker)
25436 (org-reinstall-markers-in-region): New function.
25437 (org-move-subtree-down, org-copy-subtree): Remember relative
25438 marker positions before cutting.
25439 (org-move-subtree-down, org-paste-subtree): Restore relative
25440 marker positions after pasting.
25441
25442 * org-remember.el (org-remember-clock-out-on-exit): New option.
25443 (org-remember-finalize): Clock out only if the setting in
25444 `org-remember-clock-out-on-exit' requires it.
25445 (org-remember-handler): Do the cleanup in the buffer, to make sure
25446 that the clock marker remains in tact.
25447
25448 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25449
25450 * org-clock.el (org-clock-goto): Widen buffer if necessary.
25451 (org-clock-in): Make sure that also tasks outside the narrowed
25452 region will be clocked in correctly.
25453 (org-clock-insert-selection-line): Widen the buffer so that we can
25454 find the correct task heading.
25455
25456 * org.el (org-base-buffer): New function.
25457
25458 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25459 and ";" are escaped.
25460 (org-print-icalendar-entries): Also apply
25461 `org-icalendar-cleanup-string' to the headline, not only to the
25462 summary property.
25463
25464 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25465
25466 * org-exp.el (org-export-preprocess-hook): New hook.
25467 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25468
25469 * org.el (org-font-lock-hook): New variable.
25470 (org-font-lock-hook): New function.
25471 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25472
25473 ;; Local Variables:
25474 ;; coding: utf-8
25475 ;; add-log-time-zone-rule: t
25476 ;; End:
25477
25478 Copyright (C) 2008-2013 Free Software Foundation, Inc.
25479
25480 This file is part of GNU Emacs.
25481
25482 GNU Emacs is free software: you can redistribute it and/or modify
25483 it under the terms of the GNU General Public License as published by
25484 the Free Software Foundation, either version 3 of the License, or
25485 (at your option) any later version.
25486
25487 GNU Emacs is distributed in the hope that it will be useful,
25488 but WITHOUT ANY WARRANTY; without even the implied warranty of
25489 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25490 GNU General Public License for more details.
25491
25492 You should have received a copy of the GNU General Public License
25493 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.