Spelling fixes.
[bpt/emacs.git] / lisp / org / ChangeLog
1 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * ob.el (org-babel-execute-src-block): Fix typo.
4
5 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
6
7 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
8
9 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
10
11 * org-list.el (org-list-send-item): Use sort instead of sort*.
12
13 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
14
15 * org-table.el (org-table-line-to-dline): Fix typo.
16
17 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18
19 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
20 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
21 (org-search-syntax-table, org-modify-diary-entry-string)
22 (org-write-agenda):
23 * org-bbdb.el (org-bbdb-anniv-export-ical):
24 * org-bibtex.el (org-bibtex-fields):
25 * org-icalendar.el (org-icalendar-date-time-format):
26 * org-latex.el (org-export-latex-inline-image-extensions):
27 * org-list.el (org-list-insert-item): Fix typos.
28
29 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
30
31 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
32
33 2011-09-27 Eli Zaretskii <eliz@gnu.org>
34
35 * org.el (org-mode): Force left-to-right paragraphs in Org
36 buffers. For a related discussions, see
37 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
38
39 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
40
41 * org.el (org-toggle-pretty-entities): Fix typo in message.
42
43 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
44
45 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
46
47 * ob-ref.el (org-babel-ref-goto-headline-id):
48 * org.el (org-get-location, org-tree-to-indirect-buffer)
49 (org-mark-ring-goto, org-refile, org-add-log-note)
50 (org-revert-all-org-buffers, org-switchb)
51 (org-cycle-agenda-files, org-submit-bug-report)
52 (org-goto-marker-or-bmk):
53 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
54 * org-capture.el (org-capture-goto-target)
55 (org-capture-fill-template):
56 * org-clock.el (org-clock-goto):
57 * org-ctags.el (org-ctags-visit-buffer-or-file):
58 * org-exp.el (org-export-as-org):
59 * org-feed.el (org-feed-show-raw-feed):
60 * org-html.el (org-export-htmlize-generate-css):
61 * org-id.el (org-id-goto):
62 * org-irc.el (org-irc-visit-erc):
63 * org-mobile.el (org-mobile-apply):
64 * org-publish.el (org-publish-org-to, org-publish-find-date):
65 * org-remember.el (org-go-to-remember-target):
66 * org-src.el (org-src-switch-to-buffer)
67 (org-edit-fixed-width-region): Use switch-to-buffer.
68
69 2011-08-31 Martin Rudalics <rudalics@gmx.at>
70
71 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
72 argument from pop-to-buffer-same-window call.
73
74 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
75
76 * ob.el (org-babel-src-block-regexp): If a code block has a body,
77 its last character must be a newline.
78
79 2011-07-28 Bastien Guerry <bzg@gnu.org>
80
81 * org-pcomplete.el: New file. Rename from org-complete.el.
82 * org-complete.el: Delete file.
83
84 2011-07-28 Bastien Guerry <bzg@gnu.org>
85
86 * org-publish.el (org-publish-index-generate-theindex): Rename
87 from `org-publish-index-generate-theindex.inc'. Use the file
88 theindex.org directly instead of including theindex.inc.
89 (org-publish-projects): Don't delete .orgx files.
90 (org-publish-aux-preprocess): Use .file.orgx.
91
92 2011-07-28 Bastien Guerry <bzg@gnu.org>
93
94 * org-html.el (org-export-html-preamble-format): New default for
95 the HTML preamble: don't include the title. Also improve the
96 docstring.
97 (org-export-html-postamble-format): Improve the docstring.
98 (org-export-as-html): Add the title within the "content" div.
99 This is necessary for interaction with the org-info.js script.
100
101 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
102
103 * org-table.el (org-table-edit-field): Display field coordinates.
104
105 2011-07-28 Bastien Guerry <bzg@gnu.org>
106
107 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
108 unless they were already visited.
109 (org-sitemap-sort-files, org-sitemap-sort-folders)
110 (org-sitemap-ignore-case, org-sitemap-requested)
111 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
112 a correct prefix.
113 (org-publish-projects): Make sure to delete .orgx files.
114 (org-publish-index-generate-theindex.inc): Small docstring fix.
115
116 2011-07-28 Bastien Guerry <bzg@gnu.org>
117
118 * org-table.el (org-table-duration-custom-format): New defcustom
119 to select output format of durations computations.
120 (org-table-time-seconds-to-string): Use the new variable.
121 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
122 will use the custom output format defined in
123 `org-table-duration-custom-format'.
124
125 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
126
127 * org-list.el: Search blank lines down to the end of the item
128 instead of stopping at the item, in order to possibly match such
129 lines within the item.
130
131 2011-07-28 Bastien Guerry <bzg@gnu.org>
132
133 * org-latex.el (org-export-latex-href-format): Docstring fix to
134 reflect the fact that you can use only one "%s".
135 (org-export-latex-links): Allow `org-export-latex-href-format' to
136 have only one "%s".
137
138 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
139
140 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
141
142 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
143
144 * org.el (org-copy-visible): New command.
145
146 2011-07-28 Bastien Guerry <bzg@gnu.org>
147
148 * org-capture.el (org-capture-templates): Docstring fix.
149
150 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
151
152 * ob.el (org-babel-view-src-block-info): New function to inspect
153 code blocks.
154
155 * ob-keys.el (org-babel-key-bindings): Key bindings for
156 `org-babel-view-src-block-info'.
157
158 2011-07-28 Bastien Guerry <bzg@gnu.org>
159
160 * org-exp.el (org-infile-export-plist): Handle recursively
161 included setup files. The value of the last included file always
162 takes precedence over previous values.
163
164 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
165
166 * org.el (org-timestamp-change): Keep point in the same category
167 when updating a time-stamp. This requires to be careful, as,
168 depending on the locale, name of day might change of length during
169 the process.
170
171 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
172
173 * org-footnote.el (org-footnote-create-definition): When skipping
174 already written footnotes definition, the algorithme would assume
175 each one was only one-line long.
176
177 2011-07-28 Bastien Guerry <bzg@gnu.org>
178
179 * org-table.el (org-table-eval-formula): Fix bug when a formula
180 "range" is just one cell.
181 (org-table-time-string-to-seconds): Don't check whether we
182 manipulate a string.
183
184 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
185
186 * org-exp.el (org-export-mark-list-end)
187 (org-export-mark-list-properties): Don't remove the ending regexp
188 when it consists in blank lines.
189
190 * org-list.el (org-list-parse-list): Ditto, but remove it
191 completely when it isn't made of blank lines (i.e. during export
192 process).
193
194 2011-07-28 Bastien Guerry <bzg@gnu.org>
195
196 * org-table.el (org-table-time-string-to-seconds): Match either
197 HH:MM:SS or HH:MM (instead of MM:SS).
198
199 2011-07-28 Bastien Guerry <bzg@gnu.org>
200
201 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
202 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
203 context.
204
205 2011-07-28 Bastien Guerry <bzg@gnu.org>
206
207 * org-html.el (org-export-html-with-timestamp)
208 (org-export-html-html-helper-timestamp): These are obsolete
209 variables as of Org version 7.7 as you can already export the
210 timestamp from the preamble or the postamble.
211 (org-export-html-before-content-div): Delete variable.
212 (org-export-html-content-div): Obsolete variable as of 7.7.
213 (org-export-html-divs): New variable to define divs used in
214 HTML export.
215 (org-export-as-html): Now the preamble and the postamble are
216 surrounded by a <div ...>. The name of the div is defined through
217 `org-export-html-divs'.
218
219 2011-07-28 Bastien Guerry <bzg@gnu.org>
220
221 * org-table.el (org-table-eval-formula): Throw an error when
222 trying to replace complex range with invalid references.
223
224 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
225
226 * org-macs.el (org-with-limited-levels): Some functions, like
227 `org-back-to-heading', being deeply based on outline-mode, still
228 refer to `outline-regexp' instead of `org-outline-regexp'.
229
230 2011-07-28 Bastien Guerry <bzg@gnu.org>
231
232 * org.el (org-refile-get-targets): New optional argument
233 `excluded-entries' to exclude entries from the targets.
234 (org-refile-get-location): From an org-mode buffer, exclude
235 current heading and subheadings from the list of targets when
236 `org-refile-use-cache' is nil.
237
238 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
239
240 * org.el (org-imenu-get-tree): Headlines start at bol.
241
242 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
243
244 * ob-maxima.el: New file. Fixed self-proclaimed file name.
245
246 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
247
248 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
249 lists.
250
251 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
252
253 * org.el (org-kill-is-subtree-p): Matched string needs to start at
254 bol.
255
256 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
257
258 * org.el (org-paste-subtree, org-kill-is-subtree-p)
259 (org-yank-folding-would-swallow-text, org-yank-generic): Use
260 `org-with-limited-levels' macro.
261
262 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
263
264 * org-macs.el (org-with-limited-levels): Also modify, when
265 appropriate, `org-outline-regexp-at-bol'.
266
267 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
268
269 * org.el (org-timestamp-change): Some locales don't use the same
270 length for date abbreviations. Set a marker at origin in case
271 length of new timestamp is different.
272
273 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
274
275 * org.el (org-imenu-get-tree): Browse only true headlines.
276
277 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
278
279 * org-archive.el (org-archive-subtree): While it might be possible
280 to archive an headline of a temporary buffer (i.e. not visiting a
281 file), it wouldn't be really sensible.
282
283 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
284
285 * org-archive.el (org-extract-archive-file)
286 (org-extract-archive-heading, org-archive-subtree):
287 `buffer-file-name' is nil in an indirect buffer. Thus, use
288 `(buffer-file-name (buffer-base-buffer))', which will, in any
289 case, return the file name.
290
291 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
292
293 * org-capture.el (org-capture): If dired isn't loaded,
294 `dired-buffers' isn't defined, and %F will fail.
295
296 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
297
298 * ob-java.el (org-babel-execute:java): Don't create empty package
299 directories.
300
301 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
302
303 * ob-java.el: New file.
304
305 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
306
307 * ob.el (org-babel-execute-src-block): Replace call to defunct
308 function `org-babel-result-hash'.
309
310 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
311
312 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
313 lines and headers in `message-mode'.
314 (org-footnote-at-reference-p): Remove check for cited lines, this
315 is now handled by the previous function. Refactor.
316
317 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
318
319 * org-capture.el (org-capture): If no file is associated to
320 current buffer, check dired buffer and try to retreive a possibly
321 directory associated.
322
323 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
324
325 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
326 (not original) file buffer.
327
328 * ob.el (org-babel-current-result-hash): More informative name,
329 and remove useless optional argument.
330
331 2011-07-28 Bastien Guerry <bzg@gnu.org>
332
333 * org.el (org-refile-get-location): Exclude current heading from
334 the refile table.
335
336 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
337
338 * org-footnote.el (org-footnote-at-reference-p): Test if match is
339 in cited text, when replying to a message.
340 (org-footnote-new): Do not create a new footnote at bol, as it
341 might be seen as a definition.
342 (org-footnote-at-definition-p): Ignore definitions in forbidden
343 blocks, as it is already the case for references.
344
345 2011-07-28 Matt Lundin <mdl@imapmail.org>
346
347 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
348 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
349 have no effect).
350
351 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
352
353 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
354 into empty strings.
355
356 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
357
358 * org-list.el (org-list-insert-item): Actualize code comments.
359 (org-insert-item): For consistency, point cannot be moved at a
360 surprising place when the user is being asked to choose a new
361 description term to insert in the list. Point should stay where
362 the user called the command.
363
364 2011-07-28 Bastien Guerry <bzg@gnu.org>
365
366 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
367 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
368
369 2011-07-28 Bastien Guerry <bzg@gnu.org>
370
371 * org.el (org-outline-regexp-bol): New defconst.
372 (org-outline-level, org-set-font-lock-defaults, org-cycle)
373 (org-overview, org-content, org-flag-drawer)
374 (org-first-headline-recenter, org-insert-todo-heading)
375 (org-map-region, org-move-subtree-down, org-paste-subtree)
376 (org-kill-is-subtree-p, org-context-p, org-refile)
377 (org-refile-new-child, org-toggle-comment, org-todo)
378 (org-add-planning-info, org-add-log-setup, org-scan-tags)
379 (org-set-tags, org-insert-property-drawer)
380 (org-prepare-agenda-buffers, org-preview-latex-fragment)
381 (org-speed-command-default-hook, org-check-for-hidden)
382 (org-toggle-item, org-toggle-heading)
383 (org-indent-line-function, org-set-autofill-regexps)
384 (org-fill-paragraph, org-toggle-fixed-width-section)
385 (org-yank-generic, org-yank-folding-would-swallow-text)
386 (org-first-sibling-p, org-goto-sibling)
387 (org-goto-first-child, org-show-entry): Use
388 `org-outline-regexp' and `org-outline-regexp-bol'.
389
390 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
391
392 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
393 be checked for parent, not current headline. Also, this function
394 doesn't need to be interactive.
395
396 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
397
398 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
399 (org-apply-on-list, org-toggle-checkbox): Make markers point
400 nowhere when they have become useless.
401
402 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
403
404 * org-list.el (org-list-insert-item): When insertion point is in
405 some white line after the end of the list, remove all unnecessary
406 white lines there before proceeding. Also refactor a snippet of
407 code.
408
409 2011-07-28 Bastien Guerry <bzg@gnu.org>
410
411 * org-latex.el (org-export-latex-image-default-option): Change
412 default value.
413
414 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
415
416 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
417 correctly fontified when the buffer is missing a final newline.
418
419 2011-07-28 Bastien Guerry <bzg@gnu.org>
420
421 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
422 of an error if no argument is given.
423 (org-babel-parse-src-block-match): Make sure body is defined in
424 the let construct.
425
426 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
427
428 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
429 did not find includes with double quoted file names.
430
431 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
432
433 * org-footnote.el (org-footnote-normalize): Footnote section
434 should be inserted only if there are footnotes to insert.
435
436 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
437
438 * org-footnote.el (org-footnote-at-definition-p)
439 (org-footnote-normalize): Do not grab signature in the definition
440 of the last footnote.
441
442 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
443
444 * org-bibtex.el (org-babel-trim): Declare this function to the
445 compiler.
446 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
447 properties.
448
449 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
450
451 * org-exp.el (org-export-preprocess-string): Add the possibility
452 to call recursively the function. Also change order of some
453 function calls. Comment export process for footnotes.
454
455 * org-footnote.el (org-footnote-normalize): Change the export
456 specific parameter to hold properties of export. Thus, the
457 function can send every footnote definition in the buffer through
458 `org-export-process-string'.
459
460 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
461
462 * org-latex.el (org-export-latex-preprocess): First insert
463 footnotes in the temporary buffer so their contents can properly
464 be protected from further transformations if required.
465
466 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
467
468 * org-list.el (org-list-indent-offset): New variable.
469 (org-list-struct-fix-ind): Make use of the new variable.
470
471 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
472
473 * org-latex.el (org-export-latex-list-parameters): Complete
474 default value with cbtrans option.
475
476 * org-list.el (org-list-to-latex): Set a more consistent default
477 value.
478
479 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
480
481 * org-list.el (org-list-swap-items): Move it to a meaningful
482 position in source code (i.e. before any function using it), and
483 rename it to an easier name.
484
485 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
486
487 * org-list.el (org-list-separating-blank-lines-number): If there
488 are blank lines already in the whole list, add a blank line.
489
490 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
491
492 * org-list.el (org-list-use-circular-move): New variable.
493 (org-previous-item, org-next-item): Make use of the new variable.
494 (org-move-item-down, org-move-item-up): Make use of the new
495 variable. Simplify code.
496
497 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
498
499 * org-list.el (org-list-delete-item, org-list-send-item): New
500 functions.
501
502 2011-07-28 Bastien Guerry <bzg@gnu.org>
503
504 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
505 for custom bulk action functions.
506 (org-agenda-bulk-action): Use it.
507
508 2011-07-28 Bastien Guerry <bzg@gnu.org>
509
510 * org-latex.el (org-export-latex-quotes): New defcustom.
511 (org-export-latex-quotation-marks): Use it.
512
513 2011-07-28 Bastien Guerry <bzg@gnu.org>
514
515 * org-capture.el (org-capture-finalize): Bugfix about inserted
516 blank line when killing the capture buffer and
517 `org-blank-before-new-entry' tells to not insert anything before a
518 heading.
519
520 2011-07-28 Bastien Guerry <bzg@gnu.org>
521
522 * org-html.el (org-export-html-content-div): Rename from
523 `org-export-content-div'.
524 (org-export-as-html): Use new name.
525
526 2011-07-28 Bastien Guerry <bzg@gnu.org>
527
528 * org-latex.el (org-export-latex-header-defs-re): Delete.
529
530 2011-07-28 Bastien <bzg@gnu.org>
531
532 * org.el (org-last-set-property): New variable.
533 (org-read-property-name): Use the new variable: the prompt
534 defaults to the last property set, unless there is a property in
535 the line at point.
536
537 2011-07-28 David Maus <dmaus@ictsoc.de>
538
539 * org-capture.el (org-capture-before-finalize-hook)
540 (org-capture-after-finalize-hook, org-capture-mode-map)
541 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
542 consistently refer to capture, not remember.
543
544 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
545
546 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
547 "verbatim" results params.
548
549 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
550
551 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
552 "scalar".
553
554 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
555 "scalar".
556
557 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
558 synonym for "scalar".
559
560 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
561 "scalar".
562
563 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
564
565 * ob.el (org-babel-script-escape): Parse odd parens when nested
566 isnide lists.
567
568 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
569
570 * ob-clojure.el (org-babel-execute:clojure): No longer force
571 results into elisp if they don't naturally fit.
572
573 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
574
575 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
576 already parsed lisp results.
577
578 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
579
580 * org-list.el (org-plain-list-ordered-item-terminator): Remove
581 incorrect assumption.
582
583 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
584
585 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
586 exporter specific blocks.
587
588 * org-list.el (org-list-forbidden-blocks): Ditto.
589
590 2011-07-28 Bastien Guerry <bzg@gnu.org>
591
592 * org-latex.el (org-export-latex-tables): Bugfix: remove
593 properties from fields.
594
595 2011-07-28 Bastien Guerry <bzg@gnu.org>
596
597 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
598 to use `org-clock-timestamps-change'.
599
600 2011-07-28 Bastien Guerry <bzg@gnu.org>
601
602 * org.el (org-timestamp-up, org-timestamp-down): Mention time
603 changes in the docstring.
604
605 2011-07-28 Bastien Guerry <bzg@gnu.org>
606
607 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
608 to remove empty clock drawer.
609 (org-clock-out-hook): Add the new function as a hook.
610
611 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
612
613 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
614
615 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
616
617 * org.el (org-in-block-p): New function.
618
619 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
620 (org-footnote-in-valid-context-p): New function.
621 (org-footnote-at-reference-p): Use new function. Allow inline
622 footnotes to start at bol.
623
624 2011-07-28 Bastien Guerry <bzg@gnu.org>
625
626 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
627 (org-lparse-warn): Use it.
628
629 2011-07-28 Bastien Guerry <bzg@gnu.org>
630
631 * org-ascii.el (org-export-as-utf8): Fix call to
632 `org-called-interactively-p': it requires an argument. Also fix
633 the docstring.
634
635 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
636
637 * ob-lilypond.el (show-all): Declaring function from outline.el.
638 (org-babel-default-header-args:lilypond): Declared.
639 (ly-process-basic): Use the appropriate prefix for the temporary
640 file, and don't call a function from ob-dot.el.
641 (ly-version): Let-bind a free variable.
642
643 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
644
645 * ob-lilypond.el: New file.
646
647 2011-07-28 Bastien Guerry <bzg@gnu.org>
648
649 * org-publish.el
650 (org-publish-cache-file-needs-publishing): Only check against .org
651 files.
652
653 2011-07-28 Bastien Guerry <bzg@gnu.org>
654
655 * org.el (org-mode): Use `org-default' as the default face in
656 org-mode.
657
658 2011-07-28 Bastien Guerry <bzg@gnu.org>
659
660 * org-publish.el
661 (org-publish-cache-file-needs-publishing): Takes care of more
662 recently included files, returning `t' in case the file including
663 them needs to be republished.
664
665 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
666
667 * org-exp.el (org-export-preprocess-string): If the last subtree
668 is a task, footnotes may be removed along with the subtree. This
669 patch ensures footnotes are put at the end of the buffer after the
670 subtree has been removed.
671
672 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
673
674 * org-footnote.el (org-footnote-at-reference-p): Verify that what
675 looks like a footnote doesn't belong to a link.
676 (org-footnote-next-reference-or-definition): Check more strictly
677 footnote definitions.
678
679 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
680
681 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
682 language modes.
683
684 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
685
686 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
687 of the eoe string during session evaluation.
688
689 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
690
691 * ob-python.el (org-babel-python-evaluate-session): Enough
692 newlines to ensure a return when ":results output :session".
693
694 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
695
696 * ob-python.el (org-babel-python-evaluate-session): Introduced a
697 new local function for sending input with a slight delay to allow
698 pythong to re-draw the prompt. No longer removing newlines inside
699 code block bodies (was due to a defective regexp).
700
701 2011-07-28 Bastien Guerry <bzg@gnu.org>
702
703 * org-table.el (org-table-time-seconds-to-string): Use
704 `org-format-seconds' instead of `format-seconds'.
705
706 2011-07-28 David Maus <dmaus@ictsoc.de>
707
708 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
709 relative symlinks.
710
711 2011-07-28 David Maus <dmaus@ictsoc.de>
712
713 * org-latex.el (org-export-latex-preprocess): Use function
714 argument instead of dynamically scoped symbol.
715
716 2011-07-28 David Maus <dmaus@ictsoc.de>
717
718 * org-freemind.el (org-freemind-convert-links-helper)
719 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
720 (org-freemind-get-node-style): Use org-string-match-p for backward
721 compatibility with Emacs 22.
722
723 2011-07-28 David Maus <dmaus@ictsoc.de>
724
725 * org-html.el (org-export-html-protect-char-alist): Add missing
726 :group keyword in defcustom.
727
728 2011-07-28 David Maus <dmaus@ictsoc.de>
729
730 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
731 `kill-buffer' with argument indiciating to kill current
732 buffer. Emacs 22 compatibility.
733
734 2011-07-28 David Maus <dmaus@ictsoc.de>
735
736 * org-macs.el (org-without-partial-completion): Toggle
737 partial-completion-mode only if it is turned on.
738
739 2011-07-28 Bastien Guerry <bzg@gnu.org>
740
741 * org.el (org-add-planning-info): Fix issues with timestamps not
742 being inserted at the same position.
743
744 2011-07-28 Bastien Guerry <bzg@gnu.org>
745
746 * org-table.el (org-table-time-string-to-seconds)
747 (org-table-time-seconds-to-string): New functions.
748 (org-table-eval-formula): Implement the "T" (time) flag for
749 computing durations.
750
751 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
752
753 * org.el (org-modules): Add org-lparse and org-odt as contrib
754 modules.
755
756 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
757
758 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
759 lines.
760 (org-additional-option-like-keywords): Include data as a synonym
761 for results.
762
763 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
764
765 * ob.el (org-babel-sha1-hash): Improving code layout and removing
766 export-variable headers in cache sha1.
767
768 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
769
770 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
771 rescan all IDs when trying to resolve a reference.
772
773 2011-07-28 Julien Barnier <julien@nozav.org>
774
775 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
776 blocks lang attribute.
777
778 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
779
780 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
781 option to allow different markup for inactive timestamps.
782
783 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
784
785 * ob-org.el (org-babel-expand-body:org): Implemented this
786 function, only action is to expand variables.
787 (org-babel-execute:org): Uses the new body-expansion function.
788
789 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
790
791 * org-list.el (org-list-full-item-re): Allow counter and check-box
792 to be separated by white spaces.
793 (org-list-struct-apply-struct): Reflect changes made to
794 `org-list-full-item-re'.
795
796 * org-html.el (org-html-export-list-line): Recognize spaces
797 between counter and check-boxes as valid.
798
799 * org-docbook.el (org-export-docbook-list-line): Ditto.
800
801 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
802
803 * org-list.el (org-list-insert-item): Make sure point is moved to
804 the specified POS before starting the function.
805
806 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
807
808 * org.el (org-activate-footnote-links): Properly fontify inline
809 footnotes.
810 (org-set-font-lock-defaults): Apply changes to previous function.
811
812 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
813
814 * org-footnote.el (org-footnote-at-reference-p): First check if
815 point is at the beginning of a footnote. Indeed `org-in-regexp'
816 first checks backwards and might find an incorrect footnote if
817 they are side-by-side.
818
819 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
820
821 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
822 (org-agenda-block-separator): Add nil to docstring and customization.
823 (org-prepare-agenda): Skip agenda block separator additionally if
824 `org-agenda-block-separator' is nil.
825 (org-agenda-overriding-header): Improve docstring.
826
827 2011-07-28 Bastien Guerry <bzg@gnu.org>
828
829 * org.el (org-set-tags): Remove useless
830 `org-without-partial-completion'.
831
832 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
833
834 * org-footnote.el (org-fill-paragraph): Declare function for the
835 compiler.
836
837 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
838
839 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
840
841 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
842
843 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
844 to appease compiler.
845
846 2011-07-28 Michael Markert <markert.michael@googlemail.com>
847
848 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
849 all `org-called-interactively-p' function invocations.
850
851 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
852 to all `org-called-interactively-p' function invocations.
853 (org-agenda-show-1): Adding optional argument KIND to all
854 `org-called-interactively-p' function invocations.
855 (org-agenda-set-tags): Adding optional argument KIND to all
856 `org-called-interactively-p' function invocations.
857
858 * org-ascii.el (org-export-as-latin1): Adding optional argument
859 KIND to all `org-called-interactively-p' function invocations.
860 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
861 all `org-called-interactively-p' function invocations.
862 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
863 `org-called-interactively-p' function invocations.
864 (org-export-region-as-ascii): Adding optional argument KIND to all
865 `org-called-interactively-p' function invocations.
866
867 * org-docbook.el (org-export-region-as-docbook): Adding optional
868 argument KIND to all `org-called-interactively-p' function
869 invocations.
870
871 * org-html.el (org-export-region-as-html): Adding optional
872 argument KIND to all `org-called-interactively-p' function
873 invocations.
874
875 * org-latex.el (org-export-region-as-latex): Adding optional
876 argument KIND to all `org-called-interactively-p' function
877 invocations.
878
879 * org-table.el (org-table-blank-field): Adding optional argument
880 KIND to all `org-called-interactively-p' function invocations.
881 (org-table-current-column): Adding optional argument KIND to all
882 `org-called-interactively-p' function invocations.
883 (org-table-current-dline): Adding optional argument KIND to all
884 `org-called-interactively-p' function invocations.
885 (org-table-sort-lines): Adding optional argument KIND to all
886 `org-called-interactively-p' function invocations.
887 (org-table-sum): Adding optional argument KIND to all
888 `org-called-interactively-p' function invocations.
889 (org-table-rotate-recalc-marks): Adding optional argument KIND to
890 all `org-called-interactively-p' function invocations.
891 (org-table-eval-formula): Adding optional argument KIND to all
892 `org-called-interactively-p' function invocations.
893 (orgtbl-send-table): Adding optional argument KIND to all
894 `org-called-interactively-p' function invocations.
895
896 * org.el (org-mode): Adding optional argument KIND to all
897 `org-called-interactively-p' function invocations.
898 (org-copy-subtree): Adding optional argument KIND to all
899 `org-called-interactively-p' function invocations.
900 (org-paste-subtree): Adding optional argument KIND to all
901 `org-called-interactively-p' function invocations.
902 (org-store-link): Adding optional argument KIND to all
903 `org-called-interactively-p' function invocations.
904 (org-todo): Adding optional argument KIND to all
905 `org-called-interactively-p' function invocations.
906 (org-occur): Adding optional argument KIND to all
907 `org-called-interactively-p' function invocations.
908
909 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
910
911 * org-footnote.el (org-footnote-action): Offer to create
912 definition when none is found.
913
914 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
915
916 * org-footnote.el (org-footnote-re): Avoid matching inactive
917 time-stamps or check-box cookies.
918 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
919
920 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
921
922 * org-exp.el (org-export-preprocess-string): If the last subtree
923 is commented, footnotes inserted during normalizing at the end of
924 the buffer may get deleted. This patch ensures deletion comes
925 first, normalization second.
926
927 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
928
929 * org-exp.el (org-export-footnotes-data): Change docstring.
930 (org-export-footnotes-seen): Rename from
931 org-export-footnotes-markers.
932
933 * org-ascii.el (org-export-as-ascii): Apply change.
934
935 * org-docbook.el (org-export-as-docbook): Apply change.
936
937 * org-footnote.el (org-footnote-normalize): Apply change.
938
939 * org-html.el (org-export-as-html): Apply change.
940
941 * org-latex.el (org-export-as-latex): Apply change.
942
943 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
944
945 * org-latex.el (org-export-latex-preprocess): Rely on
946 `org-export-footnotes-markers' to retreive definition of the
947 current footnote during export.
948
949 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
950
951 * org-footnote.el (org-footnote-normalize): Remember footnotes
952 seen so far by the exporter when choosing the new marker.
953
954 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
955
956 * org-footnote.el (org-footnote-normalize): Make use of
957 `org-footnote-insert-pos-for-preprocessor'.
958
959 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
960
961 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
962 property to footnote markers when preparing for exportation.
963
964 * org-html.el (org-export-as-html): Read new property to decide
965 when to export a footnote.
966
967 * org-docbook.el (org-export-as-docbook): Read new property to
968 decide when to export a footnote.
969
970 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
971 column 0 cannot end a list containing it by adding
972 `original-indentation' property to it.
973
974 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
975
976 * org-exp.el (org-export-preprocess-string): Normalize footnotes
977 before marking lists ending.
978
979 * org-latex.el (org-export-latex-preprocess): Work with labels as
980 strings and not as numbers.
981
982 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
983
984 * org-docbook.el (org-export-docbook-footnote-separator): New
985 variable.
986 (org-export-as-docbook): Add a separator between footnotes.
987
988 * org-html.el (org-export-html-footnote-separator): New variable.
989 (org-export-as-html): Add a separator between footnotes.
990
991 * org-latex.el (org-export-latex-footnote-separator): New
992 variable.
993 (org-export-latex-preprocess): Add a separator between footnotes.
994
995 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
996
997 * org-exp.el (org-export-footnotes-markers)
998 (org-export-footnotes-data): New variables.
999 (org-export-preprocess-string): Use a more explicit argument.
1000
1001 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1002
1003 * org-footnote.el (org-footnote-goto-definition): Now, determining
1004 if point is at a footnote reference is entirely determined by
1005 `org-footnote-at-reference-p'. No need to check if pattern isn't
1006 at beginning of the line elsewhere.
1007
1008 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1009
1010 * org-footnote.el (org-footnote-next-reference-or-definition): New
1011 function.
1012
1013 * org.el (org-activate-footnote-links): Activate the whole
1014 footnote, but only fontify its label.
1015
1016 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1017
1018 * org-footnote.el (org-footnote-normalize): Make use of changes to
1019 `org-footnote-at-reference-p' and creation of various functions..
1020 Also comment code.
1021 (org-footnote-get-next-reference, org-footnote-delete-references)
1022 (org-footnote-delete-definitions): New functions.
1023 (org-footnote-goto-previous-reference, org-footnote-all-labels)
1024 (org-insert-footnote-reference-near-definition, org-footnote-delete):
1025 Rewrite to use org-footnote-get-next-reference.
1026
1027 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1028
1029 * org-footnote.el (org-footnote-re): Don't end an inline footnote
1030 at unrelated closing square brackets.
1031 (org-footnote-at-reference-p): Improve accuracy of the function to
1032 determine if point is at a reference and to extract definition of an
1033 inline footnote.
1034 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
1035 (org-footnote-auto-adjust-maybe): Make use of previous function.
1036
1037 2011-07-28 Bastien Guerry <bzg@gnu.org>
1038
1039 * org.el (org-deadline, org-schedule):
1040 keep warning cookie when rescheduling/redeadlining.
1041 (org-time-stamp): Fix problem with warning cookie.
1042
1043 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1044
1045 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
1046 clojure source into elisp source.
1047
1048 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1049
1050 * ob.el (org-babel-script-escape): Treats {} in the same manner as
1051 [] and allows for forcing string conversion.
1052
1053 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1054
1055 * org-exp.el (org-export-select-backend-specific-text): Strip
1056 protective commas from literal code blocks.
1057
1058 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1059
1060 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
1061
1062 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1063
1064 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
1065 own function.
1066 (org-babel-ref-headline-body): Split out into its own function.
1067 (org-babel-ref-resolve): Using new functions, and alignment.
1068
1069 * ob.el (org-babel-ref-goto-headline-id): Declare function.
1070 (org-babel-ref-headline-body): Declare function.
1071 (org-babel-expand-noweb-references): Now expands noweb references to
1072 headlines during expansion.
1073
1074 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1075
1076 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
1077 headlines by either global or custom id, in which case the
1078 contents of the headline are returned literally.
1079
1080 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1081
1082 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
1083 verbatim emphasis.
1084 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
1085 lines.
1086
1087 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1088
1089 * org-list.el (org-cycle-item-indentation): Cycling back to
1090 original position deleted any additional information in the item,
1091 like a counter or a tag.
1092
1093 2011-07-28 Pieter Praet <pieter@praet.org>
1094
1095 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
1096 (org-decrypt-entry): Before decrypting, check whether
1097 `auto-save-mode' is enabled for the current buffer, and act on it
1098 according to how `org-crypt-disable-auto-save' is set. Remove
1099 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
1100 check for `auto-save-default'.
1101
1102 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1103
1104 * ob.el (org-babel-merge-params): Ensure variable parameters are
1105 not reversed.
1106
1107 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1108
1109 * ob.el (org-babel-insert-result): Fix results insertion for
1110 inline blocks which happen to start a line.
1111
1112 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1113
1114 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
1115 if a call line is commented.
1116
1117 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
1118
1119 * org.el (org-read-property-name): Propose default property name.
1120
1121 2011-07-28 Achim Gratz <stromeko@nexgo.de>
1122
1123 * org.el (org-log-into-drawer): Correct typo.
1124
1125 * org-clock.el (org-clock-into-drawer): New function to change the
1126 location of clock events based on properties CLOCK_INTO_DRAWER or,
1127 as fallback, LOG_INTO_DRAWER, like it is already possible for
1128 state change logs.
1129
1130 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
1131 let clause to bind `org-clock-into-drawer' to result of function
1132 eval.
1133
1134 * org-clock.el (org-clock-find-position): Add statement to let
1135 clause to bind `org-clock-into-drawer' to result of function eval,
1136 change let to let* since the binding is used later in the same
1137 clause.
1138
1139 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1140
1141 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
1142 we can use flet.
1143
1144 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1145
1146 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
1147 non-inline call lines.
1148
1149 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1150
1151 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
1152 call_ blocks which aren't whitespace padded.
1153
1154 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1155
1156 * ob.el (org-babel-merge-params): Do not reverse variable order,
1157 and be sure to increment variable index as appropriate.
1158
1159 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1160
1161 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
1162 successfully match optional trailing header arguments in square
1163 brackets.
1164 (org-babel-lob-get-info): Updated to match the new regexp.
1165
1166 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1167
1168 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
1169 then allow them to be so.
1170
1171 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1172
1173 * ob.el (org-babel-merge-params): If variables are not named they
1174 are assigned in order.
1175
1176 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1177
1178 * ob.el: Remove code comment about online documentation.
1179
1180 * ob-exp.el: Remove code comment about online documentation.
1181
1182 * ob-lob.el: Remove code comment about online documentation.
1183
1184 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1185
1186 * org-exp.el (org-export-format-source-code-or-example): Fix
1187 signature of org-<backend>-format-source-code-or-example function.
1188
1189 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1190
1191 * ob.el (org-babel-sha1-hash): Replace call to
1192 called-interactively-p with backwards-compatible interactive-p.
1193
1194 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1195
1196 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
1197 replacement of inline call blocks with their results.
1198
1199 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1200
1201 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
1202 trailing space ensures that the insertion of the results looks
1203 nice.
1204
1205 * ob.el (org-babel-insert-result): Insert inline lob line results
1206 as inline results.
1207
1208 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1209
1210 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
1211 appropriately given the style (block or inline) of the lob line.
1212
1213 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
1214 specific for block lob lines.
1215 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
1216 inline lob lines.
1217 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
1218 (org-babel-lob-get-info): Return info from *either* the block or
1219 inline lob lines.
1220
1221 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1222
1223 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
1224 structure of the resulting info list.
1225
1226 * ob-lob.el (org-babel-default-lob-header-args): Export the
1227 results of call lines by default.
1228
1229 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
1230
1231 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
1232 property based on the ID property of the org entry to the first
1233 character of the diary entry.
1234
1235 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1236
1237 * org-footnote.el
1238 (org-footnote-insert-pos-for-preprocessor): New variable.
1239 (org-footnote-normalize): Use it.
1240
1241 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1242
1243 * org-exp.el (org-export-format-source-code-or-example):
1244 Simplify. Also add `org-native-text' as a text property to the
1245 formatted text and throw error for unknown backends.
1246
1247 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1248
1249 * org-exp.el (org-export-format-source-code-or-example): Add
1250 support for: - custom formatters for existing backends - seamless
1251 plugging in of new backends.
1252
1253 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1254
1255 * org-exp.el (org-export-backends): New variable.
1256 (org-export-select-backend-specific-text): Use above
1257 variable. Also mark text between #+BACKEND and
1258 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
1259 This text property is currently used only by the new line-oriented
1260 generic exporter (which is not yet part of the repo).
1261
1262 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1263
1264 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
1265 OpenDocumentText export and bind them to `org-export-as-odt' and
1266 `org-export-as-odt-and-open'.
1267
1268 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1269
1270 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
1271 mode.
1272
1273 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1274
1275 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
1276 lists before reading into emacs-lisp.
1277
1278 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1279
1280 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
1281
1282 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
1283
1284 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
1285
1286 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
1287
1288 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
1289
1290 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
1291
1292 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
1293
1294 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
1295
1296 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
1297
1298 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
1299
1300 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
1301
1302 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
1303
1304 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1305
1306 * ob-awk.el: New file.
1307
1308 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1309
1310 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
1311 ":results verbatim".
1312
1313 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1314
1315 * org-agenda.el (org-float): Aliases for `diary-float'.
1316
1317 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1318
1319 * ob-python.el (org-babel-python-evaluate-session): Send
1320 comint-send-input after every line when interacting with an
1321 interactive python process.
1322
1323 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1324
1325 * org-list.el (org-reset-checkbox-state-subtree): Make the command
1326 more robust, and correctly update check-boxes in the whole
1327 sub-tree.
1328 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
1329 when walking a subtree.
1330 (org-update-checkbox-count-maybe): Add an optional argument passed to
1331 org-update-checkbox-count.
1332
1333 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
1334
1335 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
1336
1337 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1338
1339 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
1340 ":results scalar" header argument combination.
1341
1342 2011-07-28 Dan Davison <dandavison7@gmail.com>
1343
1344 * org-src.el: Append a space character to copied text so that the
1345 final text property change is picked up correctly.
1346
1347 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1348
1349 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
1350 to org-babel-tangle.
1351 (org-babel-tangle): Now when called with a prefix argument, only the
1352 current code block is tangled.
1353
1354 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1355
1356 * org-list.el (org-list-parse-list): Replace transitional
1357 check-boxes with "[CBTRANS]" string during parsing.
1358 (org-list-to-generic): Use the new property `:cbtrans' to configure
1359 export string for transitional check-boxes.
1360
1361 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1362
1363 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1364 Use stable internal `org-anniversary' instead of
1365 diary-anniversary.
1366 (org-class): New function.
1367 (org-diary-class): Use `org-class'.
1368 (org-anniversary, org-cyclic, org-date, org-block): New functions.
1369
1370 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1371
1372 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
1373 of header argument names.
1374
1375 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1376
1377 * ob.el (org-babel-expand-noweb-references): Concatenating all
1378 bodies with the appropriate name or :noweb-ref header argument.
1379
1380 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1381
1382 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
1383 work also when #+begin line is indentex.
1384
1385 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1386
1387 * ob.el (org-babel-src-block-regexp): Babel: code block may have
1388 empty bodies.
1389
1390 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1391
1392 * org-macs.el (org-without-partial-completion): Avoid calling by
1393 name a function unknown to the compiler but explicitly checked by
1394 program logic.
1395
1396 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1397
1398 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
1399 function.
1400 (org-agenda-later): Declaring previously unknown function.
1401 (org-agenda-mode-map): Declaring previously unknown variable.
1402
1403 * org.el (org-read-date-analyze): Explicitly ignore the return
1404 value of a function.
1405
1406 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1407
1408 * org-agenda.el (org-agenda-mode): Globally replace
1409 buffer-substring-filters with filter-buffer-substring-functions.
1410
1411 * org-indent.el (org-indent-mode): Globally replace
1412 buffer-substring-filters with filter-buffer-substring-functions.
1413
1414 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1415
1416 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
1417 #'(λ...).
1418
1419 * org-attach.el: Replacing '(λ...) with #'(λ...).
1420 (org-attach-commit): Replacing '(λ...) with #'(λ...).
1421
1422 * org-exp.el: Replacing '(λ...) with #'(λ...).
1423 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
1424
1425 * org-html.el: Replacing '(λ...) with #'(λ...).
1426 (org-export-as-html): Replacing '(λ...) with #'(λ...).
1427
1428 * org-mouse.el: Replacing '(λ...) with #'(λ...).
1429 (org-mouse-popup-global-menu): Replacing '(λ...) with
1430 (org-mode-hook): Replacing '(λ...) with #'(λ...).
1431 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
1432
1433 * org-src.el: Replacing '(λ...) with #'(λ...).
1434 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
1435
1436 * org-table.el: Replacing '(λ...) with #'(λ...).
1437 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
1438
1439 * org.el: Replacing '(λ...) with #'(λ...).
1440 (org-confirm-shell-link-function): Replacing '(λ...) with
1441 (org-category): Replacing '(λ...) with #'(λ...).
1442
1443 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1444
1445 * org.el (mailcap-parse-mailcaps): Declaring functions used by
1446 `org-open-file'.
1447 (mailcap-extension-to-mime): Declaring functions used by
1448 `org-open-file'.
1449 (mailcap-mime-info): Declaring functions used by `org-open-file'.
1450
1451 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1452
1453 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
1454 function `interactive-p'.
1455 (org-agenda-show-1): Replacing call to now-defunct function
1456 `interactive-p'.
1457 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
1458
1459 * org-ascii.el: Replacing call to now-defunct function
1460 `interactive-p'.
1461 (org-export-as-latin1): Replacing call to now-defunct function
1462 `interactive-p'.
1463 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
1464 function `interactive-p'.
1465 (org-export-as-utf8): Replacing call to now-defunct function
1466 `interactive-p'.
1467 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
1468 `interactive-p'.
1469 (org-export-region-as-ascii): Replacing call to now-defunct
1470 function `interactive-p'.Replacing call to now-defunct function
1471 `interactive-p'.
1472
1473 * org-docbook.el: Replacing call to now-defunct function
1474 `interactive-p'.
1475 (org-export-region-as-docbook): Replacing call to now-defunct
1476 function `interactive-p'.Replacing call to now-defunct function
1477 `interactive-p'.
1478
1479 * org-html.el: Replacing call to now-defunct function
1480 `interactive-p'.
1481 (org-export-region-as-html): Replacing call to now-defunct
1482 function `interactive-p'.Replacing call to now-defunct function
1483 `interactive-p'.
1484
1485 * org-latex.el: Replacing call to now-defunct function
1486 `interactive-p'.
1487 (org-export-region-as-latex): Replacing call to now-defunct
1488 function `interactive-p'.Replacing call to now-defunct function
1489 `interactive-p'.
1490
1491 * org-macs.el: Replacing call to now-defunct function
1492 `interactive-p'.
1493 (org-called-interactively-p): Replacing call to now-defunct
1494 function `interactive-p'.Replacing call to now-defunct function
1495 `interactive-p'.
1496
1497 * org-table.el: Replacing call to now-defunct function
1498 `interactive-p'.
1499 (org-table-blank-field): Replacing call to now-defunct function
1500 `interactive-p'.
1501 (org-table-current-column): Replacing call to now-defunct function
1502 `interactive-p'.Replacing call to now-defunct function
1503 `interactive-p'.
1504 (org-table-current-dline): Replacing call to now-defunct function
1505 `interactive-p'.Replacing call to now-defunct function
1506 `interactive-p'.
1507 (org-table-sort-lines): Replacing call to now-defunct function
1508 `interactive-p'.
1509 (org-table-sum): Replacing call to now-defunct function
1510 `interactive-p'.
1511 (org-table-rotate-recalc-marks): Replacing call to now-defunct
1512 function `interactive-p'.
1513 (org-table-eval-formula): Replacing call to now-defunct function
1514 `interactive-p'.
1515 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
1516
1517 * org.el: Replacing call to now-defunct function `interactive-p'.
1518 (org-mode): Replacing call to now-defunct function
1519 `interactive-p'.
1520 (org-copy-subtree): Replacing call to now-defunct function
1521 `interactive-p'.
1522 (org-paste-subtree): Replacing call to now-defunct function
1523 `interactive-p'.
1524 (org-store-link): Replacing call to now-defunct function
1525 `interactive-p'.
1526 (org-todo): Replacing call to now-defunct function `interactive-p'.
1527 (org-occur): Replacing call to now-defunct function `interactive-p'.
1528
1529 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1530
1531 * ob-R.el (ess-local-process-name): This variable wasn't known to
1532 be defined.
1533
1534 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
1535 group specified.
1536
1537 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
1538 known to be defined.
1539 (org-babel-tangle-combine-named-blocks): Roll my own version of a
1540 forbidden common lisp function.
1541
1542 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
1543 called-interactively.
1544
1545 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1546
1547 * org-latex.el (org-export-latex-tables): Check for the
1548 "multiline" option and set the `floatp' option to true when
1549 multicolumn tables are requested.
1550
1551 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1552
1553 * org-html.el (org-export-as-html, org-html-level-start): Only
1554 convert section number underscores to dashes.
1555
1556 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1557
1558 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
1559 `days-to-time, converting relative to 1 BC, while the code assumed
1560 it would return a time relative to 1970.
1561
1562 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1563
1564 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
1565 inserting newlines between appended code blocks.
1566
1567 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1568
1569 * ob-exp.el: We may no longer need to export names along with code
1570 blocks.
1571
1572 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1573
1574 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
1575 balanced nested begin/end blocks in block bodies.
1576
1577 2011-07-28 Dan Davison <dandavison7@gmail.com>
1578
1579 * org-latex.el: Add -shell-escape to pdflatex commands.
1580
1581 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1582
1583 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
1584 combination can now take a number of values.
1585 (org-babel-tangle-combine-named-blocks): More sophisticated block
1586 combination behavior.
1587
1588 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1589
1590 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
1591 to turn on the combination of code blocks of the same name.
1592 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
1593 name.
1594
1595 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1596
1597 * ob-ruby.el (xmp): Declaring this function to appease the
1598 compiler.
1599 (org-babel-execute:ruby): "xmp" result option for outputting
1600 annotated source code.
1601
1602 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
1603
1604 * org-list.el (org-list-to-latex): The enumerate environment in
1605 latex increments the counter before using it. Therefore, org-mode
1606 should set the enumeration counter to the desired value minus one.
1607
1608 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
1609
1610 * org.el (org-toggle-heading): More comments and fix number of
1611 stars when toggling from list items.
1612
1613 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
1614
1615 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
1616 effort that is accepted by `org-duration-string-to-minutes´.
1617
1618 2011-07-28 Julien Barnier <julien@nozav.org>
1619
1620 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
1621 wait until previous line execution is finished.
1622
1623 * ob-comint.el (org-babel-comint-with-output): When looking for
1624 end-of-evaluation indicator, search forward for the indicator
1625 before searching forward for the prompt.
1626
1627 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1628
1629 * org-entities.el (org-entities): Fix HTML entity for degree.
1630
1631 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1632
1633 * org.el (org-auto-align-tags): Change docstring.
1634 (org-update-parent-todo-statistics): Keep tags aligned even when
1635 statistics cookies are shifting them.
1636
1637 * org-list.el (org-update-checkbox-count): Keep tags aligned even
1638 when statistics cookies are shifting them.
1639
1640 2011-07-28 Lawrence Mitchell <wence@gmx.li>
1641
1642 * ob.el (org-babel-sha1-hash): Don't modify info argument by
1643 side-effect when sorting result-params list.
1644
1645 2011-07-28 Lawrence Mitchell <wence@gmx.li>
1646
1647 * ob.el (org-babel-result-regexp): Use non-shy group around
1648 `org-babel-data-names'.
1649
1650 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1651
1652 * org.el (org-insert-link): Set truncate-line in the *Org Link*
1653 buffer and make sure that it really is set there.
1654
1655 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1656
1657 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
1658 changing how/if the current directory is represented to lisp code.
1659 (org-babel-execute:lisp): More general handling of the default
1660 directory value.
1661
1662 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1663
1664 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
1665 *default-pathname-defaults* to either the value of the :dir header
1666 argument or the directory of the containing Org-mode file.
1667
1668 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1669
1670 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
1671 just aesthetic.
1672
1673 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
1674
1675 * org.el (org-mode-flyspell-verify): This is useful when using
1676 flyspell with a non-English dictionary, or if some of your
1677 keywords are in another language.
1678
1679 2011-07-28 David Maus <dmaus@ictsoc.de>
1680
1681 * org-exp.el (org-export): Use new compatibility function
1682 `org-activate-mark'.
1683
1684 * org-compat.el (org-activate-mark): New function. Provide
1685 `activate-mark' if not present (e.g. Emacs 22).
1686
1687 2011-07-28 David Maus <dmaus@ictsoc.de>
1688
1689 * org-table.el (org-table-follow-field-mode): Declare variable to
1690 keep byte compiler happy.
1691
1692 2011-07-28 David Maus <dmaus@ictsoc.de>
1693
1694 * org-footnote.el (org-id-uuid): Declare function, silence byte
1695 compiler.
1696
1697 2011-07-28 David Maus <dmaus@ictsoc.de>
1698
1699 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
1700 run-time, compare downcased strings.
1701
1702 2011-07-28 David Maus <dmaus@ictsoc.de>
1703
1704 * org-bibtex.el (org-id-locations): Declare variable to silence
1705 byte compiler.
1706
1707 2011-07-28 David Maus <dmaus@ictsoc.de>
1708
1709 * org-id.el (org-id-locations): Fix docstring, remove reference to
1710 non-existent option.
1711
1712 2011-07-28 David Maus <dmaus@ictsoc.de>
1713
1714 * org.el (org-self-insert-command): Use `delete-char' instead of
1715 `delete-backward-char'.
1716
1717 * org-table.el (orgtbl-self-insert-command): Ditto.
1718
1719 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1720
1721 * org-latex.el (org-export-latex-special-chars): Save match data
1722 when checking for table.el table.
1723
1724 2011-07-28 David Maus <dmaus@ictsoc.de>
1725
1726 * org.el (org-re-property): Move before its first use.
1727
1728 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1729
1730 * org-latex.el (org-export-latex-preprocess): Add
1731 `original-indentation' property to footnotes so they cannot
1732 possibly end a list by being less indented than the item they
1733 belong to.
1734
1735 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1736
1737 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
1738 in `progn'.
1739 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
1740 to swank.
1741
1742 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1743
1744 * org-clock.el (org-clocktable-write-default): Implement adding
1745 property columns to the clock table.
1746
1747 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1748
1749 * org.el (org-toggle-item): Move parenthesis to correct location.
1750
1751 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1752
1753 * org.el (org-default-priority):
1754 (org-priority-start-cycle-with-default): Improve docstring.
1755 (org-priority): Throw error when priority is out of range.
1756
1757 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1758
1759 * org.el (org-self-insert-command): Catch the case of
1760 `buffer-undo-list' eq t.
1761
1762 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1763
1764 * org.el (org-toggle-heading): Region should be considered as made
1765 of full lines, without the last one if region-end is at bol.
1766 Removed unused variables. Refactored and commented code.
1767
1768 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1769
1770 * org.el (org-toggle-item): When region includes an headline less
1771 indented than first one, set it as the new reference.
1772
1773 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1774
1775 * org-list.el (org-list-to-subtree): If the list is before first
1776 heading and `org-odd-levels-only' is non-nil, the first item gets
1777 two stars instead of one.
1778
1779 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
1780 `org-odd-levels-only' non-nil.
1781
1782 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1783
1784 * org.el (org-toggle-item): Converting an heading to an item would
1785 sometimes insert unnecessary spaces before it, and unwanted space
1786 with `org-indent-mode' on. Changing some text into an item
1787 wouldn't always preserve indentation.
1788
1789 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1790
1791 * org-capture.el (org-capture-current-plist): Improve docstring.
1792 (org-capture-put): Add docstring.
1793 (org-capture-get): Add docstring.
1794 (org-capture-member): Add LOCAL argument. Add docstring.
1795 (org-capture-set-target-location): Store the time received from a
1796 date prompt into the :prompt-time property.
1797
1798 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1799
1800 * org-exp.el (org-export-mark-list-properties): Even if context is
1801 invalid, mark list item with `list-context' property.
1802
1803 * org-list.el (org-list-forbidden-blocks): Add exporters specific
1804 blocks to the list of forbidden blocks.
1805
1806 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1807
1808 * org-list.el (org-sort-list): Function tries to intern
1809 getkey-func before it is defined, so it's always nil.
1810
1811 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1812
1813 * org.el (org-babel-load-languages): Adding ob-awk to the list of
1814 executable languages.
1815
1816 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1817
1818 * org-table.el (org-table-get-field): Make sure the new field
1819 content is at least one space character.
1820
1821 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1822
1823 * org-crypt.el: Check for `daemonp' before using it.
1824
1825 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1826
1827 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
1828 :stdin header argument.
1829 (org-babel-execute:sh): Use the :stdin header argument.
1830 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
1831 new sub-function.
1832 (org-babel-sh-var-to-string): New function for converting elisp
1833 values to strings that make sense for parsing with sh.
1834 (org-babel-sh-evaluate): Adding "stdin" option to session and
1835 external evaluation options.
1836
1837 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
1838
1839 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
1840 function.
1841 (org-export-format-source-code-or-example): Call
1842 `org-remove-formatting-on-newlines-in-region'.
1843
1844 2011-07-28 David Maus <dmaus@ictsoc.de>
1845
1846 * org.el (org-entry-put): Prevent adding of extra space to value
1847 if property already exists.
1848
1849 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1850
1851 * org-html.el (org-export-as-html): Don't expand non-data lines of
1852 table.el tables.
1853 (org-html-expand): Removed the (buggy) test for non-data lines
1854 in table.el tables. The test is now done as part of
1855 org-export-as-html.
1856 (org-format-table-table-html-using-table-generate-source):
1857 Added test for spanning of cells in table.el tables using
1858 table.el's own library routine. Optionlly Suppress export of
1859 simple table.el tables.
1860 (org-format-table-html): Removed the (buggy) test for spanned
1861 table.el tables. The test is now done as part of
1862 org-format-table-table-html-using-table-generate-source.
1863
1864 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1865
1866 * org-latex.el (org-export-latex-special-chars): Do nothing in
1867 table.el tables.
1868
1869 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1870
1871 * org-capture.el (org-capture): Ignore errors when creating a
1872 link.
1873
1874 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
1875
1876 * org-exp.el (org-export-define-heading-targets): Use dash instead
1877 of underscore to make labels valid.
1878
1879 2011-07-28 Dan Davison <dandavison7@gmail.com>
1880
1881 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
1882 is written to the results file before Emacs notices that the file
1883 exists.
1884
1885 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1886
1887 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
1888 defined locally on my system, but not globally in Emacs.
1889
1890 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1891
1892 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
1893 generate code block output.
1894 (org-babel-exp-code): Re-create the code block body for exporting
1895 source code.
1896
1897 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1898
1899 * org.el (org-read-date): Bury Calendar buffer after using it for
1900 selecting a date.
1901
1902 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1903
1904 * org-list.el (org-list-separating-blank-lines-number): Fix
1905 confusion between point and item beginning. Now, if no
1906 information is available, truly follow user preference when it
1907 inserts blank lines manually.
1908 (org-list-insert-item): Send correct argument to the preceding
1909 function.
1910
1911 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1912
1913 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
1914 newline inside of the code block body.
1915
1916 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
1917
1918 * ob.el: Avoid spurious matches to literal.
1919
1920 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1921
1922 * org.el (org-indent-line-function): Don't include #+include
1923 lines.
1924
1925 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1926
1927 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
1928 org-babel-check-src-block.
1929
1930 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
1931 (org-babel-edit-distance): Returns the edit distance of two
1932 strings.
1933 (org-babel-check-src-block): Check a code block for errors.
1934
1935 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1936
1937 * org-capture.el (org-capture-templates): Fix bug in customization
1938 setup.
1939
1940 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1941
1942 * org-table.el
1943 (org-table-exit-follow-field-mode-when-leaving-table): New option.
1944 (org-table-check-inside-data-field): New optional argument
1945 `noerror'. When set, the function will only return nil instead of
1946 throwing an error.
1947 (org-table-edit-field): Interpret double prefix argument, and improve
1948 the properties of the editing window.
1949 (org-table-follow-field-mode): New minor mode.
1950 (org-table-follow-fields-with-editor): New function.
1951
1952 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1953
1954 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
1955 first, then check if timestamps cause exclusion.
1956
1957 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
1958 if timestamps cause exclusion.
1959
1960 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1961
1962 * org-list.el (org-list-full-item-re): Allow description term to
1963 have a newline character after the colons.
1964
1965 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1966
1967 * org-list.el (org-sort-list): No longer ignore with-case
1968 argument: the function sorted case-sensitively, regardless of
1969 argument.
1970
1971 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1972
1973 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
1974
1975 * ob.el (org-babel-data-names): Configurable list of names of
1976 data.
1977 (org-babel-result-regexp): Using new results regexp.
1978
1979 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1980
1981 * org.el (org-special-properties): Add CLOCKSUM to the special
1982 properties.
1983
1984 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
1985
1986 * ob-exp.el (org-babel-exp-in-export-file): Bind
1987 `org-link-search-inhibit-query' to t to inhibit prompts.
1988
1989 2011-07-28 Julien Danjou <julien@danjou.info>
1990
1991 * org-contacts.el: Merge org-contacts-wl.el.
1992
1993 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1994
1995 * org-exp.el (org-export-add-options-to-plist): Use the right
1996 match group.
1997
1998 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1999
2000 * org-latex.el (org-export-latex-preprocess): Protect index string.
2001
2002 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2003
2004 * org-latex.el (org-export-latex-preprocess): Pipe index entries
2005 through `org-export-latex-fontify-headline'.
2006
2007 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2008
2009 * org-exp.el (org-export-add-options-to-plist): Fix the option
2010 parser.
2011
2012 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
2013
2014 * org-latex.el (org-export-latex-preprocess): Replace index
2015 entries.
2016
2017 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
2018
2019 * org.el (org-structure-template-alist): Add an easy template for
2020 index (i), and move include file to I from i.
2021
2022 2011-07-28 Matt Lundin <mdl@imapmail.org>
2023
2024 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
2025 line to `org-offer-links-in-entry'.
2026
2027 2011-07-28 Michael Markert <markert.michael@googlemail.com>
2028
2029 * org-contacts-wl.el: New file.
2030
2031 2011-07-28 Matt Lundin <mdl@imapmail.org>
2032
2033 * org-bibtex.el (org-bibtex-search): New function.
2034 (org-bibtex-export-to-kill-ring): New function. Export to kill
2035 ring.
2036 (org-bibtex-create-in-current-entry): New function
2037 (org-bibtex-create): Make it easier to add bib fields to an
2038 existing headline.
2039 (org-bibtex-export-arbitrary-fields)
2040 (org-bibtex-treat-headline-as-title): Fix typos
2041 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
2042 from type completion.
2043
2044 2011-07-28 Matt Lundin <mdl@imapmail.org>
2045
2046 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
2047 defcustom.
2048 (org-bibtex-headline): Only use headline text (not TODO or other
2049 metadata) to generate title field and auto key.
2050 (org-bibtex-fleshout): Allow user to choose whether to treat
2051 headline as title.
2052
2053 2011-07-28 Tom Dye <tsd@tsdye.com>
2054
2055 * org-bibtex.el: Added crossref field to other fields.
2056
2057 2011-07-28 Tom Dye <tsd@tsdye.com>
2058
2059 * org-bibtex.el: Add crossref option to incollection.
2060
2061 2011-07-28 Matt Lundin <mdl@imapmail.org>
2062
2063 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
2064 as field.
2065
2066 2011-07-28 Matt Lundin <mdl@imapmail.org>
2067
2068 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
2069 warn if a duplicate ID is generated.
2070
2071 2011-07-28 Matt Lundin <mdl@imapmail.org>
2072
2073 * org-bibtex.el (org-bibtex-tags): New variable.
2074 (org-bibtex-tags-are-keywords): New variable.
2075 (org-bibtex-no-export-tags): New variable.
2076 (org-bibtex-headline): Export tags as comma-separated bibtex
2077 keywords.
2078 (org-bibtex-read): Import bibtex keywords field as tags.
2079
2080 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2081
2082 * org-publish.el (org-publish-find-date): Optimization.
2083
2084 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
2085
2086 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
2087 when following link.
2088
2089 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2090
2091 * org-publish.el (org-publish-project-alist): Document new
2092 :sitemap-sans-extension property.
2093 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
2094 setting.
2095
2096 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2097
2098 * org.el (org-remove-uninherited-tags): Renamed from
2099 `org-remove-iniherited-tags'.
2100 (org-scan-tags): Fix typo in function call.
2101 (org-get-tags-at): Fix typo in function call.
2102
2103 2011-07-28 Matt Lundin <mdl@imapmail.org>
2104
2105 * org.el (org-get-tags-at): Don't include filetags if local is t.
2106
2107 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2108
2109 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
2110 dispatch functions, wrap body in `(do )'.
2111
2112 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2113
2114 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
2115 resulted in the creation of multiple overlays in src blocks.
2116
2117 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2118
2119 * ob-clojure.el (org-babel-execute:clojure): If results are not
2120 readable by lisp, then return them as a string.
2121
2122 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2123
2124 * org-bibtex.el (org-bibtex): Now prompts for a file name.
2125
2126 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2127
2128 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
2129 will result in prompting for optional fields.
2130
2131 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2132
2133 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
2134 which was causing compile problems.
2135 (org-bibtex-fleshout): Renamed flet function `get' which was causing
2136 compile problems.
2137 (org-bibtex-write): Renamed flet function `get' which was causing
2138 compile problems.
2139
2140 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2141
2142 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
2143 never starts with a number.
2144
2145 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2146
2147 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
2148 (org-bibtex-key-property): New option.
2149 (org-bibtex-put): Make use of new `org-bibtex-key-property'
2150 variable.
2151 (org-bibtex-headline): Make use of new
2152 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
2153 variables.
2154 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
2155 variable.
2156 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
2157 variable.
2158 (org-bibtex-write): Make use of new `org-bibtex-key-property'
2159 variable.
2160
2161 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2162
2163 * org-bibtex.el: Updating Copyright dates, author information,
2164 commentary and history notes.
2165 (org-bibtex-types): List of bibtex types with descriptions and
2166 required and optional fields.
2167 (org-bibtex-fields): List of bibtex fields with descriptions.
2168 (*org-bibtex-entries*): Special variable to hold parsed bibtex
2169 entries.
2170 (org-bibtex-autogen-keys): Custom variable controlling whether
2171 bibtex keys are automatically generated
2172 (org-bibtex-prefix): Custom variable allowing use of optional prefix
2173 for bibtex properties in Org-mode headlines.
2174 (org-bibtex-get): Helper function for accessing bibtex elements of a
2175 property list.
2176 (org-bibtex-put): Helper function for inserting bibtex element into
2177 a property list.
2178 (org-bibtex-headline): Return a bibtex entry of the given headline
2179 as a string.
2180 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
2181 field.
2182 (org-bibtex-autokey): Generate a bibtex key for the current
2183 headline.
2184 (org-bibtex-fleshout): Fill in missing bibtex properties of the
2185 current headline.
2186 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
2187 (org-bibtex-check): Check that all bibtex properties are present in
2188 the current headline.
2189 (org-bibtex-check-all): Check all headlines in the current buffer.
2190 (org-bibtex-create): Create a new bibtex headline at the current
2191 level.
2192 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
2193 (org-bibtex-write): Write the most recently read bibtex entry into
2194 an Org-mode file.
2195
2196 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2197
2198 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
2199 set properties.
2200 (org-agenda-show-clocking-issues): Handle faces.
2201
2202 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2203
2204 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
2205 content by default with "-Dfile.encoding=UTF-8".
2206
2207 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2208
2209 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
2210 argument.
2211
2212 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2213
2214 * org-exp.el (org-export-preprocess-string): Mark list end before
2215 expanding macros. Thus, a macro inside a list and containing
2216 blank lines cannot break the list structure.
2217 (org-export-preprocess-apply-macros): Multi-lines macros get
2218 indented with the same indentation as the first line. Thus, we
2219 are sure that every line belongs to the same list as the first
2220 line, if such list exists. Also add comments in code.
2221
2222 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2223
2224 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
2225 (org-agenda-list): Handle display change to clock check.
2226 (org-agenda-get-progress): Show only clock entries if we are doing
2227 the consistency check.
2228 (org-agenda-show-clocking-issues): New function.
2229 (org-agenda-check-clock-gap): New function.
2230 (org-agenda-view-mode-dispatch): Offer consistency check.
2231 (org-agenda-log-mode): Handle switch to clock only display.
2232 (org-agenda-set-mode-name): Show lighter for Clockcheck.
2233
2234 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
2235 and return it unchanged.
2236
2237 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2238
2239 * org-list.el (org-list-struct): When walking down the list, the
2240 function would not pay attention to drawers or blocks indentation.
2241 Thus, such constructs couldn't consistently end an item or a list.
2242 This patch ensures line indentation is stored (if applicable)
2243 before skipping them. Also fixed doc-string and comments.
2244
2245 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2246
2247 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
2248 tree properties.
2249
2250 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2251
2252 * org-exp.el (org-export): Define a bound for finding enclosing
2253 tree with class/title definition.
2254
2255 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2256
2257 * org-exp.el (org-export): Go to next heading before searching
2258 backward, so make this also work if we are on the headline of the
2259 entry with the property.
2260
2261 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2262
2263 * org.el (org-promote):
2264 (org-demote): Soften the previous change, by only removing the
2265 flyspell function from after-change functions, because that was
2266 the one causing the slowdown - at least much of it.
2267
2268 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2269
2270 * org.el (org-promote, org-demote): Turn off
2271 after-change-functions to speed up the reindentation of text.
2272
2273 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2274
2275 * ob-ocaml.el (org-babel-ocaml-read-list): Use
2276 `org-babel-script-escape'.
2277 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
2278
2279 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2280
2281 * org-html.el (org-html-handle-links): Add an alternate for inline
2282 images.
2283
2284 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2285
2286 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
2287 variable before it is defined.
2288
2289 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2290
2291 * org-src.el (org-src-lang-modes): Added a language alias of "C"
2292 to "c".
2293
2294 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
2295
2296 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
2297 buffer.
2298
2299 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2300
2301 * org-html.el (org-html-make-link): Correct a bug in coderef link.
2302
2303 2011-07-28 Bernt Hansen <bernt@norang.ca>
2304
2305 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
2306 typo.
2307
2308 2011-07-28 Bernt Hansen <bernt@norang.ca>
2309
2310 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
2311 when headlines are missing.
2312
2313 2011-07-28 Bastien Guerry <bzg@gnu.org>
2314
2315 * org-mobile.el (org-mobile-push): Move call to hook, make it the
2316 first thing of the push operation.
2317
2318 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2319
2320 * ob.el (org-babel-params-from-buffer): Now looking for header
2321 arguments in #+Properties: as well as #+Babel:. Also, we're no
2322 longer caching these results into a file local variable.
2323
2324 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2325
2326 * ob-python.el (org-babel-python-evaluate-external-process): Allow
2327 parsing as a table in the case of ":results output table".
2328 (org-babel-python-evaluate-session): Allow parsing as a table in
2329 the case of ":results output table".
2330
2331 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2332
2333 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
2334 all possible agenda views. Use `org-agenda-schedule' instead of
2335 `org-agenda-date-later'.
2336
2337 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2338
2339 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
2340 ":results output".
2341
2342 2011-07-28 Julien Danjou <julien@danjou.info>
2343
2344 * org.el (org-entry-get, org-entry-delete, org-entry-put)
2345 (org-property-values, org-delete-property-globally): Use
2346 `org-re-property'.
2347 (org-re-property): New function allowing to build a regexp to
2348 match a property.
2349
2350 2011-07-28 Julien Danjou <julien@danjou.info>
2351
2352 * org.el (org-property-values): Enhance docstring.
2353
2354 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
2355
2356 * org-html.el (org-html-export-list-line): Fix regexp for
2357 detecting description lists to allow "::" marker to be last
2358 visible element at end of line.
2359 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
2360 detecting description lists to allow "::" marker to be last
2361 visible element at end of line.
2362
2363 2011-07-28 Julien Danjou <julien@danjou.info>
2364
2365 * org-table.el (org-table-cleanup-narrow-column-properties): Use
2366 point-min rather than 1 when moving in the buffer.
2367
2368 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2369
2370 * org-list.el (org-list-in-valid-context-p): Renamed from
2371 `org-list-in-valid-block-p'.
2372 (org-at-item-p,org-list-search-generic): Use renamed function.
2373
2374 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2375
2376 * org.el (org-set-font-lock-defaults): Be more strict when
2377 recognizing description items, and do not fontify wrong cases
2378 like: "- term ::description" or "1. term :: description".
2379
2380 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2381
2382 * org-latex.el: Pay attention to end of footnote. Before closing
2383 the command, ensure that list is properly closed or that last link
2384 is separated from the curly brace.
2385
2386 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2387
2388 * org.el (org-indent-line-function): Footnote definition must stay
2389 at column 0 to be recognized as such. Body below can have normal
2390 indentation, so it should ignore its definition when computing
2391 indentation.
2392
2393 2011-07-28 Bastien Guerry <bzg@gnu.org>
2394
2395 * org-protocol.el (org-protocol-remember, org-protocol-capture):
2396 More appropriate message.
2397
2398 2011-07-28 Bastien Guerry <bzg@gnu.org>
2399
2400 * org-capture.el (org-capture-clock-keep): New local variable.
2401 (org-capture, org-capture-finalize): Use it and fix a bug when
2402 :clock-keep is set to `t'.
2403
2404 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2405
2406 * org-exp.el (org-export-preprocess-string): Handle include files
2407 before processing macros.
2408
2409 2011-07-28 Bernt Hansen <bernt@norang.ca>
2410
2411 * org-agenda.el: Remove obsolete code for adding todo list in
2412 front of the agenda.
2413
2414 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2415
2416 * org-latex.el (org-export-latex-convert-table.el-table): Fix
2417 format-string for insertion of captions.
2418
2419 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
2420
2421 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
2422 regexp.
2423
2424 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2425
2426 * org.el (org-read-date-analyze): Help matching dotted European
2427 dates, like 31. 12. 2007
2428
2429 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2430
2431 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
2432
2433 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2434
2435 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
2436 before reading by elisp.
2437 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
2438 should be replaced with a cl-vector->el-vector function.
2439
2440 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2441
2442 * ob-lisp.el (org-babel-execute:lisp): Now using
2443 `org-babel-reassemble-table' to apply the appropriate header
2444 arguments to results.
2445
2446 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2447
2448 * org.el (org-end-of-meta-data-and-drawers): New function.
2449
2450 * org-capture.el (org-capture-place-plain-text): Implement adding
2451 plain text templates to Org nodes.
2452
2453 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2454
2455 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
2456
2457 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2458
2459 * org-exp.el (org-export-handle-comments): Add the org-protected
2460 property to the replacement string.
2461
2462 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2463
2464 * org-html.el (org-export-as-html, org-html-level-start): Fix
2465 logic for section number printing when NUM is an integer.
2466
2467 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2468
2469 * org-latex.el (org-export-latex-special-chars): Fix regexp for
2470 `single' special characters and ellipsis.
2471
2472 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2473
2474 * org.el (org-point-at-end-of-empty-headline): Bind
2475 `case-fold-search' to nil.
2476
2477 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2478
2479 * org-capture.el (org-capture-fill-template): Resolve new %<...>
2480 template escape.
2481 (org-capture-templates): Document new %<...> template escape.
2482
2483 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2484
2485 * ob.el (org-babel-process-params): Make this function idempotent,
2486 as it will sometimes be called multiple times.
2487
2488 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2489
2490 * org.el (org-ts-regexp-both): Add "]" to class of characters that
2491 should not be matched.
2492 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
2493 "^]-+", because that tries to (not) match characters between "]"
2494 and "+". Instead, move the "-" to the end of the class where it
2495 causes no harm.
2496
2497 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2498
2499 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
2500 process with the edit buffer when :session is specified.
2501
2502 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2503
2504 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
2505 extraction code into line with a newer version of the
2506 `org-store-link' function.
2507
2508 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2509
2510 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
2511 wrapping the expression in either a let or progn, and possibly a
2512 pretty-print function invocation.
2513 (org-babel-execute:lisp): Greatly simplified method of executing
2514 lisp code blocks.
2515
2516 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2517
2518 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
2519 of ̀save-excursion' to get back to original position.
2520
2521 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2522
2523 * org.el (org-numbered-action-format): New option.
2524 (org-new-numbered-action): New command.
2525 (org-collect-todos-in-subtree): New command.
2526
2527 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2528
2529 * org-exp.el (org-export-with-tasks): New option.
2530 (org-export-plist-vars): Add :tasks property.
2531
2532 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2533
2534 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
2535 property to the export preprocessor.
2536
2537 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
2538 property to the export preprocessor.
2539
2540 * org-html.el (org-export-as-html): Pass the :done-tasks property
2541 to the export preprocessor.
2542
2543 * org-latex.el (org-export-as-latex): Pass the :done-tasks
2544 property to the export preprocessor.
2545
2546 * org-exp.el (org-export-with-done-tasks): New option.
2547 (org-export-plist-vars): Add entry for :done-tasks.
2548 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
2549 (org-export-remove-done-tasks): New function.
2550
2551 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2552
2553 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
2554 tags.
2555
2556 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2557
2558 * org.el (org-find-olp): Use the level of the correct match to
2559 continue search.
2560
2561 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2562
2563 * org-list.el (org-toggle-checkbox): Build value of
2564 org-keyword-time-regexp instead of using it directly, as it's
2565 buffer-local, and function might be called outside Org.
2566
2567 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2568
2569 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
2570 blocks or drawers necessarily start somewhere. It it isn't the
2571 case, treat them as normal text.
2572
2573 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2574
2575 * ob-exp.el (org-babel-exp-results): Use code block name when
2576 finding cached results.
2577
2578 2011-07-28 Julien Danjou <julien@danjou.info>
2579
2580 * org-latex.el (org-export-latex-date-format): Change default date
2581 format to \today. This has the same result but respects the
2582 language set in the document by default.
2583
2584 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2585
2586 * org-list.el (org-list-checkbox): When called from an headline,
2587 function would normally skip drawers, but not if a SCHEDULED or
2588 DEADLINE keyword is standing before the drawer. Also avoid
2589 problems if function is called in buffers not is Org mode.
2590
2591 2011-07-28 Bastien Guerry <bzg@gnu.org>
2592
2593 * org-clock.el (org-clock-report): Change the scope of the
2594 inserted clock report depending on whether the point is within a
2595 subtree (:scope subtree) or not (:scope file).
2596
2597 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2598
2599 * org-html.el (org-export-as-html): Fix export of footnotes
2600 containing lists, tables, quotes, etc.
2601
2602 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2603
2604 * org-latex.el (org-export-latex-preprocess): Correctly match
2605 starred command names.
2606
2607 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2608
2609 * org-html.el (org-export-as-html): Get local value of
2610 org-export-with-section-numbers from the buffer's plist. Deal
2611 specially with the case the resulting value is an integer.
2612 (org-html-level-start): New optional argument of the option plist used
2613 instead of `org-export-with-section-numbers'. Also deal specially
2614 with the case that the value is an integer.
2615
2616 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2617
2618 * org-latex.el (org-export-latex-subcontent): Deal specially with
2619 the case that NUM is an integer.
2620
2621 2011-07-28 Bastien Guerry <bzg@gnu.org>
2622
2623 * org-protocol.el (org-protocol-do-capture): Allow template keys
2624 of two characters.
2625 (org-protocol-default-template-key): Update the docstring to
2626 reflect the change in `org-protocol-do-capture'.
2627
2628 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2629
2630 * org-taskjuggler.el: Fix a typo in the commentary.
2631
2632 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2633
2634 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
2635 "purge allocations" statement if we are not targeting tj3.
2636
2637 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2638
2639 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
2640 Replace recursive implementation with an iterative one.
2641
2642 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2643
2644 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
2645 data into shell variables.
2646
2647 2011-07-28 David Maus <dmaus@ictsoc.de>
2648
2649 * org-html.el (org-html-handle-time-stamps): Protected linebreak
2650 element after timestamp markup.
2651
2652 2011-07-28 David Maus <dmaus@ictsoc.de>
2653
2654 * org-html.el (org-html-handle-links): Don't protect img tag in
2655 link description.
2656
2657 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2658
2659 * org-table.el (org-table-formula-handle-first/last-rc): Bind
2660 `char'.
2661
2662 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2663
2664 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
2665 whatever the major mode is.
2666
2667 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2668
2669 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
2670 templates.
2671 (org-inlinetask-export-handler): Ensure contents of inline task,
2672 if any, starts and ends with a newline character. Refactor and
2673 comment code.
2674
2675 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2676
2677 * org-capture.el (org-datetree-find-date-create): Lower-case for
2678 variable names in `define-function' form.
2679
2680 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2681
2682 * org-table.el (org-table-convert-region): Throw error when
2683 SEPARATOR is smaller than 1.
2684
2685 2011-07-28 Julien Danjou <julien@danjou.info>
2686
2687 * org-colview.el (org-columns-display-here): Fix heading retrieval
2688 in Org buffers.
2689
2690 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2691
2692 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
2693 be on the same line as a list end marker.
2694
2695 2011-07-28 Julien Danjou <julien@danjou.info>
2696
2697 * org.el (org-icompleting-read): Do not use useless lambda.
2698
2699 2011-07-28 Julien Danjou <julien@danjou.info>
2700
2701 * org-agenda.el (org-format-agenda-item): Fix length computing.
2702
2703 2011-07-28 Julien Danjou <julien@danjou.info>
2704
2705 * org-agenda.el (org-format-agenda-item): Fix comment and use
2706 `add-text-properties'.
2707
2708 2011-07-28 Julien Danjou <julien@danjou.info>
2709
2710 * org-agenda.el (org-agenda-highlight-todo): Remove useless
2711 `concat'.
2712
2713 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2714
2715 * org-list.el (org-list-to-generic): Set a default term for
2716 ill-formed description lists. Do not insert newline characters
2717 unless told to.
2718 (org-list-to-texinfo,org-list-to-html): Apply changes to
2719 `org-list-parse-liste'.
2720
2721 2011-07-28 Bastien Guerry <bzg@gnu.org>
2722
2723 * org-clock.el (org-clock-clocktable-language-setup): Add a
2724 string.
2725 (org-clocktable-write-default): Use the new localized string
2726 in `org-clock-clocktable-language-setup'.
2727
2728 2011-07-28 Bastien Guerry <bzg@gnu.org>
2729
2730 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2731 (org-taskjuggler-assign-resource-ids): Replace recursive
2732 implementation with an iterative one.
2733
2734 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2735
2736 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
2737 in headlines.
2738
2739 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2740
2741 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2742 Compute the leafiness of a node.
2743 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
2744 node as a milestone if it is a leaf and has no effort.
2745
2746 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2747
2748 * org-taskjuggler.el (org-export-taskjuggler-target-version):
2749 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
2750 to handle export to both tj2 and tj3.
2751 (org-taskjuggler-open-task): Use a different way to purge
2752 allocations for tj2 and tj3.
2753
2754 2011-07-28 Matt Lundin <mdl@imapmail.org>
2755
2756 * org-footnote.el (org-footnote-auto-label): New random option.
2757
2758 * org-footnote.el (org-footnote-new): Create random footnote
2759 labels with unique ids.
2760
2761 2011-07-28 Matt Lundin <mdl@imapmail.org>
2762
2763 * org-footnote.el (org-footnote-create-definition): Allow for
2764 footnote sections above the current footnote insertion point.
2765
2766 2011-07-28 Matt Lundin <mdl@imapmail.org>
2767
2768 * org-footnote.el (org-footnote-create-definition): Don't search
2769 for last footnote when in org-mode file.
2770
2771 2011-07-28 Bastien Guerry <bzg@gnu.org>
2772
2773 * org-html.el (org-export-as-html): Handle links with
2774 `org-html-handle-links' after we handle special characters
2775 conversions.
2776 (org-html-make-link, org-export-html-format-image): Don't
2777 protect html with @ anymore, as links are now handled after
2778 special characters conversions.
2779
2780 2011-07-28 Julien Danjou <julien@danjou.info>
2781
2782 * org-agenda.el (org-agenda-get-timestamps):
2783 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
2784 (org-format-agenda-item): Remove no-prefix argument.
2785 (org-agenda-change-all-lines): Call org-format-agenda-item without the
2786 no-prefix argument.
2787
2788 2011-07-28 Julien Danjou <julien@danjou.info>
2789
2790 * org-agenda.el (org-agenda-highlight-todo): Stop using
2791 prefix-length.
2792 (org-cmp-alpha): Stop using prefix-length.
2793 (org-agenda-open-link): Stop using prefix-length.
2794 (org-agenda-change-all-lines): Stop using prefix-length.
2795
2796 * org-colview-xemacs.el (org-columns-display-here): Stop using
2797 prefix-length. Always return claned items.
2798
2799 * org-colview.el (org-columns-display-here): Stop using
2800 prefix-length. Always return claned items.
2801
2802 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
2803 prefix-length.
2804
2805 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2806
2807 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
2808 `org-store-link' interactively as it can confuse the setting of
2809 `org-link-to-org-use-id' and cause undue edits to the org-mode
2810 buffer during tangling.
2811
2812 2011-07-28 David Maus <dmaus@ictsoc.de>
2813
2814 * org-html.el (org-export-html-format-image): Protect <p> element
2815 of image caption.
2816
2817 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2818
2819 * org.el (org-read-date-force-compatible-dates): New option.
2820 (org-read-date, org-read-date-analyze): Check representable date range.
2821
2822 2011-07-28 Bastien Guerry <bzg@gnu.org>
2823
2824 * org-html.el (org-export-as-html): Fix export of email.
2825
2826 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2827
2828 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
2829 on tangling, no longer use the now-removed variable
2830 `org-babel-tangle-pad-newline'.
2831
2832 * ob.el (org-babel-header-arg-names): Add padline to the list of
2833 header argument names.
2834 (org-babel-default-header-args): Set the default value of padline to
2835 "yes".
2836 (org-babel-merge-params): Cleaned up the merge logic, added padline.
2837
2838 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2839
2840 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
2841 code block header argument names.
2842
2843 2011-07-28 Bastien Guerry <bzg@gnu.org>
2844
2845 * org-crypt.el: Remove useless TODO in comments.
2846
2847 2011-07-28 Bastien Guerry <bzg@gnu.org>
2848
2849 * org-html.el (org-export-as-html): The default postamble now only
2850 export a date paragraph if `org-export-time-stamp-file' is
2851 non-nil.
2852
2853 2011-07-28 Bastien Guerry <bzg@gnu.org>
2854
2855 * org-exp.el (org-export-xml): Remove the defgroup of
2856 org-export-xml.
2857
2858 2011-07-28 Bastien Guerry <bzg@gnu.org>
2859
2860 * org-html.el (org-export-html-insert-plist-item): Remove.
2861 (org-export-html-preamble): Default to `t'. Accept functions.
2862 (org-export-html-postamble): Default to `auto'. Accept
2863 functions and distinguish between 'auto (no formatting string)
2864 and `t' (default formatting string).
2865 (org-export-as-html): Handle org-export-html-preamble and
2866 org-export-html-postamble new defaults/allowed values.
2867 Define email and creator-info before using them.
2868
2869 2011-07-28 Bastien Guerry <bzg@gnu.org>
2870
2871 * org-html.el (org-export-html-protect-char-alist): Fix typo in
2872 custom type definition.
2873
2874 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2875
2876 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
2877 arguments.
2878
2879 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2880
2881 * org-list.el (org-list-parse-list): Fixed regexp.
2882
2883 2011-07-28 David Maus <dmaus@ictsoc.de>
2884
2885 * org-html.el (org-export-html-format-image): Protect image
2886 elements.
2887
2888 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2889
2890 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
2891 contents of a code block body on export.
2892 (org-babel-tangle-collect-blocks): Apply
2893 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
2894
2895 2011-07-28 David Maus <dmaus@ictsoc.de>
2896
2897 * org-html.el (org-html-make-link, org-html-handle-links): Protect
2898 generated XHTML elements.
2899 (org-export-as-html): Expand character entities after creating markup
2900 for links and timestamps.
2901
2902 2011-07-28 Bastien Guerry <bzg@gnu.org>
2903
2904 * org-html.el (org-export-as-html): bugfix: insert email
2905 correctly.
2906
2907 2011-07-28 Bastien Guerry <bzg@gnu.org>
2908
2909 * org-html.el: Bugfix: prevent infinite matching of the `&'
2910 character.
2911
2912 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2913
2914 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
2915 has been introduced with emacs 23.1.
2916
2917 2011-07-28 Bastien Guerry <bzg@gnu.org>
2918
2919 * org-attach.el: Allow to store a link to the attach-dir location.
2920
2921 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2922
2923 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
2924 function.
2925
2926 2011-07-28 Bernt Hansen <bernt@norang.ca>
2927
2928 * org-clock.el (org-clock-in): Allow clocking in new tasks
2929 inserted before the current clocking task.
2930
2931 2011-07-28 Bernt Hansen <bernt@norang.ca>
2932
2933 * org-clock.el (org-clock-in): Set default clocking task when
2934 already clocking the task.
2935
2936 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2937
2938 * org.el (org-adaptive-fill-function): When a region is specified
2939 first line of paragraph isn't skipped, so fill-paragraph have to
2940 be computed even if point is at an item.
2941
2942 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2943
2944 * org-list.el (org-list-in-valid-block-p): New function.
2945 (org-at-item-p,org-list-search-generic): Use new function.
2946
2947 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2948
2949 * org.el (org-indent-line-function): Text in both a list and a
2950 valid block is indented with regards to current item, not to block
2951 boundaries.
2952
2953 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2954
2955 * org-html.el (org-format-org-table-html): Fix anchors in HTML
2956 export (thanks to <aankhen@gmail.com>)
2957 (org-html-protect): Fix a bug that prevents some target to be
2958 rendered correctly.
2959
2960 2011-07-28 Bastien Guerry <bzg@gnu.org>
2961
2962 * org.el (org-default-properties): Add EXPORT_TEXT.
2963
2964 2011-07-28 Matt Lundin <mdl@imapmail.org>
2965
2966 * org-footnote.el (org-footnote-create-definition)
2967 (org-insert-footnote-reference-near-definition): Fix sorting
2968 of footnotes.
2969
2970 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2971
2972 * org-html.el (org-export-as-html): Bugfix: don't insert closing
2973 HTML tags when exporting body only.
2974
2975 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
2976
2977 * org.el (org-back-over-empty-lines): Bugfix. Honor
2978 `org-blank-before-new-entry' correctly in various contexts.
2979
2980 2011-07-28 Bastien Guerry <bzg@gnu.org>
2981
2982 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
2983 and `save-restriction'.
2984
2985 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2986
2987 * org-timer.el (org-timer-item): `save-excursion' prevents
2988 `org-list-struct' to get the list structure when point isn't on
2989 the first line of the item.
2990
2991 2011-07-28 Bastien Guerry <bzg@gnu.org>
2992
2993 * org-capture.el (org-capture-templates): New option
2994 :no-clock-out.
2995 (org-capture): Use the new option.
2996
2997 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2998
2999 * org-list.el (org-update-checkbox-count): Ensure cookies on an
3000 heading are correctly updated when checkboxes are hidden. It
3001 allows, for example, to use C-c C-x C-b on a collapsed tree and
3002 still get the update.
3003
3004 2011-07-28 David Maus <dmaus@ictsoc.de>
3005
3006 * org-exp.el (org-export-visible): Accept keys for
3007 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
3008
3009 2011-07-28 Bastien Guerry <bzg@gnu.org>
3010
3011 * org.el (org-duration-string-to-minutes): Don't use
3012 `rx-to-string'.
3013
3014 2011-07-28 Lawrence Mitchell <wence@gmx.li>
3015
3016 * org.el (org-effort-durations): New variable.
3017
3018 * org.el (org-duration-string-to-minutes): New function.
3019
3020 * org-agenda.el (org-agenda-filter-effort-form)
3021 (org-format-agenda-item): Use it.
3022
3023 * org-clock.el (org-clock-notify-once-if-expired)
3024 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
3025
3026 2011-07-28 Bastien Guerry <bzg@gnu.org>
3027
3028 * org-agenda.el (org-agenda-run-series): Rename from
3029 `org-run-agenda-series'.
3030
3031 2011-07-28 Bastien Guerry <bzg@gnu.org>
3032
3033 * org-capture.el: Don't allow currentfile anymore.
3034
3035 2011-07-28 Bastien Guerry <bzg@gnu.org>
3036
3037 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
3038 `org-agenda-current-span' when calling `org-agenda-list'.
3039
3040 2011-07-28 Bastien Guerry <bzg@gnu.org>
3041
3042 * org-capture.el (org-capture-put-target-region-and-position):
3043 New function to store information about the target buffer.
3044 (org-capture-set-target-location): Use it.
3045 (org-capture-finalize): Restore the target buffer in its
3046 possibly narrowed state. Also restore the cursor position.
3047
3048 2011-07-28 Bastien Guerry <bzg@gnu.org>
3049
3050 * org-crypt.el (auto-save-default): Make sure entries are
3051 encrypted before auto-saving.
3052
3053 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3054
3055 * org-inlinetask.el (org-inlinetask-promote)
3056 (org-inlinetask-demote): New functions.
3057
3058 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3059
3060 * org.el (org-demote-subtree,org-promote-subtree): Wrap
3061 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
3062 operating on inline tasks.
3063
3064 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3065
3066 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
3067 will move point to a real heading and not an inline task by
3068 wraping function into a `org-with-limited-levels' macro.
3069
3070 2011-07-28 Bastien Guerry <bzg@gnu.org>
3071
3072 * org-capture.el (org-capture-finalize): New argument clock-out,
3073 to tell whether finalizing the capture process should clock out
3074 the running clock.
3075 (org-capture): Use the new argument.
3076
3077 2011-07-28 Bastien Guerry <bzg@gnu.org>
3078
3079 * org.el (org-refile-get-targets): Rename from
3080 `org-get-refile-targets'.
3081
3082 2011-07-28 Bastien Guerry <bzg@gnu.org>
3083
3084 * org-exp.el (org-export-table-remove-empty-lines): New custom
3085 variable.
3086 (org-export-remove-special-table-lines): Use it.
3087
3088 2011-07-28 Bastien Guerry <bzg@gnu.org>
3089
3090 * org-table.el (org-table-fix-formulas-confirm): New custom
3091 variable.
3092 (org-table-insert-column, org-table-delete-column)
3093 (org-table-move-column, org-table-move-row)
3094 (org-table-insert-row, org-table-kill-row): Use it.
3095
3096 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
3097
3098 * org.el (org-refile-get-location): Set and show default value.
3099 (org-goto, org-refile): Adapt calls.
3100
3101 2011-07-28 Bastien Guerry <bzg@gnu.org>
3102
3103 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
3104 variable.
3105 (org-mobile-files-alist): Use it.
3106
3107 2011-07-28 Bastien Guerry <bzg@gnu.org>
3108
3109 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
3110 against headings outside of a narrowed buffer.
3111
3112 2011-07-28 Bastien Guerry <bzg@gnu.org>
3113
3114 * org.el (org-confirm-shell-link-not-regexp)
3115 (org-confirm-elisp-link-not-regexp): New custom variables.
3116 (org-open-at-point): Use the new custom variables.
3117
3118 2011-07-28 Lawrence Mitchell <wence@gmx.li>
3119
3120 * org-latex.el: Place \title \author \date before
3121 \begin{document}.
3122
3123 2011-07-28 Bastien Guerry <bzg@gnu.org>
3124
3125 * org-html.el (org-export-html-preamble)
3126 (org-export-html-postamble): Now default to `nil'.
3127 (org-export-as-html): When :html-pre/postamble is nil, fall
3128 back on the default pre/postamble, which depends on the
3129 :author-info, :email-info, :creator-info options.
3130
3131 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3132
3133 * ob-exp.el (org-babel-exp-results): Don't use cached results if
3134 there is no hash.
3135
3136 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3137
3138 * org-table.el (org-table-eval-formula): Treat relative column
3139 refs.
3140
3141 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3142
3143 * org-table.el (org-table-use-standard-references): Change default
3144 to `from'.
3145
3146 2011-07-28 Bastien Guerry <bzg@gnu.org>
3147
3148 * org.el (org-move-subtree-down): Leave the cursor at the same
3149 column we were at.
3150
3151 2011-07-28 Bastien Guerry <bzg@gnu.org>
3152
3153 * org-attach.el (org-attach-store-link-p): New variable.
3154 (org-attach-store-link): New function.
3155 (org-attach-attach): When `org-attach-store-link-p' is
3156 non-nil, store a link in `org-stored-links' to a newly
3157 attached file.
3158
3159 2011-07-28 Bastien Guerry <bzg@gnu.org>
3160
3161 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
3162 case-fold-search to avoid mixing TODO keywords with real headline
3163 words.
3164
3165 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3166
3167 * org-table.el (org-table-fedit-finish): Read more general LHS of
3168 formulas.
3169 (org-table-formula-handle-@L): New function to hanle @L references.
3170 (org-table-current-ncol): New variable.
3171 (org-table-line-to-dline): New function.
3172 (org-table-get-stored-formulas): Accept range formulas as matches.
3173 (org-table-get-specials): Compute and store the number of columns.
3174 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
3175 only the region marked by the range, not the content.
3176 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
3177 range targets. Also check for duplicate access to fields.
3178 (org-table-expand-lhs-ranges): New funktion.
3179 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
3180 the caller's value.
3181 (org-table-edit-formulas): Support highlighting of range targets.
3182 (org-table-field-info): Handle renge formulas.
3183
3184 2011-07-28 Bastien Guerry <bzg@gnu.org>
3185
3186 * org-html.el (org-export-html-postamble-format)
3187 (org-export-html-preamble-format): Explain how to escape the
3188 `%' character.
3189
3190 2011-07-28 Bastien Guerry <bzg@gnu.org>
3191
3192 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
3193 `org-export-current-backend'.
3194
3195 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3196
3197 * ob.el (org-babel-read): Read string variable values wrapped in
3198 double quotes, removing the quotes.
3199
3200 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3201
3202 * ob-exp.el (org-babel-exp-results): Ensure that processed params
3203 are send to org-babel-execute-src-block.
3204
3205 2011-07-28 Bastien Guerry <bzg@gnu.org>
3206
3207 * org-special-blocks.el
3208 (org-special-blocks-make-special-cookies): Use
3209 `org-export-current-backend'.
3210
3211 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3212
3213 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
3214 as an argument.
3215 (org-babel-exp-src-block): Explicitly pass language to
3216 `org-babel-exp-in-export-file'.
3217 (org-babel-exp-inline-src-blocks): Removed unused code.
3218 (org-babel-exp-results): Explicitly pass language to
3219 `org-babel-exp-in-export-file'.
3220
3221 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3222
3223 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
3224 returned from calc-eval.
3225
3226 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3227
3228 * ob.el (org-babel-read): Pass elisp vectors through to code
3229 blocks.
3230
3231 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3232
3233 * ob.el (org-src-lang-modes): Defvar.
3234 (org-at-item-p): Declare function.
3235
3236 * ob-calc.el (calc-store): Require.
3237 (var-syms): Defvar.
3238
3239 * ob-python.el (py-default-interpreter): Defvar.
3240
3241 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3242
3243 * org-exp-blocks.el (backend): defvar.
3244
3245 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3246
3247 * org-agenda.el (org-agenda-get-scheduled):
3248 (org-agenda-get-timestamps): Bind local variable `show-all'.
3249
3250 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3251
3252 * ob-ref.el (org-at-item-p): Declare function.
3253
3254 * org-agenda.el (diary-time-regexp): defvar.
3255
3256 * org-archive.el (org-archive-subtree): Bind local variable
3257 `infile-p'.
3258
3259 * org-capture.el (org-capture-insert-template-here): Get template
3260 text from property list, to avoid byte compiler message.
3261
3262 * org-latex.el (org-export-latex-tables): Bind local variable
3263 `width'.
3264
3265 * org-special-blocks.el (org-compat): Add require statement.
3266
3267 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
3268 `const-str'.
3269
3270 * org.el (org-eval): Moved function here from org-agenda.el.
3271
3272 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3273
3274 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
3275 when reading from tables.
3276 (org-babel-read-list): Inhibit lisp evaluation of values when
3277 reading from lists.
3278 (org-babel-read): Add optional argument which can be used to inhibit
3279 lisp evaluation of value.
3280
3281 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3282
3283 * ob-table.el (sbe): Ensure that ob-trim is only called on
3284 strings.
3285
3286 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3287
3288 * ob-exp.el (org-babel-exp-results): On export, ensure that the
3289 result hash is resolved in the original org-mode file.
3290
3291 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3292
3293 * org-exp.el (org-export-mark-list-end): Change end marker.
3294
3295 * org-docbook.el (org-export-docbook-list-line): Use new marker.
3296
3297 * org-html.el (org-html-export-list-line): Use new marker.
3298
3299 * org-latex.el (org-export-latex-lists): Use new marker.
3300
3301 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3302
3303 * org-latex.el (org-export-latex-lists): Make sure markers used
3304 for export are taken into account by temporarily setting an
3305 appropriate value for `org-list-ending-method'.
3306
3307 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3308
3309 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
3310 regexp into its own variable, also allowing match of empty bodies.
3311 (org-export-blocks-preprocess): Using new regexp variable.
3312
3313 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3314
3315 * ob.el (org-babel-src-block-regexp): Code block regexp now
3316 matches blocks with empty bodies.
3317
3318 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3319
3320 * ob.el (org-babel-script-escape): If script escaped value doesn't
3321 parse cleanly, then return it literally.
3322
3323 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3324
3325 * ob-exp.el (org-babel-exp-src-block): When block will eventually
3326 be evaluated, pre-calculate the hash before noweb expansion, and
3327 expand the parameters before hash calculation.
3328 (org-babel-exp-do-export): Pass pre-calculated hash through to
3329 `org-babel-exp-results'.
3330 (org-babel-exp-results): Compare pre-calculated hash to results hash.
3331
3332 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3333
3334 * ob.el (org-babel-sha1-hash): Sort list values to header
3335 arguments, and sort the words in strings.
3336
3337 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3338
3339 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
3340 rows.
3341
3342 2011-07-28 Julien Danjou <julien@danjou.info>
3343
3344 * org-macs.el (org-with-point-at): Store evaluated version of
3345 pom. This fixes a potential bug when using (org-with-point-at
3346 (func) …), where (func) would be evaluated multiple times,
3347 therefore might return different results if a marker was returned
3348 and different each time.
3349
3350 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3351
3352 * org.el (org-open-at-point): If a link to a radio target is the
3353 first, (resp. the last), element of a buffer, function cannot find
3354 the property change required to get its boundaries, and
3355 `buffer-substring' is called with an invalid nil argument.
3356
3357 2011-07-28 Bastien Guerry <bzg@gnu.org>
3358
3359 * org-table.el (org-table-copy-down): Fix docstring.
3360
3361 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3362
3363 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
3364 and for file types other than png and PDF it uses imagemagick to
3365 convert a compiled PDF file to the desired file type.
3366 (convert-pdf): Convert a PDF file to a new file type using
3367 imagemagick.
3368
3369 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
3370
3371 * org-capture.el (org-capture-fill-template): Fix bug with the
3372 display of interactive prompt in templates expansion.
3373
3374 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
3375
3376 * org-clock.el (org-clock-display): Document how to remove subtree
3377 times.
3378
3379 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3380
3381 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
3382 append a newline to the body.
3383
3384 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3385
3386 * org-list.el (org-list-insert-item): When computing size of item
3387 being inserted, function has to take into account that indentation
3388 may not only be made of spaces.
3389
3390 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3391
3392 * org-clock.el (org-clock-find-position): If a list was adjacent
3393 to some clocks and a drawer was going to be created, only the
3394 first element of the list would make it into the drawer.
3395
3396 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3397
3398 * org-list.el (org-toggle-checkbox): Fix bug where top item in
3399 list was omitted when checking boxes.
3400
3401 2011-07-28 Dan Davison <dandavison7@gmail.com>
3402
3403 * ob-R.el: Don't print result to echo area after evaluation.
3404
3405 2011-07-28 Bastien Guerry <bzg@gnu.org>
3406
3407 * org-capture.el (org-capture-refile): Fix typo in docstring.
3408
3409 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3410
3411 * ob-calc.el (org-babel-execute:calc): Call out to new function
3412 for variables resolution.
3413 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
3414 variables in calc expressions.
3415
3416 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3417
3418 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
3419 (org-babel-C++-compiler): Replace "c++" with "C++".
3420 (org-babel-execute:cpp): Replace "c" with "C++".
3421 (org-babel-execute:C++): Replace "c" with "C++".
3422 (org-babel-expand-body:C++): Replace "c" with "C++".
3423 (org-babel-C-execute): Replace "c" with "C++".
3424
3425 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3426
3427 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
3428 a list if at the *beginning* of a list item.
3429
3430 * ob.el (org-babel-read-result): Only try to read results as a
3431 list if at the *beginning* of a list item.
3432
3433 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3434
3435 * org-list.el (org-cycle-item-indentation): Do not break an
3436 indentation cycle because visibility cycling is requested. This
3437 happens when an item becomes a parent, due to indentation change.
3438 Not considered empty anymore, the function cannot change its
3439 indentation again.
3440
3441 2011-07-28 Bastien Guerry <bzg@gnu.org>
3442
3443 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
3444 on `org-export-default-language' when no :lang parameter is set.
3445
3446 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3447
3448 * org-capture.el (org-capture-expand-file): New function.
3449 (org-capture-target-buffer):
3450 (org-capture-set-target-location): Use `org-capture-expand-file'.
3451
3452 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3453
3454 * ob.el (org-babel-read-list): Reading the value of a list has
3455 been updated to reflect the new structure of org-mode lists in
3456 elisp.
3457 (org-babel-insert-result): Writing code block results to lists has
3458 been updated to reflect the new list structure.
3459 (org-babel-result-end): Remove a previous change to end-of-list
3460 marker detection.
3461
3462 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3463
3464 * org-list.el (org-cycle-item-indentation): Each time the function
3465 moves item back to child position, a white space is added to the
3466 line.
3467
3468 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3469
3470 * ob.el (org-babel-process-params): Allow elisp code in
3471 specification of results header arguments.
3472
3473 2011-07-28 Bastien Guerry <bzg@gnu.org>
3474
3475 * org-agenda.el (org-agenda-append-agenda): New command.
3476 (org-agenda-mode-map): New keybinding to this new command.
3477
3478 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3479
3480 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
3481 cursor it at very first item of the list, as specified in the
3482 manual. Also refactored the list part of the function a bit.
3483
3484 2011-07-28 Bastien Guerry <bzg@gnu.org>
3485
3486 * org-agenda.el (org-agenda): Set the 'last-args property to nil
3487 when calling `org-agenda'. Don't kill the local variable
3488 `org-agenda-current-span'.
3489 (org-run-agenda-series): Use the new property 'last-args.
3490 (org-agenda-change-time-span): Use the dynamically set
3491 `org-agenda-overriding-arguments' variable when non-nil.
3492
3493 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3494
3495 * ob.el (org-babel-result-end): Adjust marker of list end to
3496 changes in the list format.
3497
3498 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3499
3500 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
3501 need to wrap `org-entry-get' in `ignore-errors'.
3502
3503 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3504
3505 * org.el (org-toggle-item, org-toggle-heading): Make sure every
3506 sub-item in a list is changed into a sub-heading and sub-headings
3507 are translated into sub-items. Also ignore inline tasks in the
3508 process.
3509
3510 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3511
3512 * org-exp.el (org-export-select-backend-specific-text): Add
3513 `original-indentation' property when replacing #+begin_backend and
3514 #+backend blocks with their content. This is needed for lists, as
3515 they must know if the block belonged to them.
3516
3517 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3518
3519 * org-html.el (org-html-export-list-line): Insert a newline
3520 character before ending an item, as anchor could be on a line
3521 going to be deleted, like a drawer ending string.
3522
3523 * org-list.el (org-list-to-html): Same.
3524
3525 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3526
3527 * org.el (org-set-autofill-regexps): Use `org-item-re' in
3528 `paragraph-start' to recognize alphabetical lists.
3529 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
3530 calling `fill-paragraph' when point is in an item. Also prevent
3531 paragraphs getting merged into an adjacent list upon filling.
3532 (org-adaptive-fill-function): Make sure to determine real
3533 fill-prefix for auto-fill.
3534 (org-auto-fill-function): Use a pre-computed fill-prefix before
3535 calling `do-auto-fill'.
3536
3537 * org-list.el (org-list-item-body-column): New function.
3538
3539 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3540
3541 * org-inlinetask.el (org-inlinetask-at-task-p)
3542 (org-inlinetask-toggle-visibility): New functions.
3543
3544 * org-list.el (org-list-set-item-visibility): New function.
3545
3546 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
3547 inline tasks from headlines.
3548 (org-outline-level): Do not consider lists as headlines. Cycling
3549 visibility is using different tools.
3550
3551 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3552
3553 * org-list.el (org-list-struct): Mark items less indented than top
3554 item of the list, so that they will be modified.
3555 (org-list-struct-apply-struct): Compare struct's indentation with
3556 line's indentation instead of old-struct's. This is needed
3557 because `org-list-struct' automatically fixes indentation so
3558 changes might not be seen otherwise.
3559
3560 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
3561
3562 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3563
3564 * org-list.el (org-update-checkbox-count): When a part of the
3565 buffer is processed to count checkboxes, lists are read from top
3566 to bottom, but inside lists (in drawers, blocks, or inline tasks)
3567 are skipped. Thus, cookies cannot be updated. This patch
3568 enforces reading of such lists if counter is itself in a special
3569 context.
3570
3571 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3572
3573 * org-list.el (org-list-struct-apply-struct): Inline tasks along
3574 with their content must stay at column 0 even if the item is
3575 gaining indentation. Moreover, fix indentation of text in an
3576 inline task, now it can be in such a task within a list.
3577
3578 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3579
3580 * org-list.el (org-at-item-p): Also verify context is valid.
3581 Otherwise it would recognize valid items where `org-in-item-p'
3582 wouldn't.
3583 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
3584 of org-at-item-p.
3585 (org-cycle-list-bullet): Fix typo.
3586 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
3587 using an appropriate regexp.
3588
3589 * org.el (org-indent-line-function): Use an appropriate regexp
3590 instead of calling `org-at-item-p' two times.
3591
3592 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3593
3594 * org-list.el (org-in-item-p): When point was just after
3595 org-list-end-re, check wouldn't be done for starting line. So, if
3596 the first line was an item, it wouln't be noticed and function
3597 would return nil. Simplify and comment code.
3598
3599 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3600
3601 * org.el (org-toggle-item): When used on normal text, ensure every
3602 line in region is included in the new item, regardless of its
3603 original indentation.
3604
3605 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3606
3607 * org-list.el (org-list-struct-apply-struct): If end of list was
3608 at eol, for example, with list inside a block, the last list
3609 wouldn't be shifted. Thus, the patch ensures no blank lines is
3610 skipped.
3611
3612 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3613
3614 * org.el (org-toggle-item): Now accepts a prefix argument. When
3615 used without argument on normal text, it will make the whole
3616 region one item. With an argument, it defaults to old behavior:
3617 change each line in region into an item.
3618
3619 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3620
3621 * org.el (org-return): When called from inside an item with the
3622 indent flag, function should keep text moved inside the item.
3623 This allows to use C-j to separate lines in an item: cursor won't
3624 go back to column 0.
3625
3626 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3627
3628 * org-list.el (org-list-struct): When a line has org-example
3629 property, skip the entire block. This is needed during export,
3630 for example when src blocks in org markup contain lists, and are
3631 returned verbatim because org isn't in the list of interpreted
3632 languages.
3633
3634 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3635
3636 * org-list.el (org-in-item-p): Handle special cases when function
3637 is called with cursor amidst `org-list-end-re' or at an inline
3638 task.
3639
3640 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3641
3642 * ob.el (org-babel-result-end): Apply renaming.
3643
3644 * org-exp.el (org-export-mark-list-properties): Apply renaming.
3645
3646 * org-list.el (org-list-prevs-alist): Renamed from
3647 `org-list-struct-prev-alist'.
3648 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
3649 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
3650 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
3651 (org-toggle-checkbox, org-update-checkbox-count)
3652 (org-cycle-list-bullet, org-list-repair, org-insert-item)
3653 (org-move-item-up, org-move-item-up, org-move-item-down)
3654 (org-next-item, org-previous-item, org-end-of-item-list)
3655 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
3656 (org-get-bullet): Removed function, as it is not needed anymore.
3657
3658 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3659
3660 * org-list.el (org-list-insert-item-generic): Change arguments.
3661 The function now accepts structure and previous items alist. This
3662 allows to insert an item programmatically more easily.
3663 (org-insert-item): Apply changes to
3664 `org-list-insert-item-generic'. The function now takes care about
3665 repairing structure and updating checkboxes.
3666
3667 * org-timer.el (org-timer-item): Apply changes to
3668 `org-list-insert-item-generic'. The function now takes care about
3669 repairing structure.
3670
3671 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3672
3673 * org-list.el (org-list-make-subtree): Function now uses
3674 `org-list-parse-list mechanism'.
3675 (org-list-make-subtrees): Removed function.
3676 (org-list-to-generic): Added a parameter and every parameter can
3677 be a sexp returning a string, for finer control.
3678 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
3679 modifications to apply changes to `org-list-to-generic'.
3680 (org-list-to-subtree): New function.
3681
3682 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3683
3684 * org.el (org-beginning-of-line): Apply changes to
3685 `org-item-beginning-re' to correct sub-expression reference.
3686
3687 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3688
3689 * org-docbook.el (org-export-docbook-list-line): Even with
3690 alphabetical lists, Org shouldn't enforce a particular list type
3691 to exporters. This is a job for style files.
3692
3693 * org-html.el (org-html-export-list-line): Ib idem.
3694
3695 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3696
3697 * org-list.el (org-at-item-counter-p): New function.
3698 (org-list-parse-list): Handle counters and list depth.
3699 (org-list-to-generic): A special string is used when an item has a
3700 counter.
3701 (org-list-to-latex): Use new special string for counters. This
3702 fixes the counter bug in LaTeX export, as the enumi counter was
3703 the only one modified.
3704
3705 * org-latex.el (org-export-latex-lists): Use new
3706 `org-list-parse-list' output.
3707
3708 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3709
3710 * org-list.el (org-list-get-list-type): New function.
3711 (org-list-parse-list): Use new function.
3712
3713 * org-html.el (org-html-export-list-line): Use new function.
3714
3715 * org-docbook.el (org-export-docbook-list-line): Use new function.
3716
3717 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3718
3719 * org-list.el (org-alphabetical-lists): New variable
3720 (org-item-re, org-list-full-item, org-cycle-list-bullet)
3721 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
3722 introduction of the new variable.
3723 (org-item-beginning-re): Changed into a function, so any
3724 modification of `org-alphabetical-lists' will not require
3725 reloading Org.
3726 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
3727 (org-list-parse-list, org-list-send-list): Reflect changes to
3728 `org-item-beginning-re'.
3729 (org-list-use-alpha-bul-p): New function.
3730
3731 * org.el (org-check-for-hidden): Reflect changes to
3732 `org-item-beginning-re'.
3733
3734 * org-capture.el (org-capture-place-item): Reflect changes to
3735 `org-item-beginning-re'.
3736
3737 * org-docbook.el (org-export-docbook-list-line): Handle New type
3738 of items.
3739
3740 * org-exp.el (org-export-mark-list-end)
3741 (org-export-mark-list-properties): Reflect changes to
3742 `org-item-beginning-re'.
3743
3744 * org-html.el (org-html-export-list-line): Handle new type of
3745 items.
3746
3747 * org-latex.el (org-export-latex-lists): Handle new type of items
3748 and reflect changes to `org-item-beginning-re'.
3749
3750 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
3751
3752 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3753
3754 * org-list.el (org-list-end-re): Removed function and made it a
3755 variable. There's no need for the overhead of calling the
3756 function every at every line in a list. User will have to reload
3757 Org if he change value of either `org-list-end-regexp' or
3758 `org-empty-line-terminates-plain-lists'.
3759 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
3760
3761 * org-exp.el (org-export-mark-list-end)
3762 (org-export-mark-list-properties): Apply change.
3763
3764 * org-latex.el (org-export-latex-lists): Apply change. Also
3765 prevent items with org-example property to be considered as real
3766 items.
3767
3768 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3769
3770 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
3771 modify templates so environment boundaries don't interfere with
3772 content of task. Unprotect content of task so it might benefit
3773 from further transformations. Set original-indentation property to
3774 a high value to ensure that task is always in the last item of the
3775 list. Also, apply templates later in export process.
3776
3777 * org-list.el (org-list-struct): Fix inline task skipping.
3778
3779 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3780
3781 * org-latex.el (org-export-latex-lists): Search for unprotected
3782 items only, and redefine `org-at-item'. This change is required
3783 when verbatim lists are inserted during export, usually by Babel.
3784
3785 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3786
3787 * ob.el (org-babel-result-end): End position is end of current
3788 sublist instead of bottom point, as results might be inserted in a
3789 list themselves.
3790
3791 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3792
3793 * org-list.el (org-list-automatic-rules): Removed insert rule.
3794 (org-list-insert-item-generic): Removed code preventing user to
3795 insert another item in a block within a list. It is because new
3796 list context make it impossible to see if a point in a block is
3797 also in a list.
3798
3799 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3800
3801 * org-exp.el (org-export-preprocess-string): Mark list endings
3802 before babel blocks preprocessing starts, so blank lines that may
3803 be inserted do not break list's structure. Then, mark list with
3804 special properties required by exporters. Thus output from babel
3805 can easily be included in lists.
3806 (org-export-mark-list-end): New function.
3807 (org-export-mark-list-properties): New function.
3808 (org-export-mark-lists): Removed function. It was split into the
3809 two preceding functions.
3810
3811 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3812
3813 * org-list.el (org-update-checkbox-count): Do not recompute every
3814 list before next heading when there are more than one cookie in an
3815 headline. Moreover, ignore the case where cookie is inserted
3816 neither at an heading nor at an item.
3817
3818 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3819
3820 * org-list.el (org-sort-list): Fix number of arguments to
3821 `org-list-repair', plus make `end-record' go to end of item before
3822 any blank line to keep them from being swallowed in the sorting.
3823
3824 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3825
3826 * org-list.el (org-list-forbidden-blocks): Renamed from
3827 `org-list-blocks'.
3828 (org-list-export-context): New variable.
3829
3830 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3831
3832 * org-list.el (org-list-search-generic): Renamed form
3833 `org-search-unenclosed-generic' to reflect the new behavior. Now,
3834 match can only be in a valid context for lists, as determined by
3835 `org-list-context'.
3836 (org-list-search-backward): Renamed from
3837 `org-search-backward-unenclosed'.
3838 (org-list-search-forward): Renamed from
3839 `org-search-forward-unenclosed'.
3840 (org-toggle-checkbox,org-update-checkbox-count): Use new
3841 functions.
3842 (org-sort-list): Using default regexp search functions as context
3843 is not required in this case.
3844
3845 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3846
3847 * org-exp.el (org-export-mark-lists): New function, replacing
3848 org-export-mark-list-ending. It adds information as text
3849 properties to every list, before changes done by exporter destruct
3850 them.
3851
3852 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3853
3854 * org-list.el (org-list-get-first-item): New alias for
3855 `org-list-get-list-begin'.
3856 (org-list-get-last-item): New function.
3857 (org-list-get-list-end): Use `org-list-get-last-item'.
3858
3859 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3860
3861 * org.el (org-get-string-indentation): Moved in generally useful
3862 functions section, as it wasn't specific to plain lists and that
3863 no code was using it in org-list.el.
3864
3865 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3866
3867 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
3868 accessors.
3869
3870 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3871
3872 * org-list.el (org-list-indent-item-generic): Remove error
3873 messages happening before process. This belongs to interactive
3874 functions.
3875 (org-indent-item,org-indent-item-tree)
3876 (org-outdent-item,org-outdent-item-tree): Ensure point or region
3877 is correct before computing list structure. Return an error
3878 message otherwise.
3879
3880 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3881
3882 * org-list.el (org-apply-on-list): Use new structures. Function
3883 is now applied in reverse order so modifications do not change
3884 positions of items in buffer.
3885
3886 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3887
3888 * org-list.el (org-list-parse-list): Rewrite of function to allow
3889 text following a sub-list in the same item. See docstring for an
3890 example of output.
3891 (org-list-to-generic): Use new parsing function.
3892 (org-list-to-latex,org-list-to-html): Minor change for clearer
3893 export.
3894
3895 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3896
3897 * org-list.el (org-list-has-child-p): Renamed from
3898 `org-list-get-child'. Returning first child is only useful as a
3899 predicate, as we are allowing an item to have more than one
3900 sub-list.
3901 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
3902 of org-list-get-child.
3903 (org-in-item-p): Also return item beginning when list starts at
3904 context beginning.
3905 (org-list-get-parent): Use of `org-list-struct-parent-alist'
3906 helper function is not optional anymore.
3907 (org-list-get-all-items): Shorten code with the help of cl.el.
3908 (org-list-get-children): Now returns all children of item, even if
3909 they do not belong to the same list. Renamed from
3910 `org-list-get-all-children'.
3911 (org-list-get-list-begin): Function wasn't return value when item
3912 was already the first item of the list at point.
3913 (org-list-get-list-end): Function wasn't return value when item
3914 was already the last item of the list at point.
3915 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
3916 `org-list-get-children'.
3917
3918 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3919
3920 * org.el (org-indent-line-function): Indentation of item's body
3921 starts just after the bullet, not after a checkbox. Moreover, As
3922 `org-in-item-p' also returns item beginning position when point is
3923 in a list, do not compute it a second time.
3924
3925 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3926
3927 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
3928 usage `org-repair-list', forcing another reading of the list, with
3929 only needed subroutines.
3930
3931 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3932
3933 * org-list.el (org-list-separating-blank-lines-number): Use new
3934 accessors.
3935 (org-list-insert-item-generic): Use list structures to insert a
3936 new item.
3937 (org-list-exchange-items): Refactor and comment code. Now return
3938 new struct instead of modifying it, as list sorting would
3939 sometimes eat first item.
3940 (org-move-item-down,org-move-item-up): Reflect changes to
3941 `org-list-exchange-items'.
3942 (org-insert-item): As `org-in-item-p' also computes item beginning
3943 when applicable, reuse the result.
3944
3945 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3946
3947 * org-list.el (org-list-in-item-p): Unify methods for this
3948 predicate.
3949 (org-list-in-item-p-with-indent): Removed function.
3950 (org-list-ending-between): Removed function.
3951 (org-list-maybe-skip-block): Removed function.
3952 (org-list-in-item-p-with-regexp): Removed function.
3953 (org-list-top-point-with-regexp): Removed function.
3954 (org-list-top-point-with-indent): Removed function.
3955 (org-list-bottom-point-with-indent): Removed function.
3956 (org-list-bottom-point-with-regexp): Removed function.
3957 (org-list-get-item-same-level): Removed function.
3958 (org-list-top-point): Removed function.
3959 (org-list-bottom-point): Removed function.
3960 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
3961 be consistent with naming policy of non-interactive functions.
3962 (org-get-beginning-of-list): Removed function.
3963 (org-beginning-of-item-list): Use new accessors.
3964 (org-get-end-of-list): Removed function.
3965 (org-end-of-list): Use new accessors.
3966 (org-get-end-of-item): Removed function.
3967 (org-end-of-item): Use new accessors.
3968 (org-get-previous-item): Removed function.
3969 (org-previous-item): Use new accessors.
3970 (org-get-next-item): Removed function.
3971 (org-next-item): Use new accessors.
3972 (org-list-get-item-end-before-blank): Use new accessors.
3973
3974 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3975
3976 * org-list.el (org-list-repair): Removed optional argument
3977 FORCE-BULLET. The job of this interactive function is to
3978 completely fix a list at point. Changing bullets is a separate
3979 task. Also removed others optional arguments TOP and BOTTOM to
3980 follow the new structures.
3981 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
3982 STRUCT is a new required argument. This avoids computing a list
3983 structure many times when function is called more than once in a
3984 row, for example in `org-cycle-item-indentation'. Use new
3985 accessors. Now, also call `org-update-checkbox-count-maybe'.
3986 (org-outdent-item, org-indent-item, org-outdent-item-tree)
3987 (org-indent-item-tree): Remove need for TOP and BOTTOM.
3988 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
3989 (org-list-exchange-items): Use new accessors. Now modify struct
3990 to avoid re-reading it later.
3991 (org-move-item-down): Reflect changes to `org-list-repair'. Use
3992 new accessors.
3993 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
3994 accessors.
3995 (org-cycle-list-bullet): Use new structures. Also use a shortcut
3996 to `org-list-struct-fix-struct' in order to avoid unnecessary
3997 fixes, like `org-list-struct-fix-box'
3998 (org-sort-list): Use of new structures. Renamed an internal
3999 function for a little more clarity.
4000 (org-cycle-item-indentation): Remove dependency on
4001 `org-list-repair'. Use new accessors.
4002 (org-list-get-child): Correct bug when asking for the child of the
4003 last item.
4004 (org-list-exchange-items): Use new accessors.
4005
4006 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4007
4008 * org-list.el (org-list-blocks): New variable.
4009 (org-list-context): New function.
4010 (org-list-full-item-re): New variable.
4011 (org-list-struct-assoc-at-point): Use new variable.
4012 (org-list-struct): Rewrite of function. Now, list data is
4013 collected by looking at the list line after line. It reads the
4014 whole list each time because reading only a subtree was not enough
4015 for some operations, like fixing checkboxes. It also removes the
4016 need to get `org-list-top-point' and `org-list-bottom-point'
4017 first. An added data is the position of item ending. This aims
4018 to be able to have list followed by text inside an item.
4019 (org-list-struct-assoc-end): New function.
4020 (org-list-struct-parent-alist): New function.
4021 (org-list-get-parent): New function.
4022 (org-list-get-child): New function.
4023 (org-list-get-next-item): New function.
4024 (org-list-get-prev-item): New function.
4025 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
4026 (org-list-get-all-items): New function.
4027 (org-list-get-all-children): New function.
4028 (org-list-get-top-point): New function.
4029 (org-list-get-bottom-point): New function.
4030 (org-list-get-counter): New function.
4031 (org-list-get-item-end): New function.
4032 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
4033 new accessors.
4034 (org-list-struct-fix-ind): Make use of new accessors.
4035 (org-list-struct-fix-box): New function.
4036 (org-list-struct-fix-checkboxes): Removed function.
4037 (org-list-struct-outdent): Use new accessors. Use the fact that
4038 there is no longer a virtual item at beginning of structure.
4039 (org-list-struct-indent): Use helper functions
4040 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
4041 Also use new accessors.
4042 (org-list-struct-fix-struct): Comment function. Call directly
4043 `org-list-struct-apply-struct', without removing unchanged items
4044 first.
4045 (org-list-struct-apply-struct): Comment function. Rewrite using
4046 new accessors. Use new variable `org-list-full-item-re'.
4047 (org-list-shift-item-indentation): Removed function, now included
4048 in `org-list-struct-apply-struct' because it is too specific.
4049
4050 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4051
4052 * org-list.el (org-toggle-checkbox): Use structures to fix
4053 checkboxes of a list.
4054 (org-update-checkbox-count): Use structures to update cookies.
4055
4056 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4057
4058 * org-list.el (org-list-struct-fix-checkboxes): New function.
4059 (org-checkbox-blocked-p): Removed function.
4060
4061 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4062
4063 * org-list.el (org-list-get-all-items): New function.
4064 (org-list-get-all-children): New function.
4065 (org-list-get-nth): New function.
4066 (org-list-set-nth): New function.
4067 (org-list-get-ind): New function.
4068 (org-list-set-ind): New function.
4069 (org-list-get-bullet): New function.
4070 (org-list-set-bullet): New function.
4071 (org-list-get-checkbox): New function.
4072 (org-list-set-checkbox): New function.
4073 (org-list-struct-fix-bul): Use new accessors.
4074 (org-list-repair): Use new accessors.
4075 (org-list-indent-item-generic): Make use of accessors.
4076 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
4077 (org-list-get-child): Renamed from `org-list-struct-get-child'.
4078 (org-list-struct-fix-ind): Make use of accessors.
4079 (org-list-get-next-item): New function.
4080 (org-list-get-subtree): New function.
4081
4082 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4083
4084 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
4085 list structure.
4086
4087 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
4088 value in structure.
4089
4090 * org-list.el (org-list-struct-apply-struct): Also apply
4091 checkboxes.
4092
4093 2011-07-28 Bastien Guerry <bzg@gnu.org>
4094
4095 * org-latex.el (org-export-latex-content): Bind local variables
4096 for export in the temporary export buffer.
4097
4098 2011-07-28 David Maus <dmaus@ictsoc.de>
4099
4100 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
4101 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
4102 date of obsolete declaration to 2011-02-17.
4103
4104 2011-07-28 David Maus <dmaus@ictsoc.de>
4105
4106 * org.el (org-link-escape): Throw error if encoding character in
4107 utf8 fails.
4108
4109 2011-07-28 David Maus <dmaus@ictsoc.de>
4110
4111 * org-protocol.el (org-protocol-split-data)
4112 (org-protocol-open-source): Use `org-link-unescape' instead of
4113 obsolete unhex string function.
4114
4115 2011-07-28 David Maus <dmaus@ictsoc.de>
4116
4117 * org.el (org-link-escape, org-link-escape-chars-browser)
4118 (org-link-escape-chars): Always percent escape the percent sign.
4119
4120 2011-07-28 David Maus <dmaus@ictsoc.de>
4121
4122 * org.el (org-link-unescape): Simpler algorithm for replacing
4123 percent escapes.
4124 (org-link-unescape-compound): Use cond statements instead of nested
4125 if, convert hex string with string-to-number, save match data.
4126 (org-link-unescape-single-byte-sequence): Use mapconcat and
4127 string-to-number for unescaping single byte sequence.
4128
4129 2011-07-28 David Maus <dmaus@ictsoc.de>
4130
4131 * org.el (org-link-escape): Rename lambda argument.
4132
4133 2011-07-28 David Maus <dmaus@ictsoc.de>
4134
4135 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
4136 Add percent sign to list of escape chars.
4137
4138 2011-07-28 David Maus <dmaus@ictsoc.de>
4139
4140 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
4141 character table format.
4142
4143 2011-07-28 David Maus <dmaus@ictsoc.de>
4144
4145 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
4146 argument in call to org-link-unescape.
4147
4148 2011-07-28 David Maus <dmaus@ictsoc.de>
4149
4150 * org-protocol.el (org-protocol-unhex-string)
4151 (org-protocol-unhex-compound)
4152 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
4153 alias to respective org-link-unescape-* functions.
4154
4155 2011-07-28 David Maus <dmaus@ictsoc.de>
4156
4157 * org.el (org-link-unescape, org-link-unescape-compound)
4158 (org-link-unescape-single-byte-sequence): Functions moved and renamed
4159 from org-protocol.el.
4160
4161 2011-07-28 David Maus <dmaus@ictsoc.de>
4162
4163 * org-macs.el (org-char-to-string): Inline function to properly
4164 decode utf8 characters in Emacs 22. Moved and renamed from
4165 org-protocol.el.
4166
4167 2011-07-28 David Maus <dmaus@ictsoc.de>
4168
4169 * org.el (org-link-escape): New optional argument. Merge user
4170 table with default table.
4171
4172 2011-07-28 David Maus <dmaus@ictsoc.de>
4173
4174 * org.el (org-link-escape): Fixup doc string.
4175
4176 2011-07-28 David Maus <dmaus@ictsoc.de>
4177
4178 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
4179 New format of percent escape table.
4180 (org-link-escape): Use new table format.
4181
4182 2011-07-28 David Maus <dmaus@ictsoc.de>
4183
4184 * org.el (org-link-escape): New Unicode aware percent encoding
4185 algorithm.
4186
4187 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
4188
4189 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
4190 function. Decode hex-encoded singly byte sequences.
4191 (org-protocol-unhex-compound): Use new function if decoding sequence
4192 as Unicode character failed.
4193
4194 2011-07-28 Bastien Guerry <bzg@gnu.org>
4195
4196 * org-html.el (org-export-as-html): Expand the HTML title.
4197
4198 2011-07-28 Bastien Guerry <bzg@gnu.org>
4199
4200 * org-publish.el (org-publish-cache-ctime-of-src): Improve
4201 docstring.
4202 (org-publish-find-title): New option to explicitly reset the title
4203 in the cache.
4204 (org-publish-format-file-entry): Use this new option.
4205
4206 2011-07-28 Dan Davison <dandavison7@gmail.com>
4207
4208 * org-exp.el (org-export-preprocess-string): Set the source buffer
4209 and use `org-clone-local-variables' to get local variables from
4210 it.
4211
4212 2011-07-28 Dan Davison <dandavison7@gmail.com>
4213
4214 * org-exp.el (org-export-format-source-code-or-example): Allow
4215 empty string as second element in minted/listings options.
4216
4217 2011-07-28 Dan Davison <dandavison7@gmail.com>
4218
4219 * org-exp.el (org-export-format-source-code-or-example): Support
4220 new user-customizable options.
4221 (org-export-latex-custom-lang-environments): Ensure new variable
4222 is defined.
4223 (org-export-latex-listings-options): Ensure new variable is defined.
4224 (org-export-latex-minted-options): Ensure new variable is defined.
4225
4226 2011-07-28 Bastien Guerry <bzg@gnu.org>
4227
4228 * org-html.el (org-export-as-html): Handle the case when
4229 `org-export-html-validation-link' is nil to keep backward
4230 compatible with the old default value of this variable.
4231
4232 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4233
4234 * ob.el (org-babel-insert-result): Don't choke if indent is not a
4235 number.
4236
4237 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
4238
4239 * org-bbdb.el (org-bbdb-export): When a link description has been
4240 added by `org-export-normalize-links', use path instead (remove
4241 the `bbdb:' prefix).
4242
4243 2011-07-28 Bastien Guerry <bzg@gnu.org>
4244
4245 * org-ascii.el (org-export-ascii-underline): Put the level's
4246 characters in the right order, as documented by the docstring.
4247 (org-ascii-level-start): Select the right char for underlining
4248 headlines.
4249
4250 2011-07-28 Bastien Guerry <bzg@gnu.org>
4251
4252 * org-src.el (org-edit-src-code): Allow to edit source code from
4253 modes derived from Org.
4254
4255 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
4256
4257 * org-clock.el (org-clock-clocktable-language-setup): Add list of
4258 dutch strings.
4259
4260 2011-07-28 Dan Davison <dandavison7@gmail.com>
4261
4262 * org-beamer.el: Mark frame as fragile when it is using minted for
4263 src block export.
4264
4265 2011-07-28 Bastien Guerry <bzg@gnu.org>
4266
4267 * org-agenda.el (org-agenda-date-later)
4268 (org-agenda-date-earlier): Enhance docstrings.
4269 (org-agenda-bulk-mark-regexp): Only match against headlines.
4270 Send a message when no entry is marked.
4271 (org-agenda-bulk-action): Fix bug about scattering deadlines.
4272 Send an error when trying to scatter outside an agenda or a
4273 timeline view. Silently fail when trying to scatter sexp entries.
4274
4275 2011-07-28 Bastien Guerry <bzg@gnu.org>
4276
4277 * org-clock.el (org-clock-clocktable-language-setup): New custom
4278 variable.
4279 (org-clocktable-defaults): Set the default language.
4280 (org-clocktable-write-default): Use the new variable.
4281
4282 2011-07-28 Dan Davison <dandavison7@gmail.com>
4283
4284 * ob.el (org-babel-src-block-names): Don't strip text properties
4285 from search hits.
4286 (org-babel-result-names): Don't strip text properties from search
4287 hits.
4288
4289 2011-07-28 Dan Davison <dandavison7@gmail.com>
4290
4291 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
4292 remove-echo part of META argument to
4293 `org-babel-comint-with-output'.
4294
4295 2011-07-28 Dan Davison <dandavison7@gmail.com>
4296
4297 * ob.el (org-babel-script-escape): Use `substring' comparison
4298 instead of regexp matching.
4299
4300 2011-07-28 Dan Davison <dandavison7@gmail.com>
4301
4302 * org-src.el (org-edit-src-code): When generating the code edit
4303 buffer, it is necessary for several variables to inherit their
4304 values from the parent org buffer. These changes collect all such
4305 variables together into a single association list of
4306 `(variable-name value)' pairs. In addition, a new variable is
4307 added to the list: `org-edit-src-content-indentation'. This has
4308 the effect that a buffer local value can be used for that
4309 variable.
4310
4311 2011-07-28 Dan Davison <dandavison7@gmail.com>
4312
4313 * ob-table.el (sbe): Don't truncate sbe results.
4314
4315 2011-07-28 Lawrence Mitchell <wence@gmx.li>
4316
4317 * org-exp.el (org-export-add-options-to-plist): Require match to
4318 start at a word-boundary.
4319
4320 2011-07-28 Bastien Guerry <bzg@gnu.org>
4321
4322 * org-latex.el (org-export-latex-hyperref-format): Update
4323 docstring.
4324
4325 2011-07-28 Tom Dye <tsd@tsdye.com>
4326
4327 * org.el: Update documentation of `org-add-link-type'.
4328
4329 2011-07-28 Dan Davison <dandavison7@gmail.com>
4330
4331 * org.el (org-open-at-point): Fix bug when using prefix arg to
4332 construct `org-link-search' call. Rename prefix arg with a more
4333 generic name, to reflect its diverse uses in this function.
4334
4335 2011-07-28 Rémi Vanicat <vanicat@debian.org>
4336
4337 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
4338 (org-icalendar-date-time-format): New custom variable.
4339 (org-icalendar-use-UTC-date-timep): New function.
4340 (org-ical-ts-to-string): Use the new variable.
4341
4342 2011-07-28 Bastien Guerry <bzg@gnu.org>
4343
4344 * org-vm.el (org-vm-store-link): Make sure the buffer is
4345 associated with a file when trying to store an Org link.
4346
4347 2011-07-28 Dan Davison <dandavison7@gmail.com>
4348
4349 * ob.el (org-babel-params-from-properties): Test for
4350 "header-arg-name" and ":header-arg-name", in that order.
4351
4352 2011-07-28 Bastien <bastien.guerry@wikimedia.fr>
4353
4354 * org-capture.el (org-capture-templates): Document "currentfile"
4355 for capture template.
4356 (org-capture-templates): Allow to use currentfile for capture
4357 templates.
4358 (org-capture-set-target-location): Handle currentfile as a way to
4359 setting the capture buffer.
4360
4361 2011-07-28 Bastien Guerry <bzg@gnu.org>
4362
4363 * ob.el (org-babel-params-from-properties): Don't wrap
4364 `org-entry-get' into `condition-case'.
4365
4366 2011-07-28 Dan Davison <dandavison7@gmail.com>
4367
4368 * org.el (org-entry-get): Don't look for a property drawer if we
4369 are before the first heading in the file.
4370 (org-entry-get-with-inheritance): Don't attempt to move up the
4371 tree if we are before the first heading in the file. Also,
4372 enclose less of the function in the `save-excursion'.
4373
4374 2011-07-28 Dan Davison <dandavison7@gmail.com>
4375
4376 * ob.el (org-babel-params-from-buffer): Return desired value
4377 rather than nil from failed re search.
4378
4379 2011-07-28 Bastien Guerry <bzg@gnu.org>
4380
4381 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
4382 entries on a single line when lines don't start with a diary time.
4383
4384 2011-07-28 Bastien Guerry <bzg@gnu.org>
4385
4386 * org-html.el (org-export-html-protect-char-alist): New custom
4387 variable to define characters to be HTML protected.
4388 (org-html-protect): Use the new variable.
4389
4390 2011-07-28 Bastien Guerry <bzg@gnu.org>
4391
4392 * org-info.el (org-info-store-link): Use "#" to separate the info
4393 file and the node.
4394 (org-info-follow-link): Use both "#" to separate the info file and
4395 the node. Continue to use ":" for backward compatibility.
4396
4397 2011-07-28 Bastien Guerry <bzg@gnu.org>
4398
4399 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
4400 variable.
4401 (org-print-icalendar-entries): Use this new variable to prevent
4402 export of entries with a :noexport: tag.
4403
4404 2011-07-28 Bastien Guerry <bzg@gnu.org>
4405
4406 * org-exp.el (org-export-initial-scope): New custom variable.
4407 (org-export): Use this new variable. If there is an active
4408 region, tell it when prompting the user for an export command.
4409 Also change the way the function handles selection of buffer and
4410 subtree export.
4411
4412 2011-07-28 Bastien Guerry <bzg@gnu.org>
4413
4414 * org-html.el (org-export-html-auto-preamble)
4415 (org-export-html-auto-postamble): Remove.
4416 (org-export-html-preamble, org-export-html-postamble): Turn into
4417 custom variables. Update the docstrings.
4418 (org-export-html-preamble-format)
4419 (org-export-html-postamble-format): New custom variables.
4420 (org-export-as-html): Use `org-export-html-postamble-format' and
4421 `org-export-html-preamble-format'.
4422 (org-export-html-title-format): Delete.
4423
4424 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4425
4426 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
4427 function is begin deprecated in favor of begin_src blocks.
4428 (org-export-blocks-format-dot): This function is begin deprecated in
4429 favor of begin_src blocks.
4430
4431 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4432
4433 * ob.el (org-babel-header-arg-names): no-expand is now part of the
4434 default header argument names list.
4435
4436 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
4437
4438 * org-publish.el (org-publish-sitemap-date-format)
4439 (org-publish-sitemap-file-entry-format): New custom variables.
4440 (org-publish-projects): Use these variables to format the sitemap
4441 entries.
4442
4443 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
4444
4445 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
4446 from `message-mode'.
4447
4448 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4449
4450 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
4451 updating the filter while the clock report is following the
4452 filter.
4453
4454 2011-07-28 Julien Danjou <julien@danjou.info>
4455
4456 * org-agenda.el (org-agenda): Kill all local variables. This
4457 assures we are not keeping buffer variable from an old agenda view
4458 when switching to a new custom agenda.
4459
4460 2011-07-28 Julien Danjou <julien@danjou.info>
4461
4462 * org-crypt.el (org-encrypt-string): New function.
4463 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
4464 cached crypted values.
4465 (org-decrypt-entry): Store crypted text in decrypted text.
4466
4467 2011-07-28 Dan Davison <dandavison7@gmail.com>
4468
4469 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
4470 if a non-nil result is returned.
4471
4472 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4473
4474 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
4475 modified today.
4476
4477 2011-07-28 Bastien Guerry <bzg@gnu.org>
4478
4479 * org.el (org-update-parent-todo-statistics): Fix bug when
4480 updating statistics from the column view.
4481
4482 2011-07-28 Bastien Guerry <bzg@gnu.org>
4483
4484 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
4485 (org-agenda-menu): Add the new command to the menu.
4486 (org-agenda-mode-map): Add % as the keybinding for the new
4487 command.
4488
4489 2011-07-28 Bastien Guerry <bzg@gnu.org>
4490
4491 * org-exp.el (org-export-target-internal-links): Locally turn on
4492 `org-link-search-must-match-exact-headline' to match exact
4493 internal links.
4494
4495 2011-07-28 Julien Danjou <julien@danjou.info>
4496
4497 * org-faces.el (org-special-keyword): Make it inherited from
4498 `font-lock-keyword-face'.
4499
4500 2011-07-28 Julien Danjou <julien@danjou.info>
4501
4502 * org-faces.el (org-link): Make `org-link' inherits from `link'
4503 face.
4504
4505 2011-07-28 Bastien Guerry <bzg@gnu.org>
4506
4507 * org.el (org-narrow-to-block): New function to narrow to block.
4508 Bound this function to `C-x n b'.
4509
4510 2011-07-28 Bastien Guerry <bzg@gnu.org>
4511
4512 * org.el (org-schedule, org-deadline): Fix bug: take care of
4513 repeating timestamps like ".+1d/3d" or "+1d 10d".
4514
4515 2011-07-28 Bastien Guerry <bzg@gnu.org>
4516
4517 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
4518 to use a list of TODO keywords as the value of this variable. The
4519 agenda will show repeating stamps for entries matching these TODO
4520 keywords.
4521 (org-agenda-get-timestamps, org-agenda-get-deadlines)
4522 (org-agenda-get-scheduled): Allow the use of a list of keywords in
4523 `org-agenda-repeating-timestamp-show-all'.
4524
4525 2011-07-28 Bastien Guerry <bzg@gnu.org>
4526
4527 * org-latex.el (org-export-latex-emph-format): Don't use
4528 `org-export-latex-use-verb'. Remove this variable.
4529
4530 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
4531
4532 * org-html.el (org-html-handle-time-stamps): Fix bug when
4533 exporting inactive timestamps.
4534
4535 2011-07-28 Bastien Guerry <bzg@gnu.org>
4536
4537 * org-archive.el (org-archive-save-context-info): Fix docstring
4538 typo.
4539 (org-archive-subtree-add-inherited-tags): New variable to control
4540 whether inherited tags should be appended to local tags when
4541 archiving subtrees.
4542 (org-archive-subtree): Use the new variable.
4543
4544 2011-07-28 Bastien Guerry <bzg@gnu.org>
4545
4546 * org-archive.el (org-archive-save-context-info): Fix docstring.
4547
4548 2011-07-28 Julien Danjou <julien@danjou.info>
4549
4550 * org-crypt.el (org-decrypt-entry): Delete \n on top level
4551 heading. This avoids a display bug showing the heading outlined
4552 where the text is not since it does not have the outline property.
4553 Restore subtree visibility state after decryption.
4554
4555 2011-07-28 Julien Danjou <julien@danjou.info>
4556
4557 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
4558 as a possible default span if it is set.
4559
4560 2011-07-28 Dan Davison <dandavison7@gmail.com>
4561
4562 * org-src.el (org-edit-src-persistent-message): Change docstring.
4563 (org-edit-src-code): Get rid of help message in echo area.
4564
4565 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
4566 argument to org-edit-src-code as this has been removed.
4567
4568 2011-07-28 Bastien Guerry <bzg@gnu.org>
4569
4570 * org-latex.el (org-export-latex-emphasis-alist): Use
4571 \protectedtexttt for the =...= emphasis and \verb for the ~...~
4572 emphasis.
4573 (org-export-latex-use-verb): Now defaults to t.
4574 (org-export-latex-emph-format): Distinguish between =...= and
4575 ~...~ emphasis.
4576
4577 2011-07-28 Julien Danjou <julien@danjou.info>
4578
4579 * org.el (org-link-expand-abbrev): Allow any type of character in
4580 link expand.
4581
4582 2011-07-28 Dan Davison <dandavison7@gmail.com>
4583
4584 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
4585
4586 2011-07-28 Dan Davison <dandavison7@gmail.com>
4587
4588 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
4589 resolving references.
4590
4591 2011-07-28 Bastien Guerry <bzg@gnu.org>
4592
4593 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
4594 instead of <hr> to keep w3c validator happy.
4595
4596 2011-07-28 Dan Davison <dandavison7@gmail.com>
4597
4598 * ob.el (org-babel-where-is-src-block-head): Detect src block if
4599 point is on a #+header line.
4600
4601 2011-07-28 Dan Davison <dandavison7@gmail.com>
4602
4603 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
4604 #+header lines when searching for block associated with block name
4605 line.
4606
4607 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4608
4609 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
4610 the more specific `org-at-item-p'.
4611
4612 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4613
4614 * org-latex.el (org-latex-default-figure-position): New defcustom
4615 for default placement of latex figures.
4616 (org-export-latex-tables): Positioning tables using the new
4617 defcustom variable.
4618 (org-export-latex-format-image): Positioning images using the new
4619 defcustom variable.
4620
4621 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4622
4623 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
4624 evaluated and :file header argument is missing.
4625
4626 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4627
4628 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
4629 to do anything to export code.
4630 (org-babel-exp-results): No longer returns a replacement for the
4631 code block.
4632 (org-babel-exp-inline-src-blocks): Simplified.
4633 (org-babel-exp-src-block): Removed unnecessary pluralization from
4634 function name.
4635
4636 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4637
4638 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
4639 exportation of inline code blocks using normal code block
4640 execution mechanism to insert results.
4641 (org-babel-exp-results): Results exportation mechanism is unified
4642 for both inline and regular code blocks.
4643
4644 * ob.el (org-babel-where-is-src-block-result): Returns the point
4645 after an inline code block for inline code blocks.
4646
4647 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4648
4649 * ob.el (org-babel-insert-result): Special handling of the
4650 position of results of inline code blocks.
4651 (org-babel-examplize-region): Now able to comment inline regions.
4652
4653 2011-07-28 Lawrence Mitchell <wence@gmx.li>
4654
4655 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
4656 that \\[ a = b \\] is not interpreted as a keybinding by
4657 `substitute-command-keys'.
4658
4659 2011-07-28 Dan Davison <dandavison7@gmail.com>
4660
4661 * org-latex.el (org-export-as-latex): Process export property list
4662 with `org-export-process-option-filters' early in latex export.
4663
4664 2011-07-28 Julien Danjou <julien@danjou.info>
4665
4666 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
4667 available in Emacs 22 and in recent XEmacs 21. Replace in various
4668 files.
4669
4670 2011-07-28 Julien Danjou <julien@danjou.info>
4671
4672 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
4673 it must has \\ at the end of the line. This avoid matching the
4674 following heading when there's no newline between the logged state
4675 and the next heading.
4676
4677 2011-07-28 Julien Danjou <julien@danjou.info>
4678
4679 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
4680
4681 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4682
4683 * org.el (org-current-level, org-store-link, org-mark-subtree):
4684 Use `org-with-limited-levels'.
4685
4686 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
4687
4688 * org-publish.el (org-publish-get-base-files): Add sitemap file.
4689
4690 2011-07-28 Matt Lundin <mdl@imapmail.org>
4691
4692 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
4693 (org-agenda-todo-ignore-scheduled): New option.
4694 (org-agenda-todo-ignore-timestamp): New option.
4695 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4696 Allow user to specify custom distance to ignore (future or past).
4697 (org-agenda-todo-custom-ignore-p): New function.
4698
4699 2011-07-28 Matt Lundin <mdl@imapmail.org>
4700
4701 * org-habit.el (org-habit-parse-todo) Don't parse more days than
4702 needed.
4703
4704 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4705
4706 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
4707 code in each inline code block.
4708 (org-babel-execute-buffer): Executes inline code blocks as well as
4709 regular code blocks.
4710
4711 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4712
4713 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
4714 blocks for removal.
4715
4716 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
4717
4718 * org-clock.el (org-clock-before-select-task-hook): New hook.
4719 (org-clock-select-task): Run new hook.
4720
4721 2011-07-28 Julien Danjou <julien@danjou.info>
4722
4723 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
4724 events with range. This display things like: <2011-01-22 Sat
4725 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
4726 at 14:00 and ending at 20:00.
4727
4728 2011-07-28 Dan Davison <dandavison7@gmail.com>
4729
4730 * ob.el (org-babel-inline-src-block-regexp): Character preceding
4731 "src_" can now be anything as long as it is neither alphanumeric
4732 nor '-'.
4733
4734 2011-07-28 Dan Davison <dandavison7@gmail.com>
4735
4736 * ob.el (org-babel-merge-params): Docstring typo.
4737
4738 2011-07-28 Dan Davison <dandavison7@gmail.com>
4739
4740 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
4741 in the buffer.
4742
4743 2011-07-28 Dan Davison <dandavison7@gmail.com>
4744
4745 * ob.el (org-babel-get-src-block-info): Alter order of merge
4746 arguments.
4747
4748 2011-07-28 Dan Davison <dandavison7@gmail.com>
4749
4750 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
4751
4752 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4753
4754 * ob.el (org-babel-insert-result): Ensure all parts of result
4755 wrappers end in newlines.
4756
4757 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4758
4759 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
4760 optionally creates parent directories of tangle targets.
4761
4762 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4763
4764 * org-ascii.el (org-ascii-level-start): Catch the case of levels
4765 which do not have an equivalent in the list of underline
4766 characters.
4767
4768 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4769
4770 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
4771 the format string used to escape arguments to shell code blocks.
4772
4773 2011-07-28 Julien Danjou <julien@danjou.info>
4774
4775 * org-agenda.el (org-agenda-reset-view): New function.
4776 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
4777
4778 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
4779
4780 * org-exp.el (org-export-handle-include-files): Support :lines
4781 property.
4782 (org-get-file-contents): New argument lines to include specify a
4783 range of lines to include.
4784
4785 2011-07-28 Bastien Guerry <bzg@gnu.org>
4786
4787 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
4788
4789 2011-07-28 Lawrence Mitchell <wence@gmx.li>
4790
4791 * org-latex.el (org-export-latex-make-header): Export email in
4792 author line if `org-export-email-info' is non-nil.
4793
4794 2011-07-28 Julien Danjou <julien@danjou.info>
4795
4796 * org-agenda.el (org-agenda-goto-today): Respect current span.
4797
4798 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4799
4800 * org-complete.el (pcomplete/org-mode/link)
4801 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
4802 before uniquifying.
4803
4804 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4805
4806 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
4807 linking comment type
4808 (org-babel-tangle-comment-links): Returns comment links for the
4809 source code block at point.
4810
4811 2011-07-28 Bastien Guerry <bzg@gnu.org>
4812
4813 * org.el (org-refile-check-position): Send a more explicit message
4814 on how to clear the cache before refiling again.
4815
4816 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4817
4818 * org-agenda.el (org-agenda-skip-function-global): New option.
4819 (org-agenda-skip-eval): New function.
4820 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
4821 the global skipping condition.
4822
4823 2011-07-28 David Maus <dmaus@ictsoc.de>
4824
4825 * org-html.el (org-export-as-html): Handle timestamps after
4826 handling links.
4827
4828 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4829
4830 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
4831 until either a matching block is found, or the limits of the file
4832 are reached.
4833
4834 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4835
4836 * ob.el (org-babel-update-block-body): Literal argument to
4837 `replace-match' to allow insertion of text containing '\'.
4838
4839 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4840
4841 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
4842 into code blocks.
4843
4844 2011-07-28 David Maus <dmaus@ictsoc.de>
4845
4846 * test-org-table.el
4847 (test-org-table/org-table-convert-refs-to-rc/3)
4848 (test-org-table/org-table-convert-refs-to-rc/2)
4849 (test-org-table/org-table-convert-refs-to-rc/1)
4850 (test-org-table/org-table-convert-refs-to-an/3)
4851 (test-org-table/org-table-convert-refs-to-an/2)
4852 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
4853 table formular format conversion.
4854
4855 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4856
4857 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
4858 bol.
4859
4860 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4861
4862 * ob.el (org-babel-open-src-block-result): Must collect result
4863 *before* jumping to the result buffer.
4864
4865 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4866
4867 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
4868 used after update to regexp.
4869
4870 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4871
4872 * ob.el (org-babel-temp-file): Ensure that
4873 `org-babel-temporary-directory' is bound before using.
4874 (org-babel-remove-temporary-directory): Safer error throwing.
4875
4876 2011-07-28 niels giesen <niels.giesen@gmail.com>
4877
4878 * org-docbook.el (org-export-docbook-finalize-table): Do literal
4879 replacements.
4880
4881 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4882
4883 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
4884 resolve language names for evaluation.
4885
4886 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4887
4888 * org-capture.el (org-capture-templates): Add %f and %F escapes
4889 (org-capture): Add more information to capture property list
4890 (org-capture-fill-template): Handle %f and %F escapes.
4891
4892 2011-07-28 David Maus <dmaus@ictsoc.de>
4893
4894 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
4895 symlink target.
4896
4897 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4898
4899 * org.el (org-occur-next-match): New function.
4900 (org-mode): Set the variable `next-error-function'.
4901 (org-highlight-new-match): Add an `org-type' property to the
4902 overlays.
4903
4904 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4905
4906 * ob-calc.el: No longer require `calc-trail' on XEmacs.
4907
4908 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4909
4910 * org.el (org-modules): Add `org-eshell'.
4911
4912 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4913
4914 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
4915 dynamically scoped variables.
4916
4917 * org.el (org-modules): Move `org-special-blocks' into the core
4918 modules section.
4919
4920 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4921
4922 * org-special-blocks.el: New file.
4923
4924 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4925
4926 * org.el (org-plist-delete): Remove duplicate definition.
4927
4928 2011-07-28 Bernt Hansen <bernt@norang.ca>
4929
4930 * org-agenda.el (org-agenda-goto): Display invisible entry text.
4931
4932 * org-agenda.el (org-agenda-switch-to): Display invisible entry
4933 text.
4934
4935 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4936
4937 * org.el (org-get-category): New optional argument FORCE-REFRESH.
4938 Automatically refresh if the property is not there.
4939 (org-entry-properties): Remove refresh - this is now done in
4940 org-get-category.
4941
4942 * org-clock.el (org-clock-insert-selection-line): Let
4943 `org-get-category' do the property refresh.
4944
4945 * org-archive.el (org-archive-subtree): Force a refresh of
4946 category properties.
4947
4948 2011-07-28 Julien Danjou <julien@danjou.info>
4949
4950 * org-icalendar.el (org-print-icalendar-entries): Do not manually
4951 refresh categories.
4952
4953 2011-07-28 Dan Davison <dandavison7@gmail.com>
4954
4955 * org.el (org-display-inline-images): Check for clear-image-cache
4956 before using it.
4957
4958 2011-07-28 Bernt Hansen <bernt@norang.ca>
4959
4960 * org.el: Document missing value for org-link-frame-setup.
4961
4962 2011-07-28 Dan Davison <dandavison7@gmail.com>
4963
4964 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
4965 user code prior to the R exception-handling, so that errors in
4966 user code are unhandled.
4967
4968 2011-07-28 Dan Davison <dandavison7@gmail.com>
4969
4970 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
4971 that a major-mode function corresponding to the language string
4972 exists.
4973
4974 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4975
4976 * org-exp.el (org-export-mark-list-ending): Insert additional
4977 newline characters if end-list-marker is at a wrong position.
4978
4979 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4980
4981 * ob.el (org-babel-script-escape): Replace commas with spaces for
4982 better list reading when list items are packed with commas,
4983 e.g. Haskell list output.
4984
4985 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4986
4987 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
4988 error reporting.
4989
4990 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4991
4992 * ob.el (org-babel-confirm-evaluate): Fix for the case when
4993 org-confirm-babel-evaluate is a function (used to always ask no
4994 matter what the function returns).
4995
4996 2011-07-28 Dan Davison <dandavison7@gmail.com>
4997
4998 * ob-R.el: Delete duplicated function.
4999
5000 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5001
5002 * ob.el (org-babel-execute-src-block): Removed unused flet
5003 function.
5004
5005 2011-07-28 Dan Davison <dandavison7@gmail.com>
5006
5007 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
5008 signal that the intended content has been written to file.
5009
5010 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
5011 the intended content has been written to file.
5012
5013 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
5014 intended content has been written to file.
5015
5016 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
5017 that the intended content has been written to file.
5018
5019 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
5020 the intended content has been written to file.
5021
5022 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
5023 that the intended content has been written to file.
5024
5025 * ob-octave.el (org-babel-execute:octave): Return result; not name
5026 of output file.
5027
5028 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
5029 signal that the intended content has been written to file.
5030
5031 * ob-python.el (org-babel-execute:python): Return result; not name
5032 of output file.
5033
5034 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
5035 output file.
5036
5037 * ob-sass.el (org-babel-execute:sass): Return nil if result has
5038 been written to file.
5039
5040 2011-07-28 Dan Davison <dandavison7@gmail.com>
5041
5042 * ob-R.el (org-babel-R-graphical-output-file): New function
5043 returns the name of the output file iff R has been instructed to
5044 send graphical output to file by means of the ":results graphics"
5045 directive.
5046 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
5047 when constructing the R code to evaluate, which may be augmented
5048 with code implementing the writing of graohical output to file.
5049 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
5050 determine whether R is taking responsibility for writing output to
5051 file; if so, this is signaled to ob.el by returning a nil result.
5052
5053 2011-07-28 Dan Davison <dandavison7@gmail.com>
5054
5055 * ob.el (org-babel-format-result): New function to format results
5056 of src block execution.
5057 (org-babel-execute-src-block): Use `org-babel-format-result' when
5058 writing to file.
5059 (org-babel-open-src-block-result): Use `org-babel-format-result'
5060 when displaying results in a buffer. Name results buffer
5061 differently.
5062
5063 2011-07-28 Dan Davison <dandavison7@gmail.com>
5064
5065 * ob.el (org-babel-execute-src-block): Avoid calling
5066 `orgtbl-to-generic' on number results.
5067
5068 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5069
5070 * ob.el (org-babel-execute-src-block): Allow specification of
5071 table separator with :sep header argument.
5072 (org-babel-open-src-block-result): Allow specification of table
5073 separator with :sep header argument.
5074
5075 2011-07-28 Dan Davison <dandavison7@gmail.com>
5076
5077 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
5078 executing buffer (note that this handles execute subtree also).
5079
5080 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5081
5082 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
5083 do not modify match data either.
5084 (org-inlinetask-goto-end): Small refactoring, remove
5085 case-sensitivity.
5086 (org-inlinetask-goto-beginning): Small refactoring, remove
5087 case-sensitivity.
5088
5089 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5090
5091 * org-capture.el (org-capture-set-target-location): Use
5092 `current-time'.
5093
5094 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5095
5096 * org-capture.el (org-capture-set-target-location): Use
5097 `current-time'.
5098
5099 2011-07-28 Bernt Hansen <bernt@norang.ca>
5100
5101 * org.el (org-before-first-heading-p): If point is on an org-mode
5102 heading line then we are not before the first heading.
5103
5104 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5105
5106 * org-timer.el (org-timer-continue-hook): Define the variable
5107 (org-timer-pause-or-continue): Run hook after relative timer is
5108 continued.
5109
5110 2011-07-28 Julien Danjou <julien@danjou.info>
5111
5112 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
5113
5114 2011-07-28 Julien Danjou <julien@danjou.info>
5115
5116 * org-capture.el (org-capture-fill-template): Use org-eval.
5117
5118 2011-07-28 Julien Danjou <julien@danjou.info>
5119
5120 * org-agenda.el (org-eval): New function.
5121
5122 2011-07-28 Dan Davison <dandavison7@gmail.com>
5123
5124 * ob.el (org-babel-execute-src-block): With :results file, when
5125 :file is not supplied, interpret result as a file link as long as
5126 it is a string.
5127
5128 2011-07-28 David Maus <dmaus@ictsoc.de>
5129
5130 * org-latex.el (org-export-latex-preprocess): Don't convert link
5131 description parts that look like numeric footnote.
5132
5133 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5134
5135 * org-latex.el (org-export-latex-tables): Allowing specification
5136 of tabular[xy] inner environments through the ATTR_LaTeX line.
5137
5138 2011-07-28 Julien Danjou <julien@danjou.info>
5139
5140 * org-capture.el (org-capture-fill-template): Use
5141 `org-set-property' directly.
5142
5143 2011-07-28 Julien Danjou <julien@danjou.info>
5144
5145 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
5146 item in docstring.
5147
5148 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5149
5150 * org-exp.el (org-export-string): Use `format' to construct
5151 function call to allow symbolic or string arguments.
5152
5153 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5154
5155 * org-capture.el (org-capture-place-entry):
5156 (org-capture-insert-template-here): Check tree for validity before
5157 pasting it.
5158
5159 2011-07-28 Julien Danjou <julien@danjou.info>
5160
5161 * org-gnus.el (org-gnus-store-link): Trim date.
5162
5163 2011-07-28 Julien Danjou <julien@danjou.info>
5164
5165 * org.el (org-email-link-description): Allow to retrieve email
5166 link date.
5167
5168 2011-07-28 Lawrence Mitchell <wence@gmx.li>
5169
5170 * org.el (org-make-target-link-regexp): `regexp-quote' target
5171 before replacing whitespace.
5172
5173 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5174
5175 * ob.el (org-babel-expand-noweb-references): Noweb references can
5176 now be resolved from the library of babel.
5177
5178 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5179
5180 * ob.el (org-babel-result-end): No longer leaving trailing new
5181 line after block removal.
5182
5183 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5184
5185 * org-latex.el (org-export-latex-first-lines): Anchor outline
5186 regexp during LaTeX tree export.
5187
5188 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
5189
5190 * ob-python.el (org-babel-python-initiate-session-by-key): Make
5191 sure that py-which-bufname is initialized, as otherwise it will be
5192 overwritten the first time a Python buffer is created.
5193
5194 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5195
5196 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
5197 with spaces.
5198
5199 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5200
5201 * ob-org.el (org-babel-execute:org): Padding code block with an
5202 empty title on LaTeX export.
5203
5204 2011-07-28 Matt Lundin <mdl@imapmail.org>
5205
5206 * org.el (org-entry-properties): Stop scanning for timestamps if a
5207 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
5208 requested and a match is found. Also, if a specific timestamp
5209 property is requested, do not push non-relevant timestamps onto
5210 property list.
5211
5212 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5213
5214 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
5215 when grid is being made for today.
5216
5217 2011-07-28 Matt Lundin <mdl@imapmail.org>
5218
5219 * org-agenda.el (org-agenda-get-scheduled): Don't call
5220 `org-is-habit-p' until after checking for
5221 `org-agenda-skip-scheduled-if-done'.
5222
5223 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
5224
5225 * org.el: Remove spurious linebreak introduced by earlier patch.
5226
5227 * ob.el, ob-ref.el: Remove double fix of the same problem.
5228
5229 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5230
5231 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
5232
5233 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
5234
5235 * org-html.el (org-export-html-mathjax-template): Displaymath
5236 environment and MathJax.
5237
5238 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5239
5240 * org-faces.el (org-agenda-current-time): New face.
5241
5242 * org-agenda.el (org-agenda-show-current-time-in-grid):
5243 (org-agenda-current-time-string): New options.
5244 (org-agenda-add-time-grid-maybe): Add current time to time grid.
5245
5246 2011-05-10 Jim Meyering <meyering@redhat.com>
5247
5248 Fix doubled-word typos.
5249 * org-agenda.el (org-agenda-entry-types): the the -> the
5250 * org-table.el (org-table-get-remote-range): or or -> or
5251 * org-wl.el (org-wl-folder-type): the the -> the
5252 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
5253
5254 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * org-src.el (org-src-switch-to-buffer):
5257 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
5258 * org-mouse.el (org-mouse-agenda-type):
5259 * org-freemind.el (org-freemind-node-to-org):
5260 * ob-sql.el (org-babel-execute:sql):
5261 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
5262 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
5263
5264 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * Version 23.3 released.
5267
5268 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * org.el (org-blank-before-new-entry, org-context-in-file-links)
5271 (org-refile-targets, org-log-repeat, org-insert-link)
5272 (org-speed-command-default-hook, org-speed-command-hook)
5273 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
5274 Fix typos in docstrings.
5275 (org-toggle-pretty-entities): Fix typo in message.
5276
5277 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
5278
5279 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
5280
5281 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * org-remember.el (org-remember-mode-map):
5284 * org-src.el (org-src-mode-map): Move initialization into declaration.
5285
5286 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * org-remember.el (org-remember-mode):
5289 * org-capture.el (org-capture-mode): Don't run hook redundantly.
5290
5291 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * org-faces.el (org-link): Inherit from link face.
5294 Suggested by Joakim Verona.
5295
5296 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
5297
5298 * org-footnote.el (org-footnote-create-definition): Place
5299 Footnotes section before message-signature-separator also in modes
5300 derived from message-mode.
5301
5302 2010-12-11 Julien Danjou <julien@danjou.info>
5303
5304 * org.el (org-make-tags-matcher): Remove useless cat-p value.
5305
5306 2010-12-11 Julien Danjou <julien@danjou.info>
5307
5308 * org.el (org-entry-properties): Enhance docstring.
5309
5310 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5311
5312 * org-list.el (org-list-top-point-with-indent)
5313 (org-list-bottom-point-with-indent): Pay also attention to
5314 'original-indentation property of text, as blocks are put to
5315 column 0 upon exporting.
5316
5317 2010-12-11 Dan Davison <dandavison7@gmail.com>
5318
5319 * ob.el (org-babel-remove-temporary-directory): Handle exception
5320 with message informing of failure to remove directory.
5321
5322 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5323
5324 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
5325 `package' to the list of Clojure header arguments which will be read
5326 from heading properties.
5327
5328 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5329
5330 * org-inlinetask.el (org-inlinetask-export-templates): Add
5331 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
5332 not default as it requires an additional LaTeX package: "todonotes".
5333
5334 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5335
5336 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
5337
5338 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
5339 templates to export inline tasks.
5340
5341 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5342
5343 * org.el (org-current-level): Ignore inline tasks when getting current
5344 level of entry.
5345
5346 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5347
5348 * org.el (org-indent-line-function): Ignore drawers inside inline
5349 tasks if the line to indent isn't inside an inline task itself.
5350
5351 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5352
5353 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
5354
5355 * org-indent.el (org-indent-add-properties): Find true level of
5356 indentation wrt inline tasks.
5357
5358 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5359
5360 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
5361
5362 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
5363
5364 * org-inlinetask.el (org-inlinetask-goto-end): New function.
5365
5366 * org.el (org-mark-subtree): New command.
5367
5368 * org.el (org-speed-commands-default, org-mode-map): Make use of
5369 new command.
5370
5371 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5372
5373 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
5374 from @<span class...> so it can be removed during LaTeX export.
5375
5376 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5377
5378 * ob.el (org-babel-insert-result): More informative code block
5379 evaluation messages.
5380
5381 2010-12-11 Matt Lundin <mdl@imapmail.org>
5382
5383 * org.el (org-make-heading-search-string): Optionally limit number
5384 of lines stored in file link search strings.
5385 (org-context-in-file-links): Add option to set to integer specifying
5386 number of lines.
5387
5388 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5389
5390 * org-capture.el (org-capture-finalize): New prefix argument
5391 STAY-WITH-CAPTURE.
5392 (org-capture-refile): Improve docstring.
5393
5394 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5395
5396 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
5397 interaction engine.
5398
5399 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5400
5401 * org-agenda.el (org-agenda-list):
5402 (org-agenda-goto-today): Use `org-today'.
5403
5404 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5405
5406 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
5407 and the title/author definitions.
5408
5409 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5410
5411 * org-macs.el: Better backup definition for
5412 `with-silent-modifications'.
5413
5414 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5415
5416 * ob-python.el (org-babel-execute:python): Rename "prefix" to
5417 "preamble".
5418 (org-babel-python-evaluate): Rename "prefix" to "preamble".
5419 (org-babel-python-evaluate-external-process): Rename "prefix" to
5420 "preamble".
5421
5422 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5423
5424 * ob.el (org-babel-examplize-region): Check if `end' is a marker
5425 or a point and handle appropriately.
5426
5427 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5428
5429 * ob-sql.el (org-babel-execute:sql): Explicitly set field
5430 separator to \t when importing tabular data.
5431
5432 2010-12-11 Julien Danjou <julien@danjou.info>
5433
5434 * org-agenda.el (org-agenda-custom-commands-local-options):
5435 Allow org-agenda-span to be a symbol.
5436 (org-agenda-ndays): Make obsolete.
5437 (org-agenda-span): New variable superseding org-agenda-ndays.
5438 (org-agenda-menu): Use org-agenda-current-span.
5439 (org-agenda-current-span): New local variable storing current
5440 span.
5441 (org-agenda-list): Take a span instead of ndays as argument.
5442 This function is now responsible for computing the ndays based
5443 on span.
5444 (org-agenda-ndays-to-span): Return span only if number of days
5445 really matches.
5446 (org-agenda-span-to-ndays): New function.
5447 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
5448 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
5449 (org-agenda-later): Do not give compute a new span, use the
5450 current one.
5451 (org-agenda-day-view, org-agenda-week-view)
5452 (org-agenda-month-view, org-agenda-year-view): Stop touching
5453 org-agenda-ndays.
5454 (org-agenda-change-time-span): Only compute starting-span.
5455 (org-agenda-compute-starting-span): New function derived from
5456 the old org-agenda-compute-time-span.
5457 (org-agenda-set-mode-name): Compute mode based on
5458 org-agenda-current-span.
5459 (org-agenda-span-name): New function.
5460
5461 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
5462
5463 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
5464
5465 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5466
5467 * org-clock.el (org-quarter-to-date): Define variables.
5468 (org-clock-special-range): Defin variables. Use org-floor*.
5469 (org-clocktable-write-default): Define tcol.
5470
5471 * org-compat.el (org-floor*): New function.
5472
5473 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5474 John Wiegley <jwiegley@gmail.com>
5475
5476 * org-complete.el: New file.
5477
5478 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5479
5480 * org-clock.el (org-clocktable-write-default): Fix the % formula.
5481
5482 2010-12-11 Matt Lundin <mdl@imapmail.org>
5483
5484 * org-agenda.el (org-format-agenda-item): The value of
5485 org-category is not converted to a string unless it is defined.
5486
5487 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5488
5489 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
5490 header argument through to external evaluation.
5491 (org-babel-python-evaluate): Pass the new "prefix" header argument
5492 through to external evaluation.
5493 (org-babel-python-evaluate-external-process): When specified prepend
5494 "prefix" to the file used in external evaluation.
5495
5496 2010-12-11 Dan Davison <dandavison7@gmail.com>
5497
5498 * ob-python.el (org-babel-python-evaluate-session): Change python
5499 module name from 'pp' to 'pprint'.
5500
5501 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5502
5503 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
5504 from R session output, these are often the result of variable
5505 assignments.
5506
5507 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5508
5509 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
5510 fix a compiler warning.
5511
5512 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5513
5514 * ob-eval.el (require): No longer require ob.el to allow
5515 requiring by ob.el.
5516
5517 * ob.el (ob-eval): Require ob-eval.
5518
5519 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5520
5521 * ob.el (org-babel-confirm-evaluate): Show code block's name when
5522 it is available during evaluation query.
5523
5524 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5525
5526 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
5527 code block.
5528 (org-babel-execute:sql): Use sql specific body expansion function.
5529 (org-babel-sql-expand-vars): Insert variables into a sql code block.
5530
5531 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5532
5533 * ob.el (org-babel-insert-result): Using markers instead of
5534 points for more robust buffer anchors.
5535
5536 2010-12-11 Julien Danjou <julien@danjou.info>
5537
5538 * org-capture.el: Use org-today.
5539
5540 2010-12-11 Julien Danjou <julien@danjou.info>
5541
5542 * org-habit.el: Use org-today.
5543
5544 2010-12-11 Julien Danjou <julien@danjou.info>
5545
5546 * org.el (org-auto-repeat-maybe): Use org-today.
5547
5548 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5549
5550 * org-clock.el (org-day-of-week): New function.
5551 (org-quarter-to-date): New function.
5552 (org-clock-special-range): Implement quarters.
5553
5554 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
5555
5556 * org.el (org-complete-tags-always-offer-all-agenda-tags):
5557 Fix docstring.
5558
5559 2010-12-11 Julien Danjou <julien@danjou.info>
5560
5561 * org-agenda.el (org-format-agenda-item): Convert category to a string
5562 if it is a symbol. This fixes the following call to
5563 org-agenda-get-category-icon which fails if category is not a string.
5564
5565 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5566
5567 * ob-clojure.el: Updated requirements documentation to mention
5568 the minimum version of Clojure.
5569 (org-babel-expand-body:clojure): Fully qualified function name.
5570
5571 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5572
5573 * org-latex.el (org-export-latex-lists): Do not add an
5574 unnecessary newline character after a list.
5575
5576 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
5577 point is just after a non blank line.
5578
5579 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5580
5581 * ob.el (org-babel-examplize-region): Remove old assertion which
5582 no longer applies to the result insertion code.
5583
5584 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5585
5586 * ob-python.el (org-babel-execute:python): Use a :return header
5587 argument for external evaluation in which the code block body need
5588 to be wrapped in a function.
5589
5590 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5591
5592 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
5593 variable.
5594
5595 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5596
5597 * org.el (org-edit-special): Edit formulas when in TBLMF line.
5598
5599 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
5600
5601 * org-capture.el (org-capture-after-finalize-hook): New hook.
5602 (org-capture-finalize): Run the new hook.
5603
5604 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5605
5606 * ob-clojure.el (org-babel-expand-body:clojure): Support for
5607 pretty printing of Clojure code and data.
5608
5609 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5610
5611 * ob.el (org-babel-insert-result): No longer escape results which
5612 will be wrapped in a block.
5613
5614 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5615
5616 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
5617 warning and added documentation string.
5618
5619 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5620
5621 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
5622 for all code evaluation.
5623
5624 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5625
5626 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
5627 the column as well.
5628
5629 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5630
5631 * ob.el (org-babel-confirm-evaluate): More descriptive message
5632 when evaluation is aborted or disabled.
5633
5634 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5635
5636 * ob.el (org-babel-insert-result): Responds to new "wrap" header
5637 argument.
5638 (org-babel-merge-params): Includes new "wrap" header argument in
5639 one of the results header argument exclusive groups.
5640
5641 2010-12-11 David Maus <dmaus@ictsoc.de>
5642
5643 * org-macs.el (with-silent-modifications): Fix condition for
5644 with-silent-modification.
5645
5646 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5647
5648 * ob.el (org-babel-parse-header-arguments): Stripping trailing
5649 spaces off of header arguments (even the first one).
5650
5651 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5652
5653 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
5654 single quotes which is the best practice.
5655 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
5656 more robust parsing of shell output.
5657
5658 2010-12-11 Dan Davison <dandavison7@gmail.com>
5659
5660 * org.el (org-additional-option-like-keywords): Add more keywords,
5661 and colons to some old ones.
5662
5663 2010-12-11 Dan Davison <dandavison7@gmail.com>
5664
5665 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
5666
5667 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5668
5669 * ob-python.el (org-babel-python-table-or-string):
5670 Using `org-babel-script-escape' for reading string input from scripting
5671 languages.
5672
5673 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5674
5675 * org-macs.el (org-called-interactively-p): Wrap function call in
5676 with-no-warnings.
5677 (with-silent-modifications): Declare macro for Emacs < 23.2.
5678
5679 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5680
5681 * ob.el (org-babel-parse-header-arguments): Remove addition of
5682 ":" to singleton first header arguments as it was leading to errors.
5683
5684 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5685
5686 * org-latex.el (org-export-latex-make-header): Run the title through
5687 `org-export-latex-fontify-headline'.
5688 (org-export-latex-fontify-headline): Do the protection of math
5689 snippets also here.
5690
5691 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
5692
5693 * org-latex.el (org-export-as-latex): Sent the section title
5694 through the preprocessor.
5695
5696 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5697
5698 * org-html.el (org-html-level-start): Mark listified headings
5699 with a custom id.
5700
5701 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5702
5703 * org.el (org-open-at-point): Don't do footnote action if cursor is
5704 on a bracket link.
5705
5706 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5707
5708 * org.el (org-edit-special): Check also for TBLFM line.
5709
5710 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
5711
5712 * org-clock.el (org-get-clocktable): Previous patch incorrectly
5713 required whitespace in front of #+BEGIN: and #+END:.
5714
5715 2010-12-11 Dan Davison <dandavison7@gmail.com>
5716
5717 * org-src.el (org-edit-src-code): Allow region to be inherited by
5718 edit buffer when mark is one character beyond end of src block.
5719
5720 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5721
5722 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
5723 checking item indentation.
5724
5725 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5726
5727 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
5728 and now autoloading.
5729
5730 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5731
5732 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
5733 for testing list membership.
5734
5735 * ob.el (org-babel-read-result): Use higher level function for
5736 testing list membership.
5737 (org-babel-result-end): Use higher level function for testing list
5738 membership.
5739
5740 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5741
5742 * ob-sqlite.el (ob-eval): Require ob-eval for external command
5743 execution.
5744 (org-babel-execute:sqlite): No longer uses the init option for
5745 passing commands to sqlite.
5746
5747 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5748
5749 * org.el (org-indent-line-function): Drawers and blocks have no
5750 influence on indentation of text below. Also fix indentation
5751 problem with a block at column 0 and add a special case for
5752 literal examples.
5753
5754 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5755
5756 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
5757 is only evaluated once.
5758
5759 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5760
5761 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
5762 type of data
5763 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
5764
5765 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5766
5767 * ob-tangle.el (org-babel-load-file): Can be called interactively.
5768
5769 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5770
5771 * org-table.el (orgtbl-after-send-table-hook): New hook.
5772 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
5773 table was sent.
5774 (orgtbl-send-table): Return the number of sent tables, or nil if no
5775 sending has happened.
5776
5777 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5778
5779 * org.el (org-get-priority-function): New option.
5780 (org-get-priority): Call `org-get-priority-function' if that
5781 has been set.
5782
5783 2010-12-11 Dan Davison <dandavison7@gmail.com>
5784
5785 * ob-table.el (org-babel-table-truncate-at-newline): Only add
5786 "..." if there is something after the newline.
5787
5788 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5789
5790 * org-clock.el (org-get-clocktable):
5791 (org-in-clocktable-p):
5792 (org-clocktable-shift):
5793 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
5794
5795 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
5796
5797 * org-exp.el (org-export-handle-include-files): Support :minlevel
5798 property.
5799 (org-get-file-contents): New argument minlevel to demote included
5800 content.
5801
5802 2010-12-11 Noorul Islam <noorul@noorul.com>
5803
5804 * org-latex.el (org-export-latex-hyperref-format): New option.
5805 (org-export-latex-href-format): Rename the existing variable
5806 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
5807 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
5808 `org-export-latex-href-format'.
5809
5810 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5811
5812 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
5813 buffer exists before it is used.
5814
5815 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5816
5817 * org-exp.el (org-export-preprocess-string): Delay code block
5818 processing a bit to allow correct list parsing in the export string.
5819
5820 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
5821
5822 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
5823 (org-agenda-time-of-day-to-ampm): New function.
5824 (org-agenda-time-of-day-to-ampm-maybe): New function.
5825 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
5826
5827 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5828
5829 * org-faces.el (org-cycle-level-faces): New option.
5830
5831 * org.el (org-get-level-face): Honor org-cycle-level-faces.
5832
5833 2010-12-11 Julien Danjou <julien@danjou.info>
5834
5835 * org-agenda.el (org-agenda-today): New function.
5836 (org-agenda-get-day-face): New function.
5837 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
5838 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
5839 (org-todo-list): Use org-agenda-today.
5840 (org-get-all-dates): Use org-agenda-today.
5841 (org-agenda-day-face-function): New variable.
5842 (org-agenda-get-day-face): Use org-agenda-day-face-function.
5843
5844 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5845
5846 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
5847 in Org.
5848
5849 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5850
5851 * org-html.el (org-export-as-html): Do not treat partially
5852 protected lines as if they were fully protected.
5853
5854 2010-12-11 Dan Davison <dandavison7@gmail.com>
5855
5856 * org-exp.el (org-export-format-source-code-or-example):
5857 Remove hard-wired configuration of minted export
5858 (org-export-latex-minted-with-line-numbers): Remove variable.
5859
5860 2010-12-11 Bastien Guerry <bzg@altern.org>
5861
5862 * org-clock.el (org-dblock-write:clocktable): Fix double
5863 reference to `link' in let construct.
5864 (org-clock-clocktable-formatter): Fix typo in docstring.
5865 (org-clocktable-write-default): Fix typo in docstring.
5866
5867 2010-12-11 David Maus <dmaus@ictsoc.de>
5868
5869 * org-protocol.el (org-protocol-unhex-string): Normalize percent
5870 escape sequence to upper case letters.
5871
5872 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5873
5874 * ob-lob.el (org-babel-lob-get-info): Include pass-through
5875 header arguments in results variable header argument string.
5876
5877 2010-12-11 David Maus <dmaus@ictsoc.de>
5878
5879 * org-exp.el (org-export-visible): Limit search for in-buffer options
5880 beginning of first headline.
5881
5882 2010-12-11 David Maus <dmaus@ictsoc.de>
5883
5884 * org.el (org-open-at-point): Remove stale link handler for news:
5885 links.
5886
5887 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5888
5889 * org-clock.el (org-clocktable-write-default): Better handling of
5890 narrowing.
5891
5892 2010-12-11 Julien Danjou <julien@danjou.info>
5893
5894 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
5895
5896 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5897
5898 * org.el (org-indent-line-function): Simplify code and remove bug that
5899 would insert a tab at the beginning of the line when trying to
5900 indent the item.
5901
5902 2010-12-11 Julien Danjou <julien@danjou.info>
5903
5904 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
5905
5906 2010-12-11 Julien Danjou <julien@danjou.info>
5907
5908 * org-agenda.el (org-agenda-prefix-format): Insert place holder
5909 for icon.
5910 (org-agenda-category-icon-alist): New option.
5911 (org-agenda-get-category-icon): New function.
5912 (org-format-agenda-item): Support for icons.
5913 (org-compile-prefix-format): Support for icons.
5914
5915 2010-12-11 Julien Danjou <julien@danjou.info>
5916
5917 * org-compat.el: Create defalias for `string-match-p' and
5918 looking-at-p.
5919
5920 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5921
5922 * ob-calc.el (org-babel-execute:calc): Support for variables --
5923 converts :var variables in calc variables.
5924
5925 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5926
5927 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
5928
5929 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5930
5931 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
5932
5933 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5934
5935 * org-id.el (org-id-store-link): Test for org-mode before checking
5936 for IDs.
5937
5938 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5939
5940 * org.el (org-shorten-string): New function.
5941
5942 * org-exp.el (org-export-convert-protected-spaces): New function.
5943 (org-export-preprocess-string):
5944 Call `org-export-convert-protected-spaces' to handle new hard spaces.
5945
5946 2010-12-11 David Maus <dmaus@ictsoc.de>
5947
5948 * org.el (org-narrow-to-subtree): Check for heading that ends at end
5949 of buffer.
5950
5951 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
5952
5953 * org-capture.el (org-capture-templates): Remove autoload from
5954 defcustom.
5955
5956 * ob-lisp.el (slime): Don't expect slime to be present.
5957
5958 2010-11-11 Dan Davison <dandavison7@gmail.com>
5959
5960 * ob.el: `copy-sequence' suffices to copy alist; no need for
5961 `copy-tree'.
5962
5963 2010-11-11 Dan Davison <dandavison7@gmail.com>
5964
5965 * ob.el (org-babel-execute-src-block): If ":results file" is in
5966 effect, then ensure that the value of :file is returned as the
5967 result; don't rely on language files for this.
5968
5969 2010-11-11 Dan Davison <dandavison7@gmail.com>
5970
5971 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
5972 structure by side-effects of `sort'.
5973
5974 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
5975
5976 * org-list.el (org-list-bottom-point-with-indent): Do not check
5977 indentation of a non-empty blank line.
5978
5979 * org-list.el (org-sort-list): Sort a list with point anywhere
5980 inside it.
5981
5982 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5983
5984 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
5985 hopefully better error messages.
5986
5987 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5988
5989 * org.el (org-babel-load-languages): Adding calc.
5990
5991 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
5992
5993 * ob.el (org-babel-initiate-session): Don't resolve variable
5994 references unless prefix arg is supplied.
5995
5996 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5997
5998 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
5999 refers to the correct stack.
6000
6001 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6002
6003 * ob-calc.el: Adding the beginnings of support for calc code
6004 blocks.
6005
6006 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6007
6008 * ob-tangle.el (org-babel-update-block-body): Declaring function
6009 for updating code block bodies.
6010 (org-babel-spec-to-string):
6011 (org-babel-detangle): Detangle all tangled and commented code
6012 blocks in the current file back to org.
6013 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
6014 file back to the originating org-mode code block ob-tangle:
6015 detangle changes in code files back to the original org files.
6016
6017 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6018
6019 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
6020 (org-babel-tangle-comment-format-end): Fix typo.
6021
6022 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6023
6024 * org-exp.el (org-export-format-source-code-or-example):
6025 Use minted for latex source code export if `org-export-latex-listings'
6026 has the value 'minted.
6027
6028 * org-latex.el (org-export-latex-listings): Document special value
6029 'minted.
6030
6031 * org-latex.el (org-export-latex-minted): Delete variable.
6032
6033 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6034
6035 * ob.el (org-babel-get-src-block-info): Retrieve contents of
6036 parentheses, excluding parentheses themselves.
6037
6038 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6039
6040 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
6041 Fix bug in gnuplot data file assignment using user variables.
6042
6043 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6044
6045 * ob-latex.el (org-babel-execute:latex): Adding new :headers
6046 header argument for latex code blocks.
6047
6048 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6049
6050 * org-capture.el (org-capture-templates): New capture property
6051 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
6052 is desired.
6053 (org-capture-target-buffer): Remember if we have to make the
6054 buffer.
6055
6056 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6057
6058 * org-clock.el (org-dblock-write:clocktable): Fix bug when
6059 computing clock tables.
6060
6061 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6062
6063 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
6064 to caller even if no table is generated.
6065
6066 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6067
6068 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
6069 values from diary entries.
6070
6071 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
6072 anniversaries.
6073
6074 * org.el (org-diary-sexp-entry): Handle lists as return values
6075 from diary entries.
6076
6077 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6078
6079 * org-capture.el (org-capture-empty-lines-before):
6080 (org-capture-empty-lines-after): Make sure the n=0 does not insert
6081 any newlines.
6082
6083 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6084
6085 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
6086 message when clojure binary is not found.
6087
6088 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6089
6090 * org-html.el (org-format-table-html): New argument DOCBOOK.
6091 (org-format-org-table-html): New argument DOCBOOK. When set, use
6092 align instead of class to align table fields.
6093
6094 * org-docbook.el (org-export-as-docbook): Specify the docbook
6095 argument for the table converter.
6096
6097 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6098
6099 * org-macs.el (org-called-interactively-p): New macro.
6100
6101 * org-freemind.el: No longer require 'rx.
6102 (org-freemind): New customization group, use it for all the
6103 variables.
6104 (org-export-as-freemind): Add docstring.
6105 (org-freemind-show): Improve filen naming.
6106 (org-freemind-convert-links-helper): New function.
6107 (org-freemind-bol-helper-base-indent): New variable.
6108 (org-freemind-bol-helper): New function.
6109 (org-freemind-node-css-style): New option.
6110 (org-freemind-node-pattern): New variable.
6111 (org-freemind-from-org-mode): Better docstring.
6112
6113 2010-11-11 David Maus <dmaus@ictsoc.de>
6114
6115 * ob-haskell.el (org-babel-variable-assignments:haskell):
6116 Don't pass more than two arguments to mapc.
6117
6118 2010-11-11 David Maus <dmaus@ictsoc.de>
6119
6120 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
6121
6122 2010-11-11 David Maus <dmaus@ictsoc.de>
6123
6124 * org-footnote.el (message-signature-separator): Defvar to silence
6125 byte compiler.
6126
6127 2010-11-11 David Maus <dmaus@ictsoc.de>
6128
6129 * org-exp.el (org-export-string): Fix reference to wrong symbol.
6130
6131 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
6132
6133 * org.el (org-link-search): Return 'dedicated on successful match
6134 when org-link-search-must-match-exact-headline is set to t.
6135
6136 2010-11-11 Daniel Clemente <n142857@gmail.com>
6137
6138 * org-html.el (org-html-make-link): Append fragment to file: links
6139 if present.
6140
6141 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
6142
6143 * org-footnote.el (org-footnote-create-definition)
6144 (org-footnote-goto-local-insertion-point): Add footnotes before
6145 signature when in message-mode.
6146
6147 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6148
6149 * org.el (org-display-inline-images): Improve regexp.
6150
6151 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6152
6153 * org.el (org-cycle): Make sure resetting to startup visibility
6154 works after another cycle command.
6155
6156 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6157
6158 * org-exp.el (org-export-string): New function org-export-string
6159 can be used to convert a string of test in org-mode markup to a
6160 specified format.
6161
6162 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6163
6164 * org.el (org-display-inline-images): Allow non-ASCII characters
6165 in image file names. Save match data.
6166
6167 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6168
6169 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
6170 stamps.
6171
6172 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6173
6174 * org-exp.el (org-store-forced-table-alignment):
6175 (org-export-remove-special-table-lines): Allow the "c" cookie for
6176 table alignment.
6177
6178 * org-html.el (org-export-table-header-tags):
6179 (org-export-table-data-tags): Add another %s format for the
6180 alignment.
6181 (org-export-html-table-align-individual-fields): New option.
6182 (org-format-org-table-html): Implement field-by-field alignment
6183 and support centering.
6184 (org-format-table-table-html): Make sure the new table tag formats
6185 don't break this function.
6186
6187 * org-table.el (org-table-cookie-line-p):
6188 (org-table-align): Allow for the <c> cookie.
6189
6190 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
6191
6192 2010-11-11 David Maus <dmaus@ictsoc.de>
6193
6194 * org-exp.el (org-export-normalize-links): Skip normalization of
6195 plain links that are part of another link.
6196
6197 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6198
6199 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
6200
6201 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6202
6203 * org-indent.el (org-indent-add-properties):
6204 Use `with-silent-modifications'.
6205 (org-indent-remove-properties): Use `with-silent-modifications'.
6206
6207 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6208
6209 * org-table.el (org-table-cookie-line-p): Fix indentation.
6210
6211 * org-exp.el (org-store-forced-table-alignment): New function.
6212 (org-export-preprocess-string):
6213 Call `org-store-forced-table-alignment'.
6214
6215 * org-html.el (org-format-org-table-html): Use stored alignment
6216 information.
6217
6218 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6219
6220 * ob.el (org-babel-execute-src-block): Respects prefix argument
6221 (which forces re-calculation).
6222
6223 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6224
6225 * ob.el (org-babel-execute-src-block): Remove needless param
6226 sorting from ob-execute-src-block, the params are sorted already
6227 by ob-sha1-hash.
6228
6229 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6230
6231 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
6232 header argument level.
6233
6234 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6235
6236 * ob.el (org-babel-sha1-hash): Consider words in different order
6237 as different input.
6238
6239 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6240
6241 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
6242
6243 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6244
6245 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
6246 structure of an Org-mode table (list of lists).
6247
6248 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6249
6250 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
6251 (reference to unassigned variable `src-lang' and avoid calling
6252 org-babel-get-src-block-info twice.
6253
6254 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6255
6256 * ob.el (org-babel-demarcate-block): Updated to reflect the new
6257 info list contents.
6258
6259 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6260
6261 * org-src.el (org-edit-src-code): Supply non-nil argument to
6262 `org-babel-get-src-block-info' to avoid resolving variable
6263 references.
6264
6265 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6266
6267 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
6268 improved efficiency of org-babel-map-src-blocks.
6269
6270 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6271
6272 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
6273 checks that a code block will actually be tangled before
6274 collecting it's full information (a process which could involve
6275 the execution of other code blocks).
6276
6277 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6278
6279 * ob.el (org-babel-demarcate-block): Use light version of
6280 `org-babel-get-src-block-info'.
6281
6282 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6283
6284 * ob.el (org-babel-sha1-hash): Now handles more complex types in
6285 params.
6286
6287 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6288
6289 * ob.el (org-babel-execute-src-block): Generally using the new
6290 more informative params
6291 (org-babel-process-params): Don't forget the :var portion of
6292 variable assignments.
6293
6294 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6295
6296 * ob-table.el (sbe): Simplified to reflect to var resolution.
6297
6298 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6299
6300 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
6301 arguments back to their params before evaluation.
6302
6303 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6304
6305 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
6306 indentation.
6307
6308 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6309
6310 * ob-table.el (sbe): Use `org-babel-process-params params' instead
6311 of `org-babel-expand-variables'.
6312
6313 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6314
6315 * ob-C.el (org-babel-C-execute): Remove call to
6316 org-babel-process-params which should no longer be called from
6317 within a language file.
6318
6319 * ob-R.el (org-babel-execute:R): Remove call to
6320 org-babel-process-params which should no longer be called from
6321 within a language file
6322 (org-babel-R-variable-assignments): Remove call to
6323 org-babel-process-params which should no longer be called from
6324 within a language file.
6325
6326 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
6327 org-babel-process-params which should no longer be called from
6328 within a language file.
6329
6330 * ob-clojure.el (org-babel-execute:clojure): Remove call to
6331 org-babel-process-params which should no longer be called from
6332 within a language file.
6333
6334 * ob-dot.el (org-babel-execute:dot): Remove call to
6335 org-babel-process-params which should no longer be called from
6336 within a language file.
6337
6338 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
6339 call to org-babel-process-params which should no longer be called
6340 from within a language file
6341 (org-babel-execute:emacs-lisp): Remove call to
6342 org-babel-process-params which should no longer be called from
6343 within a language file.
6344
6345 * ob-haskell.el (org-babel-execute:haskell): Remove call to
6346 org-babel-process-params which should no longer be called from
6347 within a language file.
6348
6349 * ob-js.el (org-babel-execute:js): Remove call to
6350 org-babel-process-params which should no longer be called from
6351 within a language file.
6352
6353 * ob-lisp.el (org-babel-execute:lisp): Remove call to
6354 org-babel-process-params which should no longer be called from
6355 within a language file.
6356
6357 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
6358 org-babel-process-params which should no longer be called from
6359 within a language file.
6360
6361 * ob-octave.el (org-babel-execute:octave): Remove call to
6362 org-babel-process-params which should no longer be called from
6363 within a language file.
6364
6365 * ob-perl.el (org-babel-execute:perl): Remove call to
6366 org-babel-process-params which should no longer be called from
6367 within a language file.
6368
6369 * ob-python.el (org-babel-execute:python): Remove call to
6370 org-babel-process-params which should no longer be called from
6371 within a language file.
6372
6373 * ob-ruby.el (org-babel-execute:ruby): Remove call to
6374 org-babel-process-params which should no longer be called from
6375 within a language file.
6376
6377 * ob-scheme.el (org-babel-execute:scheme): Remove call to
6378 org-babel-process-params which should no longer be called from
6379 within a language file.
6380
6381 * ob-screen.el (org-babel-execute:screen): Remove call to
6382 org-babel-process-params which should no longer be called from
6383 within a language file
6384 (org-babel-prep-session:screen): Remove call to
6385 org-babel-process-params which should no longer be called from
6386 within a language file.
6387
6388 * ob-sh.el (org-babel-execute:sh): Remove call to
6389 org-babel-process-params which should no longer be called from
6390 within a language file.
6391
6392 * ob-sql.el (org-babel-execute:sql): Remove call to
6393 org-babel-process-params which should no longer be called from
6394 within a language file.
6395
6396 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
6397 processed params.
6398
6399 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
6400 processed params.
6401
6402 * ob-R.el (org-babel-execute:R): Remove reference to processed
6403 params.
6404
6405 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6406
6407 * ob-sql.el (org-babel-execute:sql): Use generic expansion
6408 function
6409 (org-babel-expand-body:sql): Delete function.
6410
6411 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6412
6413 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
6414 (org-babel-expand-body:sh): Delete function
6415 (org-babel-prep-session:sh): Change name of called function
6416 (org-babel-variable-assignments:sh): Change function name.
6417
6418 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6419
6420 * ob-screen.el (org-babel-execute:screen): Use generic expansion
6421 function
6422 (org-babel-expand-body:screen): Delete function
6423 (org-babel-prep-session:screen): Remove references to processed
6424 params.
6425
6426 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6427
6428 * ob-sass.el (org-babel-execute:sass): Use generic expansion
6429 function
6430 (org-babel-expand-body:sass): Delete function.
6431
6432 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6433
6434 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
6435 function
6436 (org-babel-prep-session:ruby): Use new variable assignment
6437 function
6438 (org-babel-variable-assignments:ruby): New function
6439 (org-babel-expand-body:ruby): Delete function.
6440
6441 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6442
6443 * ob-python.el (org-babel-execute:python): Use generic expansion
6444 function
6445 (org-babel-prep-session:python): Change name of called function
6446 (org-babel-variable-assignments:python): Change function name
6447 (org-babel-expand-body:python): Delete function.
6448
6449 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6450
6451 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
6452 (automatically handled by generic version).
6453
6454 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6455
6456 * ob-perl.el (org-babel-execute:perl): Use generic expansion
6457 function
6458 (org-babel-expand-body:perl): Delete function
6459 (org-babel-variable-assignments:perl): New function.
6460
6461 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6462
6463 * ob-org.el (org-babel-expand-body:org): Delete function
6464 (automatically handled by generic version).
6465
6466 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6467
6468 * ob-octave.el (org-babel-execute:octave): Use generic expansion
6469 function
6470 (org-babel-variable-assignments:octave): Change name of function
6471 (org-babel-variable-assignments:matlab): New defalias
6472 (org-babel-prep-session:octave): Change name of function
6473 (org-babel-expand-body:matlab): Delete function
6474 (org-babel-expand-body:octave): Delete function.
6475
6476 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6477
6478 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
6479 function
6480 (org-babel-variable-assignments:ocaml): New function
6481 (org-babel-expand-body:ocaml): Delete function.
6482
6483 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6484
6485 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
6486 (automatically handled by generic version).
6487
6488 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6489
6490 * ob-js.el (org-babel-execute:js): Use new variable assignment
6491 function
6492 (org-babel-expand-body:js): Delete function
6493 (org-babel-prep-session:js): Use new variable assignment function
6494 (org-babel-variable-assignments:js): New function.
6495
6496 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6497
6498 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
6499 function
6500 (org-babel-expand-body:haskell): Delete function
6501 (org-babel-prep-session:haskell): Use variable assignment function
6502 (org-babel-variable-assignments:haskell): New function.
6503
6504 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6505
6506 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
6507 assignment function
6508 (org-babel-prep-session:gnuplot): Use variable assignment function
6509 (org-babel-variable-assignments:gnuplot): New function.
6510
6511 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6512
6513 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
6514 (automatically handled by generic version).
6515
6516 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6517
6518 * ob-css.el (org-babel-expand-body:css): Delete function
6519 (automatically handled by generic version).
6520
6521 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6522
6523 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
6524 expansion function
6525 (org-babel-expand-body:asymptote): Delete function
6526 (org-babel-variable-assignments:asymptote): New function.
6527
6528 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6529
6530 * ob-R.el (org-babel-expand-body:R): Use new function
6531 `org-babel-variable-assignments:R'; don't trim body.
6532 (org-babel-execute:R): Respond to changes in
6533 `org-babel-expand-body:R'
6534 (org-babel-prep-session:R): Called function is now named
6535 `org-babel-variable-assignments:R'
6536 (org-babel-variable-assignments:R): Receives processed-params as
6537 new optional argument.
6538
6539 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6540
6541 * ob-C.el (org-babel-C-expand): Don't trim body.
6542
6543 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6544
6545 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
6546 obtaining variable references.
6547
6548 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6549
6550 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
6551 assignment lines to generic expansion command.
6552
6553 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6554
6555 * ob.el (org-babel-expand-src-block): Supply variable assignment
6556 lines to generic expansion function
6557 (org-babel-expand-body:generic): Prepend body with optional
6558 variable assignment lines.
6559
6560 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6561
6562 * ob-exp.el (org-babel-exp-results): Replaced old function call.
6563
6564 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6565
6566 * ob-lob.el (org-babel-lob-execute): Now expanding variable
6567 references before execution.
6568
6569 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6570
6571 * ob.el (org-babel-execute-src-block): Only sort parameters if
6572 it's required for caching.
6573
6574 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6575
6576 * ob-table.el (sbe): Reworking for better indentation and to
6577 integrate the new variable resolution.
6578
6579 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6580
6581 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
6582 variables when resolving references.
6583
6584 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6585
6586 * ob.el (org-babel-merge-params): Fix order or precedence for
6587 variables.
6588
6589 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6590
6591 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
6592 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
6593 (org-babel-R-variable-assignments):
6594 * ob-asymptote.el (org-babel-expand-body:asymptote)
6595 (org-babel-execute:asymptote):
6596 * ob-clojure.el (org-babel-expand-body:clojure)
6597 (org-babel-execute:clojure):
6598 * ob-css.el (org-babel-expand-body:css):
6599 * ob-ditaa.el (org-babel-expand-body:ditaa):
6600 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
6601 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
6602 (org-babel-execute:emacs-lisp):
6603 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
6604 * ob-haskell.el (org-babel-expand-body:haskell)
6605 (org-babel-execute:haskell, org-babel-load-session:haskell)
6606 (org-babel-prep-session:haskell):
6607 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
6608 * ob-latex.el (org-babel-expand-body:latex):
6609 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
6610 * ob-mscgen.el (org-babel-expand-body:mscgen):
6611 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
6612 * ob-octave.el (org-babel-expand-body:matlab)
6613 (org-babel-expand-body:octave, org-babel-execute:octave)
6614 (org-babel-octave-variable-assignments):
6615 * ob-org.el (org-babel-expand-body:org):
6616 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
6617 * ob-plantuml.el (org-babel-expand-body:plantuml):
6618 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
6619 (org-babel-python-variable-assignments):
6620 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
6621 * ob-sass.el (org-babel-expand-body:sass):
6622 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
6623 * ob-screen.el (org-babel-expand-body:screen):
6624 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
6625 (org-babel-sh-variable-assignments):
6626 * ob-sql.el (org-babel-expand-body:sql):
6627 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
6628 * ob.el (org-babel-expand-body:generic):
6629 Remove obsoleted optional third argument.
6630
6631 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6632
6633 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
6634 calls to removed org-babel-ref-variables.
6635
6636 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6637
6638 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
6639 ingested code blocks.
6640
6641 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6642
6643 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
6644 information from within the original export file.
6645
6646 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6647
6648 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
6649 (this should return nil if not match found.
6650
6651 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6652
6653 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
6654 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
6655
6656 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6657
6658 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
6659 docstring.
6660
6661 * ob-python.el (org-babel-python-variable-assignments):
6662 Provide missing docstring.
6663
6664 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6665
6666 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
6667 variable assignment part out into a separate function
6668 (org-babel-octave-variable-assignments): New function constructing
6669 list of variable assignment statements
6670 (org-babel-prep-session:octave): Use new function
6671 `org-babel-octave-variable-assignments' instead of previous
6672 (incorrect) variable assignment code.
6673
6674 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6675
6676 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
6677 assignment part out into a separate function
6678 (org-babel-sh-variable-assignments): New function constructing
6679 list of variable assignment statements
6680 (org-babel-prep-session:sh): Use new function
6681 `org-babel-sh-variable-assignments' instead of previous
6682 (incorrect) variable assignment code.
6683
6684 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6685
6686 * ob-python.el (org-babel-expand-body:python): Refactor: break
6687 variable assignment part out into a separate function
6688 (org-babel-python-variable-assignments): New function constructing
6689 list of variable assignment statements
6690 (org-babel-prep-session:python): Use new function
6691 `org-babel-python-variable-assignments' instead of previous
6692 (incorrect) variable assignment code.
6693
6694 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6695
6696 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
6697 assignment part out into a separate function
6698 (org-babel-R-variable-assignments): New function constructing list
6699 of variable assignment statements
6700 (org-babel-prep-session:R): Use new function
6701 `org-babel-R-variable-assignments' instead of previous
6702 (incorrect) variable assignment code.
6703
6704 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6705
6706 * ob.el (org-babel-initiate-session): Better variable names.
6707
6708 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6709
6710 * ob.el (org-number-sequence):
6711 Declared * ob-R.el (org-number-sequence): Declared.
6712
6713 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6714
6715 * ob.el (org-babel-map-src-blocks): Store correct value of
6716 `end-block'.
6717
6718 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6719
6720 * ob.el (org-babel-mark-block): New function to mark the body of a
6721 src block in the style of `mark-defun'.
6722
6723 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6724
6725 * org-compat.el (org-number-sequence): New function.
6726
6727 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
6728
6729 * ob.el (org-babel-where-is-src-block-result):
6730 Use `org-number-sequence'.
6731 (org-babel-current-buffer-properties): Fix variable definition.
6732
6733 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
6734
6735 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
6736 version of `shell-command'.
6737
6738 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
6739 `shell-command'.
6740
6741 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6742
6743 * org-list.el (org-list-search-unenclosed-generic): Replace call
6744 to booleanp.
6745
6746 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6747
6748 * org.el (org-agenda-jump-prefer-future): New option.
6749
6750 * org-agenda.el (org-agenda-goto-date):
6751 Use `org-agenda-jump-prefer-future'.
6752
6753 2010-11-11 Noorul Islam <noorul@noorul.com>
6754
6755 * org-latex.el (org-export-latex-links): Replaced hard coded
6756 hyperref format with custom variable
6757 `org-export-latex-hyperref-format'.
6758
6759 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6760
6761 * org.el (org-insert-heading): Fix docstring.
6762
6763 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6764
6765 * org-capture.el (org-capture-place-entry): If the first line is
6766 already a headline, just stay there.
6767
6768 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6769
6770 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
6771 are non-nil.
6772
6773 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6774
6775 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
6776 after an entity.
6777
6778 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6779
6780 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
6781 table fields.
6782
6783 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6784
6785 * org.el (org-insert-heading): When on the headline of an inline
6786 task, insert another inline tasks.
6787
6788 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6789
6790 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
6791 links for blocks that will actually tangle.
6792
6793 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6794
6795 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
6796 in expanded shell bodies.
6797
6798 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6799
6800 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
6801 newline characters.
6802
6803 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6804
6805 * ob-sh.el (org-babel-expand-body:sh): Align code.
6806
6807 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6808
6809 * ob.el (org-babel-params-from-properties): Max line with at <=80.
6810
6811 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6812
6813 * org-latex.el (org-export-latex-listings-langs): Clojure is now
6814 recognized as a lisp.
6815
6816 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6817
6818 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
6819 to interpret property as header argument value.
6820
6821 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6822
6823 * ob.el (org-babel-parse-header-arguments): Simplify reading of
6824 header arg value.
6825
6826 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6827
6828 * org-publish.el (org-publish-org-to-ascii):
6829 (org-publish-org-to-latin1):
6830 (org-publish-org-to-utf8): New functions.
6831
6832 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6833
6834 * org.el (org-insert-heading): Skip inline tasks when trying to
6835 insert a new heading after the end of the subtree.
6836
6837 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6838
6839 * org-inlinetask.el (org-inlinetask-min-level): Set customization
6840 type to integer or nil.
6841
6842 * org.el (org-insert-heading): When after an inline task, do not
6843 use level but go back to headline level before the inline task.
6844
6845 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6846
6847 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
6848
6849 * org.el (org-indent-line-function): Fix indentation of inline
6850 tasks.
6851
6852 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6853
6854 * org.el (org-activate-links): Fix customize type.
6855
6856 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6857
6858 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
6859 default option.
6860
6861 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6862
6863 * org-latex.el (org-export-latex-minted): Document pygments
6864 dependency.
6865
6866 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6867
6868 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
6869 file if encryption has been turned on.
6870 (org-mobile-copy-agenda-files): Avoid double encryption of
6871 `mobileorg.org'.
6872
6873 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6874
6875 * org-exp.el (org-export-latex-minted-with-line-numbers):
6876 Ensure that variable is declared.
6877
6878 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6879
6880 * ob-python.el (org-src-preserve-indentation): Fix compiler
6881 warning.
6882
6883 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6884
6885 * org-exp.el (org-export-format-source-code-or-example):
6886 Latex formatting of source code blocks using the minted package
6887 (org-export-plist-vars): Add :latex-minted property
6888 (org-export-latex-minted): Ensure variable is defined
6889 (org-export-latex-minted-langs): Ensure variable is defined.
6890
6891 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6892
6893 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
6894
6895 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6896
6897 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
6898
6899 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6900
6901 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
6902 when `org-src-preserve-indentation' is non-nil.
6903
6904 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6905
6906 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
6907 of blocks added to Library of Babel.
6908
6909 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6910
6911 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
6912 name.
6913
6914 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6915
6916 * org-beamer.el (org-beamer-place-default-actions-for-lists):
6917 Fix typo in regexp.
6918
6919 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
6920
6921 * org-list.el (org-toggle-checkbox): Avoid some boundary error
6922 when inserting a checkbox in an empty last item of a list.
6923
6924 2010-11-11 David Maus <dmaus@ictsoc.de>
6925
6926 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
6927 Query article number from file is nil by default.
6928
6929 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
6930
6931 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
6932
6933 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6934
6935 * org-capture.el (org-capture-place-entry): Move to `beg' before
6936 searching for `%?'.
6937
6938 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6939
6940 * org.el (org-format-latex): Fix mathjax treatment of single
6941 letters in between dollars.
6942
6943 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6944
6945 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
6946 run.
6947
6948 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6949
6950 * org.el (org-blank-before-new-entry): Improve docstring.
6951
6952 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6953
6954 * org-mobile.el (org-mobile-force-id-on-agenda-items):
6955 Fix docstring.
6956 (org-mobile-write-agenda-for-mobile): Use outline path if we do
6957 not have an ID and are not allowed to make one.
6958 (org-mobile-get-outline-path-link): New function.
6959
6960 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6961
6962 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
6963 file.
6964 (org-mobile-write-agenda-for-mobile): Use the right name, even if
6965 the file get encrypted.
6966 (org-mobile-move-capture): Only delete tempfile if it does exist.
6967
6968 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6969
6970 * ob.el (org-babel-number-p): Fix documentation string.
6971
6972 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6973
6974 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
6975 "tangle" as a positive argument for the :noweb header argument
6976 during tangling.
6977
6978 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6979
6980 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
6981 have links, with tests.
6982
6983 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6984
6985 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
6986 available.
6987 (org-export-latex-get-error): New function.
6988 (org-export-as-pdf): Give an indication of the errors that
6989 happened during processing.
6990
6991 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6992
6993 * org-exp.el (org-export-language-setup): Fix Polish entries.
6994
6995 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6996
6997 * org.el (org-set-tags): Allow comma as a separator when
6998 specifying tags at the completion interface.
6999 (org-tags-completion-function): Allow comma as a separator when
7000 specifying tags at the completion interface.
7001
7002 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7003
7004 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
7005 export-file if exporting from a buffer which is not visiting a
7006 file.
7007
7008 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7009
7010 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
7011 name in link construction if there is a heading to follow it.
7012
7013 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7014
7015 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
7016 as an allowed extension.
7017
7018 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
7019
7020 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
7021 with zeros. Start applying face earlier.
7022
7023 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7024
7025 * ob.el (or): Don't create org-babel-temporary-directory in batch
7026 as it won't be removed by emacs-kill-hook
7027 (org-babel-remove-temporary-directory): Only try to remove this
7028 directory if it exists.
7029
7030 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7031
7032 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
7033 warning in ob.el.
7034
7035 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7036
7037 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
7038 the tangling message.
7039
7040 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7041
7042 * ob.el (org-babel-load-languages): Fixes compiler warning.
7043
7044 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7045
7046 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
7047 output.
7048
7049 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7050
7051 * org-ascii.el (org-export-as-ascii): Use the correct match group.
7052
7053 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7054
7055 * ob.el (boundp): Uncommenting defvar form for
7056 org-babel-temporary-directory
7057 (org-babel-temp-file): Now using the org-babel-temporary-directory
7058 for holding new babel temporary files
7059 (org-babel-remove-temporary-directory): Removes the babel temp dir
7060 when Emacs shutsdown
7061 (kill-emacs-hook): Now removing the babel temp dir on Emacs
7062 shutdown.
7063
7064 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7065
7066 * org-capture.el (org-capture-fill-template): Initialize history
7067 variable.
7068
7069 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7070
7071 * org-src.el (org-edit-src-code): Don't move point when generating
7072 edit buffer.
7073
7074 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7075
7076 * org-src.el (org-edit-src-code): Deal with point being in
7077 #+end_src line.
7078
7079 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7080
7081 * org-table.el (org-table-current-column): Add interactive to turn
7082 this into a command.
7083
7084 2010-11-11 Bernt Hansen <bernt@norang.ca>
7085
7086 * org.el (org-insert-heading): Run org-insert-heading-hook when
7087 creating the first heading in a file.
7088
7089 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7090
7091 * org.el (org-startup-with-inline-images): New option.
7092 (org-startup-options): Add new keywords inlineimages and
7093 noinlineimages.
7094 (org-mode): Inline images when this has been configured.
7095
7096 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7097
7098 * ob.el (org-babel-get-src-block-info): Remove optional
7099 HEADER-VARS-ONLY argument; further simplification.
7100
7101 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7102
7103 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
7104 prompt in ob-confirm-evaluate in some cases.
7105
7106 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7107
7108 * ob.el (org-babel-demarcate-block): Visible region and completion
7109 during language selection.
7110
7111 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7112
7113 * ob.el (org-babel-get-src-block-info): Remove comment.
7114
7115 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7116
7117 * ob.el (org-babel-get-src-block-info): Simplify function.
7118
7119 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7120
7121 * ob.el (org-babel-get-src-block-info): Form info list correctly
7122 when parenthesised arguments are missing.
7123
7124 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7125
7126 * ob-exp.el (org-export-babel-evaluate): Docstring typo
7127 (org-babel-exp-code): Docstring typo.
7128
7129 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7130
7131 * org-mobile.el (org-mobile-encryption-password):
7132 Improve docstring.
7133 (org-mobile-encryption-password-session): New variable.
7134 (org-mobile-encryption-password): New function.
7135 (org-mobile-check-setup):
7136 (org-mobile-encrypt-file):
7137 (org-mobile-decrypt-file): Use the new function.
7138
7139 2010-11-11 David Maus <dmaus@ictsoc.de>
7140
7141 * org-capture.el (org-capture-place-template): Widen to remove
7142 possible restrictions in target buffer.
7143
7144 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
7145
7146 * org.el (org-speed-command-hook): Add org-speed-command-hook
7147 (org-babel-speed-command-hook): Hook for Babel's speed commands.
7148
7149 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7150
7151 * ob.el (org-babel-execute-buffer): Re-implement using
7152 `org-babel-map-src-blocks'.
7153
7154 2010-11-11 David Maus <dmaus@ictsoc.de>
7155
7156 * org-capture.el (org-capture-templates): Update doc string with
7157 new message date related escapes.
7158
7159 2010-11-11 David Maus <dmaus@ictsoc.de>
7160
7161 * org-wl.el (org-wl-store-link-message): Define properties %:date)
7162 (%:date-timestamp, and %:date-timestamp-inactive.
7163
7164 * org-mew.el (org-mew-store-link): Dto.
7165
7166 * org-mhe.el (org-mhe-store-link): Dto.
7167
7168 * org-rmail.el (org-rmail-store-link): Dto.
7169
7170 * org-vm.el (org-vm-store-link): Dto.
7171
7172 2010-11-11 David Maus <dmaus@ictsoc.de>
7173
7174 * org-wl.el (org-wl-message-field): Always get literal content of
7175 header fields.
7176
7177 2010-11-11 David Maus <dmaus@ictsoc.de>
7178
7179 * org-gnus.el (org-gnus-store-link): Define properties
7180 %:date-timestamp and %:date-timestamp-inactive.
7181
7182 2010-11-11 David Maus <dmaus@ictsoc.de>
7183
7184 * org-gnus.el (org-gnus-store-link): Handle empty date header
7185 field.
7186
7187 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7188
7189 * org.el (org-speed-command-hook): New. Hook for installing
7190 additional speed commands. Use this for enabling speed commands on
7191 src blocks.
7192 (org-speed-command-default-hook): The default hook for
7193 org-speed-command-hook. Factored out from org-self-insert-command
7194 and mimics existing behavior.
7195 (org-self-insert-command): Modified to use org-speed-command-hook.
7196
7197 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7198
7199 * org-agenda.el (org-search-view): Recover spaces in search words
7200 if they were escaped with \ or inside a regexp.
7201
7202 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7203
7204 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
7205 the list of completable meta line words.
7206 (org-complete): Complete property names after #+PROPERTY.
7207
7208 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7209
7210 * ob-python.el (org-babel-python-evaluate-session): Make temp file
7211 names consistent.
7212
7213 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7214
7215 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
7216 Delete extra format argument.
7217
7218 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7219
7220 * ob-org.el (org-babel-org-export): Typo in docstring.
7221
7222 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7223
7224 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
7225 variable.
7226
7227 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7228
7229 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
7230
7231 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7232
7233 * ob.el (org-babel-process-file-name): New function
7234 (org-babel-maybe-remote-file): Delete function.
7235
7236 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7237
7238 * ob-C.el (org-babel-C-execute): Remove unused variable.
7239
7240 2010-11-11 David Maus <dmaus@ictsoc.de>
7241
7242 * org.el (org-make-link-string): Prevent superfluous colon.
7243
7244 2010-11-11 David Maus <dmaus@ictsoc.de>
7245
7246 * org.el (org-make-org-heading-search-string): Leave headline
7247 intact.
7248
7249 2010-11-11 David Maus <dmaus@ictsoc.de>
7250
7251 * org.el (org-make-link-string): Don't escape characters in link
7252 type.
7253
7254 2010-11-11 Bastien Guerry <bzg@altern.org>
7255
7256 * org-capture.el (org-capture-templates): Update docstring to
7257 advertise %:org-date.
7258
7259 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7260
7261 * ob-dot.el (org-babel-execute:dot): Automatically specifies
7262 "-T<ext>" based on file name extension.
7263
7264 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7265
7266 * ob-org.el (org-babel-org-export): Raise error on nested export
7267 call.
7268
7269 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7270
7271 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
7272 output files.
7273
7274 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7275
7276 * ob.el (org-babel-demarcate-block): Better initialization of
7277 stars.
7278
7279 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7280
7281 * org-src.el (org-src-tab-acts-natively): Add customize interface.
7282
7283 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7284
7285 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
7286 New variable allowing prevention of automatic stripping of leading and
7287 trailing blank lines when exiting edit buffer.
7288 (org-edit-src-exit): Respect value of
7289 `org-src-strip-leading-and-trailing-blank-lines'
7290 (org-src-native-tab-command-maybe):
7291 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
7292 this function.
7293
7294 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7295
7296 * org-src.el (org-edit-src-code): If mark was inside code block
7297 then code edit buffer inherits mark with active region.
7298
7299 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7300
7301 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
7302
7303 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7304
7305 * ob.el (org-babel-demarcate-block): Better handling of empty
7306 space around demarcated area.
7307
7308 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7309
7310 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
7311 this command.
7312
7313 2010-11-11 David Maus <dmaus@ictsoc.de>
7314
7315 * org-gnus.el (org-gnus-open-nntp): New function.
7316
7317 2010-11-11 David Maus <dmaus@ictsoc.de>
7318
7319 * org-wl.el (org-wl-open-nntp): New function.
7320
7321 2010-11-11 David Maus <dmaus@ictsoc.de>
7322
7323 * org-wl.el (org-wl-open): Open message by numeric reference if
7324 article part is not a message id.
7325
7326 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7327
7328 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
7329 visible line.
7330
7331 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7332
7333 * ob.el (org-babel-demarcate-block): Interactive demarcation of
7334 code blocks.
7335
7336 * ob-keys.el (org-babel-key-bindings): Key bindings for block
7337 demarcation.
7338
7339 2010-11-11 Bastien Guerry <bzg@altern.org>
7340
7341 * org.el (org-link-types): Add the "message" link type.
7342
7343 2010-11-11 David Maus <dmaus@ictsoc.de>
7344
7345 * org.el (org-link-types): Add 'message:' link type to default
7346 link types.
7347
7348 2010-11-11 Bastien Guerry <bzg@altern.org>
7349
7350 * org-gnus.el (org-gnus-store-link): Add the :date property to
7351 gnus links, allowing the use of %:date in capture templates.
7352
7353 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7354
7355 * org-list.el (org-cycle-list-bullet): Follow order of bullets
7356 indicated in doc-string.
7357
7358 * org-list.el (org-list-bottom-point-with-indent): List is ended
7359 when a line is less indented that the last item, not the less
7360 indented item.
7361
7362 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7363
7364 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
7365 original file before resolving code block parameters to ensure
7366 headline and buffer wide parameters are taken into consideration
7367 when only a narrowed portion of the file is exported.
7368
7369 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7370
7371 * org.el (org-forward-same-level): Fix docstring.
7372
7373 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
7374
7375 * org-publish.el (org-publish-attachment): Put the attachment into
7376 the right directory.
7377
7378 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7379
7380 * org.el (org-goto-first-child): New command.
7381
7382 2010-11-11 Matt Lundin <mdl@imapmail.org>
7383
7384 * org-agenda.el (org-prepare-agenda): If the agenda is called from
7385 within the agenda via an elisp link, such as
7386 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
7387 of the file containing the link, since that buffer is current
7388 during org-prepare agenda (due to a with-current-buffer in
7389 org-agenda-open-link). An additional test now ensures that the
7390 agenda buffer is in fact current when the buffer is erased and
7391 local variables for the agenda are set.
7392
7393 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
7394
7395 * org-exp.el (org-infile-export-plist): Define property macro.
7396
7397 2010-11-11 David Maus <dmaus@ictsoc.de>
7398
7399 * org-mhe.el (org-mhe-get-header): Remove possible folding white
7400 space in message header field.
7401
7402 2010-11-11 David Maus <dmaus@ictsoc.de>
7403
7404 * org-feed.el (org-feed): Fix typo in customization group :tag
7405 property.
7406
7407 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7408
7409 * org-latex.el (org-export-latex-tag-markup): New option.
7410 (org-export-latex-keywords-maybe):
7411 Use `org-export-latex-tag-markup'.
7412
7413 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
7414
7415 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
7416 (org-ical-ts-to-string): Use UTC time when requested.
7417
7418 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7419
7420 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
7421 from 'file' to 'http'.
7422
7423 2010-11-11 David Maus <dmaus@ictsoc.de>
7424
7425 * org.el (org-store-log-note): Fix wrong usage
7426 of`org-adapt-indentation'.
7427
7428 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7429
7430 * org.el (org-skip-over-state-notes): Do not compute bottom point
7431 at each item.
7432
7433 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
7434 instead of moving to each item.
7435
7436 2010-11-11 David Maus <dmaus@ictsoc.de>
7437
7438 * org-capture.el (org-capture-templates): Small fix in doc string.
7439
7440 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
7441
7442 * org-archive.el (org-get-local-archive-location):
7443 Use `org-carchive-location' as default.
7444
7445 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7446
7447 * ob-C.el (org): No longer requires org.
7448
7449 * ob-ledger.el (org): No longer requires org.
7450
7451 2010-11-11 David Maus <dmaus@ictsoc.de>
7452
7453 * org.el (org-priority): Save match data before call to
7454 `read-char-exclusive'.
7455
7456 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7457
7458 * org-list.el (org-list-to-generic): Descriptions labels can be
7459 any suit of symbols, and will end at double colons.
7460
7461 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7462
7463 * org.el (org-indent-line-function): Indent past [@num] and
7464 [@start:num], consistently with what is already done with
7465 checkboxes.
7466
7467 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7468
7469 * org.el (org-store-log-note): Indent new notes to the right
7470 column. Also take `org-list-two-spaces-after-bullet-regexp' into
7471 consideration when creating the note.
7472
7473 2010-11-11 David Maus <dmaus@ictsoc.de>
7474
7475 * org-gnus.el (nnimap-group-overview-filename): Declare function
7476 to silence byte compiler.
7477
7478 2010-11-11 David Maus <dmaus@ictsoc.de>
7479
7480 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
7481 New customization variable.
7482 (org-gnus-nnimap-cached-article-number): New function.
7483 (org-gnus-follow-link): Try to fetch cached article number of
7484 message-id.
7485
7486 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7487
7488 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
7489 first line into code blocks before export so that the first line
7490 is not interpreted as a title
7491 (org-babel-org-export): Use new dummy code block prefix.
7492
7493 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7494
7495 * ob.el (org-babel-insert-result): No longer throws error when
7496 inserting an empty result.
7497
7498 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7499
7500 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
7501
7502 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7503
7504 * ob.el (org-babel-do-in-edit-buffer):
7505 Use `org-babel-where-is-src-block-head' to test for source block at
7506 point.
7507
7508 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7509
7510 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
7511 `org-babel-goto-src-block-head'.
7512
7513 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
7514 current code block.
7515
7516 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7517
7518 * ob.el (org-babel-next-src-block): Now raising more informative
7519 error when no further code blocks can be found.
7520 (org-babel-previous-src-block): Now raising more informative error
7521 when no previous code blocks can be found.
7522
7523 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7524
7525 * org-exp-blocks.el
7526 (org-export-preprocess-after-include-files-hook): Now using this
7527 hook instead of `org-export-preprocess-hook'.
7528
7529 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7530
7531 * ob-plantuml.el (org-babel-execute:plantuml): ????
7532
7533 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7534
7535 * ob-python.el (org-babel-python-evaluate): Refactor as call to
7536 either `org-babel-python-evaluate-external-process' or
7537 `org-babel-python-evaluate-session'.
7538 (org-babel-python-evaluate-external-process): New function to
7539 handle evaluation in external process.
7540 (org-babel-python-evaluate-session): New function to handle
7541 evaluation in emacs inferior process.
7542
7543 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7544
7545 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
7546 or html respecting :results header arg
7547 (org-babel-org-export): Exports a string of text to an output
7548 format.
7549
7550 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7551
7552 * ob.el (org-babel-insert-result): Remove existing results when
7553 nil results are returned.
7554
7555 2010-11-11 David Maus <dmaus@ictsoc.de>
7556
7557 * org-ascii.el (org-export-as-ascii): Bind and set link path for
7558 link type specific markup function.
7559
7560 2010-11-11 David Maus <dmaus@ictsoc.de>
7561
7562 * org-clock.el (notifications-notify): Properly declare function
7563 to silence byte compiler.
7564
7565 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7566
7567 * org-list.el (org-insert-item): Check invisibility of point at a
7568 meaningful location.
7569
7570 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7571
7572 * org-list.el (org-list-insert-item-generic): Updating checkboxes
7573 can modifiy bottom point of a list, so make it a marker before
7574 calling `org-update-checkbox-count-maybe'.
7575
7576 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7577
7578 * org.el (org-src-fontify-natively): Set to nil by default.
7579 Supply cutomize interface.
7580
7581 2010-11-11 Bastien Guerry <bzg@altern.org>
7582
7583 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
7584 `org-bracket-link-analytic-regexp++' to match the link type.
7585
7586 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7587
7588 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
7589 `language'.
7590
7591 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7592
7593 * ob-tangle.el (org-babel-tangle-comment-format-beg):
7594 Format string specifying the link-comment preceding a code block
7595 (org-babel-tangle-comment-format-end): Format string specifying
7596 the link-comment following a code block
7597 (org-babel-tangle-collect-blocks): Storing more information in the
7598 spec of a tangling code block
7599 (org-babel-spec-to-string): Now makes use of customizable
7600 link-comment formats.
7601
7602 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
7603
7604 * org.el (org-delete-backward-char): Check for nil overwrite-mode
7605 before inserting spaces.
7606
7607 2010-11-11 David Maus <dmaus@ictsoc.de>
7608
7609 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
7610 from summary of non-TODO ical entries.
7611 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
7612 exclude tags from summary of TODO ical entries.
7613
7614 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7615
7616 * ob.el (org-babel-map-src-blocks): Now exposes much information
7617 about the code block in the form of let-bound local variables.
7618
7619 2010-11-11 David Maus <dmaus@ictsoc.de>
7620
7621 * org-list.el (org-outline-regexp, org-ts-regexp)
7622 (org-ts-regexp-both, org-in-regexps-block-p)
7623 (org-level-increment, org-at-heading-p)
7624 (outline-previous-heading, org-icompleting-read)
7625 (org-time-string-to-seconds): Declare to fix compiler warning.
7626
7627 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7628
7629 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
7630 used from an heading. Send an error when no item is in region.
7631
7632 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7633
7634 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
7635 ensure that edit buffer is exited.
7636
7637 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7638
7639 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
7640 control the amount of extra newlines inserted into tangled code
7641 (org-babel-tangle-collect-blocks): Now conditionally collects
7642 information to be used for "org" style comments
7643 (org-babel-spec-to-string): Now inserts "org" style comments, and
7644 obeys the newline configuration variable when inserting whitespace.
7645
7646 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7647
7648 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
7649 hook
7650 (org-babel-tangle): Calls new tangle hook.
7651
7652 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7653
7654 * org-capture.el (org-capture): Compute the length of the correct
7655 string when removing properties.
7656
7657 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7658
7659 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
7660 names before shell quoting.
7661
7662 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7663
7664 * org-src.el (org-src-tab-indents-natively): New variable
7665 controlling whether language-native TAB action should be performed
7666 (org-src-native-tab-command-maybe): New function to perform
7667 language-native TAB action.
7668 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
7669
7670 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7671
7672 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
7673 `org-plantuml-jar-path' before use.
7674
7675 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7676
7677 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
7678 language major mode buffers during fontification.
7679
7680 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7681
7682 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
7683 match code blocks with switches and header args. Call
7684 `org-src-font-lock-fontify-block' for automatic fontification of
7685 code in code blocks, controlled by variable
7686 `org-src-fontify-natively'.
7687 (org-src-fontify-natively): New variable.
7688
7689 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7690
7691 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
7692 inf-ruby.
7693
7694 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7695
7696 * org-html.el (org-html-make-link): (expand-file-name) removes
7697 one "/" from "///path-to-file", so add one. Anything other than
7698 'file' type should be exported along with the type.
7699
7700 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7701
7702 * org.el (org-insert-subheading): Fix compiler warning
7703 (org-insert-todo-subheading): Fix compiler warning.
7704
7705 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7706
7707 * org-capture.el (org-capture): Remove read-only text properties
7708 from capture text.
7709 (org-capture-set-target-location): Throw an error if file+headline
7710 target does not point into a file which is in Org mode.
7711
7712 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7713
7714 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
7715
7716 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7717
7718 * org-src.el (org-edit-src-code): Improve docstring.
7719
7720 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7721
7722 * ob.el (org-babel-execute-src-block): Document prefix argument in
7723 docstring.
7724
7725 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7726
7727 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
7728 org-ditaa-jar-path with expand-file-name.
7729
7730 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7731
7732 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
7733 `org-babel-execute-src-block'.
7734
7735 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7736
7737 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
7738 [@x] syntax for list numbering.
7739
7740 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7741
7742 * org.el (org-indent-line-function): Indentation of source block
7743 is left to `org-edit-src-exit' and shouldn't be modified by
7744 `org-indent-line-function'. Indentation of others blocks should be
7745 the same as the #+begin line.
7746
7747 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7748
7749 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
7750 forms on source blocks in current buffer; restore point in current
7751 buffer.
7752
7753 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7754
7755 * org-list.el (org-list-struct): Accept list boundaries as an
7756 argument in order to avoid computing `org-list-top-point' and
7757 `org-list-bottom-point' twice when indenting.
7758
7759 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7760
7761 * org-list.el (org-list-ending-method): Default value is now
7762 `both', to ensure maximum compatibility before previous
7763 implementation.
7764
7765 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7766
7767 * org-list.el (org-list-in-item-p-with-indent): Test if first line
7768 is the item beginning.
7769
7770 * org-list.el (org-list-top-point-with-indent): Test if first line
7771 is a valid list beginning.
7772
7773 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7774
7775 * org-list.el (org-list-ending-method): New customizable variable
7776 to tell Org Mode how lists end. See docstring.
7777
7778 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7779
7780 * org-list.el (org-indent-item-tree): Shifting step of top-level
7781 item depends on `org-level-increment'.
7782
7783 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7784
7785 * org.el (org-indent-line-function): Indent first non blank line
7786 after a list according to current heading level.
7787
7788 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7789
7790 * org-docbook.el (org-export-as-docbook): Remove check for
7791 indentation on lines that do not start with a list bullet.
7792
7793 * org-html.el (org-export-as-html): Same thing.
7794
7795 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7796
7797 * org-list.el (org-list-bottom-point): Take into consideration
7798 that bound of search can be before true ending of the list.
7799
7800 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7801
7802 * org-list.el (org-list-struct-apply-struct): No longer shift
7803 item's body twice: one after replacing bullet and one after
7804 changing indentation.
7805
7806 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7807
7808 * org-list.el (org-list-struct-indent): Add code to replace
7809 bullets if needed when indenting.
7810
7811 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7812
7813 * org-list.el (org-list-insert-item-generic): A single item
7814 already counting blank lines in his body should be separated with
7815 the next one by a blank line. Moreover, if user already provided
7816 blank lines, follow his wishes.
7817
7818 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7819
7820 * org-list.el (org-indent-item-tree): When moving top item of a
7821 *-list to column 0, only the first item had its bullet changed to
7822 -. It now changes all items of the top-level list, as expected.
7823
7824 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7825
7826 * org-list.el (org-toggle-checkbox): Go to beginning of line
7827 before processing.
7828
7829 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7830
7831 * org-list.el (org-list-struct-apply-struct): Check if ancestor
7832 exists.
7833
7834 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7835
7836 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
7837 done at each item.
7838
7839 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7840
7841 * org-list.el : Removed unused variable
7842 `org-suppress-item-indentation'.
7843
7844 * org-list.el (org-renumber-ordered-list): Skip item if bullet
7845 number is already good.
7846
7847 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7848
7849 * org-list.el (org-list-automatic-rules): Doc-string reflects this
7850 change.
7851
7852 * org-list.el (org-indent-item-tree): Prevent whole list from
7853 being moved when user is not moving subtree. Thus
7854 `org-cycle-item-indentation' will not allow to move the list.
7855
7856 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7857
7858 * org-list.el (org-indent-item-tree): Remove region code. It was
7859 prone to errors and undocumented.
7860
7861 * org-list.el (org-item-indent-positions): Better heuristics to
7862 determine what bullet the item will have when demoted.
7863
7864 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7865
7866 * org-list.el (org-list-bullet-string): First check if
7867 `org-list-two-spaces-after-bullet-regexp' isn't nil.
7868
7869 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7870
7871 * org-list.el (org-list-bullet-string): Do not modify match-data.
7872
7873 * org.el (org-toggle-item): Now working again when changing list
7874 items into plain text. Moreover take into consideration
7875 `org-list-two-spaces-after-bullet-regexp'.
7876
7877 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7878
7879 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
7880 fix, and improved heuristics to determine bullet when indenting.
7881
7882 * org-list.el (org-item-indent-positions): Function now returns
7883 sane results when there are two lists separated with blank lines
7884 only.
7885
7886 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7887
7888 * org-docbook.el (org-export-as-docbook): Use override="num" in
7889 any listitem matching [@start:num].
7890
7891 * org-html.el (org-export-as-html): Use value="num" in any li
7892 matching [@start:num].
7893
7894 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7895
7896 * org.el (org-set-font-lock-defaults): Correct fontification for
7897 checkboxes found after [@start:?].
7898
7899 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
7900 [@start:?] when looking at a regex after a bullet.
7901
7902 * org-list.el (org-toggle-checkbox): Correct insertion of
7903 checkboxes when there is already a [@start:?] in the item.
7904
7905 * org-list.el (org-checkbox-blocked-p): Properly check if there's
7906 an unchecked item before.
7907
7908 * org-list.el (org-list-parse-list): Function handles items having
7909 both a counter and a checkbox.
7910
7911 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7912
7913 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
7914 stores both indentation and bullet when cycle started.
7915
7916 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7917
7918 * org-list.el: `org-at-description-p' renamed to
7919 `org-at-item-description-p', `org-first-list-item-p' renamed to
7920 `org-list-first-item-p', `org-end-of-item-text-before-children'
7921 renamed to `org-end-of-item-or-at-child'.
7922
7923 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7924
7925 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
7926 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
7927 before toggling a checkbox.
7928
7929 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7930
7931 * org-list.el (org-list-bullet-string): New function returning
7932 bullet concatenated with an appropriate number of white spaces.
7933
7934 * org-list.el (org-list-insert-item-generic): Insert the right
7935 bullet, with help of `org-list-bullet-string'.
7936
7937 * org-list.el (org-indent-item-tree):
7938 Use `org-list-bullet-string'.
7939
7940 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
7941
7942 * org-list.el (org-toggle-checkbox): Send an error when
7943 `org-toggle-checkbox' is trying to insert a checkbox at a
7944 description item.
7945
7946 * org-list.el (org-item-re): Modified regexp so it can catch
7947 correct number of white space before item body.
7948
7949 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
7950 consideration new `org-item-re'.
7951
7952 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7953
7954 * org-list.el (org-list-insert-item-generic): The second item in a
7955 list will be separated from its predecessor with the number of
7956 blank lines separating the first item from its parent, if any, or
7957 no blank line.
7958
7959 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7960
7961 * org-list.el (org-indent-item-tree): Fix and reorder every list
7962 and sublist, from parent of list that has moved if indenting, or
7963 from list at point if outdenting.
7964
7965 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7966
7967 * org-list.el (org-indent-item-tree): Try to keep relative
7968 position on line. It can't if point is in white spaces before
7969 bullet because mixed tabs and spaces make some columns
7970 unattainable.
7971
7972 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7973
7974 * org-list.el (org-cycle-item-indentation): Cycle when the whole
7975 item only contains bullet and maybe a checkbox. Previously, TAB
7976 would cycle when the first line of the item was blank.
7977
7978 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7979
7980 * org-list.el (org-cycle-item-indentation): Allow a point just
7981 after a description item or a checkboxed item to start cycling.
7982
7983 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7984
7985 * org-list.el (org-cycle-list-bullet):
7986 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
7987 as valid bullets when cycling.
7988
7989 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7990
7991 * org-list.el (org-cycle-item-indentation): Do return t if and
7992 only if cycling is possible and succeded.
7993
7994 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7995
7996 * org-list.el (org-indent-item-tree): When outdenting a subtree,
7997 the last item shouldn't have a children.
7998
7999 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8000
8001 * org-list.el (org-cycle-item-indentation): Cycling should play
8002 nicely with indent rule in `org-list-automatic-rules'.
8003
8004 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8005
8006 * org-list.el (org-indent-item-tree): If indent rule is activated,
8007 it should be impossible to outdent an item having children without
8008 moving its subtree. Improved reordering of lists modified by
8009 cycling indentation.
8010
8011 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8012
8013 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
8014 `org-fix-bullet-type' to prevent infinite loop, and some checks
8015 already done in `org-renumber-ordered-list'.
8016
8017 * org-list.el (org-fix-bullet-type): Remove a check and call
8018 directly `org-maybe-renumber-ordered-list'.
8019
8020 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8021
8022 * org-list.el (org-indent-item-tree): It shouldn't be possible to
8023 indent the first item of a sublist (though outdent is possible) as
8024 it would break list's structure.
8025
8026 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8027
8028 * org-list.el (org-list-insert-item-generic): When local search
8029 doesn't help, search the list globally for blank lines. Moreover,
8030 don't bother with new lists, and add 1 blank line.
8031
8032 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8033
8034 * org-capture.el (org-capture-place-item):
8035 Use `org-search-forward-unenclosed' and
8036 `org-search-backward-unenclosed' and new variable
8037 `org-item-beginning-re'.
8038
8039 * org-list.el (org-item-beginning-re): Regexp matching beginning
8040 of an item.
8041
8042 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8043
8044 * org-list.el (org-cycle-list-bullet): Put back support for
8045 'previous argument.
8046
8047 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8048
8049 * org-list.el (org-in-item-p): Handle case when point is at an
8050 heading.
8051
8052 * org-list.el (org-list-make-subtree): Add protection when used
8053 outside of list.
8054
8055 * org-list.el (org-insert-item): Remove useless hack now
8056 `org-in-item-p' is fixed.
8057
8058 * org-timer.el (org-timer-item): Remove useless hack now
8059 `org-in-item-p' is fixed.
8060
8061 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8062
8063 * org-list.el (org-cycle-list-bullet): Prevent description items
8064 from being numbered. String argument is also recognized now, as
8065 long as it is a valid bullet.
8066
8067 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8068
8069 * org-list.el (org-indent-item-tree): Moving indentation of top
8070 list item will make the whole list move.
8071
8072 * org-list.el (org-apply-on-list): Function is less sensitive to
8073 changes of indentation.
8074
8075 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8076
8077 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
8078 of the regexp.
8079
8080 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
8081
8082 * org-list.el (org-cycle-item-indentation): Allow cycling
8083 description items and checkbox items.
8084
8085 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
8086
8087 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
8088 regexp.
8089
8090 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8091
8092 * org-list.el (org-insert-item-internal): Guessing of blank lines
8093 number is made by looking at neighboring items, if any.
8094
8095 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8096
8097 * org-list.el (org-sort-list): Add the possibility to sort timer
8098 lists with the ?t or ?T options.
8099
8100 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8101
8102 * org-list.el (org-search-unenclosed-internal): New function to
8103 handle both `org-search-forward-unenclosed' and
8104 `org-search-backward-unenclosed'.
8105
8106 * org-list.el (org-search-backward-unenclosed): Can send errors
8107 now. Removed useless usage of COUNT.
8108
8109 * org-list.el (org-search-forward-unenclosed): Can send errors
8110 now. Removed useless usage of COUNT.
8111
8112 * org-list.el (org-update-checkbox-count):
8113 Use `org-search-forward-unenclosed' and
8114 `org-search-backward-unenclosed' instead of `re-search-forward'
8115 and `re-search-backward'.
8116
8117 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
8118 and `org-search-backward-unenclosed' instead of
8119 `re-search-forward' and `re-search-backward'.
8120
8121 * org-list.el (org-list-make-subtree):
8122 Use `org-search-forward-unenclosed' and
8123 `org-search-backward-unenclosed' instead of `re-search-forward'
8124 and `re-search-backward'.
8125
8126 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8127
8128 * org-list.el (org-insert-item-internal): Fixes the problem when
8129 point was before the first char of the item's body.
8130
8131 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8132
8133 * org-timer.el (org-timer-item): Refactoring. Compute timer string
8134 before inserting it in the buffer.
8135
8136 * org-timer.el (org-timer): Add an optional argument to return
8137 timer string instead of inserting it.
8138
8139 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8140
8141 * org-list.el (org-insert-item-internal): New function to handle
8142 positioning and contents of an item being inserted at a specific
8143 pos. It is not possible anymore to split a term in a description
8144 list or a checkbox when inserting a new item.
8145
8146 * org-list.el (org-insert-item): Refactored by using the new
8147 `org-insert-item-internal' function.
8148
8149 * org-timer.el (org-timer-item): Refactored by using the new
8150 `org-insert-item-internal' function.
8151
8152 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8153
8154 * org-list.el (org-list-bottom-point): Be sure to check real
8155 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
8156
8157 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
8158 end of item if we are in a list.
8159
8160 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8161
8162 * org-list.el (org-insert-item): Move before any special block in
8163 a list prior to add a new item.
8164
8165 * org-timer.el (org-timer-item): When in a timer list, insert a
8166 new timer item like `org-insert-item'. If in another list, send an
8167 error. Otherwise, start a new timer list.
8168
8169 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8170
8171 * org-list.el: Minor refactoring.
8172
8173 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8174
8175 * org-timer.el (org-timer-item): Insert description list item at
8176 the right column.
8177
8178 * org-list.el (org-insert-item): Insert the right number of blank
8179 lines before a relative timer.
8180
8181 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8182
8183 * org-list.el (org-insert-item): Remove restriction on latex
8184 blocks.
8185
8186 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8187
8188 * org-list.el (org-search-backward-unenclosed): Do not stop in
8189 protected places.
8190
8191 * org-list.el (org-search-forward-unenclosed): Do not stop in
8192 protected places.
8193
8194 * org-latex.el (org-export-latex-lists): Use the fact that
8195 org-search-forward do not stop anymore at protected places.
8196
8197 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8198
8199 * org-list.el (org-search-backward-unenclosed): Do not prevent
8200 list items from being inside LaTeX blocks.
8201
8202 * org-list.el (org-search-forward-unenclosed): Do not prevent list
8203 items from being inside LaTeX blocks.
8204
8205 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8206
8207 * org-list.el (org-in-item-p): Do not widen before checking if we
8208 are in item.
8209
8210 * org-list.el (org-list-send-list): We cannot count on
8211 `org-list-top-point' and `org-list-bottom-point' before buffer is
8212 narrowed. Find bounds of list otherwise.
8213
8214 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8215
8216 * org-list.el (org-list-end-regexp): By default, list ending is
8217 exactly 2 blank lines.
8218
8219 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8220
8221 * org-docbook.el (org-export-as-docbook): When we find an empty
8222 line, we do not need to check for
8223 `org-empty-line-terminates-plain-lists' because we would have
8224 found end-list marker before.
8225
8226 * org-html.el (org-export-as-html): Same.
8227
8228 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8229
8230 * org-list.el (org-insert-item): Simplify count of blank lines to
8231 insert.
8232
8233 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8234
8235 * org-list.el (org-list-end-regexp): New customizable variable to
8236 define what string should end lists.
8237
8238 * org-list.el (org-list-end-re): Function is now aware of
8239 `org-list-end-regexp'.
8240
8241 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8242
8243 * org-html.el (org-export-as-html): Code cleanup.
8244
8245 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8246
8247 * org-docbook.el (org-export-as-docbook): Properly close any open
8248 list when seeing ORG-LIST-END. Removed any reference to now
8249 unneeded DIDCLOSE variable.
8250
8251 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8252
8253 * org-exp.el (org-export-mark-list-ending): Fix number of blank
8254 lines inserted after a list.
8255
8256 * org-list.el (org-list-parse-list): Fix case when
8257 `org-list-end-re' would have an indentation greater than current
8258 list.
8259
8260 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8261
8262 * org-exp.el (org-export-mark-list-ending): Differentiate between
8263 export backends, and replace `org-list-end-re' by a blank line
8264 upon exporting.
8265
8266 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8267
8268 * org-html.el (org-export-as-html): Delete didclose and everything
8269 related to it, as it is no longer needed.
8270
8271 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8272
8273 * org-html.el (org-export-html-preprocess): Remove unneeded
8274 insertion of list end marker, as it is now handled by
8275 `org-export-mark-list-ending'.
8276
8277 * org-html.el (org-export-as-html): Cleaner termination of lists.
8278
8279 * org-exp.el (org-export-mark-list-ending): New function to insert
8280 specific markers at the end of lists when exporting to a backend
8281 not using `org-list-parse-list'. This function is called early in
8282 `org-export-preprocess-string', while it is still able to
8283 recognize lists.
8284
8285 * org-latex.el (org-export-latex-lists): Better search for
8286 lists. It now only finds items not enclosed and not protected.
8287
8288 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8289
8290 * org-list.el: Replaced `re-search-forward' by
8291 `org-search-forward-unenclosed' where it made sense.
8292
8293 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8294
8295 * org-list.el (org-apply-to-list): Now a return value is handed at
8296 each new call of the function applied.
8297
8298 * org-list.el (org-fix-bullet-type): Use the new
8299 `org-apply-to-list' format.
8300
8301 * org-list.el (org-renumber-ordered-list): Use the new
8302 `org-apply-to-list' format.
8303
8304 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8305
8306 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
8307 correctly used.
8308
8309 * org-list.el (org-search-forward-unenclosed): Better regexp used.
8310
8311 * org-list.el (org-search-backward-unenclosed): Better regexp
8312 used.
8313
8314 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8315
8316 * org-list.el (org-sort-list): End-rec function was ill-defined.
8317
8318 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8319
8320 * org-list.el (org-search-forward-unenclosed): Fix behavior when
8321 last occurrence was enclosed.
8322
8323 * org-list.el (org-search-backward-unenclosed): Fix behavior when
8324 last occurrence was enclosed.
8325
8326 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8327
8328 * org.el (org-in-regexps-block-p): Fix documentation.
8329
8330 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8331
8332 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
8333
8334 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
8335
8336 * org-list.el (org-list-parse-list): Minor fix.
8337
8338 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8339
8340 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
8341 called with t argument.
8342
8343 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8344
8345 * org-html.el (org-export-html-preprocess):
8346 Replace `org-list-end-re' by a blank line during pre-process.
8347
8348 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8349
8350 * org-list.el (org-list-bottom-point): No need for square brackets
8351 for `skip-chars-backward'.
8352
8353 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8354
8355 * org-html.el: Do not delete space between end of list and
8356 beginning of the following.
8357
8358 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8359
8360 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
8361 needed. Lists should not end before seeing this.
8362
8363 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8364
8365 * org-html.el: Notice end of lists.
8366
8367 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8368
8369 * org-list.el (org-list-parse-list): Better handling of
8370 restrictions when function is called on a list with sublists.
8371
8372 * org-list.el (org-list-send-list): Find the true ending of the
8373 list being sent.
8374
8375 * org-list.el (org-list-radio-list-templates): Templates are more
8376 specific to lists.
8377
8378 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8379
8380 * ob-js.el (org-babel-js-eoe): Indicate end of input
8381 (org-babel-execute:js): Support for session evaluation
8382 (org-babel-prep-session:js): Fleshed out definition
8383 (org-babel-js-initiate-session): Can initiate a session using
8384 mozrepl.
8385
8386 2010-11-11 David Maus <dmaus@ictsoc.de>
8387
8388 * org.el (org-set-regexps-and-options): Protect escape char in
8389 `org-complex-heading-regexp-format'.
8390
8391 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8392
8393 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
8394 session-based evaluation
8395 (org-babel-execute:scheme): Now supports session-based evaluation
8396 (org-babel-prep-session:scheme): Now works and defines variables
8397 (org-babel-scheme-initiate-session): Now works using run-scheme
8398 from cmuscheme.
8399
8400 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8401
8402 * org.el (org-export-latex-default-packages-alist): Remove the
8403 t1enc package - this is already covered by fontenc.
8404
8405 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8406
8407 * ob.el (with-parsed-tramp-file-name): Declared
8408 (org-babel-tramp-localname): Ensure variable name exists locally.
8409
8410 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8411
8412 * ob.el (org-babel-temp-file): Don't use babel temporary directory
8413 in remote case; use make-temp-file with remote file name so that
8414 temp file is guaranteed not to exist previously on remote machine.
8415 (org-babel-tramp-localname): New function to return local name
8416 portion of possibly remote file specification.
8417
8418 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8419
8420 * ob-R.el (org-babel-R-write-object-command): New unified R
8421 command for writing results to file
8422 (org-babel-R-wrapper-method): Remove variable
8423 (org-babel-R-wrapper-lastvar): Remove variable
8424 (org-babel-R-evaluate-external-process): Use new R command
8425 (org-babel-R-evaluate-session): Use new R command.
8426
8427 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8428
8429 * ob-comint.el
8430 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
8431 to evaluate code invisibly and block until output file exists.
8432
8433 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
8434 evaluate R code in session for :results value. Write result to
8435 file invisibly using new function
8436 `org-babel-comint-eval-invisibly-and-wait-for-file'.
8437
8438 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8439
8440 * org-capture.el (org-capture-fill-template): Align tags after
8441 insertion.
8442
8443 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8444
8445 * org-exp.el (org-export-concatenate-multiline-emphasis):
8446 Ignore matches that start in a headline.
8447
8448 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8449
8450 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
8451 and out-file in shell-quote-argument.
8452
8453 2010-11-11 David Maus <dmaus@ictsoc.de>
8454
8455 * org-docview.el (org-docview-store-link): Use expanded macro to
8456 get current page.
8457 (doc-view-goto-page, image-mode-window-get): Declare functions for
8458 byte compiler.
8459
8460 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8461
8462 * ob-scheme.el: Very preliminary support for evaluating scheme
8463 code blocks.
8464
8465 * org.el (org-babel-load-languages): Adding scheme.
8466
8467 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8468
8469 * ob.el (require): Remove circular (require 'org).
8470
8471 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8472
8473 * ob-R.el (ess-make-buffer-current): Declared.
8474 (ess-ask-for-ess-directory): Declared.
8475 (ess-local-process-name): Declared.
8476 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
8477
8478 * ob.el (org-edit-src-code): Fixing arguments.
8479 (org-edit-src-exit): Declared.
8480 (org-outline-overlay-data): Declared.
8481 (org-set-outline-overlay-data): Declared.
8482
8483 2010-11-11 Glenn Morris <rgm@gnu.org>
8484
8485 * ob.el: Require org when compiling.
8486 (org-save-outline-visibility): Remove macro declaration.
8487
8488 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
8489 Remove unnecessary/macro declarations.
8490
8491 * org-docview.el: Require doc-view when compiling.
8492 (doc-view-goto-page): Autoload rather than declaring.
8493 (doc-view-current-page): Remove macro declaration.
8494
8495 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
8496 (org-entry-get, org-table-import): Fix declarations.
8497 (org-match-string-no-properties): Remove declaration.
8498
8499 * ob-sh.el (org-babel-comint-in-buffer)
8500 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
8501 (org-babel-comint-with-output): Remove unnecessary declarations.
8502
8503 * ob-R.el (orgtbl-to-tsv): Fix declaration.
8504
8505 * org-list.el (org-entry-get): Fix declaration.
8506
8507 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8508
8509 * ob.el (org-babel-remove-temporary-directory): Remove explicit
8510 second argument.
8511
8512 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
8513
8514 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
8515 numbers.
8516
8517 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8518
8519 * org-macs.el (org-save-outline-visibility): Move from org.el.
8520
8521 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8522
8523 * ob-org.el (org-babel-default-header-args:org): Additional
8524 ":results silent" default header argument for org code blocks.
8525
8526 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8527
8528 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
8529 which is now an alias to ":eval no".
8530
8531 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8532
8533 * ob.el (org-babel-remove-temporary-directory): The version of
8534 `delete-directory' found in files.el can not be assumed to be
8535 present on all versions, so this copies the recursive behavior of
8536 that command in such a way that all calls to delete-directory will
8537 also work with the built-in internal C implementation of that
8538 function. This is not overly difficult as all elements of the
8539 directory can be assumed to be files.
8540
8541 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8542
8543 * ob-C.el (org-babel-C-execute): Corrected arguments to
8544 org-babel-temp-file.
8545
8546 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8547
8548 * ob.el (org-babel-temporary-directory): Variable to hold the
8549 value of the Babel temporary directory.
8550
8551 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
8552
8553 * ob.el (org-babel-load-in-session): Expanding noweb references
8554 when appropriate.
8555
8556 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8557
8558 * org.el (org-make-link-regexps): Modified regexp of
8559 org-plain-link-re.
8560
8561 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
8562
8563 * org-habit.el (org-habit-parse-todo): Find sr-days only if
8564 scheduled-repeat is non nil. Use 4th element of the list returned
8565 by (org-heading-components) as habit-entry. Modify the error
8566 message to be more meaningful.
8567
8568 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8569
8570 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
8571 ":border" header arguments which both use the "preview" latex
8572 package to fit the resulting PDF image to the figure.
8573
8574 2010-11-11 David Maus <dmaus@ictsoc.de>
8575
8576 * org-wl.el (org-wl-store-link): Don't try to store link if point
8577 is at end of buffer.
8578
8579 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
8580
8581 * org-publish.el (org-publish-project-alist): Document the new
8582 body-only property.
8583 (org-publish-org-to): Use the body-only property.
8584
8585 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8586
8587 * org.el (org-store-link): Return link when invoked
8588 non-interactively from an agenda buffer.
8589
8590 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8591
8592 * org.el (org-store-link): Storing of links to headlines in
8593 indirect buffers was broken. Fix it.
8594
8595 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
8596
8597 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
8598 #'set-file-modes to use integer, not character syntax, avoiding
8599 compile problems with recent XEmacs.
8600
8601 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8602
8603 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
8604 forward even if there is no text to be added.
8605
8606 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8607
8608 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
8609 tags/property matcher.
8610
8611 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8612
8613 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
8614 t.
8615
8616 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8617
8618 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
8619
8620 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8621
8622 * org-latex.el (org-export-latex-set-initial-vars):
8623 Bind `case-fold-search' to t around the search for special LaTeX setup.
8624
8625 * org-beamer.el (org-beamer-after-initial-vars):
8626 Bind `case-fold-search' to t around the search for special BEAMER
8627 setup.
8628
8629 2010-11-11 David Maus <dmaus@ictsoc.de>
8630
8631 * org-agenda.el (org-write-agenda): Delete PostScript file after
8632 creating conversion to PDF.
8633
8634 2010-11-11 David Maus <dmaus@ictsoc.de>
8635
8636 * org-agenda.el (org-write-agenda): Move require statements to
8637 proper place in evaluated lisp expression.
8638
8639 2010-11-11 David Maus <dmaus@ictsoc.de>
8640
8641 * org-agenda.el (org-write-agenda): Rename temporary buffer to
8642 remove dependency of `flet' macro.
8643
8644 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8645
8646 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
8647
8648 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8649
8650 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
8651 from all standard sources when executing #+lob/#+call lines.
8652
8653 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8654
8655 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
8656 separate functions
8657 (org-babel-R-evaluate-external-process): New function to handle
8658 external process evaluation
8659 (org-babel-R-evaluate-session): New function to handle session
8660 evaluation.
8661
8662 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8663
8664 * ob.el (org-babel-initiate-session): New function derived from
8665 previous `org-babel-switch-to-session'
8666 (org-babel-switch-to-session): Refactored to use new
8667 `org-babel-initiate-session'.
8668
8669 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8670
8671 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
8672 to (interactive).
8673
8674 2010-11-11 David Maus <dmaus@ictsoc.de>
8675
8676 * org-feed.el (org-feed-format-entry): Decode entry according to
8677 its character encoding.
8678
8679 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
8680
8681 * org-feed.el (xml-substitute-special): Declare function for byte
8682 compiler.
8683 (org-feed-unescape): Removed.
8684 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
8685 Use `xml-substitute-special' to unescape XML entities.
8686
8687 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8688
8689 * ob.el (org-babel-switch-to-session): Throw error if block if
8690 :session not in effect for the block.
8691
8692 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8693
8694 * org-table.el (org-table-create-with-table.el): Align table
8695 before converting.
8696
8697 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8698
8699 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
8700 that org-src buffer is current before attempting exit.
8701
8702 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8703
8704 * org-src.el (ob-comint): Require 'ob-comint
8705 (org-src-babel-info): Define variable.
8706
8707 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8708
8709 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
8710 in the language major mode edit buffer.
8711 (org-babel-do-key-sequence-in-edit-buffer): New function to call
8712 an arbitrary key sequence in the language major mode edit buffer.
8713
8714 * org-src.el (org-src-switch-to-buffer): Add new allowed value
8715 'switch-invisibly for `org-src-window-setup'.
8716
8717 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8718
8719 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
8720 is used.
8721 (org-src-do-at-code-block): New macro to evaluate lisp with point
8722 at the start of the Org code block containing the code in this
8723 edit buffer.
8724 (org-src-do-key-sequence-at-code-block): New function to execute
8725 command bound to key at the Org code block containing the code in
8726 this edit buffer.
8727
8728 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8729
8730 * ob-R.el (org-babel-R-associate-session): New function to
8731 associate R code edit buffers with ESS comint session.
8732
8733 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8734
8735 * org-src.el (org-edit-src-code): If at src block, store babel
8736 info as buffer local variable.
8737 (org-src-associate-babel-session): New function to associate code
8738 edit buffer with comint session. Does nothing unless a
8739 language-specific function named
8740 `org-babel-LANG-associate-session' exists.
8741 (org-src-babel-configure-edit-buffer): New function to be called
8742 in `org-src-mode-hook'.
8743 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
8744 hook.
8745
8746 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8747
8748 * ob.el (org-babel-switch-to-session-with-code): New function to
8749 generate split frame displaying edit buffer and session.
8750
8751 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8752
8753 * org.el (org-set-tags): Consider org-indent-mode when computing
8754 the tags column.
8755
8756 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8757
8758 * org-compat.el (org-looking-at-p): Only use looking-at-p when
8759 defined.
8760
8761 2010-11-11 David Maus <dmaus@ictsoc.de>
8762
8763 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
8764 lines directly after call to sorting filter function.
8765
8766 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8767
8768 * org.el (org-complex-heading-regexp-format): Document the
8769 variable.
8770 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
8771 to make the regular expression for matching the headline.
8772
8773 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8774
8775 * org.el (org-refile-check-position): New function.
8776 (org-goto):
8777 (org-refile-get-location): Call `org-refile-check-position'.
8778
8779 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8780
8781 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
8782 instead of equal to compare symbols.
8783
8784 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8785
8786 * org-agenda.el (org-agenda-before-sorting-filter-function):
8787 New hook function.
8788 (org-finalize-agenda-entries):
8789 Apply `org-agenda-before-sorting-filter-function'.
8790
8791 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8792
8793 * org-latex.el (org-export-latex-first-lines): Do not protect meta
8794 lines that have nothing to do with babel.
8795
8796 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8797
8798 * org-capture.el (org-capture-place-template): Handle the
8799 checkitem case.
8800 (org-capture-place-item): Provide boundaries for the search to
8801 make sure we do not get a match in a different tree.
8802
8803 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8804
8805 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
8806 argument parser.
8807
8808 2010-11-11 Noorul Islam <noorul@noorul.com>
8809
8810 * org-latex.el (org-latex-to-pdf-process): Add output-directory
8811 option for the command pdflatex.
8812 (org-export-as-pdf): Respect directory in path of
8813 EXPORT_FILE_NAME.
8814
8815 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8816
8817 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
8818 which now means to use MathJax processing for HTML. Also allow
8819 new value `dvipng' to force the old image processing.
8820 (org-infile-export-plist): Parse for MATHJAX setup line.
8821
8822 * org-html.el (org-export-html-mathjax-options): New option.
8823 (org-export-html-mathjax-config): New function.
8824 (org-export-html-mathjax-template): New option.
8825 (org-export-html-preprocess): Call the LaTeX snippet processor
8826 with an additional argument to declare special ways of processing.
8827 (org-export-as-html): Bind the dynamical variable
8828 `org-export-have-math'. Insert the MathJax script template when
8829 it is needed by the document.
8830
8831 * org.el (org-preview-latex-fragment): Call `org-format-latex'
8832 with the additional processing argument.
8833 (org-export-have-math): New variable, for dynamic scoping.
8834 (org-format-latex): Implement specific ways of processing.
8835 New function argument for processing type.
8836 (org-org-menu): Remove the entry to configure LaTeX snippet
8837 processing.
8838
8839 2010-11-11 Bastien Guerry <bzg@altern.org>
8840
8841 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
8842 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
8843 heading currently clocked in is not listed in the agenda, display
8844 this entry in another buffer. If there is no running clock,
8845 display a help message.
8846
8847 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8848
8849 * org-latex.el (org-export-latex-tables): Return "" instead of nil
8850 when no label is attached.
8851
8852 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8853
8854 * org-agenda.el (org-agenda-menu-show-match): New option.
8855 (org-agenda-menu-two-column): New option.
8856 (org-agenda-get-restriction-and-command): Implement dispatch menu
8857 without showing the matcher, and with two-column display.
8858
8859 2010-11-11 Bernt Hansen <bernt@norang.ca>
8860
8861 * org-indent.el (org-indent-mode): Fix grammar for message when
8862 mode is refused.
8863
8864 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8865
8866 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
8867 no previous result exists.
8868
8869 2010-11-11 Noorul Islam <noorul@noorul.com>
8870
8871 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
8872 warning.
8873
8874 2010-11-11 Noorul Islam <noorul@noorul.com>
8875
8876 * org.el (org-set-visibility-according-to-property): Use backward
8877 search instead of forward, so that top hierarchy gets priority.
8878
8879 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8880
8881 * org-agenda.el (org-timeline): Allow indirect buffer.
8882
8883 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8884
8885 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
8886 (org-export-define-heading-targets-headline-hook): New hooks.
8887
8888 * org.el (org-modules): Add entry for org-wikinodes.el.
8889 (org-font-lock-set-keywords-hook): New hook.
8890 (org-open-at-point-functions): New hook.
8891 (org-find-exact-headling-in-buffer):
8892 (org-find-exact-heading-in-directory): New functions.
8893 (org-mode-flyspell-verify): Better cursor position for checking if
8894 flyspell should ignore a word.
8895
8896 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8897
8898 * org-indent.el (org-indent-remove-properties):
8899 (org-indent-add-properties): Make sure changing these properties
8900 does not trigger modification hooks.
8901
8902 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8903
8904 * org.el (org-link-search-must-match-exact-headline): New option.
8905 (org-link-search-inhibit-query): New variable.
8906 (org-link-search): Search for exact headline match in Org files.
8907
8908 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8909
8910 * ob.el (org-babel-execute-src-block-maybe): Remove check for
8911 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
8912 function `org-babel-execute-safely-maybe'.
8913
8914 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8915
8916 * ob.el (org-babel-load-in-session): Set directory in case :dir
8917 arg is in effect.
8918
8919 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8920
8921 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
8922 errors when we're not under of a headline.
8923
8924 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8925
8926 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
8927 write delimited text instead of save -ascii
8928 (org-babel-octave-import-elisp-from-file): Specify that data
8929 written to file is tab-delimited.
8930
8931 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8932
8933 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
8934 tab-delimited.
8935
8936 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8937
8938 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
8939 specified.
8940
8941 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8942
8943 * ob-python.el (org-babel-python-table-or-string): Fix recognition
8944 of lists and tuples.
8945
8946 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8947
8948 * ob-octave.el (org-babel-octave-evaluate-external-process):
8949 Allow remote files.
8950
8951 2010-11-11 Juan Pechiar <pechiar@computer.org>
8952
8953 * ob-octave.el (org-babel-octave-evaluate-external-process):
8954 Use `org-babel-octave-import-elisp-from-file' instead of
8955 `org-babel-eval-read-file'.
8956 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
8957 and use '%s' as format specifier instead of '%S'.
8958
8959 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8960
8961 * ob-octave.el: Only (require 'matlab) when necessary.
8962 (org-babel-octave-initiate-session): (require) octave-inf or matlab
8963 as appropriate.
8964 (org-babel-execute:matlab): Remove (require).
8965 (org-babel-prep-session:matlab): Remove (require).
8966 (org-babel-matlab-initiate-session): Remove (require).
8967
8968 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8969
8970 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
8971 list.
8972
8973 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8974
8975 * ob-python.el (org-babel-python-table-or-string): Can now handle
8976 VERY long result lines.
8977
8978 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8979
8980 * org-latex.el (org-export-latex-tables): Add label if any.
8981
8982 * org-latex.el (org-export-latex-convert-table.el-table):
8983 Fix little mistake when inserting label.
8984
8985 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8986
8987 * org.el (org-cycle-internal-local): Remove an unnecessary call
8988 to `org-back-to-heading' that was preventing point to stay at its
8989 column when cycling visibility.
8990
8991 2010-11-11 Noorul Islam <noorul@noorul.com>
8992
8993 * org-capture.el (org-capture-finalize): Make messages consistent.
8994
8995 2010-11-11 Noorul Islam <noorul@noorul.com>
8996
8997 * org-gnus.el: Suppress compiler warning by declaring outside
8998 function nnimap-retrieve-headers-from-file.
8999
9000 2010-11-11 Noorul Islam <noorul@noorul.com>
9001
9002 * org-colview.el Use org-beamer-select-environment instead of
9003 org-beamer-set-environment-tag.
9004
9005 2010-11-11 Matt Lundin <mdl@imapmail.org>
9006
9007 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
9008 that the value of org-last-inserted-timestamp includes time range.
9009
9010 2010-11-11 David Maus <dmaus@ictsoc.de>
9011
9012 * org-wl.el (org-wl-store-link-message): Provide link property for
9013 message-id without angle brackets.
9014
9015 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9016
9017 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
9018
9019 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9020
9021 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
9022 file ensuing that the latest changes on disk are represented.
9023
9024 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9025
9026 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
9027 arguments w/o quotes.
9028
9029 2010-11-11 Bernt Hansen <bernt@norang.ca>
9030
9031 * org-capture.el (org-capture-finalize): Fix clock in of
9032 interrupted task during capture finalize.
9033
9034 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9035
9036 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
9037 session output.
9038
9039 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9040
9041 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
9042 expression for matching main function.
9043
9044 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9045
9046 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
9047 regexp -- it wasn't matching lob lines w/o indices.
9048
9049 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9050
9051 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
9052 warning in org-exp.el.
9053
9054 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9055
9056 * org-publish.el (org-publish-file): Better error message if
9057 base-directory or publishing-directory are not defined.
9058
9059 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9060
9061 * org-colview.el (org-columns-display-here): Use overlays to
9062 overrule line prefix properties during column view.
9063
9064 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9065
9066 * org-agenda.el (org-agenda-filter-preset): Document the
9067 limitation for the filter preset - it can only be used for an
9068 entire agenda view, not in an individual block in a block agenda.
9069
9070 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9071
9072 * ob-table.el (sbe): Now able to accept range references from
9073 tables.
9074
9075 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9076
9077 * ob.el (org-babel-pick-name): If colnames or rownames contain a
9078 list of names, then use those directly.
9079
9080 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9081
9082 * org-exp.el (org-export-format-source-code-or-example):
9083 Escape underscores in code block names on latex listings export.
9084
9085 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9086
9087 * ob-tangle.el (org-babel-with-temp-filebuffer):
9088 Use find-file-noselect to avoid excess buffer movement.
9089
9090 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9091
9092 * org-html.el (org-html-should-inline-p): Only inline images if
9093 they should be.
9094
9095 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9096
9097 * org-id.el (org-id-store-link): Autoload.
9098
9099 * org.el ("org-id"): Autoload `org-id-store-link'.
9100
9101 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9102
9103 * org-html.el (org-html-should-inline-p): Only inline images if
9104 they should be.
9105
9106 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
9107
9108 * org-icalendar.el (org-icalendar-alarm-time): New option.
9109
9110 * org-icalendar.el (org-print-icalendar-entries): Timed events are
9111 exported with alarm events, a.k.a. reminders.
9112
9113 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9114
9115 * org-capture.el (org-capture-target-buffer): Throw an error if we
9116 have no target file.
9117 (org-capture-select-template): Use a default template if the user
9118 has not specified any.
9119
9120 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9121
9122 * org.el (org-modules): Add entry for org-velocity.
9123
9124 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9125
9126 * ob-lob.el (org-babel-lob-execute): Changing indentation to
9127 improve line length.
9128
9129 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9130
9131 * org-exp.el (org-export-handle-table-metalines): Choose a better
9132 position for checking protectedness.
9133
9134 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9135
9136 * org-table.el (org-table-convert-region): Don't continue csv
9137 importation which the point catches the end, this fixes an
9138 infinite loop which was caused by the (point) never catching up
9139 with the "end" marker.
9140
9141 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9142
9143 * org-macs.el (org-string-nw-p): New function.
9144
9145 * org-capture.el (org-capture-import-remember-templates):
9146 Interpret an empty string as request to use
9147 `org-default-notes-file'.
9148 (org-capture-target-buffer): If the FILE is not a (non-empty)
9149 string, use `org-default-notes-file'.
9150
9151 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9152
9153 * org-capture.el (org-capture-templates): Fix customize type.
9154
9155 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9156
9157 * org-colview-xemacs.el (org-columns-compile-map):
9158 (org-columns-number-to-string):
9159 (org-columns-string-to-number): Handle estimate ranges.
9160 (org-estimate-mean-and-var): New function.
9161 (org-estimate-combine): New function.
9162 (org-estimate-print): New function.
9163 (org-string-to-estimate): New function.
9164
9165 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
9166
9167 * org.el (org-refile-targets):
9168 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
9169
9170 2010-08-19 Glenn Morris <rgm@gnu.org>
9171
9172 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
9173 (org-save-outline-visibility): Move to org-macs.
9174 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
9175 (org-save-outline-visibility): Move here from org.el.
9176 (show-all): Autoload it.
9177 * ob.el: Don't require org when compiling.
9178
9179 2010-08-18 Glenn Morris <rgm@gnu.org>
9180
9181 * ob.el: Require org when compiling.
9182 (org-save-outline-visibility): Remove macro declaration.
9183 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
9184 Remove unnecessary/macro declarations.
9185 * org-docview.el: Require doc-view when compiling.
9186 (doc-view-goto-page): Autoload rather than declaring.
9187 (doc-view-current-page): Remove macro declaration.
9188
9189 2010-08-17 Glenn Morris <rgm@gnu.org>
9190
9191 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
9192 (org-entry-get, org-table-import): Fix declarations.
9193 (org-match-string-no-properties): Remove unnecessary declaration.
9194 * ob-sh.el (org-babel-comint-in-buffer)
9195 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
9196 (org-babel-comint-with-output): Remove unnecessary declarations.
9197 * ob-R.el (orgtbl-to-tsv): Fix declaration.
9198 * org-list.el (org-entry-get): Fix declaration.
9199
9200 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9201
9202 * ob-C.el: New file.
9203 * ob-R.el: New file.
9204 * ob-asymptote.el: New file.
9205 * ob-clojure.el: New file.
9206 * ob-comint.el: New file.
9207 * ob-css.el: New file.
9208 * ob-ditaa.el: New file.
9209 * ob-dot.el: New file.
9210 * ob-emacs-lisp.el: New file.
9211 * ob-eval.el: New file.
9212 * ob-exp.el: New file.
9213 * ob-gnuplot.el: New file.
9214 * ob-haskell.el: New file.
9215 * ob-keys.el: New file.
9216 * ob-latex.el: New file.
9217 * ob-lob.el: New file.
9218 * ob-matlab.el: New file.
9219 * ob-mscgen.el: New file.
9220 * ob-ocaml.el: New file.
9221 * ob-octave.el: New file.
9222 * ob-perl.el: New file.
9223 * ob-python.el: New file.
9224 * ob-ref.el: New file.
9225 * ob-ruby.el: New file.
9226 * ob-sass.el: New file.
9227 * ob-screen.el: New file.
9228 * ob-sh.el: New file.
9229 * ob-sql.el: New file.
9230 * ob-sqlite.el: New file.
9231 * ob-table.el: New file.
9232 * ob-tangle.el: New file.
9233 * ob.el: New file.
9234
9235 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9236
9237 * org-mks.el: New file.
9238 * org-capture.el: New file.
9239
9240 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
9241
9242 * org-taskjuggler.el: New file.
9243
9244 2010-07-19 Matt Lundin <mdl@imapmail.org>
9245
9246 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
9247 in org-agenda-text-search-extra-files.
9248
9249 2010-07-19 David Maus <dmaus@ictsoc.de>
9250
9251 * org-list.el (org-list-send-list): Locally bind variable `txt'.
9252
9253 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9254
9255 * org.el (org-reload): Now also reloading babel files.
9256
9257 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9258
9259 * org-capture.el (org-capture-set-plist): Make sure txt is a string
9260 before calling `string-match'.
9261 (org-capture-templates): Fix customization type.
9262
9263 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9264
9265 * org-latex.el (org-export-latex-preprocess): Make a special case
9266 for \nbsp.
9267 (org-latex-entities): Remove the entry for \nbsp.
9268 (org-latex-entities-exceptions): Variable removed.
9269
9270 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9271
9272 * org-capture.el (org-capture-refile): Do not try to manipulate
9273 bookmark list.
9274
9275 * org.el (org-refile): Use the correct bookmark here.
9276
9277 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9278
9279 * org-list.el (org-list-send-list): Parse list from its true beginning.
9280
9281 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
9282
9283 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9284
9285 * org.el (org-insert-link): Correctly determine if we should use
9286 a relative path.
9287
9288 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9289
9290 * org-list.el (org-list-radio-list-templates): Fix templates.
9291
9292 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9293
9294 * org-list.el (org-list-send-list): Regexp defining the start of
9295 a radio list is now on par with the one used for radio tables.
9296
9297 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9298
9299 * org-entities.el (org-entities-help): Add a headline for
9300 the user-defined entities.
9301
9302 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
9303
9304 * org-agenda.el (org-agenda-action): Document capture key and add it
9305 to the prompt.
9306
9307 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9308
9309 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
9310
9311 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9312
9313 * org-latex.el (org-export-latex-first-lines): Do not mark
9314 meta lines for removal. Do not remove BABEL config lines during export.
9315
9316 2010-07-19 David Maus <dmaus@ictsoc.de>
9317
9318 * org-capture.el (org-capture): Check if
9319 `org-capture-link-is-already-stored' is bound before evaluating.
9320
9321 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9322
9323 * org.el: Add autoload for org-babel-do-load-languages.
9324
9325 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9326
9327 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
9328
9329 2010-07-19 David Maus <dmaus@ictsoc.de>
9330
9331 * org-feed.el: Change indentation to match coding style
9332 guideline.
9333
9334 2010-07-19 David Maus <dmaus@ictsoc.de>
9335
9336 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
9337 library if necessary.
9338
9339 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9340
9341 * org-beamer.el (org-beamer-amend-header): Standardize the
9342 header cookie for the beamer extra stuff.
9343
9344 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9345
9346 * org-beamer.el (org-beamer-amend-header): Put extra header
9347 last in header.
9348
9349 2010-07-19 David Maus <dmaus@ictsoc.de>
9350
9351 * org-exp-blocks.el (org-export-blocks-format-ditaa)
9352 (org-export-blocks-format-dot): Remove text properties of body before
9353 calculating cache hash.
9354
9355 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9356
9357 * org-latex.el (org-export-latex-tabular-environment): New option.
9358 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
9359
9360 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9361
9362 * org-compat.el (org-version-check): New function.
9363
9364 * org-indent.el (org-indent-mode): Check for exact emacs version.
9365
9366 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9367
9368 * org-capture.el (org-capture-templates): Allow the template
9369 to come from a file or function call.
9370 (org-capture-place-entry): Get the template from file or function.
9371
9372 2010-07-19 David Maus <dmaus@ictsoc.de>
9373
9374 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
9375 position if target is entire file.
9376
9377 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9378
9379 * org.el (org-autoload): Autoload a few more org-table functions.
9380
9381 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9382
9383 * org.el (org-babel-load-languages): Add ob-mscgen.
9384
9385 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9386
9387 * org-latex.el (org-export-latex-tables): Format string now
9388 matches options.
9389
9390 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9391
9392 * org.el (org-babel-load-languages): This variable controls which
9393 languages will be loaded by org-babel. It is customizable through
9394 the customize interface.
9395
9396 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9397
9398 * org-latex.el (org-export-latex-format-image): Update number of
9399 arguments to allow for an optional short-name.
9400
9401 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9402
9403 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
9404
9405 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9406
9407 * org-capture.el (org-capture-set-target-location):
9408 Store exact positions for file+regexp and file+function targets.
9409 (org-capture-place-entry, org-capture-place-item)
9410 (org-capture-place-table-line, org-capture-place-plain-text):
9411 Respect exact positions.
9412 (org-capture-finalize): Make sure we are at the beginning of a line
9413 when fixing the empty lines after the entry.
9414
9415 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9416
9417 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
9418 (org-entry-get): Pass `literal-nil' into
9419 `org-entry-get-with-inheritance'.
9420 (org-todo): React to nil values of the LOGGING property.
9421
9422 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9423
9424 * org.el (org-default-notes-file): Update docstring.
9425
9426 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9427
9428 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
9429
9430 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9431
9432 * org-exp.el (org-export-attach-captions-and-attributes):
9433 Add a shortname attribute to caption strings under the symbol name
9434 org-caption-shortn.
9435
9436 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9437
9438 * org.el (org-switchb): Rename from `org-iswitchb'.
9439 Improve docstring.
9440 (org-iswitchb): New alias.
9441 (org-ido-switchb): Make alias point to `org-switchb'.
9442
9443 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9444
9445 * org-capture.el (org-capture-fill-template):
9446 Respect time-of-day preference in template prompt.
9447
9448 2010-07-19 David Maus <dmaus@ictsoc.de>
9449
9450 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
9451
9452 2010-07-19 David Maus <dmaus@ictsoc.de>
9453
9454 * org-wl.el (org-wl-disable-folder-check): New customization
9455 variable.
9456 (org-wl-open): Disable folder check depending on
9457 `org-wl-disable-folder-check'.
9458
9459 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9460
9461 * org-capture.el (org-capture-set-target-location):
9462 Fix file+function interpretation.
9463
9464 2010-07-19 David Maus <dmaus@ictsoc.de>
9465
9466 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
9467 content.
9468
9469 2010-07-19 David Maus <dmaus@ictsoc.de>
9470
9471 * org-feed.el (xml-entity-alist): Declare variable
9472 `xml-entity-alist' for byte compiler.
9473
9474 2010-07-19 David Maus <dmaus@ictsoc.de>
9475
9476 * org-feed.el (org-feed-unescape): New function.
9477 Unescape protected entities.
9478 (org-feed-parse-atom-entry): Use function for atom:content
9479 type text and html.
9480
9481 2010-07-19 David Maus <dmaus@ictsoc.de>
9482
9483 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
9484 element names.
9485
9486 2010-07-19 Bernt Hansen <bernt@norang.ca>
9487
9488 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
9489 when displaying items on todays agenda date.
9490
9491 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9492
9493 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
9494 value of EXTRA.
9495
9496 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9497
9498 * org-publish.el (org-publish-initialize-cache):
9499 Make timestamp directory, the entire path to it.
9500
9501 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9502
9503 * org-exp.el (org-export-handle-comments): Make sure to check
9504 for protection in the comment line, and not in the line after it.
9505
9506 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9507
9508 * org-html.el (org-export-html-preprocess): Call org-format-latex,
9509 possibly with a protect-only argument.
9510
9511 * org.el (org-format-latex): New argument PROTECT-ONLY.
9512
9513 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9514
9515 * org-exp.el (org-export-handle-table-metalines): This function
9516 removes table specific meta-lines, now that we aren't wiping
9517 everything that looks remotely like a comment at the end of the
9518 export process we have to be sure to catch all of the specific lines
9519 in org-exp.el.
9520
9521 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9522
9523 * org-exp.el (org-export-select-backend-specific-text): Properly
9524 get rid of #+Backend and #+ATTR_Backend specifics to backends not
9525 matching the one we're exporting to.
9526
9527 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9528
9529 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
9530 option which will strip newline characters from the text of table
9531 cells and replace then with "\n".
9532
9533 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9534
9535 * org.el (org-confirm-shell-link-function)
9536 (org-confirm-elisp-link-function): Limit the values that can be set by
9537 file variables.
9538
9539 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9540
9541 * org.el (org-compute-latex-and-specials-regexp): Deal with
9542 string elements by discarding them.
9543
9544 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9545
9546 * org.el (org-iswitchb): Make sure to use at least iswitchb.
9547
9548 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9549
9550 * org-capture.el (org-capture-position-for-last-stored)
9551 (org-capture-bookmark-last-stored-position): New functions.
9552 (org-capture-place-table-line): Better error catching.
9553 (org-capture-place-item, org-capture-place-entry)
9554 (org-capture-place-plain-text):
9555 Call `org-capture-position-for-last-stored'.
9556 (org-capture-finalize): Just call
9557 `org-capture-bookmark-last-stored-position'.
9558
9559 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9560
9561 * org-exp.el (org-export-mark-blockquote-verse-center):
9562 Fix small bug, now grabbing match data before overwritten by looking-at
9563 this fixes a problem with remainders of #+end_quote lines appearing
9564 in exported output.
9565
9566 2010-07-19 David Maus <dmaus@ictsoc.de>
9567
9568 * org.el (org-link-frame-setup): Add customization option for
9569 Wanderlust.
9570
9571 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9572
9573 * org-latex.el (org-export-latex-fixed-width): Now check
9574 org-example rather than org-protected on verbatim export, because by
9575 default all ": " prefixed lines are marked protected.
9576
9577 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9578
9579 * org-latex.el (org-export-latex-fixed-width): Check for
9580 protection before wrapping ": " lines as verbatim.
9581
9582 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9583
9584 * org-exp.el (org-export-handle-comments): Check for protection
9585 before removing comments.
9586
9587 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9588
9589 * org-entities.el (org-entities): Restructure the list.
9590 (org-entities-help): Turn the help output into a buffer
9591 in Org-mode, so that it becomes easier to find a symbol
9592 in the structure.
9593 (org-entities-create-table): Deal with new structure.
9594
9595 2010-07-19 David Maus <dmaus@ictsoc.de>
9596
9597 * org-agenda.el (org-write-agenda): Use backquotes to expand
9598 `flet' at compile time.
9599
9600 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9601
9602 * org.el (org-entry-properties): Make sure that standard property
9603 names are used even if the user has customized time keywords.
9604
9605 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9606
9607 * org-macs.el (org-not-nil): Return the value if not interpreted
9608 as nil.
9609
9610 * org.el (org-entry-get)
9611 (org-entry-get-with-inheritance): Interpret the value "nil"
9612 as nil for properties.
9613
9614 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9615
9616 * org.el (org-switch-to-buffer-other-window): Return the buffer.
9617
9618 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9619
9620 * org-macs.el (org-not-nil): New function.
9621
9622 * org.el (org-block-todo-from-children-or-siblings-or-parent):
9623 Use `org-not-nil' to interpret a property value of nil.
9624
9625 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9626
9627 * org.el (org-truely-invisible-p): New function.
9628 (org-beginning-of-line): Use `org-truely-invisible-p'.
9629
9630 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9631
9632 * org-agenda.el (org-agenda-get-timestamps): No errors
9633 while getting TODO state.
9634 (org-agenda-highlight-todo): No error when no keyword has
9635 been matched.
9636
9637 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9638
9639 * org.el (org-timestamp-change): New optional argument UPDOWN.
9640 Use this to identify calls from org-timestamp-up/down, so that we can
9641 skip by rounding minutes in this case.
9642 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
9643 (org-timestamp-down-day): Call org-timestamp-change with the
9644 updown argument.
9645
9646 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9647
9648 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
9649
9650 * org-capture.el: New file.
9651
9652 * org-compat.el (org-get-x-clipboard): Function moved here from
9653 remember.el.
9654
9655 * org-mks.el: New file.
9656
9657 * org.el (org-set-regexps-and-options): Allow statistic cookies as
9658 part of complex headlines.
9659 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
9660 OLP does not contain a file name.
9661
9662 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9663
9664 * org.el (org-mode): Set `comment-start' instead of changing the
9665 syntax of the `#' character.
9666
9667 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9668
9669 * org-exp.el (org-export-format-source-code-or-example): Mark examples
9670 by a property.
9671
9672 * org-html.el (org-export-html-close-lists-maybe): Check if raw
9673 HTML stuff was actually made from an example.
9674
9675 2010-07-19 Bastien Guerry <bzg@altern.org>
9676
9677 * org-latex.el: Items are no longer skipped when their first line
9678 ends on a protected element.
9679
9680 * org-list.el: Protected environments looking like lists are not
9681 exported anymore.
9682
9683 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9684
9685 * org-exp-blocks.el (org-export-blocks-preprocess):
9686 Cleanup trailing newline after block.
9687
9688 2010-07-19 Bastien Guerry <bzg@altern.org>
9689
9690 * org-exp.el: Comment regexp now matches documentation. No more
9691 protection check when deleting comments before export.
9692
9693 2010-07-19 Bastien Guerry <bzg@altern.org>
9694
9695 * org-exp.el (org-export-preprocess-string):
9696 Now using `org-export-handle-include-files-recurse' to resolve
9697 included files.
9698
9699 2010-07-19 Bastien Guerry <bzg@altern.org>
9700
9701 * org-agenda.el (org-agenda-get-deadlines)
9702 (org-agenda-get-scheduled):
9703 * org.el (org-time-string-to-seconds):
9704 For deadline and scheduled agenda display ignore the cyclic repeater
9705 when calculating how many days late the task is. If you have a weekly
9706 task and miss the date the agenda view will show more than a week late
9707 now instead of resetting on the cyclic repeating date. This makes it
9708 much more obvious when you missed a repeating task after the repeater.
9709
9710 2010-07-19 Bastien Guerry <bzg@altern.org>
9711
9712 * org-exp.el (org-export-mark-blockquote-verse-center):
9713 Consider environments that end at eob.
9714
9715 2010-07-19 Mikael Fornius <mfo@abc.se>
9716
9717 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
9718 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
9719 display correctly.
9720
9721 2010-07-19 Mikael Fornius <mfo@abc.se>
9722
9723 * org.el (org-at-property-p): Use save-match-data macro instead of let.
9724
9725 2010-07-19 Mikael Fornius <mfo@abc.se>
9726
9727 * org.el (test): Remove unused test function.
9728
9729 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9730
9731 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
9732
9733 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9734
9735 * org-exp-blocks.el (org-export-blocks-postblock-hook):
9736 Add documentation to and turn into a defcustom.
9737
9738 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9739
9740 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
9741 instead of to nil we avoid errors when :prefix1 is defined, but
9742 prefix is not.
9743
9744 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9745
9746 * org-latex.el (org-export-latex-preprocess): Environments coming
9747 from latex backend specific instructions (#+LaTeX) are already
9748 protected and won't be treated as normal environments.
9749
9750 2010-07-19 Bastien Guerry <bzg@altern.org>
9751
9752 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
9753
9754 2010-07-19 Bastien Guerry <bzg@altern.org>
9755
9756 * org-timer.el (org-timer-set-timer): Use a prefix argument.
9757 See the docstring of the function.
9758
9759 2010-07-19 Bastien Guerry <bzg@altern.org>
9760
9761 * org-timer.el (org-timer-set-timer): Fix bug about canceling
9762 timers.
9763
9764 2010-07-19 David Maus <dmaus@ictsoc.de>
9765
9766 * org-w3m.el (org-w3m-copy-for-org-mode)
9767 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
9768 Get text property directly, not using macro `w3m-anchor'.
9769
9770 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9771
9772 * org.el (org-emph-re): Document the match groups.
9773
9774 2010-07-19 Bernt Hansen <bernt@norang.ca>
9775
9776 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
9777 t before calling `org-clock-out', so that that function can
9778 know its call context.
9779
9780 2010-07-19 Bastien Guerry <bzg@altern.org>
9781
9782 * org-timer.el (org-timer-default-timer): New variable.
9783 (org-timer-set-timer): Use the new variable. Also offer the
9784 possibility to replace the current timer by a new one.
9785
9786 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9787
9788 * org.el (org-kill-note-or-show-branches): Hide subtree before
9789 exposing the headings.
9790
9791 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9792
9793 * org.el (org-add-planning-info): Remove the empty line also
9794 if there is no whitespace at all in there.
9795
9796 * org-table.el (org-table-align): Fix alignment of strings
9797 with invisible characters.
9798
9799 2010-07-19 David Maus <dmaus@ictsoc.de>
9800
9801 * org.el (org-refile-cache-get): Return empty list of targets
9802 when cache was cleared.
9803 (org-clone-subtree-with-time-shift): Maybe create ID property
9804 in cloned subtrees.
9805 (org-clone-delete-id): New customization variable.
9806 (org-clone-subtree-with-time-shift): Use customization
9807 variable `org-clone-delete-id'.
9808 (org-clone-subtree-with-time-shift): Remove empty property
9809 drawer in cloned subtrees.
9810
9811 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9812
9813 * org.el (org-refile-use-cache): New option.
9814 (org-refile-cache, org-refile-markers): New variable.
9815 (org-refile-marker, org-refile-cache-clear)
9816 (org-refile-cache-check-set, org-refile-cache-put)
9817 (org-refile-cache-get): New function.
9818 (org-get-refile-targets): Use the refile cache.
9819
9820 * org-clock.el (org-clock-sum): Don't include running clock if
9821 the time block is wrong.
9822
9823 2010-07-19 John Wiegley <jwiegley@gmail.com>
9824
9825 * org-clock.el (org-clock-clock-in, org-clock-in):
9826 Add parameter `start-time'.
9827 (org-clock-resolve-clock): Add parameter `clock-out-time'.
9828 If set, and resolve-to is a past time, then the clock out
9829 event occurs at `clock-out-time' rather than at `resolve-to'.
9830 In this case, `resolve-to' becomes the clock in time.
9831 (org-clock-jump-to-current-clock): Create new global command
9832 to reveal the current clock.
9833 (org-clock-resolve): Add new commands g/G and j/J, and a
9834 help window describing all commands and their meaning.
9835 (org-clock-resolve-expert): New customization variable.
9836 (org-find-open-clocks): Fix a bug that caused discovered
9837 clocks not to match up with the currently active clock.
9838 (org-resolve-clocks): Change the argument
9839 `also-non-dangling-p' to `only-dangling-p', since due to a bug
9840 this was the default behavior all along.
9841
9842 2010-07-19 David Maus <dmaus@ictsoc.de>
9843
9844 * org-id.el (org-id-uuid): New function. Return string with
9845 random (version 4) UUID.
9846 (org-id-method): Make 'uuid the new default value.
9847 (org-id-new): Use `org-id-uuid' if call to uuidgen program
9848 does not return a UUID.
9849
9850 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9851
9852 * org-latex.el (org-export-latex-format-image): Add support
9853 for multicolumn figures in LaTeX.
9854
9855 2010-07-19 David Maus <dmaus@ictsoc.de>
9856
9857 * org.el (org-clone-subtree-with-time-shift): Remove ID
9858 property of original subtree in cloned subtrees.
9859
9860 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9861
9862 * org-exp.el (org-export-format-source-code-or-example):
9863 XEmacs compatibility.
9864
9865 * org-latex.el (org-export-latex-tables): Accept comma in
9866 align string.
9867
9868 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
9869 (org-export-docbook-xslt-proc-command): Fix docstring.
9870 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
9871 (org-export-as-docbook-pdf):
9872 Improve formatting of the xslt command.
9873
9874 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
9875
9876 * org.el (org-file-contents): Improve error message.
9877 (org-set-regexps-and-options): Remove spaces at both ends.
9878
9879 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9880
9881 * org-docbook.el (org-export-as-docbook-pdf):
9882 Improve formatting of the xslt command.
9883
9884 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
9885
9886 * org-publish.el (org-publish-cache): Use one big hashmap for
9887 each project defined in `org-publish-project-alist'.
9888 (initialize-files-alist): Function removed.
9889 (org-publish-validate-link): Function removed.
9890 (org-publish-get-base-files): Add variable `sitemap-requested'
9891 to avoid sorting where possible.
9892 (org-publish-get-files): Function removed.
9893 (org-publish-get-project-from-filename): Make independent of
9894 file list.
9895 (org-publish-file): New argument NO-CACHE.
9896
9897 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9898
9899 * org.el (org-beginning-of-defun, org-end-of-defun):
9900 New functions.
9901 (org-mode): Install the `org-beginning-of-defun' and
9902 `org-end-of-defun' functions.
9903 (org-pretty-entities): New option.
9904 (org-toggle-pretty-entities): New command.
9905 (org-fontify-entities): New function.
9906 (org-startup-options): New keywords for pretty entities.
9907 (org-set-font-lock-defaults): Call the pretty entities
9908 function.
9909
9910 * org-latex.el (org-export-latex-keywords-maybe): Protect the
9911 TODO markup.
9912
9913 2010-07-19 Mikael Fornius <mfo@abc.se>
9914
9915 * org-habit.el (org-habit-build-graph): Help-echo date when
9916 mouse is over stars.
9917
9918 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
9919
9920 * org.el (org-file-apps): Improve docstring to reflect
9921 grouping matches.
9922
9923 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9924
9925 * org.el (org-set-startup-visibility): Fix empty line display.
9926
9927 * org-latex.el (org-export-latex-links): Use the formatting
9928 function of the link type, if it is available.
9929
9930 * org-table.el (org-table-get-remote-range): Return to
9931 original buffer when retrieving remote reference.
9932
9933 * org.el (org-display-inline-images): Do the entire buffer,
9934 not just the narrowed region. Clear the cache.
9935 (org-display-inline-images): Match mode file paths.
9936
9937 2010-07-19 David Maus <dmaus@ictsoc.de>
9938
9939 * org-wl.el (org-wl-store-link-folder): Don't throw error when
9940 called on WL folder group.
9941
9942 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9943
9944 * org.el (org-replace-escapes): Make sure the cdr is not nil.
9945 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
9946 (org-mode): Revert comment syntax changes.
9947
9948 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9949
9950 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
9951 keywords, and `C-c / T' for a specific one.
9952
9953 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9954
9955 * org.el (org-mode): Fix comment syntax settings.
9956
9957 * org-src.el (org-edit-src-allow-write-back-p):
9958 Define variable.
9959
9960 * org.el (org-inline-image-overlays): New variable.
9961 (org-toggle-inline-images, org-display-inline-images)
9962 (org-remove-inline-images): New commands.
9963 (org-mode-map): Define a key for `org-toggle-inline-images'.
9964
9965 2010-07-19 David Maus <dmaus@ictsoc.de>
9966
9967 * org-wl.el (org-wl-message-field): New function.
9968 Return content of header field in message entity.
9969 (org-wl-store-link): Call `org-wl-store-link-folder' or
9970 `org-wl-store-link-message' depending on major-mode.
9971 (org-wl-store-link-folder): New function. Store link to
9972 Wanderlust folder.
9973 (org-wl-store-link-message): New function. Store link to
9974 Wanderlust message.
9975 (org-wl-store-link-message): Store link to message while
9976 visiting message.
9977 (org-wl-open): Don't try to jump to message when opening a
9978 folder link.
9979
9980 2010-07-19 David Maus <dmaus@ictsoc.de>
9981
9982 * org.el (org-replace-escapes): Avoid infinite loop when
9983 replace string contains escape sequence it replaces.
9984
9985 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9986
9987 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
9988 encryption when now key is set.
9989
9990 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9991
9992 * org-table.el (org-table-recalculate-buffer-tables)
9993 (org-table-iterate-buffer-tables): New commands.
9994
9995 * org.el (org-check-for-hidden): When there is a region, skip
9996 the check.
9997
9998 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
9999
10000 * org-src.el (org-edit-src-code): allow-write-back-p had
10001 erroneously been omitted from let binding.
10002
10003 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10004
10005 * org-agenda.el (org-sorting-choice): New sorting type alpha.
10006 (org-cmp-alpha): New defsubst.
10007 (org-em): New defsubst.
10008 (org-entries-lessp): Only compute needed comparisons.
10009
10010 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10011
10012 * org-html.el (org-format-org-table-html): Test all columns
10013 for number content.
10014
10015 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10016
10017 * org-latex.el (org-export-latex-treat-sub-super-char):
10018 Make sure parenthesis matching is consistent.
10019
10020 * org-table.el (org-table-colgroup-line-p)
10021 (org-table-cookie-line-p): New functions.
10022
10023 * org-exp.el (org-table-clean-before-export): Better tests for
10024 colgroup and cookie lines.
10025
10026 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10027
10028 * org-agenda.el (org-agenda-goto): Push a mark before changing
10029 the position.
10030
10031 * org-footnote.el (org-footnote): New group.
10032 (org-footnote-section)
10033 (org-footnote-tag-for-non-org-mode-files): Fix typos.
10034
10035 * org-list.el (org-end-of-item-text-before-children): Also do
10036 the right thing at the end of a file.
10037
10038 * org.el (org-set-packages-alist, org-get-packages-alist):
10039 New function.
10040 (org-export-latex-default-packages-alist)
10041 (org-export-latex-packages-alist): Add extra flag to
10042 each package, indicating if it should be used for snippets.
10043 (org-create-formula-image): Add the snippet argument.
10044 (org-splice-latex-header): New argument SNIPPET-P, pass it
10045 through to `org-latex-packages-to-string'.
10046 (org-latex-packages-to-string): New argument SNIPPET-P.
10047
10048 * org-latex.el (org-export-latex-make-header): Add the snippet
10049 argument.
10050
10051 * org-docbook.el (org-export-as-docbook): Implement ordered
10052 lists starting at some offset.
10053
10054 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10055
10056 * org.el (org-link-types, org-open-at-point): Add doi links.
10057
10058 * org-ascii.el (org-export-ascii-preprocess): Remove list
10059 startcounter cookies.
10060
10061 * org-list.el (org-renumber-ordered-list): Respect counter
10062 start values.
10063
10064 * org-latex.el (org-export-latex-lists): Accept ordered list
10065 item offset cookie.
10066
10067 * org-html.el (org-export-as-html): Accept ordered list
10068 item offset cookie.
10069
10070 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
10071 which messes up alignment of tags.
10072
10073 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10074
10075 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
10076 the modeline display is removed.
10077
10078 * org-exp.el (org-export-format-drawer-function):
10079 Fix docstring.
10080
10081 * org-agenda.el (org-agenda-refile): New optional argument
10082 NO-UPDATE.
10083 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
10084 is set.
10085 (org-agenda-bulk-action): Call the refile command with updates
10086 suppressed - but arrange for `org-agenda-redo' to be called at
10087 the end.
10088
10089 * org.el (org-mode): Make table mapping quiet.
10090 (org-table-map-tables): New optional argument QUIETLY.
10091
10092 * org-ascii.el (org-export-ascii-preprocess): Make table
10093 mapping quiet.
10094
10095 * org-html.el (org-export-as-html, org-html-level-start):
10096 Change XHTML IDs to not use dots.
10097
10098 * org-exp.el (org-export-define-heading-targets):
10099 Change XHTML IDs to not use dots.
10100
10101 * org-docbook.el (org-export-docbook-level-start):
10102 Change XHTML IDs to not use dots.
10103
10104 * org-latex.el (org-export-as-latex): Make sure that the
10105 result buffer is in latex-mode.
10106
10107 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
10108 (org-shiftleft-final-hook, org-shiftright-final-hook):
10109 New hooks.
10110
10111 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10112
10113 * org-table.el (org-table-justify-field-maybe): Make sure that
10114 inserting a value does not turn a line into a hline.
10115
10116 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10117
10118 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
10119 (org-clock-sum): Add property to selected headlines.
10120 (org-dblock-write:clocktable): Make tags matcher.
10121
10122 * org.el (org-set-autofill-regexps): XEmacs compatibility.
10123
10124 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
10125 in latex class definitions.
10126
10127 * org.el (org-shiftup-hook, org-shiftdown-hook)
10128 (org-shiftleft-hook, org-shiftright-hook): New hooks.
10129
10130 * org-entities.el (org-entities): Use \land and \lor for logical
10131 operators.
10132
10133 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
10134 indentation commands.
10135 (org-hidden-tree-error): New defsubst.
10136 (org-metaleft, org-metaright): Check for hidden stuff and throw an
10137 error.
10138 (org-check-for-hidden): New function.
10139
10140 * org-list.el (org-item-re): New function.
10141 (org-at-item-p): Use `org-item-re'.
10142 (org-end-of-item-text-before-children): New function.
10143 (org-outdent-item, org-indent-item): Arrange for leaving the
10144 subtree alone.
10145 (org-outdent-item-tree, org-indent-item-tree): New argument
10146 NO-SUBTREE.
10147 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
10148 to find the end for processing while ignoring the subtree.
10149
10150 * org-publish.el (org-publish-sitemap-sort-alphabetically)
10151 (org-publish-sitemap-sort-folders)
10152 (org-publish-sitemap-sort-ignore-case): New options.
10153
10154 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10155
10156 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
10157
10158 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
10159
10160 * org-publish.el (org-publish-project-alist): Update docstring.
10161 (org-publish-file-title-cache): New variable.
10162 (org-publish-initialize-files-alist):
10163 Initialize `org-publish-initialize-files-alist' to nil.
10164 (org-publish-sort-directory-files): New function.
10165 (org-publish-projects): Access the new properties.
10166 (org-publish-find-title): Use the file title cache.
10167 (org-publish-find-title): Build the file title cache.
10168 (org-publish-get-base-files-1): Sort files.
10169 (org-publish-aux-preprocess): Do not throw an error when before
10170 the first headline. Allow an empty target, meaning to link just
10171 to the file.
10172 (org-publish-index-generate-theindex.inc): Check if there is
10173 actually a target and only then add it to the link.
10174 (org-publish-projects): Fix a remaining issue with the last commit.
10175
10176 * org-html.el (org-export-as-html): Treat verse as open/close
10177 paragraph.
10178 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
10179 and out of lists.
10180
10181 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
10182
10183 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
10184 be used in a read-only mode.
10185 (org-edit-src-code): Different message in read-only mode.
10186
10187 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10188
10189 * org-src.el (org-edit-src-find-region-and-lang): Test for
10190 table.el as late as possible.
10191
10192 * org-colview-xemacs.el: Make sure this file is never loaded into
10193 Emacs. Remove all tests for XEmacs.
10194
10195 * org-colview.el: Make sure this file is never loaded into XEmacs.
10196
10197 * org-agenda.el (org-highlight, org-unhighlight): Use direct
10198 overlay calls.
10199
10200 * org.el (org-key): Apply the translations defined in
10201 `org-xemacs-key-equivalents'.
10202
10203 * org-mouse.el (org-mode-hook): Use `org-defkey'.
10204
10205 * org-compat.el (org-xemacs-key-equivalents): New constant.
10206
10207 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10208
10209 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
10210 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
10211 Obey `org-odd-levels-only'.
10212
10213 * org-compat.el (org-find-overlays): Use overlays-in/at.
10214
10215 * org.el (org-remove-empty-overlays-at)
10216 (org-outline-overlay-data, org-hide-block-toggle)
10217 (org-format-latex, org-context): Use overlays-in/at.
10218
10219 * org-src.el (org-edit-src-exit): Use overlays-in/at.
10220
10221 * org-agenda.el (org-agenda-mark-clocking-task)
10222 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
10223 (org-agenda-entry-text-hide)
10224 (org-agenda-fix-tags-filter-overlays-at)
10225 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
10226
10227 * org-compat.el (org-overlays-at): Function removed.
10228 (org-overlays-in): Function removed.
10229
10230 2010-07-19 Bastien Guerry <bzg@altern.org>
10231
10232 * org-clock.el (org-clock-set-current): Just return the headline
10233 itself, strip the TODO keyword, the priority cookie and the tags.
10234
10235 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10236
10237 * org-compat.el (org-xemacs-without-invisibility): New macro.
10238 (org-xemacs-without-invisibility): New macro.
10239 (org-indent-to-column, org-indent-line-to, org-move-to-column):
10240 Redefine using the macro `org-xemacs-without-invisibility'.
10241
10242 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
10243
10244 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
10245
10246 * org-compat.el (org-make-overlay, org-delete-overlay)
10247 (org-overlay-start, org-overlay-end, org-overlay-put)
10248 (org-overlay-get, org-overlay-move, org-overlay-buffer):
10249 Functions removed.
10250 (org-add-to-invisibility-spec): Function removed.
10251
10252 * org-html.el (org-export-as-html-and-open): Add argument to
10253 kill-buffer.
10254
10255 * org-habit.el (require): `calendar' is now required already by
10256 org.el on top level.
10257
10258 * org-clock.el (require): `calendar' is now required already by
10259 org.el on top level.
10260
10261 * org-agenda.el (require, org-timeline, org-agenda-list)
10262 (org-todo-list, org-agenda-to-appt): `calendar' is now required
10263 already by org.el on top level.
10264
10265 * org.el (org-export-latex-fix-inputenc): Declare function.
10266
10267 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10268 variables.
10269
10270 * org.el (calendar): Require calendar now on top level in org.el
10271 and define aliases to new variables when needed.
10272 (org-read-date, org-goto-calendar): Do not bind obsolete
10273 variables.
10274
10275 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
10276 compilation warning, add comment that this cannot be done with
10277 `with-current-buffer'.
10278
10279 * org-wl.el (org-wl-open): Use `with-current-buffer'.
10280
10281 * org.el (overlay, org-remove-empty-overlays-at)
10282 (org-outline-overlay-data, org-set-outline-overlay-data)
10283 (org-show-block-all, org-hide-block-toggle)
10284 (org-highlight-new-match, org-remove-occur-highlights)
10285 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
10286 (org-read-date, org-read-date-display, org-eval-in-calendar)
10287 (org-format-latex, org-context)
10288 (org-speedbar-restriction-lock-overlay)
10289 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
10290
10291 * org-table.el (org-table-add-rectangle-overlay)
10292 (org-table-remove-rectangle-highlight)
10293 (org-table-overlay-coordinates)
10294 (org-table-toggle-coordinate-overlays): Use the normal overlay
10295 API.
10296
10297 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
10298 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
10299 normal overlay API.
10300
10301 * org-colview.el (org-columns-new-overlay)
10302 (org-columns-display-here, org-columns-remove-overlays)
10303 (org-columns-edit-value, org-columns-next-allowed-value)
10304 (org-columns-update): Use the normal overlay API.
10305
10306 * org-clock.el (org-clock-out, org-clock-cancel)
10307 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
10308 overlay API.
10309
10310 * org-agenda.el (org-agenda-mark-filtered-text)
10311 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
10312 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
10313 (org-agenda-entry-text-hide)
10314 (org-agenda-restriction-lock-overlay)
10315 (org-agenda-set-restriction-lock)
10316 (org-agenda-filter-by-tag-hide-line)
10317 (org-agenda-fix-tags-filter-overlays-at)
10318 (org-agenda-filter-by-tag-show-all, org-hl)
10319 (org-agenda-goto-calendar, org-agenda-bulk-mark)
10320 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
10321
10322 * org-freemind.el (org-freemind-from-org-mode-node)
10323 (org-freemind-from-org-mode)
10324 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
10325 Use interactive-p instead of called-interactively, because this is
10326 backward compatible with older Emacsen I still support..
10327
10328 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10329
10330 * org-exp.el (org-export-define-heading-targets): Fix bug in
10331 regexp finding ID and CUSTOM_ID properties.
10332
10333 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10334
10335 * org-footnote.el (org-footnote-goto-previous-reference):
10336 Rename from `org-footnote-goto-next-reference'.
10337
10338 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
10339 org-log-repeat is non-nil, or if there is clocking data in the
10340 entry.
10341
10342 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
10343
10344 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10345
10346 * org.el (org-align-all-tags): New command.
10347
10348 2010-07-19 David Maus <dmaus@ictsoc.de>
10349
10350 * org-wl.el (org-wl-link-remove-filter): New customizable
10351 variable. If non-nil, filter conditions are stripped when storing
10352 link to message in filter folder.
10353 (org-wl-shimbun-prefer-web-links): New customizable variable.
10354 If non-nil, links to shimbun messages are created as web links to
10355 message source.
10356 (org-wl-nntp-prefer-web-links): New customizable variable.
10357 If non-nil, links to nntp message are created as web links to gmane
10358 or googlegroups.
10359 (org-wl-namazu-default-index): New customizable variable.
10360 Directory of namazu search index that should be used as default
10361 when opening a link in a search folder.
10362 (org-wl-folder-types): New constant. Wanderlust folder type
10363 indicators.
10364 (org-wl-folder-type): New function. Return type of Wanderlust
10365 folder.
10366 (org-wl-store-link): Create web links for shimbun or nntp messages
10367 and strip filter conditions depending on customizable variables.
10368 (org-wl-open): Open namazu search folder for message when called
10369 with prefix.
10370
10371 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10372
10373 * org.el (org-remove-if, org-remove-if-not): New functions.
10374 (org-open-file): Use internal remove-if functions.
10375
10376 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10377
10378 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
10379 (org-file-apps-ex): Remove variable.
10380 (org-open-file): Integrate org-file-apps-ex functionality back
10381 into org-file-apps, and decide whether to match a regexp against
10382 the link or the filename using org-file-apps-entry-uses-grouping-p.
10383
10384 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10385
10386 * org.el (org-file-apps-ex): New variable.
10387 (org-open-file): Before considering org-file-apps, first match the
10388 regexps from org-file-apps-ex against the whole link.
10389 See docstring of org-file-apps-ex.
10390
10391 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10392
10393 * org.el (org-export-latex-default-packages-alist):
10394 Remove microtype package.
10395 (org-todo-repeat-to-state): New variable.
10396 (org-auto-repeat-maybe): Allow user-selected target states.
10397 (org-default-properties): Add the new property REPEAT_TO_STATE.
10398
10399 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10400
10401 * org-mobile.el (org-mobile-check-setup): Make sure that there is
10402 a binary to compute checksums.
10403
10404 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
10405
10406 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10407 variables.
10408
10409 * org.el (calendar): Require calendar now on top level in org.el
10410 and define aliases to new variables when needed.
10411 (org-read-date, org-goto-calendar): Do not bind obsolete
10412 variables.
10413
10414 2010-06-22 Glenn Morris <rgm@gnu.org>
10415
10416 * org-entities.el: Add explicit utf-8 coding cookie to file with
10417 utf-8 characters.
10418
10419 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
10422
10423 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10424
10425 * Version 23.2 released.
10426
10427 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * org-table.el (orgtbl-setup):
10430 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
10431
10432 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * org-table.el (orgtbl-mode): Use define-minor-mode.
10435
10436 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10437
10438 * org.el (org-insert-link): Find the link buffer on visible frames.
10439 (org-export-latex-default-packages-alist): Hyperref must be loaded
10440 late.
10441 (org-open-file): More care with the new matching for file links.
10442
10443 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10444
10445 * org-latex.el (org-export-latex-preprocess): Do not yet protect
10446 defined entities - these will be taken care of later.
10447 (org-export-latex-special-chars): Post-process entity replacement.
10448 (org-export-latex-fontify-headline): Do not yet protect defined
10449 entities - these will be taken care of later.
10450 (org-export-latex-tables, org-export-latex-links): Format the
10451 caption properly.
10452
10453 * org-entities.el (org-entities-user): Fix typo.
10454
10455 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
10456
10457 * org-entities.el (org-entities-user): Improve docstring.
10458
10459 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10460
10461 * org-entities.el (org-macs): Require org-macs, to be sure that we
10462 have `declare-function' defined.
10463
10464 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10465
10466 * org-latex.el (org-export-latex-classes): Update docstring.
10467
10468 * org.el (org-format-latex-header): Add cookies to the header.
10469 (org-splice-latex-header): Implement placement according to cookies.
10470
10471 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10472
10473 * org-publish.el (org-publish-aux-preprocess): Control case
10474 sensitivity.
10475
10476 2010-04-10 Bastien Guerry <bzg@altern.org>
10477
10478 * org.el (org-splice-latex-header): Fix typo.
10479
10480 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10481
10482 * org-latex.el (org-export-latex-make-header):
10483 Use `org-splice-latex-header' to build the header.
10484 (org-export-latex-classes): Update docstring.
10485
10486 * org.el (org-splice-latex-header): New function.
10487 (org-create-formula-image): Use `org-splice-latex-header' to build
10488 the header.
10489
10490 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
10491
10492 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10493
10494 * org.el (org-export-latex-packages-alist)
10495 (org-export-latex-default-packages-alist): Fix docstring to
10496 reflect the expected structure.
10497
10498 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
10499 (org-export-docbook-finalize-table): Make use of label for tables.
10500
10501 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10502
10503 * org-attach.el (org-attach-commit): Split on newlines.
10504
10505 * org.el (org-export-latex-default-packages-alist): Use list
10506 instead of cons for the entries.
10507
10508 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10509
10510 * org-entities.el (org-entity-get-representation): Catch the case
10511 that there is not entry in the list.
10512
10513 * org-mobile.el (org-mobile-use-encryption)
10514 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
10515 New options.
10516 (org-mobile-check-setup): CHeck the encryption setup.
10517 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
10518 (org-mobile-create-sumo-agenda): Use encryption code.
10519 (org-mobile-encrypt-and-move): New function.
10520 (org-mobile-encrypt-file, org-mobile-decrypt-file):
10521 New functions.
10522 (org-mobile-move-capture): Decrypt the capture file.
10523
10524 * org.el (org-entities): Require the new file.
10525 (org-export-latex-default-packages-alist): New variable.
10526 (org-complete): Use new entity code for completion.
10527 (org-create-formula-image): Use the new packages variable.
10528
10529 * org-latex.el (org-export-latex-classes): Remove the standard
10530 packages from the class headers.
10531 (org-export-latex-make-header): Use the new package variable.
10532 (org-export-latex-special-chars): Better regexp for entities, to
10533 support entity name that contain numbers.
10534 (org-export-latex-treat-backslash-char): Use the new entity code.
10535
10536 * org-html.el (org-html-do-expand): Use the new entity code.
10537
10538 * org-exp.el (org-export): Add the new export commands.
10539 (org-html-entities): Constant removed.
10540 (org-export-visible): Add the new export commands.
10541
10542 * org-docbook.el (org-docbook-do-expand): Use new entity code.
10543
10544 * org-ascii.el (org-export-ascii-entities): New variable.
10545 (org-export-as-latin1, org-export-as-latin1-to-buffer)
10546 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
10547 (org-export-as-encoding): New function.
10548 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
10549 (org-ascii-replace-entities): New function.
10550
10551 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10552 Ulf Stegemann <ulf@zeitform.de>
10553
10554 * org-entities.el: New file.
10555
10556 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10557
10558 * org-html.el (org-html-level-start): Catch the case that target
10559 might be nil.
10560
10561 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10562
10563 * org.el (org-appearance): Change Customize group variable name
10564 from org-font-lock to org-appearance, and change tag from "Org
10565 Font Lock" to "Org Appearance".
10566 (org-odd-levels-only): Change Customize group variable name.
10567 (org-level-color-stars-only): Change Customize group variable name.
10568 (org-hide-leading-stars): Change Customize group variable name.
10569 (org-hidden-keywords): Change Customize group variable name.
10570 (org-fontify-done-headline): Change Customize group variable name.
10571 (org-fontify-emphasized-text): Change Customize group variable name.
10572 (org-fontify-whole-heading-line): Change Customize group variable name.
10573 (org-highlight-latex-fragments-and-specials): Change Customize
10574 group variable name.
10575 (org-hide-emphasis-markers): Change Customize group variable name.
10576 (org-emphasis-alist): Change Customize group variable name.
10577 (org-emphasis-regexp-components): Change Customize group variable
10578 name.
10579 (org-modules): Remove mention of org-R.
10580
10581 * org-faces.el (org-faces): Change Customize group variable name.
10582
10583 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10584
10585 * org-agenda.el (org-diary-last-run-time): New variable.
10586 (org-diary): Prepare agenda buffers only if last call was some
10587 time ago.
10588
10589 * org-html.el (org-export-html-preprocess): Replace \ref macros
10590 with a link.
10591 (org-format-org-table-html): Add the label as an anchor.
10592
10593 * org-docbook.el (org-export-docbook-format-image): Do some
10594 formatting on captions.
10595
10596 * org-latex.el (org-export-latex-tables, org-export-latex-links):
10597 Do some formatting on captions.
10598
10599 * org-html.el (org-export-html-format-image)
10600 (org-format-org-table-html): Do some formatting on captions.
10601
10602 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10603
10604 * org.el (org-hidden-keywords): New customizable variable. This is
10605 a list of symbols specifying which of the special keywords #+DATE,
10606 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
10607 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
10608 implementing new faces and hiding behavior.
10609
10610 * org-faces.el (org-document-title): New face for #+TITLE lines.
10611 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
10612 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
10613 keywords.
10614
10615 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10616
10617 * org-publish.el (org-publish-sanitize-plist): New function to
10618 rename "index" properties to "sitemap". Do this renaming
10619 globally.
10620 (org-publish-with-aux-preprocess-maybe): New macro.
10621 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
10622 macro.
10623 (org-publish-aux-preprocess)
10624 (org-publish-index-generate-theindex.inc): New function.
10625
10626 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10627
10628 * org-table.el (org-table-align): Interpret <N> at fixed width,
10629 not as maximum width.
10630
10631 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10632
10633 * org-exp.el (org-export-author-info, org-export-email-info):
10634 Fix docstrings.
10635
10636 * org-beamer.el (org-beamer-select-environment): Rename from
10637 `org-beamer-set-environment-tag'. Improve docstring.
10638
10639 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
10640 problem with odd levels.
10641
10642 * org-ascii.el (org-export-as-ascii): Export email only if the
10643 author wants it.
10644
10645 * org-docbook.el (org-export-as-docbook): Export email only if the
10646 author wants it.
10647
10648 * org-html.el (org-export-as-html): Export email only if the
10649 author wants it.
10650
10651 * org-exp.el (org-export-email-info): New option.
10652 (org-export-plist-vars): Add entry for `org-export-email'.
10653
10654 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10655
10656 * org-table.el (org-table-goto-line): Fix typo.
10657
10658 2010-04-10 Mikael Fornius <mfo@abc.se>
10659
10660 * org.el (org-agenda-files): Typo.
10661 (org-read-agenda-file-list): Add optional argument to help
10662 `org-store-new-agenda-file-list' to remember un-expanded file
10663 names. Expand file names relative to `org-directory'.
10664 (org-store-new-agenda-file-list): Keep un-expanded file names when
10665 saving, if available.
10666 (org-agenda-files): Update documentation.
10667
10668 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10669
10670 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
10671 a buffer with no file name attached.
10672
10673 * org.el (org-log-refile): New option.
10674 (org-log-note-headings): Add a heading for refiling.
10675 (org-startup-options): Add keywords for logging of the refile
10676 action.
10677 (org-refile): Add logging action.
10678 (org-add-log-note): Allow for refiling action.
10679
10680 * org-agenda.el (org-agenda-bulk-action): Make sure
10681 `org-log-refile' is not `note' during a bulk action.
10682
10683 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10684
10685 * org.el (org-map-dblocks): Use save-excursion to remember the
10686 position.
10687
10688 * org-attach.el (org-attach-commit): Remove dependence on xargs.
10689 (org-attach-delete-one): Commit after deleting a file.
10690
10691 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
10692 borders for strike-through emphasis.
10693
10694 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
10695 handling of odd levels.
10696
10697 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
10698 and `future' values.
10699 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10700 Handle `past' and `future' values.
10701
10702 * org.el (org-read-agenda-file-list): Interpret file names
10703 relative to org-directory and allow environment variables and
10704 "~".
10705
10706 * org-latex.el (org-export-latex-special-chars): Allow a
10707 parenthesis before an exponent or subscript.
10708
10709 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10710
10711 * org-src.el (org-edit-src-exit): When returning from code edit
10712 buffer, if code block is hidden, leave point at start of
10713 #+begin_src line.
10714
10715 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10716
10717 * org.el (org-insert-heading): Do not remove all spaces if the
10718 headline is empty.
10719
10720 * org-indent.el (org-indent): Fix group name.
10721
10722 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10723
10724 * org-table.el (org-table-goto-column): Fix forcing a non-existing
10725 column.
10726 (org-table-get, org-table-put, org-table-goto-line)
10727 (org-table-current-line): New functions.
10728
10729 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
10730
10731 * org.el (org-open-file): Allow regular expressions in
10732 org-file-apps to capture link parameters using groups. In a
10733 command string to be executed, the parameters can be referenced
10734 using %1, %2, etc. Lisp forms can access them using
10735 (match-string n link).
10736 (org-apps-regexp-alist): Adopt the created regexp, as this is now
10737 matched against a file: link instead of the file name.
10738
10739 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10740
10741 * org-crypt.el (org-reveal-start-hook): Add a decryption function
10742 to this hook.
10743 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
10744 Add docstrings.
10745
10746 * org.el (org-point-at-end-of-empty-headline)
10747 (org-level-increment, org-get-previous-line-level): New function.
10748 (org-cycle-level): Rewritten to be independent of when this
10749 function is called.
10750 (org-in-regexps-block-p): New function.
10751 (org-reveal-start-hook): New hook.
10752 (org-reveal): Run new hook.
10753
10754 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10755
10756 * org-latex.el (org-export-latex-keywords): Start a new paragraph
10757 after time keywords, do not add "\newline".
10758
10759 * org-html.el (org-export-as-html): Avoid double # in href.
10760
10761 * org.el (org-refile-get-location): Catch an invalid target
10762 specification.
10763
10764 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10765
10766 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
10767 Make sure the behavior regarding to extracting time is
10768 consistent.
10769
10770 2010-04-10 Stephen Eglen <stephen@gnu.org>
10771
10772 * org-agenda.el (org-agenda-insert-diary-extract-time):
10773 New variable.
10774 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
10775 variable rather than `org-agenda-search-headline-for-time'.
10776
10777 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10778
10779 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
10780
10781 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10782
10783 * org.el (org-adaptive-fill-regexp-backup): New variable.
10784 (org-set-autofill-regexps): Store a backup of
10785 `adaptive-fill-regexp'.
10786 (org-adaptive-fill-function): Fix filling of comments and ordered
10787 lists. If there is no other match, till try adaptive fill.
10788
10789 2010-04-10 John Wiegley <jwiegley@gmail.com>
10790
10791 * org-agenda.el (org-agenda-include-deadlines): Add new
10792 customization variable to determine whether unscheduled tasks
10793 should appear in the agenda solely because of their deadline.
10794 Default to true, which was the previous behavior (it just wasn't
10795 configurable).
10796 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
10797 the agenda to show/hide deadline tasks.
10798 (org-agenda-menu): Add menu option for show/hide deadlines.
10799 (org-agenda-list): Make the agenda list sensitive to the value of
10800 `org-agenda-include-deadlines'.
10801 (org-agenda-toggle-deadlines): New function to toggle the value of
10802 `org-agenda-include-deadlines' and repaint the modeline
10803 indicators.
10804 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
10805 modeline if deadline tasks are being displayed.
10806
10807 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10808
10809 * org-table.el (org-table-eval-formula): Replace $# and @# by
10810 current column and row number.
10811
10812 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10813
10814 * org.el (org-set-property, org-delete-property): Go back to
10815 prompting for the property.
10816
10817 * org-latex.el (org-export-latex-make-header): Fully process
10818 author line.
10819 (org-export-latex-fontify-headline): Allow several arguments, not
10820 just one.
10821 (org-export-latex-fix-inputenc): Catch the error when
10822 `latexenc-coding-system-to-inputenc' is not defined.
10823
10824 * org-agenda.el (org-agenda-skip-if-todo): New function.
10825 (org-agenda-skip-if): Add conditions for TODO keywords.
10826 (org-agenda-skip-if): Document the new todo conditions.
10827
10828 2010-04-10 Mikael Fornius <mfo@abc.se>
10829
10830 * org.el (org-at-property-p): Check if we are inside a property
10831 drawer not just any drawer.
10832 (org-set-property, org-delete-property): When cursor is on a
10833 property key value pair do not prompt for property name instead
10834 use name at cursor.
10835 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
10836 on the first line of a property drawer.
10837 (org-property-end-re): Spell check.
10838
10839 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10840
10841 * org-exp.el (org-export-attach-captions-and-attributes): Add the
10842 properties to the entire table, in case the first line is
10843 removed.
10844
10845 * org-archive.el (org-archive-reversed-order): New option.
10846 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
10847 option `org-archive-reversed-order'.
10848
10849 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10850
10851 * org-agenda.el (org-agenda-entry-types): New variable.
10852 (org-agenda-list): Use `org-agenda-entry-types'.
10853 (org-agenda-custom-commands-local-options): Support for setting
10854 `org-agenda-entry-types' as an option.
10855 (org-diary): Shift some documentation from here to the variable
10856 `org-agenda-entry-types'.
10857
10858 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10859
10860 * org-latex.el (org-export-latex-make-header): Apply macros in
10861 author field.
10862
10863 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
10864 (org-clock-select-task, org-clock-notify-once-if-expired)
10865 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
10866 (org-clock-out-if-current, org-clock-save): Use the new functions.
10867
10868 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10869
10870 * org-docbook.el (org-export-as-docbook): Remove unnecessary
10871 newline.
10872 (org-export-as-docbook): Remove unnecessary newline.
10873 (org-export-as-docbook): Fix problem with double footnote
10874 reference in one place.
10875
10876 * org-exp.el (org-export-format-source-code-or-example):
10877 Remove unnecessary newline.
10878
10879 * org.el (org-deadline, org-schedule): Allow rescheduling entries
10880 with repeaters.
10881
10882 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
10883 function calls that look like references.
10884
10885 * org.el (org-open-at-point): Get link abbreviations from
10886 reference buffer.
10887
10888 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10889
10890 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
10891 as a reference.
10892
10893 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10894
10895 * org.el (org-link-unescape): Solve issue with lower-case escapes.
10896
10897 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10898
10899 * org-latex.el (org-export-latex-classes):
10900 Add \usepackage{latexsym} to all classes.
10901
10902 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10903
10904 * org-html.el (org-export-as-html): Do not allow protected lines
10905 into the table of contents.
10906
10907 * org-latex.el (org-export-latex-special-chars): Find subsequent
10908 occurrences of special characters.
10909 (org-export-latex-tables): Do not convert table-like stuff that is
10910 protected.
10911
10912 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10913
10914 * org-list.el (org-toggle-checkbox): No errors when updating
10915 checkbox count fails because there is no heading.
10916
10917 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10918
10919 * org-clock.el (org-clock-report-include-clocking-task):
10920 New option.
10921 (org-clock-sum): Add the current clocking task.
10922
10923 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10924
10925 * org.el (org-cycle): Print a message when in a table.el table.
10926 (org-edit-special): Recognize the table.el context.
10927 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
10928
10929 * org-src.el (org-at-table.el-p): Declare.
10930 (org-edit-src-code): Handle a special case for table.el editing.
10931 (org-edit-src-find-region-and-lang): Recognize the table.el
10932 context.
10933
10934 * org-latex.el (org-export-latex-tables): Convert table.el
10935 tables.
10936 (org-export-latex-convert-table.el-table): New function.
10937
10938 * org-html.el (org-html-expand): Fix table.el export.
10939
10940 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10941 headings.
10942
10943 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
10944 table for the id locations.
10945
10946 * org.el (org-read-date-analyze): Match American-style dates, like
10947 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
10948 current year when reading ISO and American dates.
10949
10950 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10951
10952 * org.el (org-face-from-face-or-color): New function.
10953 (org-get-todo-face, org-font-lock-add-priority-faces)
10954 (org-get-tag-face): Use `org-face-from-face-or-color'.
10955
10956 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
10957 Allow simple colors as values.
10958 (org-faces-easy-properties): New option.
10959
10960 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
10961 restricted, as an agenda mode.
10962 (org-agenda-fontify-priorities): Allow simple colors as values.
10963
10964 2010-04-10 Bastien Guerry <bzg@altern.org>
10965
10966 * org-timer.el (org-timer-current-timer): Rename from
10967 `org-timer-last-timer'.
10968 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
10969 (org-timer-cancel-timer, org-timer-show-remaining-time)
10970 (org-timer-set-timer): Update to use only one timer.
10971
10972 * org.el (org-set-property): Remove useless space in the prompt.
10973
10974 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10975
10976 * org-html.el (org-export-html-style-default): Add a default style
10977 for textareas.
10978
10979 * org-exp.el (org-export-format-source-code-or-example):
10980 Fix textarea tag.
10981
10982 2010-04-10 Bastien Guerry <bzg@altern.org>
10983
10984 * org-clock.el (org-clock-current-task): New variable to store
10985 last clocked in task.
10986 (org-clock-set-current, org-clock-delete-current): New functions.
10987
10988 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10989
10990 * org-remember.el (org-remember-apply-template): Extend comment.
10991 (org-remember-handler): Implement clock sibling filing.
10992
10993 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10994
10995 * org-publish.el (org-publish-all, org-publish-current-file)
10996 (org-publish-current-project): When called with prefix argument
10997 FORCE, also rebuild the validation file list.
10998
10999 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
11000 section headings.
11001
11002 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11003
11004 * org-html.el (org-export-as-html-and-open): Kill product buffer
11005 if the user wants that.
11006
11007 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
11008 if the user wants that.
11009
11010 * org-exp.el (org-export-kill-product-buffer-when-displayed):
11011 New option.
11012
11013 * org-agenda.el (org-batch-agenda-csv): Use the time property
11014 instead of the `time-of-day' property.
11015
11016 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11017
11018 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
11019 (org-timer-pause-hook, org-timer-set-hook)
11020 (org-timer-cancel-hook): New hooks.
11021 (org-timer-start): Run `org-timer-start-hook'.
11022 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
11023 (org-timer-stop): Run `org-timer-stop-hook'.
11024 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
11025
11026 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11027
11028 * org.el (org-reveal): Double prefix arg shows the subtree of the
11029 parent.
11030
11031 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11032
11033 * org-agenda.el (org-search-view): Fix bug with searching full
11034 words in headlines in search view.
11035 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
11036 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
11037 scheduled (if the user configures it so.
11038
11039 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11040
11041 * org.el (org-hide-archived-subtrees): Don't jump to end of
11042 subtree if the match was not in a headline.
11043 (org-inside-latex-macro-p): Allow more complex arguments.
11044 (org-emphasize): Protect against use at end of buffer.
11045
11046 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11047
11048 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
11049 text properties.
11050
11051 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11052
11053 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
11054 values.
11055 (org-agenda-todo-ignore-scheduled)
11056 (org-agenda-todo-ignore-deadlines): More control with different
11057 allowed values.
11058 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
11059 Honor the new option settings.
11060
11061 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11062
11063 * org.el (org-get-location): Make sure the selection buffer is
11064 shown in the current frame.
11065
11066 * org-ascii.el (org-export-ascii-table-widen-columns):
11067 New option.
11068 (org-export-ascii-preprocess): Realign tables to remove narrowing
11069 if `org-export-ascii-table-widen-columns' is set.
11070
11071 * org-table.el (org-table-do-narrow): New variable.
11072 (org-table-align): Narrow only if `org-table-do-narrow' is t.
11073
11074 * org.el (org-deadline, org-schedule): Allow updating if the
11075 relevant time stamp does not have a repeater, i.e. do not require
11076 that no time stamp has a repeater.
11077
11078 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
11079 new white space before the tags.
11080
11081 * org-latex.el (org-export-as-latex): Do nit require the buffer to
11082 be visiting a file when only exporting to a buffer or string.
11083 (org-export-latex-fix-inputenc): Only save the buffer is there is
11084 a file name attached to it.
11085
11086 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
11087
11088 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
11089
11090 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11091
11092 * org.el (org-fontify-meta-lines-and-blocks):
11093 Honor `org-fontify-quote-and-verse-blocks'.
11094
11095 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
11096
11097 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11098
11099 * org.el (org-open-at-point): Also check for text property
11100 org-linked-text before offering collected links.
11101
11102 2010-04-10 Stephen Eglen <stephen@gnu.org>
11103
11104 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11105 Optionally extract time specification from text and add to the
11106 timestamp.
11107
11108 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11109
11110 * org-exp.el (org-html-entities): Fix typo.
11111
11112 * org-latex.el (org-export-latex-make-header): Use \providecommand
11113 to make sure the \alert macro is defined.
11114
11115 * org.el (org-format-latex-signal-error)
11116 (org-create-formula-image): Use `org-format-latex-signal-error'.
11117
11118 2010-04-10 Stephen Eglen <stephen@gnu.org>
11119
11120 * org.el (org-store-link): For dired buffers, use
11121 default-directory as link name if dired-get-filename returns
11122 nil.
11123
11124 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11125
11126 * org-exp.el (org-export-concatenate-multiline-links): The for
11127 protectedness at beginning of match.
11128
11129 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
11130 AUTO as a coding system, instead default to utf8.
11131
11132 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11133
11134 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11135 (org-block-todo-from-checkboxes): Respect the local variable
11136 value when deciding if blocking should be active.
11137
11138 * org-latex.el (org-export-latex-make-header): Define the align
11139 macro if it is not yet defined.
11140
11141 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
11142 Call `org-insert-heading' with the INVISIBLE-OK argument.
11143
11144 * org-mac-message.el (org-mac-message-insert-flagged):
11145 Call `org-insert-heading' with the INVISIBLE-OK argument.
11146
11147 * org.el (org-insert-heading): New argument INVISIBLE-OK.
11148
11149 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
11150 prompt message.
11151
11152 * org-html.el (org-html-level-start): Use the
11153 `html-container-class' text property to set an additional class
11154 for an outline container.
11155
11156 * org-exp.el (org-export-remember-html-container-classes):
11157 New function.
11158 (org-export-preprocess-string):
11159 Call `org-export-remember-html-container-classes'.
11160
11161 * org.el (org-cycle): Mention level cycling in the docstring.
11162 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
11163
11164 * org-remember.el (org-remember-apply-template): Do file insertion
11165 first.
11166
11167 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11168
11169 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
11170 problem with mis-aligned graphs when showing habits.
11171
11172 2010-04-10 Mikael Fornius <mfo@abc.se>
11173
11174 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
11175 when assigning. Begin using numerical characters when all in name
11176 is used up. This is to spare alphanumeric characters for better
11177 match with other keywords.
11178
11179 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11180
11181 * org-exp.el (org-export-preprocess-hook): Improve documentation.
11182
11183 * org-latex.el (org-export-latex-preprocess): More consistent
11184 conversion and protection of the words LaTeX and TeX.
11185 (org-export-latex-fontify-headline, org-export-latex-preprocess):
11186 Allow angle brackets in commands, for beamer.
11187
11188 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11189
11190 * org-clock.el (org-clock-in): Improve the look of the clock line
11191 by formatting links.
11192
11193 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11194
11195 * org-latex.el (org-export-latex-classes): Use AUTO as the place
11196 holder string for the coding system. And improve the
11197 documentation.
11198 (org-export-latex-fix-inputenc): Only modify the coding system if
11199 it is given by the placeholder AUTO.
11200
11201 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11202
11203 * org-clock.el (org-task-overrun-text): New option.
11204 (org-task-overrun, org-clock-update-period): New variables.
11205 (org-clock-get-clock-string, org-clock-update-mode-line):
11206 Mark overrun clock.
11207 (org-clock-notify-once-if-expired): Check if clock is overrun.
11208
11209 * org-faces.el: New face `org-mode-line-clock-overrun'.
11210
11211 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11212
11213 * org.el (org-narrow-to-subtree): Position the end of the narrowed
11214 region before the line with the next heading, to prevent the user
11215 from prepending text to the next headline.
11216
11217 2010-04-10 Stephen Eglen <stephen@gnu.org>
11218
11219 * org-agenda.el (org-get-time-of-day):
11220 Use org-agenda-time-leading-zero to allow leading zero (rather than
11221 space) for times.
11222
11223 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11224
11225 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11226 org-datetree.el is loaded.
11227
11228 * org-datetree.el: Autoload `org-datetree-find-day-create'.
11229
11230 * org-latex.el (org-export-latex-hyperref-format): New option.
11231 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
11232
11233 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11234
11235 * org-ctags.el (org-ctags-enable): Change order of functions.
11236 (org-ctags-create-tags): Add wildcard to file name expansion.
11237
11238 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11239
11240 * org.el (org-entry-properties): Fix some important bugs.
11241
11242 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11243
11244 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
11245 the table is not explicitly given.
11246
11247 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11248
11249 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
11250 as value.
11251 (org-clock-out-if-current): Work with the new list value of
11252 `org-clock-out-when-done'.
11253 (org-clock-out, org-clock-out-if-current): Avoid circular logic
11254 between clocking out and state changes.
11255
11256 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
11257
11258 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
11259 accident protect a character that is before a backslash.
11260
11261 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
11262
11263 * org-ctags.el: New file.
11264
11265 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11266
11267 * org-agenda.el (org-diary-class):
11268 Use `org-order-calendar-date-args'.
11269
11270 * org.el (org-order-calendar-date-args): New function.
11271
11272 * org-exp.el (org-export-target-internal-links): Check for
11273 protectedness after the first bracket.
11274
11275 * org.el (org-entry-properties): Don't match wrong-case TODO
11276 keywords.
11277
11278 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
11279 Document that ARG is passed through to remove the date.
11280 (org-agenda-bulk-action): Accept prefix arg and pass it on.
11281 Do not read a date when the user has given a `C-u' prefix.
11282
11283 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11284
11285 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
11286 tags are hidden.
11287
11288 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11289
11290 * org-latex.el (org-export-latex-fix-inputenc): New function.
11291 (org-export-latex-inputenc-alist): New option.
11292
11293 * org-exp.el (org-export): New key SPC to publish enclosing
11294 subtree.
11295
11296 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11297
11298 * org-indent.el (org-indent-add-properties): Catch case when there
11299 is no headline in the buffer.
11300
11301 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11302
11303 * org-exp.el (org-html-entities): Add checkmark symbol.
11304
11305 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
11306 verbatim code for ASCII export.
11307
11308 * org.el (org-update-statistics-cookies): Also see checkboxes in
11309 ordered lists.
11310
11311 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11312
11313 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
11314 key.
11315
11316 * org-beamer.el (org-beamer-amend-header): Change the location
11317 where `org-beamer-header-extra' is inserted.
11318
11319 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
11320 just for computing this regexp.
11321
11322 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11323
11324 * org-beamer.el (org-beamer-frame-default-options): New option.
11325 (org-beamer-sectioning): Use default options if the user does not
11326 have defined any.
11327 (org-beamer-fix-toc): Put a frame around the table of contents.
11328
11329 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
11330 Make sure case-folding works well when processing comment stuff.
11331
11332 * org-latex.el (org-export-latex-after-save-hook): New hook.
11333 (org-export-as-latex): Run the new hook.
11334
11335 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11336
11337 * org-beamer.el (org-beamer-environments-default): Add the note
11338 environments.
11339 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
11340 lines and collect and combine the content.
11341 (org-beamer-after-initial-vars): Check for note tags and make sure
11342 they will be seen like a property.
11343
11344 * org.el (org-offer-links-in-entry): Fix bug when there is a
11345 single link.
11346
11347 * org-exp.el (org-export): Make sure the mark is activated, also
11348 when `transient-mark-mode' is off.
11349
11350 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
11351 (org-agenda-search-view-search-words-only): Obsolete variable, is
11352 now an alias for `org-agenda-search-view-always-boolean'.
11353 (org-agenda-search-view-force-full-words): New option.
11354 (org-search-view): Improve docstring, and implement a better logic
11355 for Boolean and phrase searches.
11356 (org-agenda-last-search-view-search-was-boolean): New variable.
11357 (org-agenda-manipulate-query): Consider the type of the last
11358 search when modifying the search string.
11359
11360 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11361
11362 * org-latex.el (org-export-as-latex): Do the first letbind in the
11363 right moment.
11364
11365 * org-agenda.el (org-get-entries-from-diary): Add the new face to
11366 these entries.
11367
11368 * org-faces.el (org-agenda-diary): New face.
11369
11370 * org.el (org-make-link-regexps): Allow regexp-special characters
11371 in link types.
11372 (org-open-file): When in-emacs is `system', also force system
11373 opening, like when the value was `(16)'.
11374 (org-update-statistics-cookies): Handle entries without children.
11375
11376 * org-exp.el
11377 (org-export-preprocess-before-normalizing-links-hook): New hook.
11378 (org-export-preprocess-string): Run the new hook.
11379
11380 * org.el (org-offer-links-in-entry): Make RET open all links.
11381
11382 * org-html.el (org-export-as-html): Remove any leftover display
11383 properties in the html file.
11384
11385 * org-wl.el (org-wl-store-link): Work-around for format bug with
11386 text properties.
11387
11388 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
11389 invisibility while adding the graphs.
11390
11391 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11392
11393 * org-remember.el (org-select-remember-template): Use C letter to
11394 customize remember templates.
11395
11396 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
11397 Move cursor to next visible line.
11398
11399 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11400
11401 * org-beamer.el (org-beamer-sectioning): Leave columns environment
11402 by specifying 0 or 1 for column width.
11403 (org-beamer-column-widths): Make 0 stand for 0.0.
11404
11405 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11406
11407 * org-exp.el (org-export-mark-radio-links): Don't match inside
11408 <<target>>.
11409
11410 * org.el (org-format-latex-header-extra): New variable.
11411 (org-format-latex): Set org-format-latex-header-extra from
11412 in-buffer stuff.
11413 (org-format-latex): Add org-format-latex-header-extra to the
11414 variables on which image creation depends.
11415 (org-create-formula-image): Add the header stuff from in-buffer
11416 settings.
11417 (org-read-date-analyze): Base the analysis for future preference
11418 on NOW, not on the default date.
11419
11420 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
11421 for TODO keyword in inline tasks.
11422
11423 * org.el (org-log-note-headings): New headings for removing
11424 deadline or scheduling date.
11425 (org-deadline, org-schedule): Arrange for logging when removing a
11426 date.
11427 (org-add-log-note): Handle deadline and scheduling removal.
11428
11429 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11430
11431 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
11432
11433 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11434
11435 * org-agenda.el (org-diary-class): New function.
11436
11437 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11438
11439 * org-latex.el (org-export-latex-preprocess): Do process the text
11440 of a radio target.
11441
11442 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11443
11444 * org.el (org-entry-properties): Add TIMESTAMP properties back
11445 in.
11446
11447 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11448
11449 * org.el (org-all-time-keywords): New variable.
11450 (org-set-regexps-and-options): Set `org-all-time-keywords'.
11451 (org-entry-blocked-p): New function.
11452 (org-special-properties): Add BLOCKED as a new special property.
11453 (org-entry-properties): New optional argument SPECIFIC, only parse
11454 for this property when it is specified.
11455 (org-entry-get): Pass a SPECIFIC argument to
11456 `org-entry-properties'.
11457
11458 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
11459
11460 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11461
11462 * org-latex.el (org-export-latex-tables): No forced line end if
11463 there is no caption.
11464
11465 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11466
11467 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
11468 package.
11469
11470 * org-latex.el (org-export-latex-tables): Only add a caption when
11471 macro is in longtable environments if one has been defined.
11472
11473 * org-html.el (org-export-as-html): Only take title from buffer if
11474 not exporting body-only.
11475
11476 * org-latex.el (org-export-latex-preprocess): Better version of
11477 the regular expression for protecting LaTeX macros.
11478 (org-export-latex-preprocess): Start searching for macros to
11479 protect from beginning of buffer.
11480
11481 * org-exp.el (org-export-target-internal-links): Check for
11482 protectedness earlier in the string.
11483
11484 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
11485 case sensitively.
11486
11487 * org-id.el (org-id-store-link): Match TODO keywords case
11488 sensitively.
11489
11490 * org.el (org-heading-components, org-get-outline-path)
11491 (org-display-outline-path): Match TODO keywords case sensitively.
11492
11493 * org-latex.el (org-export-as-latex): Ignore read-only
11494 properties.
11495
11496 * org-exp.el (org-export-preprocess-string): Remove any
11497 `read-only' properties.
11498
11499 * org-agenda.el (org-agenda-inactive-leader): New option.
11500 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
11501 (org-tags-view): Prompt for matcher if MATCH is an empty string.
11502 (org-todo-list): Prompt for matcher if ARG is an empty string.
11503
11504 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11505
11506 * org.el (org-open-link-functions): New hook.
11507 (org-open-at-point): Run `org-open-link-functions'.
11508
11509 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11510
11511 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
11512 stamps as well.
11513
11514 * org.el (org-inhibit-startup-visibility-stuff): New variable.
11515 (org-mode): Don't do startup visibility if inhibited.
11516 (org-outline-overlay-data, org-set-outline-overlay-data):
11517 New functions.
11518 (org-save-outline-visibility): New macro.
11519 (org-log-note-headings): Document that one should not change the
11520 `state' note format.
11521
11522 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11523
11524 * org.el (org-make-link-regexps): Capture link path into a group.
11525
11526 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11527
11528 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
11529 the options plist.
11530
11531 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11532
11533 * org.el (org-startup-with-beamer-mode): New option.
11534 (org-property-changed-functions)
11535 (org-property-allowed-value-functions): New hooks.
11536 (org-entry-put, org-property-get-allowed-values): Run the new
11537 hooks.
11538 (org-property-next-allowed-value): Run the new hooks.
11539
11540 * org-exp.el (org-export-select-backend-specific-text): Add the
11541 special beamer tags.
11542
11543 * org-beamer.el: New file.
11544
11545 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
11546 (org-export-as-latex):
11547 Run `org-export-latex-after-initial-vars-hook'.
11548 (org-export-latex-format-toc-function)
11549 (org-export-latex-make-header):
11550 Call `org-export-latex-format-toc-function'.
11551
11552 * org.el (org-fill-template): Make template searches case sensitive.
11553
11554 * org-exp.el (org-export): Use "1" as a sign to export only the
11555 subtree.
11556
11557 * org-colview-xemacs.el (org-columns-edit-value):
11558 Use org-unrestricted property.
11559
11560 * org-colview.el (org-columns-edit-value):
11561 Use org-unrestricted property.
11562
11563 * org.el (org-compute-property-at-point): Set org-unrestricted
11564 text property if the list contains ":ETC".
11565 (org-insert-property-drawer):
11566 Use org-unrestricted property.
11567
11568 * org-exp.el
11569 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
11570 (org-export-preprocess-string):
11571 Run `org-export-preprocess-before-selecting-backend-code-hook'.
11572
11573 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
11574
11575 * org-latex.el (org-export-region-as-latex):
11576 Run `org-export-first-hook'.
11577
11578 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
11579
11580 * org-docbook.el (org-export-as-docbook):
11581 Run `org-export-first-hook'.
11582
11583 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
11584
11585 * org-exp.el (org-export-first-hook): New hook.
11586
11587 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11588
11589 * org-list.el (org-previous-item): Exit at the beginning of the
11590 buffer.
11591
11592 * org-id.el (org-id-locations-save): Only write the id locations
11593 if any are defined.
11594
11595 * org-archive.el (org-archive-all-done): Make this work in a file
11596 with org-odd-levels-only set.
11597
11598 * org.el (org-get-refile-targets): Catch the case when a buffer
11599 has no file.
11600
11601 * org-latex.el (org-export-as-latex): Cleanup forced line ends
11602 where they are not needed.
11603 (org-export-latex-subcontent): Remove unnecessary newlines.
11604
11605 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11606
11607 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
11608 (org-export-latex-fontify): Fix regexp bug that takes special
11609 care of protecting the right boundary characters in emphasis
11610 matches.
11611 (org-export-latex-preprocess): Allow multiple arguments to latex
11612 macros.
11613
11614 * org.el (org-make-link-regexps): Use John Gruber's regexp for
11615 urls.
11616
11617 * org-macs.el (org-re): Interpret :punct: in regexps.
11618
11619 * org-exp.el (org-export-replace-src-segments-and-examples):
11620 Also take the final newline after the END line.
11621
11622 * org.el (org-clean-visibility-after-subtree-move): Only fix
11623 entries that are not entirely invisible already.
11624 (org-insert-link): Respect org-link-file-path-type for
11625 "docview:" links in addition to "file:" links.
11626
11627 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11628
11629 * org-exp.el (org-export-format-source-code-or-example):
11630 Avoid additional extra white lines in LaTeX.
11631
11632 * org-list.el (org-list-parse-list): Leave empty lines after the
11633 list, don't consider them as part of the list.
11634
11635 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
11636 searches.
11637
11638 * org-clock.el (org-clock-select-task): Convert integer to
11639 character for XEmacs.
11640
11641 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11642
11643 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
11644 compatible.
11645
11646 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
11647
11648 * org.el (org-complete-tags-always-offer-all-agenda-tags):
11649 New variable.
11650 (org-set-tags): Use it.
11651
11652 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11653
11654 * org-list.el (org-empty-line-terminates-plain-lists):
11655 Update docstring.
11656
11657 * org.el (org-format-latex): Fix link creation for processed latex
11658 snippets.
11659
11660 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11661
11662 * org-footnote.el (org-footnote-normalize): Protect replacement
11663 text.
11664
11665 * org.el (org-inside-latex-macro-p): Save match data.
11666
11667 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11668
11669 * org-docview.el: New file.
11670
11671 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11672
11673 * org-latex.el (org-export-latex-class-options): New variable.
11674 (org-export-latex-set-initial-vars): Use the class options.
11675
11676 * org.el (org-forward-same-level): Stop at headings that start
11677 with an invisible character.
11678 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
11679
11680 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11681
11682 * org-footnote.el (org-footnote-normalize): Don't take optional
11683 arguments in LaTeX macros as footnotes.
11684
11685 * org.el (org-inside-latex-macro-p): New function.
11686
11687 * org-latex.el (org-latex-to-pdf-process): Change customization
11688 group to `org-export-pdf'.
11689
11690 * org-agenda.el (org-agenda-get-blocks): Look at time string also
11691 on days after the first one.
11692
11693 * org.el (org-insert-heading): Also check for item before assuming
11694 before-first-heading condition.
11695
11696 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
11697 (org-export-pdf-logfiles): New option.
11698 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
11699 (org-export-pdf-logfiles): Fix customization type.
11700
11701 * org.el (org-insert-link): Improve error message when there is no
11702 default link to select with RET.
11703
11704 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
11705 parameter list.
11706
11707 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11708
11709 * org-latex.el (org-export-latex-parse-global)
11710 (org-export-latex-parse-content)
11711 (org-export-latex-parse-subcontent):
11712 Use `org-re-search-forward-unprotected'.
11713 (org-export-as-pdf): Remove log files produced by XeTeX.
11714
11715 * org-macs.el (org-re-search-forward-unprotected): New function.
11716
11717 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
11718
11719 * org-colview.el (org-agenda-colview-summarize): Sort out some
11720 confusion between properties and titles, which resulted in
11721 agenda summaries not working if a title was set for a column.
11722
11723 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11724
11725 * org-mobile.el (org-mobile-agendas): New option.
11726 (org-mobile-sumo-agenda-command): Select the right agendas.
11727
11728 * org-latex.el (org-export-latex-format-image): Preserve the
11729 original-indentation property.
11730
11731 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11732
11733 * org-clock.el (org-clock-insert-selection-line): Catch error when
11734 an old tasks no longer exists.
11735
11736 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
11737 (org-export-as-pdf): Don't remove the old PDF file before making
11738 the new one.
11739
11740 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
11741 (org-mouse-context-menu): Use `org-looking-back'.
11742
11743 * org.el (org-cycle-level): Use `org-looking-back'.
11744
11745 * org-list.el (org-cycle-item-indentation):
11746 Use `org-looking-back'.
11747
11748 * org-compat.el (org-looking-back): New function.
11749
11750 * org.el (org-insert-heading): Catch before-first-headline when
11751 inserting a headline.
11752
11753 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11754
11755 * org-latex.el (org-export-latex-format-image): Indent figure
11756 environment, so that it does not interrupt plain list.
11757
11758 * org.el (org-open-at-point): Allow long link descriptions.
11759
11760 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11761
11762 * org-html.el (org-export-as-html): Remove empty lines at the
11763 beginning of the exported text.
11764
11765 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11766
11767 * org.el (org): Remove from hypermedia group.
11768
11769 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
11770
11771 * Branch for 23.2.
11772
11773 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * org-freemind.el (org-freemind-from-org-mode-node)
11776 (org-freemind-from-org-mode)
11777 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
11778 Pass arg to called-interactively-p.
11779
11780 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11781
11782 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
11783 Fix typos in docstrings.
11784
11785 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
11786
11787 * org.el (org-get-outline-path, org-speed-command-help):
11788 Fix typos in error messages.
11789
11790 2009-12-14 Juri Linkov <juri@jurta.org>
11791
11792 * org-html.el (org-export-html-style-include-default):
11793 Put `safe-local-variable booleanp' on
11794 `org-export-html-style-include-default' instead of mistakenly
11795 duplicate `org-export-html-style'.
11796
11797 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
11798
11799 * org-agenda.el (org-agenda-diary-entry-in-org-file):
11800 Rebuild agenda after adding new entry.
11801
11802 * org-datetree.el (org-datetree-find-day-create): Fix regular
11803 expression.
11804
11805 * org.el (org-display-outline-path): Use a format specifier for
11806 message, to avoid problems with heading containing `%'.
11807
11808 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
11809 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
11810 (org-agenda-fix-displayed-tags): New function.
11811 (org-agenda-do-context-action): Just call
11812 `org-display-outline-path', without piping the result through
11813 `message'.
11814
11815 * org-latex.el (org-export-latex-preprocess): Protect secondary
11816 footnote references.
11817
11818 * org-indent.el (org-indent-initialize): Avoid empty strings as
11819 line prefixes.
11820
11821 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11822 hat checking for the mark does not throw an error.
11823 (org-agenda-diary-entry-in-org-file): Catch the case that there is
11824 not `day' text property in the cursor line.
11825
11826 * org.el (org-sort-entries-or-items): Make sure that the final
11827 entry has a newline before doing the sorting.
11828
11829 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
11830 property at the beginning of the line.
11831
11832 * org.el (org-make-link-string): Don't allow a description with
11833 only white space.
11834
11835 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
11836 (org-agenda-insert-diary-as-top-level): New function.
11837 (org-agenda-add-entry-to-org-agenda-diary-file):
11838 Call `org-agenda-insert-diary-as-top-level'.
11839
11840 * org.el (org-occur-in-agenda-files): Make sure none of the
11841 buffers is narrowed.
11842 (org-activate-plain-links): Add the face property here.
11843 (org-set-font-lock-defaults): Do not add the face to plain links,
11844 the activator function does this.
11845
11846 * org-habit.el (org-is-habit-p): Add doc string.
11847
11848 * org-archive.el (org-archive-subtree-default-with-confirmation):
11849 Autoload.
11850
11851 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
11852 after match optional (happens at the end of a line...).
11853
11854 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
11855 for special blocks.
11856
11857 * org-faces.el (org-copy-face): Set lisp indentation.
11858 (org-quote, org-verse): New faces.
11859
11860 * org-agenda.el (org-agenda-remove-date): Remove variable.
11861
11862 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
11863
11864 * org-html.el (org-export-as-html): Move the home/up link into
11865 the content div.
11866
11867 * org.el (org-export-latex-packages-alist): Option definition
11868 moved here from org-latex.el.
11869
11870 * org-html.el (org-export-html-home/up-format): Add an ID to the
11871 up/home div.
11872
11873 * org-wl.el (org-wl-store-link): Handle the case that
11874 `wl-use-petname' is set.
11875
11876 * org.el (org-set-effort): Improve prompt.
11877 (org-get-outline-path): Widen to get full path.
11878 (org-compact-display-after-subtree-move): Function removed.
11879
11880 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
11881
11882 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
11883 hash keys to cache and re-use images generated by the
11884 org-exp-blocks interface to ditaa and dot.
11885
11886 * org.el (org-format-latex): Latex images are now saved to files
11887 named by the sha1 hash of the latex source text avoiding
11888 regeneration of identical images.
11889
11890 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11891
11892 * org-latex.el (org-export-as-latex): Add the :drawers property.
11893
11894 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11895
11896 * org.el (org-speed-commands-user): Allow documentation headlines.
11897 (org-speed-commands-default): Organize the value of this constant
11898 with descriptive headlines.
11899 (org-print-speed-command): Output the headlines.
11900
11901 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11902
11903 * org-agenda.el (org-agenda-show-outline-path): New option.
11904 (org-agenda-do-context-action): New function.
11905 (org-agenda-next-line, org-agenda-previous-line):
11906 Use `org-agenda-do-context-action'.
11907
11908 * org.el (org-use-speed-commands): Allow function value.
11909 (org-speed-commands-default): Make headline motion safe, so that
11910 these commands always end on a headline.
11911 (org-speed-commands-default): New key `v' for `org-agenda'.
11912 (org-speed-move-safe): New function.
11913 (org-self-insert-command): Use the function value of
11914 `org-use-speed-commands'.
11915 (org-get-outline-path): Improve docstring.
11916 (org-format-outline-path): New function.
11917 (org-display-outline-path): New function.
11918
11919 2009-11-15 John Wiegley <jwiegley@gmail.com>
11920
11921 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
11922 a string, use that to find the LOGBOOK drawer.
11923
11924 2009-11-15 Glenn Morris <rgm@gnu.org>
11925
11926 * org-agenda.el (org-datetree-find-date-create)
11927 (org-habit-get-priority):
11928 * org.el (org-format-agenda-item): Fix declarations.
11929
11930 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11931
11932 * org.el (org-clone-subtree-with-time-shift): Make it work at the
11933 end of the buffer.
11934
11935 * org-mobile.el (org-mobile-write-checksums): Specify coding
11936 system.
11937 (org-mobile-timestamp-buffer): Keep local variable/mode line at
11938 beginning of buffer.
11939
11940 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
11941
11942 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11943 (org-block-todo-from-checkboxes): Do not block changes to a nil
11944 TODO state.
11945
11946 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
11947
11948 * org-habit.el (org-habit-parse-todo): Indicate which habit is
11949 wrongly set up in the error messages.
11950
11951 * org-colview.el (org-columns-display-here): Don't try to
11952 calculate values if the underlying property is not set.
11953 (org-columns-string-to-number): Convert age strings back into
11954 fractional days.
11955 (org-agenda-colview-summarize): Handle extended summary types
11956 properly.
11957
11958 * org-colview-xemacs.el (org-columns-display-here): Don't try to
11959 calculate values if the underlying property is not set.
11960 (org-columns-string-to-number): Convert age strings back into
11961 fractional days.
11962 (org-agenda-colview-summarize): Handle extended summary types
11963 properly.
11964
11965 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11966
11967 * org-exp.el (org-export-format-drawer-function): New variable.
11968 (org-export-format-drawer): New function.
11969 (org-export-preprocess-string): Pass the backend as a parameter to
11970 `org-export-remove-or-extract-drawers'.
11971 (org-export-remove-or-extract-drawers): New parameter BACKEND.
11972
11973 * org-protocol.el (org-protocol-char-to-string): New defsubst.
11974
11975 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11976
11977 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
11978 message when no block is selected.
11979
11980 * org-latex.el (org-export-latex-links): Check for protectedness
11981 in the last matched character, not after the match.
11982
11983 * org-datetree.el (org-datetree-find-date-create):
11984 Respect restriction when KEEP-RESTRICTION is set.
11985 (org-datetree-file-entry-under): New function.
11986 (org-datetree-cleanup): New command.
11987
11988 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
11989
11990 * org-src.el (org-edit-src-code): New optional argument context
11991 allows calling functions to avoid altering the saved window
11992 configuration.
11993 (org-edit-src-exit): Do not restore window configuration when this
11994 function is used in the context of saving the edit buffer.
11995
11996 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11997
11998 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
11999 instances to switching to with-current-buffer, because these seem
12000 to cause problems - no idea why.
12001
12002 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
12003 Require diary-lib for (diary-date-display-form).
12004
12005 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12006
12007 * org.el (org-log-reschedule, org-log-redeadline): New options.
12008 (org-log-note-headings): Add templates for rescheduling and
12009 deadline changing.
12010 (org-startup-options): Add in-buffer settings for logging changing
12011 schedule and deadline time stamps.
12012 (org-deadline, org-schedule): Check for existing date and arrange
12013 for logging if the user requests it.
12014 (org-add-log-note): Prepare proper note buffers for rescheduling
12015 and deadline changes.
12016
12017 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12018
12019 * org-agenda.el (org-agenda-diary-entry-in-org-file)
12020 (org-agenda-add-entry-to-org-agenda-diary-file)
12021 (org-agenda-insert-diary-make-new-entry): New functions.
12022 (org-agenda-diary-entry):
12023 Call `org-agenda-diary-entry-in-org-file' when appropriate.
12024
12025 * org.el (org-calendar-insert-diary-entry-key): New option.
12026 (org-agenda-diary-file): New option.
12027 ("calendar"): Install our insertion function in the calendar.
12028
12029 * org-remember.el (org-datetree): Require.
12030 (org-remember-templates): Add new positioning option.
12031 (org-remember-reference-date): New variable.
12032 (org-remember-apply-template): Store the reference date in a local
12033 variable.
12034 (org-remember-handler): Implement date tree positioning of entries.
12035
12036 * org-datetree.el: New file.
12037
12038 * org-latex.el (org-export-latex-preprocess): Protect targets in
12039 verbatim emphasis.
12040
12041 * org-html.el (org-export-as-html): Protect targets in verbatim
12042 emphasis.
12043
12044 * org-docbook.el (org-export-as-docbook): Protect targets in
12045 verbatim emphasis.
12046
12047 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12048
12049 * org-clock.el (org-show-notification): Handle messages that
12050 contain a percent character.
12051
12052 * org-remember.el (org-remember-apply-template): Turn of partial
12053 completion.
12054
12055 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
12056 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
12057
12058 * org.el (org-indent-mode): Define variable already in org.el.
12059 (org-unfontify-region): Remove line-prefix and wrap-prefix
12060 properties only if org-indent-mode is active.
12061
12062 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12063
12064 * org-icalendar.el (org-print-icalendar-entries): Save match data
12065 around call to verify function.
12066 (org-print-icalendar-entries): Add a call to the verification
12067 function.
12068
12069 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
12070 save-restrivtion' form.
12071
12072 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12073
12074 * org-exp.el (org-export-format-source-code-or-example):
12075 Restrict scope of preserve-indentp to the let binding.
12076 (org-src): Require org-src, since org-src-preserve-indentation is used.
12077
12078 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12079
12080 * org-timer.el (org-timer-set-timer): Set variables
12081 org-timer-timer[123] correctly.
12082
12083 * org-mobile.el (org-mobile-files-alist): Make it work when
12084 `agenda-archives' is included in
12085 `org-agenda-text-search-extra-files'.
12086 (org-mobile-push): Restore agenda after mobile push.
12087
12088 2009-11-13 John Wiegley <jwiegley@gmail.com>
12089
12090 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
12091 way the amount of idle time is presented in the minibuffer.
12092
12093 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12094
12095 * org-icalendar.el (org-print-icalendar-entries):
12096 Use org-icalendar-verify-function only if non-nil.
12097
12098 * org.el (org-refile): Refile to clock only if the prefix arg is
12099 2.
12100 (org-sparse-tree): Fix docstring to be in line with prompt.
12101 (org-update-parent-todo-statistics):
12102 Call `org-after-todo-statistics-hook' on each level.
12103
12104 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12105
12106 * org-remember.el (org-remember-apply-template): Make sure the
12107 buffer exists.
12108
12109 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12110
12111 * org.el (org-tab-ind-state): New variable.
12112 (org-cycle-level): New function.
12113 (org-cycle-level-after-item/entry-creation): New option.
12114 (org-flag-subtree): New function.
12115 (org-hide-archived-subtrees): Call `org-flag-subtree'.
12116 (org-set-effort): Indexed access.
12117
12118 * org-list.el (org-cycle-item-indentation): New function.
12119
12120 * org.el (org-refile): Make prefix argument 2 refile to current
12121 clock.
12122 (org-priority): Interpret action `remove' as call to remove the
12123 priority cookie.
12124
12125 * org-remember.el (org-remember-apply-template): Don't depend on
12126 buffer name being like file name.
12127
12128 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12129
12130 * org-clock.el (org-clock-play-sound): Expand file in
12131 org-clock-sound, to allow ~ for home.
12132
12133 * org-remember.el (org-remember-handler):
12134 Set text-before-node-creation even if this already looks like a node,
12135 because the string might be needed on non-org-mode target files.
12136
12137 * org-agenda.el (org-agenda-open-link): Make this work in agenda
12138 clocktables.
12139 (org-agenda-switch-to): Follow a link at point if
12140 org-return-follows-link' is set and there is nothing else to do in
12141 this line.
12142
12143 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12144
12145 * org-colview-xemacs.el: Add in changes from org-colview.el.
12146
12147 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12148
12149 * org-exp-blocks.el: Modify split separator regexp to avoid empty
12150 strings.
12151
12152 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12153
12154 * org-colview.el (org-columns-new): Make this work with the new
12155 operators.
12156 (org-columns-store-format): Make this work with the new operators.
12157
12158 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12159
12160 * org-src.el (org-src-preserve-indentation): Document that this
12161 variable is also used during export.
12162
12163 * org-exp.el (org-export-format-source-code-or-example):
12164 Preserve indentation if a block has a -i option, or if
12165 `org-src-preserve-indentation' is set.
12166
12167 * org-exp-blocks.el (org-export-blocks-preprocess):
12168 Preserve indentation if a block has a -i option, or if
12169 `org-src-preserve-indentation' is set.
12170
12171 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12172
12173 * org.el (org-mode-map): Define the new archiving keys.
12174 (org-speed-commands-default): Define an archiving key in the speed
12175 command map.
12176 (org-org-menu): Improve the menu structure concerning archiving.
12177
12178 * org-archive.el (org-archive-subtree-default-with-confirmation):
12179 New command.
12180
12181 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
12182 (org-agenda-menu): Add the new archiving commands to the menu.
12183 (org-agenda-archive-default)
12184 (org-agenda-archive-default-with-confirmation): New commands.
12185 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
12186 Just call `org-agenda-archive-with'.
12187 (org-agenda-archive-with): New function.
12188
12189 * org-table.el (org-table-convert-region): Inert spaces around "|"
12190 to avoid line beginnings like "|-1" which will be mistaken as
12191 hlines.
12192
12193 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12194
12195 * org.el (org-offer-links-in-entry): Return nil if there are no
12196 links, t if a link has been selected.
12197 (org-open-at-point): Open attachment directory when called in the
12198 headline and there are no links in the entry body.
12199 (org-speed-commands-default): Add "o" for open-at-point as a speed
12200 command.
12201
12202 * org-attach.el (org-attach-reveal): Optional prefix arg
12203 IF-EXISTS, which avoids creating the attachment directory if it
12204 does not yet exist.
12205
12206 * org-agenda.el (org-agenda, org-run-agenda-series):
12207 Evaluate MATCH.
12208
12209 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12210
12211 * org.el ("abbrev"): Work with abbrev tables only after they have
12212 been loaded.
12213
12214 * org-list.el (org-list-send-list): Fix bug related to match
12215 data.
12216
12217 * org-latex.el (org-export-latex-fontify): Apply verbatim
12218 emphasis.
12219 (org-export-latex-make-header): Insert \obeylines if line breaks
12220 should be preserved.
12221
12222 * org-exp.el (org-export-protect-verbatim): Add an
12223 `org-verbatim-emph' property to such text.
12224
12225 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12226
12227 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
12228 (org-print-icalendar-entries): Skip entries where the timestamp is
12229 not a deadline and not scheduled, if the user requests that.
12230
12231 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
12232 before an opening quote.
12233
12234 * org-archive.el (org-archive-subtree): Keep archive after
12235 archiving something.
12236
12237 * org-id.el (org-id-update-id-locations): Add archive files if
12238 that is required by `org-id-extra-files'.
12239
12240 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12241
12242 * org-src.el (org-src-window-setup): New option.
12243 (org-src-switch-to-buffer): New function.
12244 (org-edit-src-exit): Add optional argument CONTEXT and use it to
12245 restore window configuration.
12246 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
12247 Call `org-src-switch-to-buffer'.
12248
12249 * org.el (org-default-properties): Add STYLE property.
12250 (org-files-list): Use the function call to get the files.
12251 (org-additional-option-like-keywords): Add SETUPFILE to completion
12252 list.
12253
12254 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12255
12256 * org-table.el (org-table-convert-region): Correctly interpret
12257 quoting in csv import.
12258
12259 * org.el (org-icompleting-read): Make iswitchb completion work
12260 with lists and tables.
12261
12262 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
12263 while pushing the mobile agenda.
12264
12265 2009-11-13 John Wiegley <jwiegley@gmail.com>
12266
12267 * org-clock.el
12268 (org-clock-auto-clock-resolution): Now takes three values: nil, t
12269 and `when-no-clock-is-running'.
12270 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
12271 whether or not to resolve Org buffers on clock in.
12272
12273 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12274
12275 * org-colview.el (org-format-time-period): Function to format
12276 times in fractional days for display.
12277 (org-columns-display-here): Add support for showing a calculated
12278 value in place of the property.
12279 (org-columns): Set `org-columns-time' to the current time so time
12280 difference calculations will work.
12281 (org-columns-time): Use to store the current time when column view
12282 is displayed, so all time differences will use the same reference
12283 point.
12284 (org-columns-compile-map): There is now an extra position in each
12285 entry specifying the function to use to calculate the displayed
12286 value for the non-calculated properties in the column.
12287 (org-columns-compute-all): Set `org-columns-time' to the current
12288 time so time difference calculations will work.
12289 (org-columns-compute): Handle column operators where the values
12290 used are calculated from the underlying property.
12291 (org-columns-number-to-string): Handle the 'age' column format.
12292 (org-columns-string-to-number): Correct the function name (was
12293 org-column...). Add support for the 'age' column format.
12294 (org-columns-compile-format): Support the additional parameter in
12295 org-columns-compile-map.
12296
12297 2009-11-13 Bastien Guerry <bzg@altern.org>
12298
12299 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
12300 variable.
12301
12302 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12303
12304 * org-clock.el (org-clock-has-been-used): New variable.
12305 (org-clock-in): Set `org-clock-has-been-used'.
12306 (org-clock-save): Save only if clock data has been used or created
12307 during this session.
12308
12309 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12310
12311 * org-clock.el (org-clock-persist): New value, to store only the
12312 clock history.
12313 (org-clock-save): Don't save the clock if only the history should
12314 be stored.
12315 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
12316 when restoring a saved clock.
12317
12318 2009-11-13 John Wiegley <jwiegley@gmail.com>
12319
12320 * org-clock.el (org-clock-display, org-clock-put-overlay):
12321 Use `org-time-clock-use-fractional'.
12322
12323 * org.el (org-time-clocksum-use-fractional)
12324 (org-time-clocksum-fractional-format): Two new customizable
12325 variables which allow the user to select fractional times (1.25
12326 instead of 1:25) in the `org-clock-display' report.
12327
12328 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12329
12330 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
12331 New option.
12332
12333 * org.el (org-tag-alist): Fix customization type.
12334
12335 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12336
12337 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
12338 Make sure the regexp search can fail without throwing an error.
12339 (org-mobile-apply): Save the inbox buffer after removing
12340 successfully applied changes.
12341
12342 2009-11-13 John Wiegley <jwiegley@gmail.com>
12343
12344 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
12345 time is reported after the user comes back (but before they
12346 resolve time).
12347
12348 * org.el (org-get-repeat): Change so that this function can be
12349 called with either `org-scheduled-string' or
12350 `org-deadline-string'.
12351
12352 * org-clock.el (org-clock-auto-clock-resolution): Rename from
12353 `org-clock-disable-clock-resolution', since negatives don't sound
12354 good in customization variables.
12355 (org-clock-in): Don't use the auto-resolution logic if the user is
12356 clocking into a different task while an active clock is running.
12357 This then allows the default behavior of clocking out of the open
12358 task and then into the new task.
12359
12360 * org.el (org-modules): Made this variable more consistent, since
12361 it was referring to Org, OrgMode and Org-mode, whereas the docs
12362 for the variable always refer to Org-mode.
12363
12364 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12365
12366 * org.el (org-repeat-re): The changed org-repeat-re no longer
12367 matched simple +2d type repeaters. Fix it so it does.
12368
12369 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12370
12371 * org-latex.el (org-export-latex-preprocess): Protect the vspace
12372 macro in the VERSE environment.
12373
12374 2009-11-13 John Wiegley <jwiegley@gmail.com>
12375
12376 * org-habit.el (org-habit-get-priority): A new function that
12377 determines the relative priority of a habit, based on how long
12378 past its scheduled date it is, and how near the deadline is.
12379
12380 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
12381 using `org-habit-get-priority'.
12382
12383 * org-habit.el (org-habit-build-graph): Start displaying colors
12384 from the first scheduled date, if that date is earlier than the
12385 first completion date.
12386
12387 * org-habit.el: Changed all "color" variables to faces, and made
12388 them appropriate for light and dark backgrounds.
12389
12390 * org-habit.el (org-habit-duration-to-days): Made this function
12391 more general.
12392 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
12393
12394 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
12395 habits, since they don't use DEADLINE anymore.
12396
12397 * org.el (org-repeat-re, org-display-custom-time)
12398 (org-timestamp-change): Extend to support the new ".+N/N"
12399 syntax, used for habits.
12400
12401 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
12402 variable reference.
12403
12404 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
12405 modeline when habits are being displayed (if that module is being
12406 loaded).
12407
12408 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12409
12410 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
12411 idle time using the xscreensaver extension.
12412 (org-user-idle-seconds): Use X11 idle time if available.
12413
12414 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12415
12416 * org-agenda.el (org-agenda-next-line): New command.
12417 (org-agenda-previous-line): New commands.
12418 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
12419 New commands.
12420 (org-agenda-follow-mode): Do the follow immediately if the mode is
12421 turned on here.
12422 (previous-line, next-line): Replace keys with the corresponding
12423 org functions.
12424 (org-agenda-mode-map): Bind backspace and delete to the scrolling
12425 command.
12426
12427 * org.el (org-icompleting-read): Turn off partial completion mode
12428 for the duration of this completion round.
12429
12430 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
12431 macros in author lines and similar stuff.
12432
12433 * org.el (org-file-tags): Fix docstring.
12434 (org-get-buffer-tags): Add the #+FILETAGS tags.
12435 ("ecb"): Make ecb show context after jumping into an Org file.
12436
12437 2009-11-13 John Wiegley <johnw@newartisans.com>
12438
12439 * org-agenda.el (org-finalize-agenda): Draw habit consistency
12440 graphs after everything else in the buffer has been setup.
12441
12442 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12443
12444 * org-mobile.el (org-mobile-apply): Count success and failure.
12445
12446 * org.el (org-indent-line-function): Fix regexp replace problem.
12447
12448 2009-11-13 John Wiegley <johnw@newartisans.com>
12449
12450 * org-clock.el (org-clock-disable-clock-resolution):
12451 New customization variable that disable automatic clock resolution on
12452 clock in.
12453 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
12454 not automatically resolve anything. This is does not affect
12455 idle-time resolution, however, if `org-clock-idle-time' is set.
12456
12457 2009-11-13 John Wiegley <johnw@newartisans.com>
12458
12459 * org-habit.el: New file, which implements code to build a "habit
12460 consistency graph".
12461
12462 * org-agenda.el (org-agenda-get-deadlines)
12463 (org-agenda-get-scheduled): Display consistency graphs when
12464 outputting habits into the agenda. The graphs are always relative
12465 to the current time.
12466 (org-format-agenda-item): Add new parameter `habitp', which
12467 indicates whether we are formatting a habit or not. Do not
12468 display "extra" leading information if habitp is true.
12469
12470 * org.el (org-repeat-re): Improve regexp to include .+ and ++
12471 leaders for repeat strings.
12472 (org-get-repeat): Now takes a string parameter `tagline', so the
12473 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
12474
12475 2009-11-13 John Wiegley <johnw@newartisans.com>
12476
12477 * org-agenda.el (org-agenda-auto-exclude-function):
12478 New customization variable for allowing the user to create an "auto
12479 exclusion" filter for doing context-aware auto tag filtering.
12480 (org-agenda-filter-by-tag): Changes to support the use of
12481 `org-agenda-auto-exclude-function'. See the new manual addition.
12482
12483 2009-11-13 John Wiegley <johnw@newartisans.com>
12484
12485 * org.el (org-files-list): Don't attempt to return a file name for
12486 Org buffers which have no associated file.
12487
12488 * org-agenda.el (org-agenda-do-action): Fix a typo.
12489
12490 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12491
12492 * org-mobile.el (org-mobile-locate-entry): Interpret files
12493 relative to org-directory.
12494 (org-mobile-inbox-for-pull): Document the best location for this
12495 file.
12496 (org-mobile-check-setup): Verify `org-directory'.
12497 (org-mobile-create-index-file): Sort the files to be listed in
12498 index.org.
12499
12500 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12501
12502 * org.el (org-fast-tag-selection): Add a way to display a
12503 description for a tag group. This is done by adding a string to
12504 either the startgroup or endgroup cell.
12505
12506 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12507
12508 * org-clock.el (org-clock-resolve, org-resolve-clocks)
12509 (org-emacs-idle-seconds): Use `org-float-time' instead of
12510 `time-to-seconds'.
12511
12512 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12513
12514 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
12515 type.
12516
12517 * org.el (org-pre-cycle-hook): Document that `empty' can also be
12518 the value of ARG when doing local cycling.
12519
12520 2009-11-13 John Wiegley <johnw@newartisans.com>
12521
12522 * org-clock.el (org-clock-resolve-clock): If keeping or
12523 subtracting time results in a clock out at a time in the past, and
12524 if the resolution occurred due to idleness or invoking `M-x
12525 org-resolve-clocks', remember that past moment in time. On the
12526 next clock in, the user will be prompted to see if they want to
12527 back-date their new clock to then.
12528 (org-clock-resolve): Do not jump the user to the location of a
12529 dangling clock if the resolution is occurring due to an idle
12530 timeout. In that case there is typically only one dangling clock,
12531 the active one, and there is no value gained by shuffling their
12532 windows around to show it to them. Being prompted to resolve an
12533 idle clock should be as inobtrusive as possible.
12534 (org-resolve-clocks-if-idle): New function that resolves only the
12535 currently active clock if the user has exceeded the time returned
12536 by `org-user-idle-seconds', based on the value of
12537 `org-clock-idle-time'.
12538 (org-clock-in): If, after resolving clocks, (???)
12539 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
12540
12541 * org-clock.el (org-clock-resolve-clock): New function that
12542 resolves a clock to a specific time, closing or resuming as need
12543 be, and possibly even starting a new clock.
12544 (org-clock-resolve): New function used by `org-resolve-clocks'
12545 that sets up for the call to `org-clock-resolve-clock'.
12546 It determines the time to resolve to based on a single-character
12547 selection from the user to either keep time, subtract away time or
12548 cancel the clock.
12549 (org-resolve-clocks): New user command which resolves dangling
12550 clocks -- that is, open but not active -- anywhere in the file
12551 list returned by `org-files-list'.
12552 (org-clock-in): Automatically resolve dangling clocks whenever a
12553 user clocks in.
12554 (org-clock-cancel): If the user cancels the solely clock in a
12555 LOGBOOK, remove the empty drawer.
12556
12557 * org-clock.el (org-clock-idle-time): New user customizable option
12558 for detecting whether the user has left a clock idle. Note: it is
12559 only used in this commit to test whether it's worthwhile to check
12560 OS X to get the Mac user's current idle time. If the Emacs idle
12561 time is less than the value, the user hasn't been away long enough
12562 to be worth checking (a more expensive test than just getting
12563 Emacs idle time).
12564 (org-user-idle-seconds, org-mac-idle-seconds)
12565 (org-emacs-idle-seconds): This three functions, in conjunction
12566 with the user customization variable `org-clock-idle-time', return
12567 the number of seconds (as a floating point) that the user has been
12568 away from their Emacs (or, if running on OS X, their computer).
12569
12570 * org-clock.el (org-find-open-clocks): New function that returns a
12571 list of all open clocks in the given FILE. Note that each clock
12572 it returns is a cons cell of the format (MARKER . START-TIME).
12573 This "clock" value is used by several of the new clock module
12574 utility functions.
12575 (org-is-active-clock): New inline function which tests whether the
12576 given clock value is the same as the currently active clock.
12577 Returns non-nil if this is the case.
12578 (org-with-clock-position): New macro that evaluates FORMS with
12579 point in the buffer and at the position of the given clock.
12580 Changes to the current clock are global.
12581 (org-with-clock): New macro that evaluates FORMS with point in the
12582 buffer and at the position of the given clock. However, changes
12583 to the current clock are local and have no effect on the user's
12584 active clock. This allows, for example, far any clock to be
12585 canceled without canceling the active clock.
12586 (org-clock-clock-in): New inline function that switches the active
12587 clock to the given clock. If either the argument RESUME, or the
12588 global `org-clock-in-resume', are non-nil, it will resume a clock
12589 that was previously left open.
12590 (org-clock-clock-out): New inline function that clocks out the
12591 given clock value without affecting the currently active clock.
12592 (org-clock-clock-cancel): New inline function that cancels the
12593 given clock value without affecting the currently active clock.
12594
12595 * org-clock.el (org-clock-in): Before creating
12596 `org-clock-mode-line-timer', check to make sure an older timer is
12597 not currently running.
12598 (org-clock-out): Accept new third parameter `at-time', which
12599 permits a clock to be clocked out at a specific time. Note that
12600 no attempt is made to verify that the clock out time is later than
12601 the clock in time.
12602
12603 * org.el (org-files-list): New utility function for returning a
12604 list of all open org-mode buffers, plus all files used to build
12605 the agenda buffer. Note that not all the files will necessarily
12606 be visited by a buffer at time of call.
12607 (org-entry-beginning-position): Like the function
12608 `line-beginning-position', this inline function returns the
12609 beginning position of the current heading/entry.
12610 (org-entry-end-position): Like the function `line-end-position',
12611 this inline function returns the end position of the current
12612 heading/entry.
12613
12614 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12615
12616 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
12617 a header line.
12618
12619 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12620
12621 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
12622
12623 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12624
12625 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
12626 entries that have no tags.
12627 (org-agenda-search-view): New customize group.
12628 (org-agenda-search-view-search-words-only): New option.
12629 (org-search-view): Implement substring search.
12630
12631 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12632
12633 * org.el (org-outline-level): Add doc string.
12634
12635 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12636
12637 * org-inlinetask.el (org-inlinetask-export): Re-introduce
12638 variable.
12639 (org-inlinetask-export-handler): Only export inline task if the
12640 user option calls for it.
12641
12642 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12643
12644 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
12645 END if present.
12646
12647 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12648
12649 * org-latex.el (org-export-latex-tables): Don't format in
12650 protected regions.
12651
12652 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12653
12654 * org-src.el (org-edit-src-code)
12655 (org-edit-src-find-region-and-lang, org-edit-src-exit):
12656 Handle macro editing.
12657
12658 * org-agenda.el (org-prefix-category-max-length): New variable.
12659 (org-format-agenda-item): Use `org-prefix-category-max-length'.
12660 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
12661
12662 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12663
12664 * org-mobile.el (org-mobile-create-index-file): Improve the
12665 listing of tags and todo keywords.
12666
12667 * org-latex.el (org-export-latex-format-image): New function.
12668 (org-export-latex-links): Use `org-export-latex-format-image'.
12669
12670 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12671
12672 * org-inlinetask.el (org-inlinetask-get-current-indentation)
12673 (org-inlinetask-remove-terminator): New functions.
12674 (org-inlinetask-export-handler): Terminate the description list.
12675
12676 * org-exp.el (org-export-select-backend-specific-text): Remove the
12677 region markers.
12678
12679 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
12680 tasks without content.
12681
12682 * org-clock.el: Make sure the clock-in target position does not
12683 move to a different node by widening the buffer.
12684
12685 * org-html.el (org-export-html-format-image): Wrap image into
12686 figure div only when there is a caption.
12687
12688 * org-archive.el (org-archive-mark-done): Change default value to
12689 nil.
12690
12691 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12692
12693 * org.el (org-context): Call `bobp', not `eobp'.
12694
12695 * org-clock.el (org-clock-cancel): Remove quotes from marker
12696 variables.
12697
12698 * org.el (org-read-date-prefer-future): New allowed value `time'.
12699 (org-read-date-analyze): Shift day to tomorrow depending on time
12700 entered and value of `org-read-date-prefer-future'.
12701
12702 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * org.el (org-version, org-get-refile-targets, org-refile)
12705 (org-store-log-note, org-diary-to-ical-string)
12706 (org-speedbar-set-agenda-restriction):
12707 * org-publish.el (org-publish-find-title):
12708 * org-plot.el (org-plot/gnuplot):
12709 * org-mouse.el (org-mouse-do-remotely):
12710 * org-mobile.el (org-mobile-move-capture):
12711 * org-mac-message.el (org-mac-message-insert-flagged):
12712 * org-latex.el (org-replace-region-by-latex):
12713 * org-docbook.el (org-replace-region-by-docbook):
12714 * org-clock.el (org-clock-out, org-clock-cancel):
12715 * org-bibtex.el (org-execute-file-search-in-bibtex):
12716 Use with-current-buffer.
12717
12718 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12719
12720 * org.el (org-directory, org-map-entries):
12721 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
12722
12723 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12724
12725 * org.el (org-set-tags-to): New command.
12726
12727 * org-latex.el (org-export-latex-set-initial-vars): Also check in
12728 the plist.
12729
12730 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
12731 keyword.
12732
12733 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
12734
12735 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12736
12737 * org-inlinetask.el (org-inlinetask-export): Option removed.
12738 (org-inlinetask-export-handler): Better export.
12739
12740 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
12741 (org-export-as-xoxo): Run the new hook.
12742
12743 * org-html.el (org-export-html-final-hook): New hook.
12744 (org-export-as-html): Run the new hook.
12745
12746 * org-docbook.el (org-export-docbook-final-hook): New hook.
12747 (org-export-as-docbook): Run the new hook.
12748
12749 * org-ascii.el (org-export-ascii-final-hook): New hook.
12750 (org-export-as-ascii): Run the new hook.
12751
12752 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
12753 space character as the character before the ^/_.
12754 (org-export-latex-final-hook): New hook.
12755 (org-export-as-latex): Run `org-export-latex-final-hook'.
12756
12757 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12758
12759 * org-macs.el (org-if-unprotected-at): Fix docstring.
12760
12761 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
12762 text in the prefix (if category is a link).
12763
12764 * org-latex.el (org-export-latex-preprocess): Deal properly with
12765 empty lines in verse environments.
12766
12767 * org.el (org-format-latex-header): Inline fullpage.sty.
12768
12769 * org-footnote.el (org-footnote-create-definition): Reveal context
12770 to add a new footnote definition.
12771
12772 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
12773 org-table-recalculate when cursor is in TBLFM line.
12774
12775 * org-list.el (org-renumber-ordered-list): Fix cursor position
12776 when bullet length has changed.
12777
12778 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12779
12780 * org.el (org-format-latex): Mention `org-format-latex-options' in
12781 the docstring.
12782
12783 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12784
12785 * org.el (org-agenda-get): New function.
12786
12787 * org-agenda.el (org-agenda-post-command-hook): No longer move
12788 point away from end of line.
12789 (org-agenda-add-entry-text, org-agenda-collect-markers)
12790 (org-finalize-agenda, org-agenda-mark-clocking-task)
12791 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
12792 (org-agenda-entry-text-show, org-agenda-highlight-todo)
12793 (org-agenda-compare-effort, org-agenda-filter-apply)
12794 (org-agenda-later, org-agenda-change-time-span)
12795 (org-agenda-post-command-hook, org-agenda-show-priority)
12796 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
12797 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
12798 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
12799 (org-agenda-open-link, org-agenda-copy-local-variable)
12800 (org-agenda-switch-to, org-agenda-check-no-diary)
12801 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
12802 (org-agenda-add-note, org-agenda-change-all-lines)
12803 (org-agenda-priority, org-agenda-set-tags)
12804 (org-agenda-set-property, org-agenda-set-effort)
12805 (org-agenda-toggle-archive-tag, org-agenda-date-later)
12806 (org-agenda-show-new-time, org-agenda-date-prompt)
12807 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
12808 (org-agenda-clock-in, org-agenda-bulk-mark)
12809 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
12810 Use `org-get-at-bol'.
12811
12812 * org-colview.el (org-columns-display-here)
12813 (org-columns-edit-allowed, org-agenda-columns):
12814 Use `org-get-at-bol'.
12815
12816 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12817
12818 * org.el (org-special-ctrl-a/e): Improve documentation and
12819 customize type.
12820 (org-end-of-line): Don't jump to after the ellipsis.
12821 (org-mode-map): Bind <home> and <end> as well.
12822
12823 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12824
12825 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
12826 space after #+ as comments.
12827 (org-open-at-point): Run `org-follow-link-hook' always.
12828
12829 * org-latex.el (org-export-latex-emph-format): Use better commands
12830 to insert special characters in verbatim snippets.
12831
12832 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12833
12834 * org-faces.el (org-copy-face): New function. Use it to create
12835 various faces formerly created by using `copy-face'.
12836
12837 * org-agenda.el (org-prepare-agenda): Don't officially mark this
12838 window dedicated.
12839 (org-agenda-quit): Kill the frame containing the agenda window if
12840 that frame was created for the agenda.
12841
12842 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12843
12844 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
12845 stamp in the agenda.
12846
12847 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12848
12849 * org-agenda.el (org-prepare-agenda):
12850 Reset `org-drawers-for-agenda'.
12851 (org-prepare-agenda): Uniquify list of drawers.
12852
12853 * org.el (org-complex-heading-regexp-format): New variable.
12854 (org-set-regexps-and-options):
12855 Define `org-complex-heading-regexp-format'.
12856 (org-drawers-for-agenda): New variable.
12857 (org-map-entries): Bind `org-drawers-for-agenda'.
12858 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
12859
12860 * org-remember.el (org-go-to-remember-target)
12861 (org-remember-handler): Use `org-complex-heading-regexp-format'.
12862
12863 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12864
12865 * org-agenda.el (org-agenda-highlight-todo): Fix text property
12866 problem.
12867
12868 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
12869 always with `invisible-ok'.
12870 (org-store-link): No error when there is nothing to link to in the
12871 agenda.
12872
12873 * org-list.el (org-update-checkbox-count): Insert changed cookie
12874 before the old, to avoid problems with invisibility at the end of
12875 the line.
12876 (org-update-checkbox-count): Insert changed cookie before the old,
12877 to avoid problems with invisibility at the end of the line.
12878
12879 * org.el (org-sort-entries-or-items): Include the final newline.
12880 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
12881 lines for fontification.
12882 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
12883 (org-prepare-dblock): Store the current indentation of the BEGIN
12884 line.
12885 (org-update-dblock): Apply the indentation of the begin line to
12886 the rest of the block.
12887 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
12888 (org-startup-folded): New allowed value `showeverything'.
12889 (org-startup-options): Add STARTUP keyword `showeverything'.
12890 (org-set-startup-visibility): Respect value `showeverything' in
12891 org-startup-folded.
12892
12893 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12894
12895 * org.el (org-closest-date): Fix issue with past preference.
12896
12897 * org-archive.el (org-archive-set-tag)
12898 (org-archive-subtree-default): New commands.
12899
12900 * org-clock.el (org-clock-clocktable-default-properties):
12901 New option.
12902 (org-clock-report):
12903 Use `org-clock-clocktable-default-properties'.
12904
12905 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12906
12907 * org.el (org-iswitchb-completing-read): Fix typo.
12908
12909 * org-crypt.el: New file.
12910
12911 * org.el: Add an entry for org-crypt.
12912
12913 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12914
12915 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
12916 consistency.
12917 (org-batch-store-agenda-views): New function.
12918 (org-agenda-title-append): Define variable.
12919 (org-write-agenda): New export to Org files.
12920 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
12921 (org-agenda): Allow to keep the restricted file list if a special
12922 variable is bound to t.
12923 (org-agenda): Define a special agenda view for working on flagged
12924 entries.
12925 (org-agenda-get-restriction-and-command): List the new agenda
12926 view.
12927 (org-agenda-show-the-flagging-note): New command.
12928 (org-agenda-mode-map): New key `?' for looking at the flagging
12929 note.
12930
12931 * org.el (org-autoload): Autoload org-mobile.el.
12932 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
12933
12934 * org-mobile.el: New file.
12935
12936 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
12937
12938 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12939
12940 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
12941 statements.
12942 (org-table-get-remote-range): Match indented #+TBLNAME
12943 statements.
12944
12945 * org.el (org-convert-to-odd-levels)
12946 (org-convert-to-oddeven-levels): Work also correctly if the file
12947 is in outline-mode.
12948
12949 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12950
12951 * org.el (org-store-link): When in agenda buffer, link to
12952 referenced entry.
12953 (org-add-planning-info): Remove spaces at eol.
12954
12955 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
12956 property.
12957
12958 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12959
12960 * org-latex.el (org-export-latex-first-lines): Fix problem with
12961 LaTeX export of first line and selected subtree.
12962
12963 * org.el (org-shifttab): Interpret arg differently when using only
12964 odd levels.
12965
12966 2009-10-01 Bastien Guerry <bzg@altern.org>
12967
12968 * org.el (org-check-agenda-file): Use a more explicit message.
12969
12970 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12971
12972 * org-exp.el (org-export-remove-special-table-lines): Don't remove
12973 normal lines.
12974
12975 2009-10-01 Bastien Guerry <bzg@altern.org>
12976
12977 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
12978 prompt in the temporary window.
12979
12980 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
12981 prefix for marked entries in the agenda view.
12982
12983 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
12984
12985 * org.el (outline-end-of-subtree): Bugfix: advise this function in
12986 a way that prevents any trailing character from being displayed.
12987
12988 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12989
12990 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
12991 menu.
12992
12993 * org-exp.el (org-export-remove-special-table-lines): Remove bad
12994 slow regexp match.
12995
12996 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12997
12998 * org-latex.el (org-export-latex-preprocess): Do not protect in
12999 the LaTeX header.
13000
13001 * org-src.el (org-edit-src-save): Save window setup while saving.
13002 (org-edit-src-code): Use new buffer name construction scheme.
13003
13004 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
13005
13006 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
13007 New variable.
13008 (org-agenda-entry-text-cleanup-hook): New hook.
13009 (org-agenda-get-some-entry-text): Remove matches of
13010 `org-agenda-entry-text-exclude-regexps' and run the hook
13011 `org-agenda-entry-text-cleanup-hook'.
13012
13013 * org.el (org-offer-links-in-entry): New argument ZERO to
13014 implement a link with index zero.
13015 (org-cycle-show-empty-lines): Not keep empty line under header
13016 hidden.
13017 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
13018 to nil for special completion.
13019 (org-store-link): Don't error before the first heading.
13020
13021 * org-agenda.el (org-agenda-open-link): Pass the prefix to
13022 `org-offer-links-in-entry'.
13023
13024 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
13025
13026 * org-agenda.el (org-agenda-quit): Provide the window argument for
13027 `window-dedicated-p', Emacs 22 needs it.
13028 (org-format-agenda-item): If the category is a link, arrange for
13029 invisible text to replaced with spaces.
13030 (org-compile-prefix-format): Add the extra space.
13031 (org-prefix-category-length): New variable.
13032
13033 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
13034 references from TOC lines.
13035
13036 * org.el (org-selected-window): New variable.
13037
13038 * org-table.el (org-table-edit-formulas): Remember the selected
13039 window.
13040 (org-table-fedit-finish, org-table-fedit-abort): Select the window
13041 that was originally selected.
13042
13043 * org-exp.el (org-export-preprocess-apply-macros): Scan the
13044 expansion of a macro for more macro definitions.
13045
13046 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
13047 invisibility overlay starts on the newline.
13048
13049 2009-10-01 Glenn Morris <rgm@gnu.org>
13050
13051 * org-agenda.el (calendar-check-holidays):
13052 * org-exp.el (org-agenda-skip):
13053 * org-list.el (outline-back-to-heading):
13054 * org-wl.el (wl-summary-goto-folder-subr):
13055 * org.el (iswitchb-mode, remember, remember-buffer-desc)
13056 (remember-finalize, remember-save-after-remembering, remember-register)
13057 (remember-buffer, remember-handler-functions)
13058 (remember-annotation-functions): Remove unused declarations.
13059
13060 * org.el (iswitchb-read-buffer): Fix declaration.
13061
13062 2009-09-30 Glenn Morris <rgm@gnu.org>
13063
13064 * org-compat.el (w32-focus-frame):
13065 * org-exp-blocks.el (R):
13066 * org-exp.el (htmlize-buffer):
13067 * org-protocol.el (server-edit):
13068 * org-table.el (org-format-org-table-html):
13069 * org.el (org-indent-mode): Fix declarations.
13070
13071 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
13072 free variable `fun'.
13073
13074 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13075
13076 * org-agenda.el (org-agenda-restore-windows-after-quit):
13077 Fix typo in docstring.
13078
13079 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
13080
13081 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
13082 (org-shiftselect-error, org-ctrl-c-ctrl-c):
13083 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
13084 * org-attach.el (org-attach-check-absolute-path):
13085 * org-docbook.el (org-export-as-docbook):
13086 * org-html.el (org-export-as-html):
13087 * org-id.el (org-id-update-id-locations):
13088 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
13089 Fix typos in error messages.
13090
13091 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * org-ascii.el: Require CL for the `loop' macro.
13094
13095 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
13096
13097 * org-gnus.el (require): Wrap (require gnus-sum) into
13098 eval-when-compile.
13099
13100 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
13101
13102 * org-protocol.el (org-protocol-store-link)
13103 (org-protocol-remember, org-protocol-open-source): Remove autoload
13104 cookies again.
13105
13106 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
13107 referencing the start of the line.
13108
13109 * org-gnus.el: Remove unnecessary declare-function forms.
13110 (gnus-sum): Always require gnus-sum.
13111
13112 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13113
13114 * org-protocol.el (org-protocol-store-link)
13115 (org-protocol-remember, org-protocol-open-source): Add autoloads.
13116
13117 * org-compat.el (org-float-time): New function.
13118
13119 * org.el (org-clock-update-time-maybe)
13120 (org-sort-entries-or-items, org-do-sort)
13121 (org-evaluate-time-range, org-time-string-to-seconds)
13122 (org-closed-in-range): Use `org-float-time'.
13123
13124 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
13125 (org-timer-seconds): Use `org-float-time'.
13126
13127 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
13128 (org-clock-sum, org-dblock-write:clocktable)
13129 (org-clocktable-steps): Use `org-float-time'.
13130
13131 * org-agenda.el (org-agenda-last-marker-time)
13132 (org-agenda-new-marker, org-diary): Use `org-float-time'.
13133
13134 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
13135 function.
13136
13137 * org-exp.el (org-get-file-contents): Only protect lines that
13138 really need it.
13139
13140 * org-html.el (require): Require cl for compilation.
13141
13142 * org.el: Avoid using `default-major-mode'.
13143
13144 * org-plot.el (require): Require CL only at compile time.
13145
13146 * org-exp.el (require): Require CL only at compile time.
13147
13148 * org-agenda.el (org-agenda-quit): When the agenda window is
13149 dedicated, remove other windows before exiting, so that the frame
13150 really will be killed.
13151
13152 * org-exp.el (org-export-handle-include-files): Reset START and
13153 END for each loop cycle.
13154
13155 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13156
13157 * org.el (org-eval-in-calendar):
13158 Use `org-select-frame-set-input-focus'.
13159
13160 * org-compat.el (org-select-frame-set-input-focus): New function.
13161
13162 * org.el (org-update-statistics-cookies): New function.
13163 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
13164
13165 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13166
13167 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
13168 after the local variables are set.
13169
13170 * org-latex.el (org-export-latex-protect-amp): New function.
13171 (org-export-latex-links): Protect link ampersands in tables.
13172
13173 * org-exp.el (org-export-select-backend-specific-text): Match in
13174 two steps, to avoid regexp problems.
13175
13176 * org.el (org-offer-links-in-entry): Improve working with many and
13177 duplicate links.
13178
13179 * org-agenda.el (org-agenda-show-1): Make more consistent with
13180 normal cycling.
13181 (org-agenda-cycle-show): Make more consistent with normal cycling.
13182
13183 * org-gnus.el (org-gnus-store-link): Restore the linking to a
13184 website.
13185
13186 2009-09-02 Bastien Guerry <bzg@altern.org>
13187
13188 * org-latex.el (org-export-latex-first-lines): Bugfix.
13189
13190 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13191
13192 * org-clock.el (org-clock-modify-effort-estimate): Emit message
13193 about new effort.
13194
13195 * org.el (org-set-effort): New function.
13196 (org-mode-map): New key for effort setting command.
13197
13198 * org-agenda.el (org-agenda): Keep window setup when calling
13199 agenda from within agenda window.
13200 (org-agenda-mode-map): New keys for effort setting commands.
13201 (org-agenda-menu): Add effort setting commands to menu.
13202 (org-agenda-set-property, org-agenda-set-effort): New functions.
13203
13204 * org-latex.el (org-export-latex-tables):
13205 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
13206 the first column has been removed.
13207
13208 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13209
13210 * org.el (org-remove-timestamp-with-keyword): Only remove in
13211 entry, not in subtree.
13212
13213 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
13214 emacs lisp.
13215
13216 * org.el (org-open-at-point): When on headline, offer all strings
13217 in entry.
13218
13219 * org-remember.el (org-remember-templates): Documentation fix.
13220
13221 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
13222 `org-get-last-sibling' instead of the outline versions of these
13223 functions.
13224 (org-get-last-sibling): New function.
13225 (org-refile): Use `org-get-next-sibling' instead of the outline
13226 version of this function.
13227 (org-clean-visibility-after-subtree-move):
13228 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
13229 outline versions of these functions.
13230
13231 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13232
13233 * org-agenda.el (org-prepare-agenda): When creating a new frame
13234 for the agenda, make the window dedicated.
13235
13236 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
13237
13238 * org-table.el (org-table-align): Change the order of reinsertion
13239 and deletion, to avoid problems with overlays following the table.
13240
13241 * org.el (org-parse-time-string): Better error message.
13242 (org-show-subtree): Use org-end-of-subtree.
13243
13244 * org-macs.el (org-goto-line): New defsubst.
13245
13246 * org.el (org-open-file, org-change-tag-in-region)
13247 (org-fast-tag-show-exit): Don't use `goto-line'.
13248
13249 * org-table.el (org-table-align, org-table-insert-column)
13250 (org-table-delete-column, org-table-move-column)
13251 (org-table-sort-lines, org-table-copy-region)
13252 (org-table-paste-rectangle, org-table-wrap-region)
13253 (org-table-get-specials, org-table-rotate-recalc-marks)
13254 (org-table-get-range, org-table-recalculate)
13255 (org-table-edit-formulas, org-table-fedit-convert-buffer)
13256 (org-table-show-reference, org-table-highlight-rectangle):
13257 Don't use `goto-line'.
13258
13259 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
13260 (org-edit-src-exit): Don't use `goto-line'.
13261
13262 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
13263
13264 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
13265 Don't use `goto-line'.
13266
13267 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
13268
13269 * org-colview.el (org-columns, org-columns-redo)
13270 (org-agenda-columns): Don't use `goto-line'.
13271
13272 * org-colview-xemacs.el (org-columns, org-agenda-columns):
13273 Don't use `goto-line'.
13274
13275 * org-agenda.el (org-agenda-mode): Force visual line motion off.
13276 (org-agenda-add-entry-text-maxlines): Improve docstring.
13277 (org-agenda-start-with-entry-text-mode): New option.
13278 (org-agenda-entry-text-maxlines): New option.
13279 (org-agenda-entry-text-mode): New variable.
13280 (org-agenda-mode): Set initial value of
13281 `org-agenda-entry-text-mode'.
13282 (org-agenda-mode-map): Add the `E' key.
13283 (org-agenda-menu): Add entry text mode to the menu.
13284 (org-agenda-get-some-entry-text): Fix line count bug.
13285 (org-finalize-agenda): Apply entry text mode if appropriate.
13286 (org-agenda-entry-text-show-here): New function.
13287 (org-agenda-entry-text-show): New function.
13288 (org-agenda-entry-text-hide): New function.
13289 (org-agenda-view-mode-dispatch): Add entry text mode to the view
13290 key menu.
13291 (org-agenda-entry-text-mode): New command.
13292 (org-agenda-set-mode-name): Add entry text mode to the mode line
13293 string.
13294 (org-agenda-undo, org-agenda-get-restriction-and-command)
13295 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
13296 `goto-line'.
13297
13298 2009-09-02 Bernt Hansen <bernt@norang.ca>
13299
13300 * org-clock.el (org-notify): Bugfix.
13301
13302 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13303
13304 * org-agenda.el (org-agenda-open-link): Handle multiple links and
13305 check for after-string.
13306
13307 * org-gnus.el (org-gnus-store-link): Simplify.
13308
13309 * org.el (org-latex-regexps): Don't add extra empty lines for
13310 display formulas.
13311
13312 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13313
13314 * org-agenda.el (org-agenda-get-some-entry-text): New function.
13315 (org-agenda-add-entry-text):
13316 Use `org-agenda-get-some-entry-text'.
13317
13318 * org.el (org-cycle-separator-lines): Update docstring.
13319 (org-cycle-show-empty-lines): Handle negative values for
13320 `org-cycle-show-empty-lines'.
13321
13322 * org-exp.el (org-export-protect-sub-super): New function.
13323 (org-export-normalize-links): Protect the url of plain links from
13324 supscript and superscript processing.
13325
13326 * org-remember.el (org-remember-escaped-%): New function.
13327 (org-remember-apply-template): Use `org-remember-escaped-%' to
13328 detect escaped % signs.
13329
13330 2009-09-02 Bastien Guerry <bzg@altern.org>
13331
13332 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
13333 sound when showing the notification.
13334
13335 * org-clock.el (org-notify): New function.
13336 (org-clock-notify-once-if-expired): Use `org-notify'.
13337
13338 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
13339 and `gnus-article-mode' separately.
13340 (gnus-summary-article-header): Fix the declare-function.
13341
13342 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13343
13344 * org-exp.el (org-export-format-source-code-or-example):
13345 Translate language.
13346
13347 * org-src.el (org-src-lang-modes): New variable.
13348 (org-edit-src-code): Translate language.
13349
13350 * org-exp.el (org-export-format-source-code-or-example): Deal wit
13351 the new structure of the `org-export-latex-listings-langs'
13352 variable.
13353
13354 * org-latex.el (org-export-latex-listings-langs): Change structure
13355 of the variable from plist to alist.
13356
13357 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13358
13359 * org.el (org-in-commented-line): New function.
13360
13361 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13362
13363 * org.el (org-hide-block-toggle): Make folded blocks searchable.
13364
13365 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
13366
13367 * org.el (org-flag-drawer): More useful error.
13368
13369 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13370
13371 * org-remember.el (org-remember-apply-template):
13372 Use org-icompleting-read.
13373
13374 * org-publish.el (org-publish): Use org-icompleting-read.
13375
13376 * org-colview.el (org-columns-edit-value, org-columns-new)
13377 (org-insert-columns-dblock): Use org-icompleting-read.
13378
13379 * org-colview-xemacs.el (org-columns-edit-value)
13380 (org-columns-new, org-insert-columns-dblock):
13381 Use org-icompleting-read.
13382
13383 * org-attach.el (org-attach-delete-one, org-attach-open):
13384 Use org-icompleting-read.
13385
13386 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13387
13388 * org.el (org-hierarchical-todo-statistics): Improve docstring.
13389 (org-version): Return the version text.
13390 (org-org-menu): Add a menu entry for the new bug reporter.
13391 (org-submit-bug-report): New command.
13392
13393 * org-list.el (org-hierarchical-checkbox-statistics):
13394 Improve docstring.
13395
13396 * org.el (org-emphasis-regexp-components): Add "`" to set of
13397 pre-emphasis characters.
13398
13399 * org-latex.el (org-export-latex-classes): Always include the soul
13400 package.
13401 (org-export-latex-emphasis-alist): Use \st for strikethough.
13402
13403 * org-exp-blocks.el (org-export-blocks-preprocess):
13404 Use `indent-code-rigidly' to indent.
13405
13406 * org-agenda.el (org-agenda-get-restriction-and-command):
13407 Remove properties only if MATCH really is a string.
13408
13409 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13410
13411 * org-latex.el (org-export-latex-packages-alist):
13412 Fix customization type.
13413
13414 * org.el (org-create-formula-image): Also use
13415 `org-export-latex-packages-alist'.
13416
13417 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
13418 (org-export-as-html): Format footnotes correctly.
13419
13420 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13421
13422 * org.el (org-fast-tag-selection): Avoid text properties on tags
13423 in the alist.
13424
13425 * org-agenda.el (org-agenda-get-restriction-and-command):
13426 Avoid text properties on the match element.
13427
13428 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13429
13430 * org.el (org-set-regexps-and-options): Make sure the list of done
13431 keywords is not invalid.
13432
13433 * org-exp.el (org-export-interpolate-newlines): New function.
13434
13435 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13436
13437 * org.el (org-format-latex): Avoid nested overlays.
13438
13439 * org-latex.el (org-export-latex-listings-langs): Add a few more
13440 languages.
13441
13442 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
13443 ignore newlines and space before the first macro argument.
13444
13445 * org-latex.el (org-export-latex-tables): Remove save-excursion
13446 around `org-table-align'.
13447
13448 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13449
13450 * org.el (org-export-html-special-string-regexps):
13451 Definition moved into org.el.
13452
13453 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
13454 in macro calls.
13455
13456 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13457
13458 * org-latex.el (org-export-latex-listings)
13459 (org-export-latex-listings-langs): New options.
13460
13461 * org-exp.el (org-export-format-source-code-or-example):
13462 Use listing package if requested by the user.
13463
13464 2009-09-02 Bastien Guerry <bzg@altern.org>
13465
13466 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
13467 command before actually switching to a buffer.
13468
13469 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13470
13471 * org-exp.el (org-get-file-contents): Only quote org lines when
13472 the markup is src or example.
13473
13474 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
13475 New option.
13476 (org-agenda-get-day-entries): Remember deadline results and pass
13477 them on into the function getting the scheduling information.
13478 (org-agenda-get-scheduled): Accept deadline results as parameters
13479 and maybe skip some entries.
13480 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
13481
13482 * org.el (org-insert-heading): When respecting content, do not
13483 convert current line to headline.
13484
13485 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
13486 Also cheeeeeck the hd marker.
13487 (org-clock-in): Also set the hd marker.
13488 (org-clock-out): Also set the hd marker.
13489 (org-clock-cancel): Reset markers.
13490
13491 * org.el (org-clock-hd-marker): New marker.
13492
13493 * org-faces.el (org-agenda-clocking): New face.
13494
13495 * org-agenda.el (org-agenda-mark-clocking-task): New function.
13496 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
13497
13498 * org.el (org-modules): Add org-track.el.
13499
13500 * org-agenda.el (org-agenda-bulk-marked-p): New function.
13501 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
13502 Use `org-agenda-bulk-marked-p'.
13503 (org-agenda-bulk-toggle): New command.
13504
13505 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13506
13507 * org.el (org-move-subtree-down): Hide subtree if it was folded,
13508 not just the body.
13509
13510 * org-remember.el (org-remember-finalize): Avoid buffer-modified
13511 messages.
13512
13513 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * org-html.el (org-export-as-html):
13516 * org-docbook.el (org-export-as-docbook):
13517 Use (default-value 'major-mode) instead of default-major-mode.
13518
13519 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
13520
13521 * org-docbook.el: Add arch-tag.
13522
13523 * org-exp-blocks.el: Add arch-tag.
13524
13525 * org-id.el: Add arch-tag.
13526
13527 * org-indent.el: Add arch-tag.
13528
13529 * org-inlinetask.el: Add arch-tag.
13530
13531 * org-protocol.el: Add arch-tag.
13532
13533 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13534
13535 * org.el (org-create-formula-image): Remove the -E option for
13536 dvipng.
13537
13538 * org-exp.el (org-default-export-plist): Respect #+BIND.
13539 (org-export-confirm-letbind): New function.
13540
13541 * org.el (org-paste-subtree): Test the kill ring entry if it is
13542 going to be used.
13543 (org-copy-subtree): Use `org-forward-same-level'.
13544 (org-forward-same-level): Respect the `invisibe-ok' arg for
13545 back-to-heading.
13546
13547 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13548
13549 * org.el (org-table-map-tables): Make sure cursor is back at table
13550 beginning after funcall.
13551
13552 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
13553 handled before children, and do not error if an entry is not
13554 found, probably because it hase been remove when the parent was
13555 archived or refiled.
13556
13557 * org.el (org-ido-completing-read): Accept straight lists for
13558 completion as well as alists.
13559
13560 * org-timer.el (org-timer-cancel-timers): Rename from
13561 `org-timer-cancel-timers'.
13562
13563 * org.el (org-cycle-internal-local): Fix problem with finding next
13564 invisible line.
13565
13566 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13567
13568 * org-list.el (org-list-send-list):
13569 Call `org-list-goto-true-beginning' instead of
13570 `org-list-find-true-beginning', which does not exist.
13571
13572 * org-timer.el (org-timer-reset-timers): Use `mapc'.
13573 (org-timer-set-timer): Do not assign to heading.
13574
13575 * org-id.el (org-id-open): Quote function name.
13576
13577 * org-macs.el (org-unmodified): Turn off recording undo
13578 information while running inside the macro.
13579
13580 * org-table.el (org-table-export): Also work in file-less
13581 buffers.
13582
13583 * org.el (org-startup-indented): New option.
13584 (org-startup-options): Add new options indent and noindent.
13585 (org-unfontify-region): Remove line-prefix and wrap-prefix
13586 properties.
13587 (org-after-demote-entry-hook, org-after-promote-entry-hook):
13588 New hooks.
13589 (org-promote, org-demote): Run the new hooks.
13590
13591 * org-table.el (org-table-align): Replace leading \n as well.
13592
13593 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
13594 and `line-wrap' text properties.
13595
13596 * org-compat.el (org-kill-new): New function.
13597
13598 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
13599 `line-wrap' text properties.
13600
13601 * org-indent.el: New file.
13602
13603 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13604
13605 * org.el (org-provide-todo-statistics): Tweak docstring.
13606
13607 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
13608
13609 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13610
13611 * org-exp.el (org-export-as-org): Insert the "-source" string
13612 before the extension.
13613
13614 * org.el (org-read-date): Make sure the calendar is in the current
13615 frame.
13616 (org-set-emph-re): Remove the ? from the post-match.
13617 (org-emphasis-regexp-components): Add backslash to the
13618 postmatch class.
13619 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
13620 optional so that also lines at the end of the buffers will still
13621 be matched as headlines.
13622
13623 * org-table.el (org-table-error-on-row-ref-crossing-hline):
13624 Variable made obsolete.
13625 (org-table-relative-ref-may-cross-hline): New option.
13626 (org-table-find-row-type): Honow the new option
13627 `org-table-relative-ref-may-cross-hline'.
13628
13629 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13630
13631 * org-table.el (org-table-cut-region, org-table-copy-region):
13632 Work on single field if no active region.
13633
13634 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13635
13636 * org-latex.el (org-export-latex-make-header): Only insert title
13637 if one is defined.
13638
13639 * org.el (org-make-options-regexp): Allow empty values.
13640
13641 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13642
13643 * org.el (org-cycle-internal-local): Improved version of finding
13644 next visible line.
13645 (org-cycle-hide-drawers): Only hide drawers if this is really
13646 necessary.
13647 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
13648 org-version of this function in Org-mode. We use advice to
13649 implement this change, so that future changes to this function in
13650 outline.el wil be handled properly.
13651 (org-forward-same-level, org-backward-same-level): New commands.
13652
13653 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13654
13655 * org.el (org-remove-empty-overlays-at)
13656 (org-clean-visibility-after-subtree-move): New functions.
13657 (org-move-subtree-down): Simplify cleanup of display.
13658
13659 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13660
13661 * org-mac-message.el (org-mac-message-get-links): Improve
13662 docstring. Make argument SELECT-OR-FLAGGED optional, default to
13663 "s". Fix the return value.
13664 (org-mac-message-insert-flagged): Simplify.
13665
13666 * org.el (org-refile-get-location): Tamper with refile history o
13667 that history contains compete matches instead of the entered
13668 string.
13669
13670 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13671
13672 * org.el (org-store-link): Never store a link to an inline task.
13673
13674 * org-footnote.el (org-footnote-goto-local-insertion-point):
13675 Skip inline tasks when positioning footnotes.
13676
13677 * org.el (org-refile): Remove the END line when archiving an
13678 inline task that does have an END line.
13679
13680 * org-archive.el (org-archive-subtree): Remove the END line when
13681 archiving an inline task that does have an END line.
13682
13683 * org-macs.el (org-with-limited-levels): New macro.
13684 (org-get-limited-outline-regexp): New function.
13685
13686 * org-exp.el (org-export-format-source-code-or-example): Fix bug
13687 that did not enumerate first line.
13688 (org-export-mark-radio-links): Skip matches in links.
13689
13690 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13691
13692 * org.el (org-activate-plain-links): Make single-match.
13693 (org-adapt-indentation): Fix docstring.
13694
13695 * org-macs.el (org-unmodified): Turn of modification hooks while
13696 running this macro.
13697
13698 2009-08-06 Bastien Guerry <bzg@altern.org>
13699
13700 * org.el (org-adapt-indentation): Slightly improve the docstring.
13701 (org-occur): Sends an error when the user inputs an empty string.
13702 (org-priority): Bugfix: the tag alignement should happen within
13703 save-excursion.
13704
13705 2009-08-06 Bastien Guerry <bzg@altern.org>
13706
13707 * org.el (org-make-link-regexps): Don't exclude parentheses from
13708 `org-plain-link-re'.
13709 (org-cycle-internal-local): When locally cycling, switch directly
13710 from CHILDREN to FOLDED if there is no subtree.
13711 (org-cycle): Update the docstring to document the new behavior of
13712 `org-cycle-internal-local'.
13713
13714 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
13715
13716 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
13717 an abbreviated format for days.
13718
13719 2009-08-06 Bastien Guerry <bzg@altern.org>
13720
13721 * org-protocol.el (org-protocol-default-template-key):
13722 New option.
13723
13724 * org.el (org-refile): Bugfix: save-excursion before reading the
13725 refile target, otherwise cursor moves might confuse `org-refile'.
13726
13727 * org.el (org-toggle-heading): Bugfix: correctly convert list
13728 items before the first headline.
13729
13730 * org.el (org-provide-todo-statistics): Allow a list of TODO
13731 keywords to compute statistics against headlines containing a
13732 keyword from this list.
13733 (org-update-parent-todo-statistics): Possibly use the new allowed
13734 value of `org-provide-todo-statistics'.
13735
13736 2009-08-06 Bastien Guerry <bzg@altern.org>
13737
13738 * org-timer.el: Add autoload cookie.
13739
13740 * org.el (org-occur-link-in-agenda-files): New function.
13741
13742 * org-timer.el (org-timer-last-timer): New variable.
13743
13744 * org-agenda.el (org-agenda-mode-map): New key for
13745 org-timer-set-timer called from the agenda.
13746
13747 * org.el (org-mode-map): New key for org-timer-set-timer.
13748
13749 * org-timer.el (org-timer-reset-timers)
13750 (org-timer-show-remaining-time, org-timer-set-timer):
13751 New functions.
13752
13753 * org-clock.el (org-show-notification): Update the docstring.
13754
13755 * org.el (org-provide-todo-statistics): Allow new value
13756 'all-headlines for this option, which includes entries with no
13757 TODO keywords in the todo statistics.
13758 (org-update-parent-todo-statistics): Possibly use the new
13759 'all-headline value from `org-provide-todo-statistics'.
13760
13761 2009-08-06 Bastien Guerry <bzg@altern.org>
13762
13763 * org-clock.el (org-dblock-write:clocktable): Add a new option
13764 :timestamp which allows display of timestamps in clock reports.
13765
13766 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
13767 list to a subtree, preserving the structure of the list.
13768 (org-set-emph-re): Make the last element optional in the regexp.
13769 This regexp now matches an emphasized string at the end of a line.
13770
13771 * org-list.el (org-list-goto-true-beginning)
13772 (org-list-make-subtree, org-list-make-subtrees): New functions.
13773
13774 * org.el (org-eval-in-calendar): Select the right frame.
13775 (org-save-frame-excursion): Remove this macro.
13776
13777 2009-08-06 Bastien Guerry <bzg@altern.org>
13778
13779 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
13780 trying to find the beginning of a list.
13781
13782 * org-exp.el (org-get-file-contents): Use a new argument: markup.
13783 When present, tell org-get-file-contents not to protect org-like
13784 lines.
13785
13786 * org-id.el (org-id-uuid-program): New option to set the name of
13787 the uuidgen program.
13788 (org-id-method): Use `org-id-uuid-program'.
13789 (org-id-new): Use `org-id-uuid-program'.
13790
13791 2009-08-06 Bastien Guerry <bzg@altern.org>
13792
13793 * org-exp.el (org-export-number-lines): Allow whitespace in code
13794 references. Allow the -r switch to remove the references in the
13795 source code even when the lines are not numbered: the labels can
13796 be explicit enough.
13797
13798 * org.el (org-fontify-whole-heading-line): New option.
13799 (org-set-font-lock-defaults): Use the new option.
13800
13801 * org-clock.el (org-show-notification-handler): New option.
13802 (org-show-notification): Use the new option.
13803
13804 2009-08-06 Bastien Guerry <bzg@altern.org>
13805
13806 * org.el (org-eval-in-calendar): Fix a bug about calendar
13807 navigation when `calendar-setup' value is 'calendar-only.
13808
13809 2009-08-06 Bastien Guerry <bzg@altern.org>
13810
13811 * org.el (orgstruct++-mode): Fix typo in docstring.
13812 (org-insert-link): Clean up: (or (...)) => (...)
13813 (org-insert-link): Use TAB for stored links completion.
13814
13815 2009-08-06 Bastien Guerry <bzg@altern.org>
13816
13817 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
13818 building the list of targets.
13819
13820 * org-remember.el (org-remember-delete-empty-lines-at-end):
13821 New option.
13822 (org-remember-handler): Use the new option.
13823
13824 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13825
13826 * org.el (org-tags-sort-function): New option for sorting tags.
13827 (org-set-tags): Use the new option to sort tags.
13828
13829 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
13830 premature deletion of the data when using org-plot in a script.
13831
13832 2009-08-06 Bastien Guerry <bzg@altern.org>
13833
13834 * org-clock.el (org-clock-in-prepare-hook): New hook.
13835 (org-clock-in): Use this new hook.
13836
13837 2009-08-06 Bastien Guerry <bzg@altern.org>
13838
13839 * org.el (org-special-ctrl-a/e): Explicitly bind the value
13840 'reversed for this option to the "true line boundary first"
13841 behavior.
13842 (org-tags-match-list-sublevels): Document the 'indented value for
13843 this variable.
13844
13845 * org-latex.el (org-export-latex-first-lines): Fix problem with
13846 publishing the region.
13847
13848 * org-exp.el (org-export-format-source-code-or-example):
13849 Fix bad line numbering when exporting examples in HTML.
13850
13851 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13852
13853 * org-colview.el (org-format-time-period): Formats a time in
13854 fractional days as days, hours, mins, seconds.
13855 (org-columns-display-here): Add special handling for SINCE and
13856 SINCE_IA to format for display.
13857
13858 * org.el (org-time-since): Add a function to get the time since an
13859 org timestamp.
13860 (org-entry-properties): Add two new special properties: SINCE and
13861 SINCE_IA. These give the time since any active or inactive
13862 timestamp in an entry.
13863 (org-special-properties): Add SINCE, SINCE_IA.
13864 (org-tags-sort-function): Add custom declaration for tags
13865 sorting function.
13866 (org-set-tags): Sort tags if org-tags-sort-function is set.
13867
13868 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13869
13870 * org-clock.el (org-clock-goto): Find hidden headlines as well.
13871
13872 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
13873
13874 * org-plot.el (org-plot/add-options-to-plist): Add timeind
13875 option.
13876
13877 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13878
13879 * org-publish.el (org-publish-remove-all-timestamps): New function.
13880 (org-publish-all): Remove all timestamp files if `org-publish-all'
13881 is called with a prefix argument.
13882
13883 * org-list.el (org-indent-item): Fix typo.
13884 (org-item-indent-positions): Normalize ordered bullet.
13885
13886 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13887
13888 * org-macs.el (org-set-local): Make a local variable, do not make
13889 the variable buffer-local!
13890
13891 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
13892
13893 * org-exp.el (org-infile-export-plist): Read BIND lines.
13894 (org-install-letbind): New function.
13895 (org-export-as-org, org-export-preprocess-string):
13896 Call `org-install-letbind'.
13897
13898 * org-list.el (org-list-demote-modify-bullet): New option.
13899 (org-first-list-item-p): Save point.
13900 (org-fix-bullet-type): New optional argument FORCE-BULLET.
13901 (org-indent-item): Honor `org-list-demote-modify-bullet'.
13902 (org-item-indent-positions): Return bullet types along with
13903 indentation.
13904
13905 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13906
13907 * org.el (org-show-entry): Hide drawers.
13908
13909 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13910
13911 * org-footnote.el (org-footnote-auto-adjust): New option.
13912 (org-footnote-auto-adjust-maybe): New function.
13913 (org-footnote-new, org-footnote-delete):
13914 Call `org-footnote-auto-adjust-maybe'.
13915
13916 * org.el (org-startup-options): Add new footnote-related
13917 keywords.
13918
13919 * org-publish.el (org-publish-timestamp-filename): Additional
13920 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
13921 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
13922 TRUE-PUB-DIR. Pass them through to
13923 `org-publish-timestamp-filename'.
13924 (org-publish-update-timestamp): Additional arguments PUB-DIR and
13925 PUB-FUNC, which are included in the hash.
13926 (org-publish-file): Delay timestamp test until the publishing
13927 function is known.
13928
13929 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13930
13931 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
13932 setting the deadline.
13933
13934 * org.el (org-read-date-final-answer): New variable.
13935 (org-read-date): Store the final answer string, including the date
13936 from the calendar, for reuse by agenda bulk commands.
13937
13938 * org-publish.el (org-publish-attachment): Fix publishing of
13939 attachments.
13940
13941 * org-latex.el (org-export-latex-quotation-marks): Fix export of
13942 quotation makrs in parenthesis.
13943 (org-remove-initial-hash): New function.
13944 (org-export-latex-preprocess): Fix bug with infinite loop if
13945 environment is not properly closed.
13946
13947 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
13948 when indented.
13949
13950 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
13951 highlight also when indented.
13952
13953 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13954
13955 * org-footnote.el (org-footnote-renumber-fn:N): New command.
13956 (org-footnote-action): Offer renumbering.
13957
13958 * org.el (org-cycle): Honor the `integrate' value of
13959 org-cycle-include-plain-lists'.
13960
13961 * org-list.el (org-cycle-include-plain-lists): New allowed value
13962 `internal'. Improve the docstring.
13963
13964 * org.el (org-set-autofill-regexps): Improve the paragraph-start
13965 regexp to work better with LaTeX commands.
13966
13967 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13968
13969 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
13970 and eps extensions.
13971
13972 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13973
13974 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
13975 loaded.
13976
13977 * org.el (org-map-entries): No longer force
13978 `org-tags-match-list-sublevels' to t during a todo-only tags
13979 search.
13980
13981 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13982
13983 * org-latex.el (org-export-latex-low-levels): Allow user-defined
13984 environment.
13985 (org-export-latex-subcontent): Handle user-defined environment.
13986
13987 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
13988 the View dispatcher.
13989
13990 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
13991 `make-overlay'.
13992
13993 * org-latex.el (org-export-as-pdf): Protect match data during call
13994 to shell-quote-argument.
13995
13996 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
13997 (org-agenda-view-mode-dispatch): New function.
13998
13999 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14000
14001 * org-agenda.el (org-agenda-mode): Reset list of marks.
14002 (org-agenda-mode-map): Define new keys for refile and bulk action.
14003 (org-agenda-menu): Add menu itesm for refile and bulk action.
14004 (org-agenda-refile): New function.
14005 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
14006 (org-agenda-marked-entries): New variable.
14007 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
14008 (org-agenda-remove-all-bulk-action-marks)
14009 (org-agenda-bulk-action): New functions/commands.
14010
14011 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14012
14013 * org-exp.el (org-get-file-contents): Protect org-like lines in
14014 included files.
14015 (org-export-format-source-code-or-example): Remove newlines.
14016
14017 * org-latex.el (org-export-latex-links): Check for no-description
14018 marking.
14019
14020 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
14021 argument separator back to comma.
14022 (org-export-normalize-links): Mark links without description.
14023
14024 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14025
14026 * org-exp.el (org-infile-export-plist): Fix bug in macro
14027 processing.
14028
14029 * org-agenda.el (org-agenda-clock-out): Update line after clocking
14030 out.
14031 (org-agenda-highlight-todo): Fix bug with highlighting.
14032
14033 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14034
14035 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
14036 new alignment strings.
14037
14038 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
14039 command list.
14040 (org-table-align): Check for forced align type.
14041
14042 * org.el (org-self-insert-command): Add yas/expand to command
14043 list.
14044
14045 * org-clock.el (org-clock-in-hook): New hook.
14046 (org-clock-in): Run `org-clock-in-hook.
14047 (org-clock-out-hook): New hook.
14048 (org-clock-out): Run `org-clock-out-hook.
14049 (org-clock-cancel-hook): New hook.
14050 (org-clock-cancel): Run `org-clock-cancel-hook.
14051 (org-clock-goto-hook): New hook.
14052 (org-clock-goto): Run `org-clock-goto-hook.
14053
14054 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14055
14056 * org.el (org-store-link): Better default description for link to
14057 Org-mode headline.
14058
14059 * org-exp.el (org-export-generic): Autoload the generic exporter
14060 function.
14061 (org-export): Implement the `g' key for the generic exporter.
14062
14063 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14064
14065 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
14066 and for zbacktab'.
14067
14068 * org-exp.el (org-infile-export-plist): Get macros also from
14069 #+SETUPFILE.
14070
14071 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14072
14073 * org-colview.el (org-columns-capture-view): Protect vertical bars
14074 in column values.
14075 (org-columns-capture-view): Exclude comment and archived trees.
14076
14077 * org-colview-xemacs.el (org-columns-capture-view):
14078 Protect vertical bars in column values.
14079 (org-columns-capture-view): Exclude comment and archived trees.
14080
14081 * org.el (org-quote-vert): New function.
14082
14083 * org-latex.el (org-export-latex-verbatim-wrap): New option.
14084
14085 * org-exp.el (org-export-format-source-code-or-example):
14086 Use `org-export-latex-verbatim-wrap'.
14087
14088 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
14089 time stamps.
14090
14091 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
14092
14093 * org-exp-blocks.el: New file.
14094
14095 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14096
14097 * org-remember.el (org-remember-templates): Allow the headline
14098 element to be a function.
14099 (org-remember-apply-template): If the headline is a function, call
14100 it to get the true function.
14101
14102 * org-clock.el (org-clock-menu): New function.
14103 (org-clock-update-mode-line): Update help string.
14104 (org-clock-modify-effort-estimate): New function.
14105 (org-clock-mark-default-task): New function.
14106
14107 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
14108 minutes as input.
14109 (org-org-menu): Add new clocking stuff.
14110 (org-clock-is-active): New function.
14111
14112 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14113
14114 * org.el (org-open-non-existing-files): Improve docstring.
14115
14116 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14117
14118 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
14119 New option.
14120 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
14121
14122 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
14123
14124 * org-list.el (org-get-checkbox-statistics-face): Use the new
14125 faces.
14126
14127 * org-faces.el (org-checkbox-statistics-todo)
14128 (org-checkbox-statistics-done): New faces.
14129
14130 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14131
14132 * org-latex.el (org-export-latex-use-verb): New variable.
14133 (org-export-latex-emph-format): Prefer \texttt over \verb when
14134 org-export-latex-use-verb is set.
14135
14136 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14137
14138 * org-remember.el (org-remember-handler): Abort remember if the
14139 buffer is empty.
14140
14141 * org-exp.el (org-export-format-source-code-or-example):
14142 Run `org-src-mode-hook'.
14143
14144 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14145
14146 * org.el (org-indent-line-function): Fix indentation of +#end lines.
14147
14148 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14149
14150 * org-gnus.el (org-gnus-store-link): Require message.el in
14151 org-gnus-store-link.
14152
14153 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14154
14155 * org-src.el: New file, split out of org.el.
14156
14157 * org-macs.el (org-replace-match-keep-properties): New function.
14158
14159 * org-exp.el (org-export-mark-blockquote-verse-center):
14160 Better preprocessing of center and quote and verse blocks.
14161
14162 * org-list.el (org-list-end): Respect the stored "original"
14163 indentation when determining the end of the list.
14164
14165 * org-exp.el (org-export-replace-src-segments-and-examples):
14166 Remember indentation correctly.
14167
14168 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14169
14170 * org-clock.el (org-clock-update-mode-line): Apply face
14171 org-mode-line-clock.
14172
14173 * org-faces.el (org-mode-line-clock): New face.
14174
14175 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14176
14177 * org-gnus.el (org-gnus-store-link): Fix bug where
14178 `org-gnus-store-link' used wrong subject when called in an article
14179 buffer. Patch provided by fengli AT gmail DOT com.
14180
14181 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14182
14183 * org-exp.el (org-export-format-source-code-or-example):
14184 Remember the original indentation of source code snippets and examples.
14185
14186 * org-latex.el (org-export-as-latex): Relocate the table of
14187 contents.
14188
14189 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
14190
14191 * org-agenda.el (org-run-agenda-series): Scope global options also
14192 when creating the agenda buffer.
14193
14194 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14195
14196 * org.el (org-adapt-indentation): Improve documentation.
14197 (org-insert-property-drawer): Respect org-adapt-indentation when
14198 inserting the drawer.
14199 (org-remove-flyspell-overlays-in): New function.
14200 (org-do-emphasis-faces, org-activate-plain-links)
14201 (org-activate-code, org-fontify-meta-lines-and-blocks)
14202 (org-activate-angle-links, org-activate-footnote-links)
14203 (org-activate-bracket-links, org-activate-dates)
14204 (org-activate-target-links, org-activate-tags): Remove flyspell
14205 overlays.
14206
14207 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14208
14209 * org.el (org-edit-src-save): New function.
14210
14211 * org-clock.el (org-clock-out-switch-to-state): New option.
14212 (org-clock-out): Honor `org-clock-out-switch-to-state'.
14213
14214 * org-compat.el (org-compatible-face): Improve macro.
14215
14216 * org.el (org-global-properties-fixed): Add default for
14217 CLOCK_MODELINE_TOTAL.
14218
14219 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
14220 and tend.
14221 (org-clock-sum-current-item): Optional argument TSTART, pass it to
14222 org-clock-sum.
14223 (org-clock-get-sum-start): New function.
14224
14225 * org.el (org-startup-options): New keywords blockhide and
14226 blockshow.
14227 (org-mode): Add new invisibility spec.
14228 (org-set-startup-visibility): Hide block on startup if so
14229 desired.
14230 (org-hide-block-startup): New option.
14231 (org-block-regexp): New constant.
14232 (org-hide-block-overlays): New variable.
14233 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
14234 (org-show-block-all, org-hide-block-toggle-maybe)
14235 (org-hide-block-toggle): New functions.
14236 (org-edit-src-exit): Do not quote lines starting with # and no +
14237 behind it.
14238 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
14239 entry.
14240
14241 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14242
14243 * org.el (org-buffer-property-keys): Add Effort property for
14244 completion.
14245
14246 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14247
14248 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
14249 when retrieving total clocked time in the subtree.
14250
14251 * org.el (org-quoting-blocks): New variable.
14252
14253 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14254
14255 * org-table.el (org-table-store-formulas)
14256 (org-table-get-stored-formulas, org-table-fix-formulas)
14257 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
14258 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
14259
14260 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
14261 Allow indented #+TBLFM line.
14262
14263 * org-footnote.el (org-footnote-goto-local-insertion-point):
14264 Allow indented #+TBLFM line.
14265
14266 * org-colview.el (org-dblock-write:columnview): Allow indented
14267 #+TBLFM line.
14268
14269 * org-colview-xemacs.el (org-dblock-write:columnview):
14270 Allow indented #+TBLFM line.
14271
14272 * org-clock.el (org-dblock-write:clocktable): Allow indented
14273 #+TBLFM line.
14274
14275 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14276
14277 * org-exp.el (org-export-format-source-code-or-example):
14278 Make editing indented blocks work correctly.
14279
14280 * org.el (org-edit-src-nindent): New variable.
14281 (org-edit-src-code, org-edit-fixed-width-region)
14282 (org-edit-src-find-region-and-lang, org-edit-src-exit):
14283 Make editing indented blocks work correctly.
14284
14285 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14286
14287 * org-exp.el (org-export-replace-src-segments-and-examples):
14288 Find indented blocks.
14289 (org-export-format-source-code-or-example): Fix indentation of
14290 blocks.
14291 (org-export-remove-indentation): New function.
14292 (org-export-select-backend-specific-text): Allow backend-specific
14293 code to be indented.
14294 (org-export-mark-blockquote-verse-center): Allow markers to be
14295 indented.
14296
14297 * org.el (org-fontify-meta-lines): New function.
14298 (org-set-font-lock-defaults): Call the new fontification
14299 function.
14300
14301 * org-faces.el (org-meta-line): New face.
14302 (org-block): New face.
14303
14304 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14305
14306 * org.el (org-treat-insert-todo-heading-as-state-change)
14307 (org-treat-S-cursor-todo-selection-as-state-change):
14308 New variables.
14309 (org-insert-todo-heading):
14310 Honor `org-treat-insert-todo-heading-as-state-change'.
14311 (org-shiftright, org-shiftleft):
14312 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
14313 (org-inhibit-logging): New variable.
14314
14315 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14316
14317 * org-agenda.el (org-remove-subtree-entries-from-agenda):
14318 Reduce range for marker position checking.
14319
14320 * org-latex.el (org-export-latex-first-lines): Fix bug when
14321 exporting a region.
14322
14323 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14324
14325 * org-exp.el (org-export-push-to-kill-ring): Protect using
14326 x-set-selection, because that does not always work.
14327
14328 * org-agenda.el (org-agenda-list): Apply the new face
14329 `org-agenda-date-today'.
14330
14331 * org-faces.el (org-agenda-date-today): New face.
14332
14333 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14334
14335 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
14336 creating appointments.
14337
14338 * org-latex.el (org-export-latex-low-levels): Fix customization
14339 type.
14340
14341 * org.el (org-priority, org-shiftup, org-shiftdown):
14342 Disable priority commands.
14343
14344 * org-agenda.el (org-agenda-priority): Disable priority commands.
14345
14346 * org.el (org-enable-priority-commands): New option.
14347
14348 * org-colview-xemacs.el (org-columns-compute)
14349 (org-columns-number-to-string): Fix problems with empty fields.
14350
14351 * org-colview.el (org-columns-compute)
14352 (org-columns-number-to-string): Fix problems with empty fields.
14353
14354 * org-exp.el (org-export-push-to-kill-ring): New function.
14355 (org-export-copy-to-kill-ring): New option.
14356
14357 * org-latex.el (org-export-as-latex):
14358 Call `org-export-push-to-kill-ring'.
14359
14360 * org-exp.el (org-export-show-temporary-export-buffer):
14361 New option.
14362
14363 * org-latex.el (org-export-as-latex):
14364 Use `org-export-show-temporary-export-buffer'.
14365
14366 * org-exp.el (org-export-show-temporary-export-buffer):
14367 New option.
14368 (org-export-push-to-kill-ring): New function.
14369
14370 * org-colview.el (org-columns-compile-map): New variable.
14371 (org-columns-new, org-columns-compute)
14372 (org-columns-number-to-string, org-columns-uncompile-format)
14373 (org-columns-compile-format): Implement new operators.
14374
14375 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14376
14377 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
14378
14379 * org-list.el (org-update-checkbox-count): Make property
14380 dependent.
14381
14382 * org.el (org-hierarchical-todo-statistics): New option.
14383 (org-update-parent-todo-statistics): Modify to handle recursive
14384 statistics.
14385
14386 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14387
14388 * org-publish.el (org-publish): Make this function behave
14389 correctly in interactive use when called with a prefix argument.
14390
14391 * org.el (org-todo-statistics-hook): New hook.
14392 (org-update-parent-todo-statistics): Use new hook.
14393 (org-log-into-drawer): New function.
14394 (org-add-log-setup): Use the new `org-log-into-drawer' function to
14395 determine if we should be logging into a drawer.
14396 (org-log-into-drawer): Update docstring.
14397 (org-default-properties): Add LOG_INTO_DRAWER as a property.
14398
14399 * org-list.el (org-checkbox-statistics-hook): New hook.
14400 (org-update-checkbox-count-maybe): Use new hook.
14401
14402 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14403
14404 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
14405 better buffer-generating mechanism.
14406 (org-edit-src-find-buffer): New function.
14407
14408 * org-icalendar.el (org-print-icalendar-entries): Don't check for
14409 archive tag, this is already done by `org-agenda-skip'.
14410 data while constructing lost of tags.
14411
14412 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14413
14414 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
14415 as argument separator in macros.
14416
14417 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14418
14419 * org.el (org-after-sorting-entries-or-items-hook): New hook.
14420 (org-sort-entries-or-items): Run the new hook.
14421 (org-after-refile-insert-hook): New hook.
14422 (org-refile): Run `org-after-refile-insert-hook'.
14423
14424 * org-agenda.el (org-agenda-get-progress): Never take time of day
14425 from headline when displaying progress.
14426
14427 * org-latex.el (org-export-latex-complex-heading-re): New variable.
14428 (org-export-as-latex): Force the correct regexp in the
14429 preprocessor buffer.
14430 (org-export-latex-set-initial-vars):
14431 Set `org-export-latex-complex-heading-re'.
14432
14433 * org-agenda.el (org-agenda-start-with-log-mode): New option.
14434 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
14435
14436 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14437
14438 * org-latex.el (org-export-latex-tables-centered): New option.
14439 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
14440
14441 * org-exp.el (org-export-as-org): New command.
14442 (org-export-as-org): New command.
14443
14444 * org-publish.el (org-publish-org-to-org): New function.
14445
14446 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14447
14448 * org.el (org-yank): Just call `org-yank-generic'.
14449 (org-yank-generic): New function, containing the formaer
14450 functionality of `org-yank'.
14451
14452 * org-latex.el (org-export-latex-not-done-keywords)
14453 (org-export-latex-done-keywords): New variables.
14454 (org-export-latex-todo-keyword-markup): New option.
14455 (org-export-latex-set-initial-vars): Remember the TODO keywords.
14456 (org-export-latex-keywords-maybe): Apply the TODO markup.
14457
14458 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14459
14460 * org-exp.el (org-infile-export-plist): Add more default macros.
14461 (org-export-preprocess-apply-macros): Process macro arguments.
14462
14463 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14464
14465 * org-icalendar.el (org-icalendar-include-todo): New allowed value
14466 `unblocked'.
14467 (org-print-icalendar-entries): Respect the new value of
14468 `org-icalendar-include-todo'.
14469
14470 * org.el (org-link-try-special-completion)
14471 (org-file-complete-link): New functions.
14472 (org-insert-link): Add special completion support for some link
14473 types.
14474
14475 * org-bbdb.el (org-bbdb-complete-link): New function.
14476
14477 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14478
14479 * org-list.el (org-update-checkbox-count): Allow recursive
14480 statistics.
14481 (org-hierarchical-checkbox-statistics): New option.
14482
14483 * org.el (org-cycle): Remove erraneous space character.
14484
14485 * org-icalendar.el (org-icalendar-timezone): Initialize from
14486 environment.
14487
14488 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14489
14490 * org.el (org-autoload): Fix autoloading of ascii export
14491 functions.
14492 (org-modules): Add org-special-blocks.
14493
14494 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14495
14496 * org-icalendar.el (org-start-icalendar-file): Use the new option.
14497 (org-ical-timezone): New option.
14498
14499 * org-exp.el (org-export-get-coderef-format): Use the description
14500 is present.
14501
14502 * org.el (org-sort-entries-or-items): Improve docstring, and make
14503 better implementation for time sorting.
14504
14505 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14506
14507 * org.el (org-edit-src-persistent-message): New option.
14508 (org-edit-src-code, org-edit-fixed-width-region): Use the new
14509 option.
14510
14511 * org-clock.el (org-clock-insert-selection-line): Fix prefious
14512 patch.
14513
14514 * org.el (org-edit-src-code, org-edit-fixed-width-region):
14515 Use separate buffer instead of indirect buffer to edit source code.
14516 (org-edit-src-exit): Make this function work with the new setup.
14517
14518 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
14519 are properly fontified before shown in the selection menu.
14520
14521 * org.el (org-fontify-like-in-org-mode): New function.
14522
14523 * org-latex.el (org-export-latex-links): Use the property list to
14524 retrieve the default image attributes.
14525
14526 * org-exp.el (org-export-plist-vars): Add a new option.
14527
14528 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14529
14530 * org-exp.el (org-export, org-export-visible): Support ASCII
14531 export to buffer.
14532 (org-export-normalize-links): Do not protect the description if it
14533 is explicitly given.
14534
14535 * org-list.el (org-reset-checkbox-state-subtree): Move here from
14536 org-checklist.el.
14537 (org-reset-checkbox-state-subtree):
14538 Call `org-reset-checkbox-state-subtree'.
14539
14540 * org-remember.el (org-select-remember-template): For the
14541 selection of a valid template.
14542
14543 * org-latex.el (org-export-region-as-latex): Supply the
14544 force-no-subtree argument.
14545 (org-export-as-latex): Provide better limits when exporting the
14546 first line. When exporting to string, we still want the first
14547 lines.
14548 (org-export-latex-first-lines): New argument END, to force the end
14549 of the region.
14550 (org-export-region-as-latex): Use the property list.
14551 (org-export-as-latex): ????
14552
14553 * org-colview-xemacs.el (org-columns-remove-overlays)
14554 (org-columns): Fix call to `local-variable-p'.
14555
14556 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14557
14558 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
14559 (org-export-latex-preprocess): Run the new hook.
14560
14561 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
14562 (org-export-preprocess-string): Run the new hook.
14563
14564 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14565
14566 * org-macs.el (org-check-external-command): New defsubst.
14567
14568 * org.el (org-mode-map): New key for reload.
14569 (org-format-latex): Better error message when external programs
14570 are not available.
14571
14572 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
14573
14574 * org.el (org-sort-entries-or-items): Explicit sorting function
14575 for priorities, needed for XEmacs compatibility.
14576
14577 * org-remember.el (org-remember-apply-template): Improve auto-save
14578 behavior.
14579
14580 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14581
14582 * org-latex.el (org-export-latex-preprocess): Also protect
14583 environments ending in a star.
14584
14585 * org-list.el (org-at-item-p): Fix regular expression.
14586
14587 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14588
14589 * org.el (org-end-of-subtree): Improve speed.
14590
14591 * org-agenda.el (org-agenda-get-timestamps)
14592 (org-agenda-get-progress, org-agenda-get-deadlines)
14593 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
14594 in particular, wait as long as possible to collect the tags.
14595 (org-stuck-projects): Improve docstring.
14596
14597 * org.el (org-store-link): No errors when getting custom id before
14598 first headline.
14599 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
14600
14601 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14602
14603 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
14604
14605 * org-protocol.el: Remove dependency on url.el.
14606 (org-protocol-unhex-compound, org-protocol-open-source):
14607 Remove dependency on url.el.
14608
14609 * org-latex.el (org-export-as-pdf):
14610 Use `org-latex-to-pdf-process'.
14611
14612 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14613
14614 * org-latex.el (org-latex-to-pdf-process): New option.
14615
14616 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
14617 New option.
14618 (org-agenda-get-timestamps):
14619 Honor `org-agenda-skip-additional-timestamps-same-entry'.
14620
14621 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
14622 (org-clock-goto): Find recent task only if
14623 `org-clock-goto-may-find-recent-task' allows it.
14624
14625 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
14626 drawers, and drawers that are missing the :END: line.
14627
14628 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14629
14630 * org-clock.el (org-clock-goto): Go to recently clocked task if no
14631 clock is running.
14632
14633 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14634
14635 * org.el (org-update-parent-todo-statistics): Check for
14636 STATISTICS_FROM property.
14637
14638 * org-list.el (org-update-checkbox-count): Check for
14639 STATISTICS_FROM property.
14640
14641 * org.el (org-tab-first-hook)
14642 (org-tab-after-check-for-table-hook)
14643 (org-tab-after-check-for-cycling-hook): New hooks.
14644 (org-cycle-internal-global, org-cycle-internal-local):
14645 New functions, split out from `org-cycle'.
14646 (org-cycle): Call the new hooks.
14647
14648 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14649
14650 * org-exp.el (org-export-preprocess-string): Reset the list of
14651 preferred targets for each run of the preprocessor.
14652
14653 * org.el (org-refile-target-verify-function):
14654 Improve documentation.
14655 (org-get-refile-targets): Respect point being moved by the
14656 verification function.
14657
14658 * org-latex.el (org-export-latex-timestamp-keyword-markup):
14659 New option.
14660 (org-export-latex-keywords): Use new option.
14661
14662 * org.el (org-rear-nonsticky-at): New defsubst.
14663 (org-activate-plain-links, org-activate-angle-links)
14664 (org-activate-footnote-links, org-activate-bracket-links)
14665 (org-activate-dates, org-activate-target-links)
14666 (org-activate-tags): Place the rear-nonsticky properties at the
14667 correct location.
14668
14669 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14670
14671 * org-protocol.el (server-edit): Declare `server-edit'.
14672 (org-protocol-unhex-string, org-protocol-unhex-compound):
14673 New functions.
14674 (org-protocol-check-filename-for-protocol): Call `server-edit'.
14675
14676 * org.el (org-default-properties): New default properteis for
14677 completion.
14678
14679 * org-exp.el (org-export-add-subtree-options): Add new properties
14680 for subtree export.
14681
14682 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14683
14684 * org-id.el (org-id-get-with-outline-path-completion): Turn off
14685 org-refile-target-verify-function for the duration of the command.
14686
14687 * org.el (org-link-to-org-use-id): New possible value
14688 `create-if-interactive-and-no-custom-id'.
14689 (org-store-link): Use custom IDs.
14690 (org-link-search): Find custom ID properties from #link.
14691 (org-default-properties): Add CUSTOM_ID for property completion.
14692 (org-refile-target-verify-function): New option.
14693 (org-goto): Turn off org-refile-target-verify-function
14694 for the duration of the command.
14695
14696 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14697
14698 * org-exp.el (org-export-preferred-target-alist): New variable.
14699 (org-export-define-heading-targets): Find the new CUSTOM_ID
14700 property.
14701 (org-export-target-internal-links): Target the custom ids when
14702 possible.
14703
14704 * org-latex.el (org-export-latex-preprocess): Better regexp for
14705 matching latex macros with arguments.
14706
14707 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14708
14709 * org-remember.el (org-remember-handler): Allow filing to non-org
14710 files.
14711
14712 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
14713
14714 * org-table.el (org-table-fix-formulas): Do not change references
14715 to remote tables.
14716 (org-table-get-remote-range): Convert standard coordinates to RC
14717 format.
14718
14719 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
14720
14721 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14722
14723 * org-compat.el (org-sha1-string): Function removed.
14724
14725 * org.el (org-refile-allow-creating-parent-nodes): New option.
14726 (org-refile-get-location): New argument NEW-NODES.
14727 (org-refile): Call `org-refile-get-location' with the new
14728 argument.
14729 (org-refile-get-location): Arrange for adding a new child.
14730 (org-refile-new-child): New function.
14731
14732 * org-clock.el: Fix a number of docstrings.
14733 (org-clock-find-position): New argument
14734 FIND-UNCLOSED to make the function find an unclosed clock in the
14735 entry.
14736 (org-clock-in): Call `org-clock-find-position' with the new
14737 argument if we might be resuming a clock.
14738
14739 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14740
14741 * org-latex.el (org-export-latex-display-custom-times): New variable.
14742 (org-export-latex-timestamp-markup): New option.
14743 (org-export-latex-set-initial-vars): Remember the local value of
14744 `org-display-custom-times'.
14745 (org-export-latex-content): Process time stamps.
14746 (org-export-latex-time-stamps): New function.
14747
14748 * org-macs.el (org-maybe-intangible): Add intangible property
14749 again to invisible text.
14750
14751 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14752
14753 * org-exp.el (org-default-export-plist): Handle undefined
14754 variables.
14755
14756 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14757
14758 * org.el (org-sort-entries-or-items): Match TODO keywords
14759 case-sensitively, when sorting.
14760 (org-priority): Do not match TODO keywords with wrong case.
14761
14762 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14763
14764 * org.el (org-todo): Honor the NOBLOCKING property.
14765
14766 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
14767 NOBLOCKING property.
14768
14769 * org.el (org-scan-tags): Fix bug in tag scanner.
14770
14771 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14772
14773 * org.el (org-modules): Mark obsolete packages.
14774
14775 * org-html.el: New file, split out from org-exp.el.
14776
14777 * org-icalendar.el: New file, split out from org-exp.el.
14778
14779 * org-xoxo.el: New file, split out from org-exp.el.
14780
14781 * org-ascii.el: New file, split out from org-exp.el.
14782
14783 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14784
14785 * org-compat.el (org-find-library-name): New function.
14786
14787 * org.el (org-pre-cycle-hook): New hook.
14788 (org-cycle): Call the new hook in appropriate places.
14789 (org-reload): Only reload files that have been loaded before.
14790
14791 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14792
14793 * org.el (org-set-font-lock-defaults): Enforxe space or line end
14794 after todo keyword.
14795 (org-todo): When changing TODO state, do matching
14796 case-sensitively.
14797 (org-map-continue-from): New variable.
14798 (org-scan-tags): Respect values in `org-map-continue-from'.
14799 (org-reload): Make XEmacs compatible.
14800
14801 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14802
14803 * org-protocol.el (org-protocol-flatten-greedy): New function.
14804 (org-protocol-flatten): New function.
14805
14806 * org.el (org-open-link-from-string): Pass reference buffer to
14807 `org-open-at-point'.
14808 (org-open-at-point): New optional argument `reference-buffer'.
14809
14810 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14811
14812 * org.el (org-scan-tags): Make tag scan find headline in first
14813 line, 2nd attempt.
14814 (org-get-refile-targets): Add the naked file name.
14815 (org-refile): Store as top-level entry when only file name was
14816 given.
14817
14818 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
14819
14820 * org.el (org-block-todo-from-children-or-siblings-or-parent):
14821 Rename from org-block-todo-from-children-or-siblings, and
14822 enhanced to look for the parent's status as well.
14823
14824 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
14825 (org-agenda-get-progress): Add first notes line to log entry if so
14826 desired.
14827
14828 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14829
14830 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
14831 (org-agenda-cleanup-fancy-diary): Call the new hook.
14832
14833 * org-remember.el (org-remember-apply-template): Take the default
14834 for the annotation from the :annotation property.
14835
14836 * org-mac-message.el (org-mac-message-get-link): Remove the
14837 quotes.
14838 (org-mac-message-get-link): Return the result.
14839
14840 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14841
14842 * org.el (org-refile-get-location): Add file name only if not
14843 already included in outline path.
14844
14845 * org-faces.el (org-n-level-faces): Fix customization type from
14846 number to integer.
14847
14848 * org-exp.el (org-export-headline-levels): Fix customization type
14849 from number to integer.
14850
14851 * org-agenda.el (org-agenda-confirm-kill)
14852 (org-agenda-custom-commands-local-options)
14853 (org-timeline-show-empty-dates, org-agenda-ndays)
14854 (org-agenda-start-on-weekday, org-scheduled-past-days):
14855 Fix customization type from number to integer.
14856
14857 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14858
14859 * org-protocol.el: Declare some functions.
14860
14861 * org-agenda.el (org-agenda-compare-effort):
14862 Honor `org-sort-agenda-noeffort-is-high'.
14863 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
14864 (org-agenda-compare-effort): Implement the "?" operator for
14865 finding entries without effort setting.
14866
14867 * org.el (org-extract-attributes-from-string): New function.
14868
14869 * org-exp.el (org-export-splice-attributes): New function.
14870
14871 2009-08-06 Bastien Guerry <bzg@altern.org>
14872 Daniel M German <dmg@uvic.org>
14873 Sebastian Rose <sebastian_rose@gmx.de>
14874 Ross Patterson <me@rpatterson.net>
14875
14876 * org-protocol.el: New file.
14877
14878 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
14879
14880 * org-docbook.el: New file.
14881
14882 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14883
14884 * org-mouse.el: XEmacs compatibility fixes.
14885
14886 * org.el (org-modules): Add org-inlinetasks.el.
14887 (org-cycle): Implement limiting level on cycling.
14888 (org-move-subtree-down): Fix bug with swapping subtrees at end of
14889 buffer.
14890
14891 * org-inlinetask.el: New file.
14892
14893 * org.el (org-emphasis-regexp-components): Allow braces in
14894 emphasis pre and post match.
14895
14896 * org-footnote.el (org-footnote-normalize): When only sorting, do
14897 not insert inline notes at the end.
14898
14899 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
14900
14901 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14902
14903 * org.el (org-reftex-citation): New command.
14904
14905 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14906
14907 * org-agenda.el (org-agenda-cmp-user-defined): New option.
14908 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
14909 sorting options.
14910 (org-entries-lessp): Apply the new sorting option.
14911
14912 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
14913 blocker code, when an older sibling has children.
14914
14915 * org-mac-message.el (org-mac-message-get-link): Improve getting
14916 links from multiple selected messages.
14917
14918 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14919
14920 * org-remember.el (org-remember-finalize): Do not set buffer file
14921 name to nil.
14922 (org-remember-handler): Mark buffer as unmodified.
14923 (org-remember-handler): Delete backup file and show message about
14924 remaining backup files.
14925 (org-remember-auto-remove-backup-files): New option.
14926
14927 * org.el (org-store-link): Use buffer name as link description in
14928 w3-mode buffers.
14929 (org-ido-switchb): Fix argument bug for completion.
14930
14931 * org-remember.el (org-remember-apply-template): Set local
14932 variable `auto-save-visited-file-name' instead of global one.
14933
14934 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14935
14936 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
14937 (org-agenda-get-todos): Mark file tags as inherited.
14938 (org-agenda-list): Always search diary lines for a time.
14939
14940 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14941
14942 * org-feed.el: New file.
14943
14944 * org-exp.el (org-export-as-html): Close local lists depending on
14945 indentation, also when starting a table.
14946
14947 * org-remember.el (org-remember-backup-directory)
14948 (org-remember-backup-name): New internal variable.
14949
14950 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14951
14952 * org-clock.el (org-clock-out-if-current): Make buffer detection
14953 work in indirect buffers as well.
14954
14955 * org.el (org-emphasis-regexp-components): Add the exxclamation
14956 mark to the post-emphasis characters.
14957
14958 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14959
14960 * org.el (org-read-date-minibiffer-septup-hook): New hook.
14961 (org-read-date): Run the new hook.
14962
14963 * org-mac-message.el (org-mac-flagged-mail): New group.
14964 (org-mac-mail-account): New variable.
14965 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
14966 New commands.
14967
14968 * org-remember.el (org-remember-backup-directory): New variable.
14969 (org-remember-apply-template): Write file to backup directory.
14970
14971 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14972
14973 * org-mouse.el (org-mouse-todo-menu): New function.
14974 (org-mouse-todo-keywords): Function removed.
14975 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
14976
14977 * org-table.el (org-table-beginning-of-field)
14978 (org-table-end-of-field): New commands.
14979 (org-table-previous-field, org-table-beginning-of-field):
14980 Better error messages.
14981 (orgtbl-setup): Include `M-a' and `M-e'.
14982
14983 * org.el (org-backward-sentence, org-forward-sentence):
14984 New commands.
14985
14986 * org-colview.el (org-colview-initial-truncate-line-value):
14987 New variable.
14988 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
14989 (org-columns): Remember the value of `truncate-lines'.
14990
14991 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
14992 New variable.
14993 (org-columns-remove-overlays): Restore the value of
14994 `truncate-lines'.
14995 (org-columns): Remember the value of `truncate-lines'.
14996
14997 * org.el (org-columns-skip-arrchived-trees): New option.
14998
14999 * org-agenda.el (org-agenda-export-html-style): Define color for
15000 org-agenda-done face.
15001 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
15002 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
15003
15004 * org.el (org-scan-tags): Use the new face.
15005
15006 * org-faces.el (org-agenda-done): New face.
15007
15008 * org.el (org-scan-tags): Test the value org
15009 `org-tags-match-list-sublevels'.
15010 (org-tags-match-list-sublevels): New allowed value: indented.
15011
15012 * org-latex.el (org-export-latex-make-header): Apply macros
15013 in header.
15014
15015 * org-exp.el (org-export-apply-macros-in-string): New function.
15016
15017 * org-latex.el (org-export-latex-list-parameters): Fix bug
15018 with the definition of a checked box.
15019
15020 * org-clock.el (org-clock-find-position): Fix drawer indentations.
15021
15022 * org-latex.el (org-export-latex-low-levels): More options
15023 for how to process lower levels in LaTeX.
15024 (org-export-latex-subcontent): Better treatment for lists as a
15025 means of publishing lower levels.
15026
15027 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15028
15029 * org.el (org-set-font-lock-defaults): Use new checkbox face.
15030
15031 * org-faces.el (org-checkbox): New face.
15032
15033 * org-exp.el (org-export-html-preprocess): Only create LaTeX
15034 fragement images if there is an export file.
15035
15036 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15037
15038 * org-agenda.el (org-stuck-projects): Document that the subtree of
15039 projects that are not stuck will now be searched for stuck
15040 sub-projects.
15041 (org-agenda-skip-entry-when-regexp-matches)
15042 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
15043 (org-agenda-list-stuck-projects):
15044 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
15045
15046 * org-latex.el (org-export-latex-preprocess):
15047 Improve export of verses.
15048
15049 * org-exp.el (org-export-as-html): Implement centering as a div
15050 rather than a paragraph. Do a better job with line-end in verse
15051 environments.
15052
15053 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15054
15055 * org.el (org-open-at-point): Fix tags searches by mouse click.
15056
15057 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15058
15059 * org-latex.el (org-export-latex-preprocess): Implement the
15060 centering markup.
15061
15062 * org-exp.el (org-export-mark-blockquote-verse-center):
15063 Rename from `org-export-mark-blockquote-and-verse'.
15064 (org-export-as-html): Implement the centering markup.
15065
15066 * org-latex.el (org-export-latex-tables): Fix vertical
15067 lines in tables.
15068
15069 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15070
15071 * org.el (org-read-date-history): New variable.
15072 (org-read-date): Use new history variable.
15073 (org-toggle-heading): Fix bug when used before first headline.
15074 (org-store-log-note): Remove drawer if empty while note is
15075 aborted.
15076 (org-remove-empty-drawer-at): New function.
15077 (org-check-after-date): New command.
15078 (org-sparse-tree): New sparse tree command "a".
15079
15080 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
15081
15082 2009-08-06 Bastien Guerry <bzg@altern.org>
15083
15084 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
15085 column and a space, not only a column.
15086
15087 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15088
15089 * org-latex.el (org-export-latex-emphasis-alist):
15090 Better defaults for verbose emphasis.
15091 (org-export-latex-emph-format): New function.
15092 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
15093
15094 * org-agenda.el (org-agenda-menu): Add new commands to menu.
15095 (org-agenda-do-date-later, org-agenda-do-date-earlier)
15096 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
15097 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
15098 New commands.
15099
15100 * org.el (org-timestamp-change): Move end-time along with start
15101 time.
15102
15103 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15104
15105 * org-exp.el (org-export-target-internal-links)
15106 (org-export-as-html): Protect links specified as #name.
15107
15108 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15109
15110 * org.el (org-clone-subtree-with-time-shift): New command.
15111
15112 * org-latex.el (org-export-latex-special-chars)
15113 (org-export-latex-treat-sub-super-char): Fix subscript export.
15114
15115 * org-exp.el (org-create-multibrace-regexp): Do not add
15116 backslashes to the class.
15117
15118 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15119
15120 * org-colview.el (org-columns-map): Better functions for moving up
15121 and down a row, even if `truncate-line' is nil.
15122
15123 * org.el (org-insert-todo-heading): Make sure the keyword is
15124 inserted at the correct position.
15125
15126 * org-publish.el (org-publish-project-alist)
15127 (org-publish-projects, org-publish-org-index): Change default anme
15128 for the index of file names to "sitemap.org".
15129
15130 * org-latex.el (org-export-latex-tables):
15131 Use `org-split-string', for Emacs 21 compatibility.
15132
15133 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15134
15135 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
15136
15137 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15138
15139 * org-exp.el (org-export-page-description)
15140 (org-export-page-keywords): New variables.
15141 (org-export-plist-vars): Add entries for :keywords and
15142 :description.
15143 (org-infile-export-plist): Parse for new keywords.
15144 (org-get-current-options): Add new keywords.
15145 (org-export-as-html): Publish description and keywords.
15146
15147 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
15148 New option.
15149 (org-agenda-add-entry-text):
15150 Honor `org-agenda-add-entry-text-descriptive-links'.
15151
15152 * org-latex.el (org-export-latex-preprocess): Make all
15153 external preprocess functions use a PARAMETER arg.
15154
15155 * org-exp.el (org-export-preprocess-string)
15156 (org-export-select-backend-specific-text)
15157 (org-export-format-source-code-or-example)
15158 (org-format-org-table-html): Support docbook export.
15159 (org-export-preprocess-string): Make all external preprocess
15160 functions use a PARAMETER arg.
15161
15162 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15163
15164 * org-exp.el (org-export-html-style-include-scripts): New option.
15165 (org-export-plist-vars): Add new option
15166 `org-export-html-style-include-scripts'.
15167 (org-export-as-html): Honor new option
15168 `org-export-html-style-include-scripts'.
15169 (org-export-html-scripts, org-export-html-style-default):
15170 Fix xml issues with the Safari browser.
15171
15172 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15173
15174 * org-publish.el (org-publish-attachment): Only copy file when the
15175 directories differ.
15176
15177 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15178
15179 * org-clock.el (org-clocktable-steps): Use inactive time stamps
15180 for clocktable steps.
15181
15182 * org.el (org-additional-option-like-keywords): Add two more
15183 keywords.
15184
15185 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15186
15187 * org-exp.el (org-export-format-source-code-or-example):
15188 Mark temporary buffer unmodified, so that it will be killed even if
15189 mode like message mode has decided to assign a file name.
15190
15191 * org.el (org-scan-tags): Improve tag inheritance.
15192 (org-scan-tags, org-make-tags-matcher): Make tag comparison
15193 case-sensitive.
15194 (org-scan-tags): Use the internal tags list instead of creating it
15195 from scratch.
15196 (org-trust-scanner-tags, org-scanner-tags): New variables.
15197 (org-scan-tags): Set `org-scanner-tags'.
15198 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
15199 (org-map-entries): Document the possible speedup using scanner
15200 tags.
15201
15202 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15203
15204 * org.el (org-add-planning-info): Fix bug with looking for keyword
15205 only at column 0.
15206
15207 * org-agenda.el (org-agenda-custom-commands-local-options):
15208 Add option for tags filter preset.
15209 (org-prepare-agenda): Store filter preset as a property on the
15210 filter variable.
15211 (org-finalize-agenda): Call the filter, if there is a preset.
15212 (org-agenda-filter-by-tag): Filter again after clearing the
15213 filter, when there still is a preset.
15214 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
15215 Include the preset filter.
15216 (org-agenda-redo): Apply the filter again, also the preset filter.
15217
15218 * org-exp.el (org-export-as-html): Use IDs in the correct way.
15219
15220 * org.el (org-uuidgen-p): New function.
15221
15222 * org-agenda.el (org-agenda-fontify-priorities): New default value
15223 `cookies'.
15224 (org-agenda-fontify-priorities): Rename from
15225 org-fontify-priorities.
15226
15227 * org.el (org-set-font-lock-defaults):
15228 Call `org-font-lock-add-priority-faces'.
15229 (org-font-lock-add-priority-faces): New function.
15230
15231 * org-faces.el (org-set-tag-faces): New option.
15232 (org-priority-faces): New variable.
15233
15234 * org-exp.el (org-export-as-html): Add a "content" div around the
15235 entire content of the body tag.
15236 (org-export-html-get-bibliography): New function.
15237 (org-export-html-validation-link): New variable.
15238 (org-export-as-html): Add validation link to exported page.
15239
15240 * org.el (org-match-sparse-tree): Rename from
15241 `org-tags-sparse-tree'.
15242 (org-tags-sparse-tree): New alias.
15243
15244 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15245
15246 * org.el (org-get-valid-level): Catch the case where the level
15247 change is nil.
15248
15249 * org-clock.el (org-clock-find-position): Better indentation of
15250 new clock drawers.
15251
15252 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15253
15254 * org-agenda.el (org-agenda-quit): Delete window only when the
15255 frame-setup was not `current-window'.
15256
15257 * org.el (org-tag-persistent-alist): New option.
15258 (org-startup-options): Add keyword `noptag'.
15259 (org-fast-todo-selection): Handle :newline correctly.
15260 (org-set-tags): Handle :newline correctly.
15261 (org-fast-tag-selection): Handle :newline correctly.
15262
15263 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15264
15265 * org-exp.el (org-export-as-ascii): Reverse link buffer before
15266 outputting it.
15267 (org-export-ascii-push-links): Fix bug with pussing links into the
15268 export buffer.
15269
15270 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15271
15272 * org-archive.el (org-archive-subtree): Do not add 1 to level if
15273 pasting at top level.
15274
15275 * org-bbdb.el: Improve documentation.
15276
15277 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15278
15279 * org-list.el (org-insert-item): Only consider insert empty lines
15280 is `org-empty-line-terminates-plain-lists' is not nil.
15281
15282 * org.el (org-blank-before-new-entry): Mention the dependence on
15283 `org-empty-line-terminates-plain-lists' in the docstring.
15284
15285 * org-publish.el (org-publish-get-project-from-filename):
15286 New optional argument UP. Only find the top project if UP is set.
15287 (org-publish-current-project): Find the top encloding project.
15288
15289 * org-agenda.el (org-agenda-before-write-hook)
15290 (org-agenda-add-entry-text-maxlines): New options.
15291 (org-write-agenda): Run the new hook in the temporary buffer.
15292 (org-agenda-add-entry-text): New function.
15293 (org-write-agenda): Implement PDF export, using ps2pdf.
15294
15295 * org.el (org-global-properties-fixed, org-global-properties):
15296 Improve documentation string.
15297
15298 * org-exp.el (org-export-ascii-links-to-notes): New option.
15299 (org-export-as-ascii): Handle links better.
15300 (org-export-ascii-wrap, org-export-ascii-push-links):
15301 New functions.
15302
15303 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15304
15305 * org-agenda.el (org-agenda): Make prefix arg optional.
15306 (org-agenda-search-headline-for-time): New option.
15307 (org-format-agenda-item):
15308 Honor `org-agenda-search-headline-for-time'.
15309
15310 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
15311 characters.
15312
15313 * org.el (org-self-insert-cluster-for-undo): New option.
15314 (org-self-insert-command): Cluster undo for 20 characters.
15315 (org-self-insert-command-undo-counter): New variable.
15316
15317 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15318
15319 * org-exp.el (org-export-as-html): Fix problem with closing colone
15320 example.
15321
15322 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15323
15324 * org-latex.el (org-export-as-latex)
15325 (org-export-latex-first-lines): Avoid modification flag when
15326 adding or removing text properties.
15327 (org-export-latex-fontify): Catch error when org-emph-alist has
15328 entries that are not defined for LaTeX export.
15329
15330 * org-export-latex.el: Rename to org-latex.el.
15331
15332 * org-latex.el: Rename from org-export-latex.el.
15333
15334 * org.el (orgstruct++-mode): New function.
15335 (turn-on-orgstruct++): Call `orgstruct++-mode'.
15336 (org-context-p): Allow detecting item context after the first line
15337 of an item.
15338 (orgstruct-make-binding): Detect if item-body context should be
15339 seen.
15340 (orgstruct-is-++): New variable.
15341 (org-add-planning-info): Catch the case when there is no planning
15342 info yet and the call does not want to add anything, only maybe
15343 tries to remove something.
15344 (org-special-ctrl-a/e): All value to be a cons cell with separate
15345 settings for `C-a' and `C-e'.
15346 (org-beginning-of-line, org-end-of-line): Honor separate values
15347 for `C-a' and `C-e'.
15348
15349 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15350
15351 * org.el (org-reload): New command.
15352
15353 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
15354
15355 * org-gnus.el (org-gnus-store-link): Fix bug where
15356 org-gnus-store-link used wrong subject when called in an article
15357 buffer. Patch provided by fengli AT gmail DOT com.
15358
15359 2009-03-13 D. Goel <deego3@gmail.com>
15360
15361 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
15362 replace ls by (values-list ls).
15363
15364 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
15365
15366 * org-remember.el (org-remember-apply-template): Turn off ido for
15367 this completion.
15368
15369 * org.el (org-priority): Also find invisible headings, for remote
15370 editing.
15371 (org-completing-read-no-ido): New function.
15372 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
15373
15374 * org-colview.el (org-columns-edit-value): No special treatment of
15375 prefix arg.
15376
15377 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
15378
15379 * org.el (org-block-todo-from-children-or-siblings):
15380 Use `org-up-heading-all' so that this will work correctly with hidden
15381 property drawers and entries.
15382 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
15383 falling back to normal, default command.
15384 (org-get-location): Temporarily turn off special behavior.
15385
15386 2009-02-13 Glenn Morris <rgm@gnu.org>
15387
15388 * org-rmail.el (rmail-show-message): Restore argument list to the
15389 declaration now that this functions behaves in Emacs 23 as in 22.
15390
15391 2009-02-12 Glenn Morris <rgm@gnu.org>
15392
15393 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
15394
15395 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
15396
15397 * org-footnote.el (org-footnote-action): Fix doc typo.
15398
15399 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
15400
15401 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
15402 text before first headline.
15403 (org-export-remove-or-extract-drawers): Fix regular expression for
15404 extracting drawers.
15405
15406 * org.el (org-format-latex): Stop LaTeX fragment processing in
15407 protected examples.
15408
15409 2009-02-05 Glenn Morris <rgm@gnu.org>
15410
15411 * org-rmail.el (rmail-show-message): Update declaration.
15412 (rmail-buffer, rmail-view-buffer): Declare.
15413 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
15414
15415 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
15416
15417 * org.el (org-return-follows-link): Revert setting
15418 `org-return-follows-link' to t by default.
15419
15420 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
15421
15422 * org.el (org-cycle-global-at-bob): Fix typo.
15423
15424 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
15425
15426 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
15427
15428 * org.el (org-mode): Make dependence stuff work more reliably.
15429 (org-update-parent-todo-statistics): Fix bug with updating
15430 statistics cookie.
15431 (org-yank-adjusted-subtrees, org-return-follows-link)
15432 (org-use-fast-todo-selection, org-tags-column): New default
15433 setting for variables.
15434
15435 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
15436 ~ as verbatim delimiters, to avoid table bug.
15437 (org-export-latex-classes): Remove the a4paper option from the
15438 default styles.
15439
15440 * org-exp.el (org-export-html-format-image): New argument
15441 PAR-OPEN, to fix XHTM validation bug.
15442 (org-export-as-html): Pass par-open to
15443 `org-export-html-format-image'.
15444 (org-export-html-footnotes-section): Use a more consistent id for
15445 footnotes.
15446
15447 * org-agenda.el (org-agenda-sorting-strategy)
15448 (org-agenda-tags-column): New default setting for variables, based
15449 on a poll what typical uses use.
15450 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
15451 setting the blocked tag.
15452
15453 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
15454
15455 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
15456 only checking for blocks.
15457
15458 * org-exp.el (org-export-html-footnotes-section): Make the div id
15459 consistent.
15460
15461 * org-export-latex.el (org-export-latex-classes):
15462 Remove paper size option from LaTeX classes.
15463
15464 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
15465
15466 * org.el (org-enforce-todo-checkbox-dependencies): New option.
15467 (org-block-todo-from-checkboxes): New function.
15468 (org-todo): Make triple prefix arg circumvent blocking.
15469
15470 2009-01-30 Glenn Morris <rgm@gnu.org>
15471
15472 * org-list.el (org-empty-line-terminates-plain-lists)
15473 (org-toggle-checkbox): Doc fixes.
15474
15475 * org-table.el (org-table-clean-before-export): Fix declaration.
15476
15477 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
15478
15479 * org-timer.el (org-timer): Provide the timer feature.
15480
15481 * org.el (org-require-autoloaded-modules): Add a few more files to
15482 the list of autoloaded modules.
15483
15484 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
15485
15486 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
15487 drawers that are unprotected.
15488 (org-export-html-format-image): Make sure inlined LaTeX fragment
15489 images remain inlined.
15490
15491 * org.el (org-toggle-ordered-property): New function.
15492 (org-mode-map): Add a key for `org-toggle-ordered-property'.
15493 (org-org-menu): Add menu entries for TODO dependencies.
15494
15495 * org.el (org-default-properties): Add ORDERED to the default
15496 properties, to get completion support for it.
15497
15498 * org-list.el (org-update-checkbox-count): Update more than one cookie.
15499
15500 * org.el (org-update-parent-todo-statistics): Update more than one
15501 cookie.
15502
15503 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
15504
15505 * org-agenda.el (org-agenda-get-todos): Start search from correct
15506 position.
15507
15508 * org.el (org-fast-todo-selection): Make sure TODO selection does
15509 not change buffer position.
15510
15511 * org-list.el (org-toggle-checkbox): Implement adding or removing
15512 checkboxes from line or region when called with a prefix
15513 argument.
15514
15515 * org-rmail.el (org-rmail-store-link): Protect the call to
15516 `rmail-narrow-to-non-pruned-header'.
15517
15518 * org-clock.el (org-clock-special-range): Fix week display in
15519 clock tables.
15520
15521 * org-exp.el (org-get-current-options): Fix bug when in indirect
15522 buffer.
15523
15524 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
15525 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
15526 (org-agenda-dim-blocked-tasks): New function.
15527
15528 * org.el (org-enforce-todo-dependencies): New option.
15529 (org-block-todo-from-children-or-siblings): New function.
15530
15531 * org-faces.el (org-agenda-dimmed-todo-face): New face.
15532
15533 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
15534
15535 * org.el (org-todo): Return correct state type even if the blocker
15536 throws an error.
15537 (org-modifier-cursor-error): Rename from
15538 `org-shiftcursor-error'.
15539 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
15540 (org-shiftmetadown): Call `org-modifier-cursor-error'.
15541
15542 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
15543 to get real errors from the blocker hook.
15544
15545 * org.el (org-shiftselect-error, org-call-for-shift-select):
15546 New functions.
15547 (org-set-visibility-according-to-property): Turn off the setting
15548 of `org-show-entry-below', to avoid overruling a FOLDED visibility
15549 property.
15550
15551 * org.el (org-support-shift-select): New option.
15552 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
15553 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
15554 selection outside contexts.
15555
15556 * org-list.el (org-at-item-bullet-p): New function.
15557
15558 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
15559 variables.
15560
15561 * org-footnote.el (org-footnote-normalize): Remove unnecessary
15562 variable.
15563 (org-insert-footnote-reference-near-definition):
15564 Remove unnecessary let form.
15565
15566 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
15567
15568 * org-export-latex.el (org-export-as-latex):
15569 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
15570 (org-export-latex-first-lines): New parameter OPT-PLIST.
15571
15572 * org.el (org-yank): Tell `delete-selection-mode' about
15573 `org-yank'.
15574
15575 * org-faces.el (org-clock-overlay): Fix face definition.
15576
15577 * org-export-latex.el (org-export-latex-first-lines):
15578 Pass timestamp and footnote parameters to the preprocessor.
15579
15580 * org-exp.el (org-export-remove-timestamps): Do not remove time
15581 stamps inside tables.
15582
15583 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15584
15585 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
15586
15587 * org.el (org-agenda-tags-todo-honor-ignore-options):
15588 Declare variable.
15589
15590 * org-table.el (org-table-insert-hline): Fix typo in function call
15591 to `backward-char'.
15592
15593 * org-exp.el (org-export-as-html): Remove the initial space from
15594 colon examples.
15595
15596 * org.el (org-scan-tags):
15597 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15598
15599 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
15600 New customization groups.
15601 (org-agenda-tags-todo-honor-ignore-options): New option.
15602 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15603 New function.
15604 (org-agenda-get-todos):
15605 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15606
15607 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15608
15609 * org-exp.el (org-export-format-source-code-or-example):
15610 Escape HTML characters also in examples that anre not treated with
15611 htmlize. Also, just switch to EXAMPLE processing if we do not
15612 have a good version of htmlize.
15613
15614 * org-rmail.el: Fix copyright notice.
15615
15616 * org.el (org-activate-footnote-links): Improve footnote link
15617 highlighting.
15618
15619 * org-footnote.el (org-footnote-normalize): Fix finding the end of
15620 a footnote definition at the end of the file.
15621
15622 * org-table.el (org-table-get-specials): Add an imagined hline at
15623 the end of the table. This can be useful for references that want
15624 to go to the end of the table. Also fix bug when computing last
15625 row constants, in tables that do not start right at the right
15626 margin.
15627 (org-table-eval-formula): Match and replace remove references.
15628 (org-table-formula-substitute-names): Make sure that names inside
15629 a "remote" call are left alone, the will be replaced later when
15630 the remote call is handled.
15631 (org-table-convert-refs-to-rc): Do not convert things that might
15632 look like a reference, but are really part of an ID or namei n a
15633 remote reference.
15634 (org-table-get-remote-range): New function.
15635
15636 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15637
15638 * org-faces.el (org-clock-overlay): Fix bug in face definition.
15639
15640 * org-clock.el (org-clock-put-overlay): Use new face instead of
15641 `secondary-selection'.
15642
15643 * org-faces.el (org-clock-overlay): New face.
15644
15645 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15646
15647 * org-exp.el (org-get-current-options): Include the option for
15648 publishing time stamps.
15649
15650 * org.el (org-toggle-heading): Rename from
15651 `org-toggel-region-headings'.
15652 No longer needs a region defined, but will use it if there is one.
15653 (org-ctrl-c-star): Simplify, relying more on the internal
15654 workings of `org-toggle-heading'.
15655 (org-toggle-item): Rename from `org-toggle-region-items'.
15656 No longer needs a region defined, but will use it if there is one.
15657 (org-ctrl-c-minus): Simplify, relying more on the inernal
15658 workings of `org-toggle-item'.
15659
15660 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
15661 environment detection. Also, do real changes only in unprotected
15662 places.
15663
15664 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15665
15666 * org-export-latex.el (org-export-latex-quotation-marks):
15667 Use `org-if-unprotected-1'.
15668 (org-export-latex-set-initial-vars): Check for class definition in
15669 property.
15670
15671 * org-macs.el (org-if-unprotected-1): New macro.
15672
15673 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15674
15675 * org-compat.el (org-count-lines): New function.
15676
15677 * org-exp.el (org-export-format-source-code-or-example):
15678 Handle switches related to text areas.
15679
15680 * org.el (org-activate-footnote-links): Don't allow match inside a
15681 link.
15682
15683 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
15684
15685 * org-export-latex.el (org-export-latex-links): Keep a relative
15686 path relative also after export.
15687
15688 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
15689
15690 * org.el (org-make-tags-matcher): Never use IDO for completing the
15691 tags matcher match string.
15692 (org-completing-read): Also remove the special biding for "?".
15693
15694 * org-attach.el (org-attach-allow-inheritance): New option.
15695 (org-attach-inherited): New variable.
15696 (org-attach-dir): Handle properties related to the attachment
15697 directory.
15698 (org-attach-check-absolute-path): New function.
15699 (org-attach-set-directory, org-attach-set-inherit): New commands.
15700 (org-attach): Accommodate the new commands in the dispatcher.
15701
15702 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15703
15704 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
15705 `window-full-width-p'.
15706
15707 * org-exp.el (org-export-as-html): Only check for images files
15708 that really can be inlined.
15709
15710 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
15711 list of extensions to be a parameter.
15712
15713 * org-exp.el (org-export-html-inline-image-extensions):
15714 New variable.
15715
15716 * org-agenda.el (org-prepare-agenda):
15717 Use `org-agenda-block-separator'.
15718 (org-agenda-block-separator): New option.
15719
15720 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15721
15722 * org-export-latex.el (org-export-latex-tables):
15723 Call `org-table-clean-before-export' with the new optional argument.
15724
15725 * org-exp.el (org-table-clean-before-export): New optional
15726 parameter MAYBE-QUOTED, allows for quoted characters like \# in
15727 first column.
15728
15729 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15730
15731 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
15732 histograms.
15733
15734 * org-colview.el (org-colview-construct-allowed-dates):
15735 Better error catching when a date/time property does not have allowed
15736 values defined.
15737
15738 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
15739 Better error catching when a date/time property does not have
15740 allowed values defined.
15741
15742 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15743
15744 * org.el (org-map-entries): Restore point and restriction after
15745 `org-map-entries'.
15746
15747 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15748
15749 * org.el (org-time=, org-time<, org-time<=, org-time>)
15750 (org-time>=, org-time<>): Make sure both values are dates.
15751
15752 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15753
15754 * org-archive.el (org-extract-archive-heading): Allow %s for file
15755 name also in achive location heading.
15756
15757 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15758
15759 * org-archive.el (org-add-archive-files): Uniquify the list before
15760 returning it.
15761
15762 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15763
15764 * org-compat.el (org-fit-window-to-buffer):
15765 Use `window-full-width-p'.
15766
15767 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
15768 space after the colon in short examples.
15769
15770 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
15771 enforce a space after the colon. However, we also allow lines
15772 that are *only* a colon.
15773 (org-export-as-html): Enforce the space after the colon in short
15774 examples.
15775 (org-export-preprocess-string): Do the colon example protection
15776 earlier.
15777 (org-export-remove-timestamps): Do not check for protection at the
15778 end of the line.
15779
15780 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15781
15782 * org.el (org-format-latex-options): Add new matcher for single
15783 letters between dollars.
15784 (org-get-header): Function removed.
15785 (org-heading-components): New function.
15786
15787 * org-exp.el (org-export-define-heading-targets): Record ID's also
15788 as alternative targets.
15789 (org-export-as-html): Interpret "id:" links to other files by
15790 preserving the relative path.
15791
15792 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
15793 is nil.
15794
15795 * org-exp.el (org-export-normalize-links): Protect the main link,
15796 to avoid special character processing.
15797
15798 * org-export-latex.el (org-export-latex-special-keyword-regexp):
15799 New variable.
15800 (org-export-latex-special-string-regexps): Variable removed.
15801 (org-export-latex-keywords): Use the new regexp.
15802
15803 * org-exp.el (org-export-handle-include-files): Fetch switches and
15804 put them into the BEGIN statement.
15805
15806 * org-timer.el (org-timer-mode-line-string): New variable.
15807
15808 * org-clock.el (org-clock-mode-line-map): Rename from
15809 `org-clock-mode-map'.
15810 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
15811 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
15812 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
15813 (org-clock-remove-overlays): Rename from
15814 `org-remove-clock-overlays'.
15815
15816 * org-timer.el (org-timer-pause-or-continue): Implement stopping
15817 and mode line display.
15818 (org-timer-stop): New command.
15819 (org-timer-seconds): Return correct time when timer is paused.
15820 (org-timer-mode-line-timer): New variable.
15821 (org-timer-set-mode-line, org-timer-update-mode-line):
15822 New functions.
15823
15824 * org.el (org-insert-heading): Handle new value `auto' for
15825 `org-blank-before-new-entry'.
15826 (org-org-menu): Add new items for timer functions.
15827
15828 * org-list.el (org-insert-item): Handle new value `auto' for
15829 `org-blank-before-new-entry'.
15830
15831 * org.el (org-blank-before-new-entry): New value `auto', made
15832 default.
15833
15834 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15835
15836 * org-exp.el (org-export-normalize-links): If the link is also
15837 used as the description, protect the description.
15838
15839 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15840
15841 * org.el (org-closest-date): Fix bug with yearly repeats, in
15842 combination with preference of the past as it is used for deadline
15843 and scheduling search.
15844
15845 * org-exp.el (org-html-handle-time-stamps): No longer check for
15846 the `org-export-with-timestamps' option, because the preprocesser
15847 has taken care of this already.
15848
15849 * org.el (org-entry-properties): Catch the case when this is
15850 called in a non-org-mode file.
15851
15852 * org-export-latex.el (org-export-latex-remove-from-headlines):
15853 Variable made obsolete, also LaTeX export now uses the standard
15854 variables.
15855 (org-export-as-latex): Add the timestamps parameter to the
15856 preprocessor parameter list.
15857 (org-export-latex-content): Export the remaining keywords without
15858 considering to remove them.
15859 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
15860 Use bold font instead of tt font for the keywords.
15861 (org-export-latex-fontify-headline): Format headlines, assuming
15862 that all keywords still present should be published.
15863 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
15864 publish what ever remains of the time stamps.
15865 (org-export-latex-list-parameters): New option.
15866 (org-export-latex-lists): Pass additional parameters to the list
15867 converter.
15868
15869 * org-exp.el (org-export-preprocess-string): Remove clock lines
15870 and timestamps already in the preprocesor.
15871 (org-export-remove-timestamps, org-export-remove-clock-lines):
15872 New functions.
15873 (org-export-as-ascii, org-export-as-html): Add the timestamps
15874 parameter to the preprocessor parameter list.
15875
15876 * org-list.el (org-list-parse-list): Parse for checkboxes.
15877 (org-list-to-generic): Introduce and handle new parameters :cbon
15878 and :cboff.
15879 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
15880 Add optional parameter PARAMS.
15881
15882 * org-export-latex.el (org-export-latex-special-chars):
15883 Fix problems with interpreting dollar signs.
15884 (org-inside-latex-math-p): New function.
15885 (org-export-latex-preprocess): Protect all the math fragments.
15886
15887 * org.el (org-latex-regexps): Allow a dash after a dollar.
15888
15889 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
15890 mark after copying.
15891
15892 * org-agenda.el (org-run-agenda-series): Have series options set
15893 when finalizing the agenda.
15894
15895 * org-exp.el (org-export-format-source-code-or-example):
15896 Protect the converted examples.
15897
15898 * org.el (org-set-regexps-and-options): Fix the regexp
15899 `org-complex-heading-regexp'.
15900
15901 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15902
15903 * org.el (org-edit-src-get-label-format): New function.
15904 (org-coderef-label-format): New option.
15905 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
15906 a label format specification and make sure it is used in the edit
15907 buffer.
15908 (org-edit-src-get-label-format): New function.
15909 (org-store-link): Handle new coderef formats.
15910 (org-link-search): Handle new coderef formats.
15911
15912 * org-footnote.el (org-footnote-create-definition)
15913 (org-footnote-goto-local-insertion-point): Make footnote insertion
15914 work correctly when the "Footnotes" headline is the last line in
15915 the buffer.
15916
15917 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
15918 the location.
15919
15920 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15921
15922 * org-w3m.el (org-w3m): New customization group.
15923 (org-w3m-deactivate-mark): New option.
15924 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
15925 option say not to.
15926
15927 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15928
15929 * org.el (org-set-font-lock-defaults): Trigger footnote
15930 fontification.
15931 (org-activate-footnote-links): New function.
15932 (org-activate-links): New entry `footnote'.
15933
15934 * org-faces.el (org-footnote): New face.
15935
15936 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15937
15938 * org-macs.el (org-re): Handle the [:word:] class.
15939
15940 * org-exp.el (org-export-preprocess-string):
15941 Call `org-export-protect-colon-examples'.
15942 (org-export-protect-colon-examples): Rename from
15943 `org-export-protect-examples', and scope limited to lines starting
15944 with a colon.
15945
15946 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15947
15948 * org-exp.el (org-export-preprocess-string): Move the preprocess
15949 hook to after turning on Org-mode.
15950 (org-export-preprocess-after-include-files-hook)
15951 (org-export-preprocess-after-tree-selection-hook)
15952 (org-export-preprocess-before-backend-specifics-hook)
15953 (org-export-preprocess-final-hook): New hooks.
15954 (org-export-preprocess-string): Run the new hooks.
15955
15956 * org.el (org-ctrl-c-minus): Fix indentation for new items.
15957
15958 * org-footnote.el: New file.
15959
15960 * org.el (org-footnote): Require footnote code.
15961 (org-startup-options): Add new footnote options.
15962 (org-mode-map): New keybindig for footnotes.
15963 (org-ctrl-c-ctrl-c): Add function at footnotes.
15964 (org-org-menu): New menu entries for footnotes.
15965
15966 * org-export-latex.el (org-export-as-latex): Pass footnote
15967 variable to preprocessor.
15968 (org-export-latex-preprocess): Treat multiple references to a
15969 footnote.
15970
15971 * org-exp.el (org-export-preprocess-string):
15972 Call `org-footnote-normalize'.
15973 (org-export-as-ascii, org-export-as-html): Pass footnote variable
15974 to preprocessor.
15975 (org-export-as-html): Treat multiple references to a footnote.
15976
15977 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15978
15979 * org-export-latex.el (org-export-latex-links): Handle coderef
15980 links.
15981
15982 * org.el (org-bracket-link-analytic-regexp++): New variable.
15983 (org-make-link-regexps):
15984 Initialize `org-bracket-link-analytic-regexp++'.
15985 (org-store-link): Implement special case in edit-src buffer.
15986 (org-insert-link): No use of ide to insert stored links.
15987 (org-link-search): Implement special case for coderefs.
15988
15989 * org-exp.el (org-export-html-scripts): New constant.
15990 (org-export-html-style-default): Add a new style for highlighted
15991 code.
15992 (org-export-code-refs): New variable.
15993 (org-export-preprocess-string): Initialize `org-export-code-refs'.
15994 Call `org-export-replace-src-segments-and-examples'
15995 No longer call `org-export-protect-examples'.
15996 (org-export-target-internal-links): Take care of coderef targets.
15997 (org-export-last-code-line-counter-value): New variable.
15998 (org-export-replace-src-segments-and-examples): Rename from
15999 `org-export-replace-src-segments', and modified.
16000 (org-export-format-source-code-or-example): Rename from
16001 `org-export-format-source-code'.
16002 (org-export-number-lines): New function.
16003 (org-export-as-ascii, org-export-as-html): Handle coderef links.
16004
16005 2009-01-23 Glenn Morris <rgm@gnu.org>
16006
16007 * org-rmail.el (rmail-narrow-to-non-pruned-header):
16008 Remove declaration of deleted function.
16009
16010 2009-01-16 Glenn Morris <rgm@gnu.org>
16011
16012 * org-mouse.el (org-mouse-show-context-menu):
16013 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
16014 mouse-major-mode-menu.
16015
16016 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
16017
16018 * org-remember.el (org-remember-handler): Safer way to get a new
16019 buffer accessing the target file.
16020
16021 * org.el (org-refile-get-location): Handle case of current buffer
16022 not having a file associated with it.
16023
16024 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
16025
16026 * org-table.el (org-table-get-formula): Only ask to overwrite
16027 field formula if there really is one.
16028
16029 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
16030
16031 * org-export-latex.el (org-export-latex-make-header): Double the
16032 commenting % in the time stamp format.
16033 (org-export-latex-special-chars): Handle case where there is no
16034 match group 3.
16035
16036 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16037
16038 * org.el (org-get-refile-targets, org-refile-get-location):
16039 Use expanded file name to improve comparison.
16040
16041 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16042
16043 * org.el (org-scan-tags): Rescan for tags, to get the correct
16044 upcase/downcase stuff. This slows things down for now, but it
16045 works.
16046 (org-mode): Make sure the tag-faces regexp is initialized.
16047
16048 * org-export-latex.el (org-export-latex-links): Fix bug with
16049 undefined label.
16050
16051 * org-table.el (org-table-get-specials):
16052 Set `org-table-current-last-data-line'.
16053 (org-table-current-last-data-line): New variable.
16054 (org-table-insert-column, org-table-delete-column)
16055 (org-table-move-column, org-table-fix-formulas):
16056 Call `org-table-fix-formulas' a second time to fix the $LR references.
16057 (org-table-get-specials): Add the $LR references to the tables.
16058 (org-table-get-formula): Do not offer last-row names as LHS of
16059 formulas.
16060
16061 * org.el (org-store-link): Capture link description from
16062 `org-id-store-link'.
16063
16064 * org-exp.el (org-export-html-format-image): Add the / to the end
16065 of the <img> tag.
16066 (org-export-format-source-code): Surround example by empty lines,
16067 to make sure it will not be inside a paragraph.
16068
16069 * org.el (org-ido-switchb): New function.
16070
16071 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16072
16073 * org-agenda.el (org-agenda-show): New prefix argument
16074 FULL-ENTRY.
16075
16076 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
16077 argument.
16078
16079 2008-12-20 Glenn Morris <rgm@gnu.org>
16080
16081 * org.el (org-org-menu): Fix some more menu entries.
16082
16083 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
16084
16085 * org-table.el (org-table-get-specials): Revert introduction of @0
16086 as reference of the last table row, because of conflicts.
16087
16088 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
16089 argument, get the current tags directly.
16090 (org-agenda-set-tags): Leave getting current tags to
16091 `org-agenda-change-all-lines'.
16092
16093 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
16094
16095 * org.el (org-org-menu): Do not quote the set-tags command.
16096
16097 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
16098
16099 * Fix typos in comments and docstrings throughout Org-mode.
16100
16101 * org.el (org-get-outline-path): Fix bug if level is not given.
16102
16103 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
16104
16105 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16106
16107 * org.el (org-refile): Avoid refiling to within the region to be
16108 refiled.
16109
16110 * org-export-latex.el (org-export-latex-special-chars):
16111 Replace special characters also in tables.
16112
16113 * org-agenda.el (org-agenda-change-all-lines): New argument
16114 FORCE-TAGS.
16115 (org-agenda-set-tags): Get the new tags and pass them to
16116 `org-format-agenda-item'.
16117
16118 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16119
16120 * org-export-latex.el (org-export-latex-classes): Add longable as
16121 a default package to all classes.
16122 (org-export-latex-tables): Handle the longtable attribute and the
16123 align attribute.
16124
16125 * org-table.el (orgtbl-to-generic): Handle tables that start with
16126 a hline.
16127
16128 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
16129 \verb for colde-like snippets.
16130 (org-export-as-latex): Fix issues with region export.
16131
16132 * org.el (org-up-heading-safe): Speed up function by using a
16133 direct regexp search.
16134 (org-olpa): New variable.
16135 (org-get-outline-path): Speed-up path constructions in cases where
16136 this is possible because the entire hierarchy is scanned anyway.
16137 (org-refile-get-location): Don't compare the truenames of files,
16138 this is too slow.
16139 (org-goto-max-level): New option.
16140 (org-goto): Use `org-goto-max-level'.
16141
16142 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
16143
16144 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
16145 Strip angle brackets from message-ids in the former and don't do
16146 it in the latter.
16147 (org-gnus-follow-link): Open summary reliable, even if the last
16148 messages were deleted, and handle empty groups, too.
16149
16150 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16151
16152 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
16153 instead of \texttt for the =...= and ~===~ emphasis environments.
16154 (org-export-as-latex): Remove any old :org-license-to-kill text
16155 properties.
16156 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
16157 (org-export-latex-make-header): Add some hard space after the
16158 table of contents.
16159 (org-export-latex-first-lines): Accept RBEG argument.
16160 Mark exported text so that it will be excuded in further steps.
16161
16162 * org-table.el (org-table-get-specials): Make @0 reference the
16163 last line in a table.
16164 (org-table-recalculate): Improve docstring.
16165
16166 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16167
16168 * org.el (org-log-done): Fix docstring.
16169
16170 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16171
16172 * org-exp.el (org-export-html-format-image): Fix bugs.
16173
16174 * org-export-latex.el (org-export-latex-tables)
16175 (org-export-latex-links): Implement attribute, label, and caption
16176 handling.
16177
16178 * org-exp.el (org-export-html-style-default): Add style
16179 definitions for the figure div.
16180 (org-export-preprocess-string, org-export-as-html):
16181 Implement attribute, label, and caption handling.
16182 (org-export-attach-captions-and-attributes): New function.
16183 (org-export-html-format-image): New function.
16184 (org-format-org-table-html): Implement attribute, label, and
16185 caption handling.
16186
16187 * org.el (org-find-text-property-in-string): New function.
16188 (org-extract-attributes): Use the property org-attr instead of
16189 org-attrobutes, because this property is now set with the #+ATTR
16190 lines.
16191
16192 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16193
16194 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
16195 the case that FROM is nil.
16196
16197 * org.el (org-before-first-heading-p): New function.
16198
16199 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16200
16201 * org-exp.el (org-export-as-html): Do not add a space before
16202 enforces line breaks.
16203 (org-export-as-html): Close paragraph before blockquote and verse
16204 tags.
16205
16206 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16207
16208 * org-id.el (org-id-locations-file): Wrap file name with
16209 `convert-standard-filename'.
16210 (org-id-files): New variable.
16211 (org-id-use-hash): New option.
16212 (org-id-update-id-locations): Also search in all files current
16213 listed in `org-id-files'. Convert the resulting alist to a hash
16214 if the user customation says so.
16215 (org-id-locations-save): Handle he case if `org-id-locations' is a
16216 hash.
16217 (org-id-locations-load): Convert the alist to a hash.
16218 (org-id-add-location): Handle the hast case.
16219 (kill-emacs-hook): Make sure id locations are saved when Emacs is
16220 exited.
16221 (org-id-hash-to-alist, org-id-alist-to-hash)
16222 (org-id-paste-tracker): New functions.
16223
16224 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16225
16226 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
16227 bindings of calendar variables.
16228
16229 * org-table.el (org-table-find-row-type): Rename from
16230 `org-find-row-type'.
16231 (org-table-rewrite-old-row-references): Rename from
16232 `org-rewrite-old-row-references'.
16233 (org-table-shift-refpart): Rename from `org-shift-refpart'.
16234 (org-table-cleanup-narrow-column-properties): Rename from
16235 `org-cleanup-narrow-column-properties'.
16236
16237 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16238
16239 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
16240 for better error messages.
16241 (org-table-get-descriptor-line): Supply the new arguments to
16242 `org-find-row-type'.
16243 (org-table-error-on-row-ref-crossing-hline): New option.
16244
16245 * org.el (org-target-link-regexp): Make buffer-local.
16246 (org-move-subtree-down): Fix bug with trees at beginning of
16247 buffer.
16248
16249 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16250
16251 * org-faces.el (org-set-tag-faces): New function.
16252 (org-tags-special-faces-re): New variable.
16253
16254 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
16255
16256 * org-faces.el (org-tag-faces): New option.
16257 (org-tag): Mention `org-tag-faces' in the docstring.
16258
16259 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16260
16261 * org-exp.el (org-export-html-style-default): Implement new
16262 quoting.
16263
16264 * org-jsinfo.el (org-infojs-template): Implement new quoting.
16265
16266 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
16267 command to the `w3m-minor-mode-map'.
16268
16269 * org-archive.el (org-archive-to-archive-sibling):
16270 Protect `this-command' to avoid appending kills during archiving.
16271
16272 * org-exp.el (org-export-with-priority): New variable.
16273 (org-export-add-options-to-plist): Use `org-export-plist-vars'
16274 instead of internal list of strings and properties.
16275 (org-print-icalendar-entries): Retrieve the location property with
16276 inheritance.
16277
16278 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16279
16280 * org-exp.el (org-export-with-todo-keywords): New option.
16281 (org-export-plist-vars): Include also the keys for the #+OPTIONS
16282 line.
16283 (org-default-export-plist, org-export-add-options-to-plist)
16284 (org-export-as-ascii, org-export-as-html): Use the new structure
16285 of `org-export-plist-vars'.
16286
16287 * org.el (org-map-entries): Return all values.
16288
16289 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16290
16291 * org.el (org-matcher-time): Recognize more special values.
16292
16293 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
16294
16295 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16296
16297 * org.el (org-tags-exclude-from-inheritance): New option.
16298 (org-tag-inherit-p, org-remove-uniherited-tags):
16299 Respect `org-tags-exclude-from-inheritance'.
16300
16301 * org-agenda.el (org-agenda-show-inherited-tags): New option.
16302 (org-format-agenda-item): Add inherited tags to the agenda line
16303 string, and make sure that properties are kept when downcasing the
16304 tags list.
16305 (org-agenda-add-inherited-tags): New function.
16306 (org-downcase-keep-props): New function.
16307
16308 * org.el (org-scan-tags): Mark inherited tags with a text
16309 property.
16310 (org-get-tags-at): Mark inherited tags with a text property.
16311 (org-add-prop-inherited): New function.
16312
16313 * org-agenda.el (org-agenda-add-inherited-tags): New function.
16314 (org-agenda-show-inherited-tags): New option.
16315
16316 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16317
16318 * org.el (org-modules): Add org-w3m to the default modules.
16319
16320 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
16321 orgtbl-mode.
16322 (orgtabl-create-or-convert-from-region): New command.
16323
16324 * org-exp.el (org-export-as-ascii): Remove the handling of
16325 targets.
16326 (org-export-ascii-preprocess): Handle targets already in this
16327 function.
16328
16329 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16330
16331 * org-timer.el (org-timer-start-time): Define this variable.
16332 (org-timer-item): Make argument optional.
16333
16334 * org-list.el (org-insert-item): Automatically insert a timer item
16335 if the current list is a timer list.
16336
16337 * org-timer.el: New file.
16338
16339 * org-publish.el (org-publish-org-index): Only exclude the index
16340 file in the main directory from being added to the site-map.
16341 (org-publish-get-project-from-filename): If the current project is
16342 a component, start publishing from the parent project.
16343
16344 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16345
16346 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
16347
16348 * org-publish.el (org-publish-org-index): Improve removal of
16349 temporary buffers.
16350
16351 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
16352
16353 * org-agenda.el (org-get-closed): Re-apply changes
16354 accidentially overwritten by last commit to Emacs.
16355
16356 * org.el (org-outline-path-complete-in-steps): New option.
16357 (org-refile-get-location):
16358 Honor `org-outline-path-complete-in-steps'.
16359 (org-agenda-change-all-lines, org-tags-sparse-tree)
16360 (org-time-string-to-absolute, org-small-year-to-year)
16361 (org-link-escape): Re-apply changes accidentially overwritten
16362 by last commit to Emacs.
16363
16364 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16365
16366 * org-clock.el (org-dblock-write:clocktable): Make sure the
16367 clocktable sees the first line.
16368 (org-clock-in): Warn if the clock cannot be resumed.
16369
16370 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16371
16372 * org.el (org-open-at-point): Fix mixup about interactive and
16373 non-interactive elisp links.
16374
16375 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16376
16377 * org-exp.el (org-export-preprocess-string): Allow one comment
16378 line before the first headline to always be included. This is
16379 to not miss a commented target.
16380
16381 * org-mouse.el (org-mouse-insert-item):
16382 Call `org-indent-to-column' instead of `indent-to', for XEmacs
16383 compatibility.
16384
16385 * org.el (org-refile-targets): Fix customize definition so
16386 that it works also in XEmacs.
16387 (org-fixup-indentation): Call `org-indent-to-column' instead
16388 of `indent-to', for XEmacs compatibility.
16389
16390 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
16391
16392 * org-mew.el (org-mew-store-link): Get the correct case folder
16393 for refiled messages.
16394
16395 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16396
16397 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
16398 line break indicators.
16399
16400 * org.el (org-ido-completing-read): Remove the "i:" prefix for
16401 ido-completion propts.
16402
16403 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16404
16405 * org-remember.el (org-remember-apply-template):
16406 Use `org-substring-no-properties'.
16407
16408 * org-compat.el (org-substring-no-properties): New function.
16409
16410 * org-remember.el (org-remember-apply-template):
16411 Use `org-substring-no-properties' for compatibility.
16412
16413 * org-list.el (org-list-two-spaces-after-bullet-regexp):
16414 New option.
16415 (org-fix-bullet-type):
16416 Respect `org-list-two-spaces-after-bullet-regexp'.
16417
16418 * org-clock.el (org-clock-load): Clean up the code.
16419
16420 * org.el (org-adaptive-fill-function): Allow two spaces after
16421 "1." as a list bullet.
16422
16423 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16424
16425 * org-clock.el (org-clock-save, org-clock-load): Check for
16426 live buffers, existing files, and buffer file names to ensure
16427 consistent information.
16428 (org-clock-persist): Make `clock' a special value of this
16429 variable, and improve docstring.
16430
16431 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
16432 (org-get-string-indentation): Adapt indentation when the bullet
16433 width changes.
16434
16435 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16436
16437 * org-remember.el (org-remember-finalize): Make interactive.
16438 (org-remember-kill): New command.
16439 (org-remember-finish-immediately): Call `org-remember-finalize'
16440 directly.
16441 (org-remember-finalize): Make `org-remember-finalize' an interactive
16442 function.
16443
16444 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16445
16446 * org-remember.el (org-remember-apply-template): No ido completion
16447 for free prompts in remember templates.
16448 (org-remember-before-finalize-hook): New hook.
16449 (org-remember-mode): New minor mode.
16450 (org-remember-apply-template): Turn on `org-remember-mode'.
16451
16452 * org-remember.el (org-remember-apply-template): Fix the way how
16453 the list of allowed properties is retrieved from the target file.
16454
16455 * org.el (org-insert-link): Improve file link matching.
16456
16457 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16458
16459 * org-colview.el (org-columns-display-here): New argument
16460 DATELINE, to trigger using the new face.
16461 (org-agenda-colview-summarize): Call `org-columns-display-here'
16462 with the new argument.
16463
16464 * org-faces.el (org-agenda-column-dateline): New face.
16465
16466 * org-publish.el (org-publish-org-index): Use index-title at page
16467 title, not as section.
16468
16469 * org-exp.el (org-export-html-format-desc): Respect the
16470 org-protect property.
16471 (org-export-as-html): Protect image specifiers that are in the
16472 description part of a link.
16473
16474 * org.el (org-sort-entries-or-items, org-completing-read)
16475 (org-refile-get-location, org-olpath-completing-read, org-todo)
16476 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
16477 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
16478 (org-set-property, org-delete-property)
16479 (org-delete-property-globally): Use `org-ido-completing-read'.
16480
16481 * org-remember.el (org-remember-apply-template):
16482 Use `org-ido-completing-read'.
16483
16484 * org-publish.el (org-publish): Use `org-ido-completing-read'.
16485
16486 * org-colview.el (org-columns-edit-value, org-columns-new)
16487 (org-insert-columns-dblock): Use `org-ido-completing-read'.
16488
16489 * org-colview-xemacs.el (org-columns-edit-value)
16490 (org-columns-new, org-insert-columns-dblock):
16491 Use `org-ido-completing-read'.
16492
16493 * org-attach.el (org-attach-delete-one, org-attach-open):
16494 Use `org-ido-completing-read'.
16495
16496 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
16497 Use `org-ido-completing-read'.
16498
16499 * org.el (org-time-today): New function.
16500 (org-matcher-time): Use `org-time-today'. Add special treatment
16501 for "<tomorrow>" and "<yesterday>".
16502 (org-ido-completing-read): New function.
16503 (org-completion-use-ido): New option.
16504
16505 * org-exp.el (org-export-format-source-code): Fix bug in require
16506 htmlize code.
16507 (org-export-target-internal-links): Fix bug in search for text
16508 property.
16509
16510 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16511
16512 * org-export-latex.el (org-export-latex-subcontent):
16513 Interpret target aliases as additional labels.
16514
16515 * org-exp.el (org-export-target-aliases): New variable.
16516 (org-export-preprocess-string)
16517 (org-export-handle-invisible-targets): Fill the alias alist.
16518 (org-export-as-html): Remove the &nbsp; from the anchor, and also
16519 assign an id.
16520 (org-html-level-start): Insert the target aliases as additional
16521 anchors.
16522
16523 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
16524 picture area.
16525
16526 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16527
16528 * org.el (org-open-at-mouse): Ensure correct link abbreviations
16529 when following a link with the mouse from the agenda.
16530
16531 * org-exp.el (org-export-as-html): Avoid lone </div> when no
16532 headlines are created.
16533
16534 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16535
16536 * org.el (org-link-translation-function): New option.
16537 (org-open-at-point): Call `org-link-translation-function' if
16538 non-nil.
16539 (org-translate-link): New function.
16540 (org-translate-link-from-planner): New function.
16541 (org-open-at-point): Allow interactive commands in elisp links.
16542
16543 * org-exp.el (org-icalendar-cleanup-string): Restore the old
16544 iCalendar quoting. The new one seems to caus problems with
16545 applications.
16546
16547 * org.el (org-yank): Set `this-command' to `yank', so that
16548 `yank-pop' will work.
16549
16550 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16551
16552 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
16553 compliance as far as quoting is concerned.
16554
16555 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
16556 hexified version of the tag.
16557
16558 * org-vm.el (org-vm-follow-link): Require `vm-search'.
16559
16560 * org.el (org-up-heading-safe, org-forward-same-level):
16561 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
16562 (org-back-to-heading): New wrapper around outline-back-to-heading,
16563 with a useful error message telling where the error happened.
16564
16565 * org-list.el (org-update-checkbox-count): Always call
16566 `org-back-to-heading' instead of `outline-back-to-heading'.
16567
16568 * org-exp.el (org-export-as-html): Make sure that each <img> tag
16569 has an `alt' attribute, to ensure XHTML validation.
16570
16571 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16572
16573 * org-publish.el (org-publish-attachment): Allow publishing to
16574 overwrite attachment files.
16575
16576 * org-agenda.el (org-agenda-timerange-leaders): New option.
16577 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
16578
16579 * org.el (org-edit-src-exit): Untabify ASCII image before
16580 returning.
16581
16582 2008-11-19 Glenn Morris <rgm@gnu.org>
16583
16584 * org.el, org-mouse.el (org-agenda-change-all-lines):
16585 Fix declaration.
16586
16587 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
16588
16589 * org.el ("speedbar"): Only show context if the file really is an
16590 org-mode buffer.
16591
16592 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
16593
16594 * org.el (org-time-string-to-absolute, org-small-year-to-year)
16595 (org-tags-sparse-tree): Fix typos in docstrings.
16596
16597 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
16598
16599 * org-publish.el (org-publish-attachment): Allow copy-file to
16600 overwrite files.
16601
16602 2008-11-13 Glenn Morris <rgm@gnu.org>
16603
16604 * org-agenda.el (org-get-closed): Fix alias.
16605
16606 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
16607
16608 * org.el (org-link-escape): Fix typo in docstring.
16609
16610 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16611
16612 * org.el (org-yank): Make any prefix force normal yanking.
16613 Suppress folding if text would be swallowed into a folded
16614 subtree.
16615 (org-yank-folded-subtrees, org-yank): Docstring updates.
16616
16617 * org-agenda.el (org-agenda-compare-effort): Treat no effort
16618 defined as 0.
16619
16620 * org-exp.el (org-export-language-setup): Add Catalan and
16621 Esperanto language entries.
16622
16623 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16624
16625 * org.el (org-refile): Allow refiling of entire regions.
16626
16627 * org-clock.el (org-clock-time%): New function.
16628
16629 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
16630 retrieve property values.
16631
16632 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16633
16634 * org-agenda.el (org-agenda-list): Handle the value `only' of
16635 org-agenda-show-log'.
16636 (org-agenda-log-mode): Interpret a double prefix arg.
16637
16638 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16639
16640 * org-exp.el (org-export-html-footnotes-section): New variable.
16641 (org-export-as-html): Use `org-export-html-footnotes-section' to
16642 insert the footnotes.
16643 (org-export-language-setup): Add "Footnotes" to language words.
16644
16645 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16646
16647 * org.el (org-yank): Fix bug when not inserting a subtree.
16648
16649 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16650
16651 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
16652 instead of `vm-beginning-of-message'.
16653
16654 * org.el (org-make-link-regexps): Make sure that links to gnus can
16655 contain brackets.
16656
16657 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16658
16659 * org-attach.el (org-attach-dir): Remove duplicate ID creation
16660 code.
16661
16662 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
16663 shell output.
16664
16665 * org.el (org-link-abbrev-alist): Improve customization type.
16666
16667 * org-attach.el (org-attach-expand-link, org-attach-expand):
16668 New functions.
16669
16670 * org-agenda.el (org-agenda-get-progress): Rename from
16671 `org-get-closed'. Implement searching for state changes as well.
16672 (org-agenda-log-mode-items): New option.
16673 (org-agenda-log-mode): New option prefix argument, interpreted as
16674 request to show all possible progress info.
16675 (org-agenda-get-day-entries): Call `org-get-progress' instead of
16676 `org-get-closed'.
16677 (org-agenda-set-mode-name): Handle the more complex log mode
16678 settings.
16679 (org-get-closed): New alias, pointing to `org-get-progress'.
16680
16681 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16682
16683 * org.el (org-file-apps-defaults-gnu)
16684 (org-file-apps-defaults-macosx)
16685 (org-file-apps-defaults-windowsnt): Add an entry defining the
16686 system command.
16687 (org-file-apps): Allow `system' as key and value.
16688 (org-open-at-point): Explain the effect of a double prefix arg.
16689 (org-open-file): If the argument `in-emacs' is (16),
16690 i.e. corresponding to a double prefix argument, try to open the
16691 file externally.
16692
16693 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16694
16695 * org.el (org-insert-link): Abbreviate absolute files names in
16696 links. Also, fix a bug in which the double C-u prefix would not
16697 be honored.
16698
16699 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16700
16701 * org.el (org-insert-heading): If buffer does not end with a
16702 newline, add one if necessary to insert headline correctly.
16703
16704 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
16705 paragraphs, not inside.
16706
16707 * org.el (org-todo):
16708 Quote `org-agenda-headline-snapshot-before-repeat'.
16709
16710 * org-exp.el (org-export-as-html): Fully process link descriptions.
16711 (org-export-html-format-desc): New function.
16712 (org-export-as-html): Collect footnotes into the correct basket.
16713 (org-html-protect): No longer protect quotations marks here, this
16714 goes wrong.
16715
16716 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
16717 BEG.
16718
16719 * org-compat.el (org-fit-window-to-buffer): New function (not
16720 really, a preliminary and incomplete version was present earlier,
16721 but not used).
16722
16723 * org.el (org-fast-todo-selection, org-fast-tag-selection):
16724 Use `org-fit-window-to-buffer'.
16725
16726 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
16727
16728 * org-agenda.el (org-agenda-get-restriction-and-command)
16729 (org-fit-agenda-window, org-agenda-convert-date):
16730 Use `org-fit-window-to-buffer'.
16731
16732 * org-exp.el (org-export-as-html): Process href links through
16733 `org-export-html-format-href'.
16734 (org-export-html-format-href): New function.
16735
16736 * org-agenda.el (org-agenda-todo): Update only the current
16737 headline if this is a repeated TODO, marked done for today.
16738 (org-agenda-change-all-lines): New argument JUST-THIS, to change
16739 only the current line.
16740
16741 * org.el (org-todo): Take a snapshot of the headline if the
16742 repeater might change it.
16743
16744 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16745
16746 * org-publish.el (org-publish-find-title): Remove buffers visited
16747 only for extracting the title.
16748
16749 * org-exp.el (org-export-html-style)
16750 (org-export-html-style-default): Mark style definitions as
16751 unparsed CDATA.
16752
16753 * org-publish.el (org-publish-validate-link):
16754 Function re-introduced.
16755
16756 2008-11-12 Charles Sebold <csebold@gmail.com>
16757
16758 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
16759 property.
16760 (org-plot-quote-timestamp-field): New function.
16761 (org-plot-quote-tsv-field): Call timestamp field function when
16762 necessary rather than just quoting as a string.
16763 (org-plot/gnuplot-to-data): Pass in timefmt property.
16764 (org-plot/gnuplot-script): Supports timefmt property.
16765 (org-plot/gnuplot): Checks for timestamp column before checking
16766 for text index column.
16767
16768 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16769
16770 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
16771
16772 * org-publish.el (org-publish-org-index): Create a section in the
16773 index file.
16774 (org-publish-org-index): Stop linking to directories.
16775
16776 * org.el (org-emphasis-alist): Use span instead of <u> to
16777 underline text.
16778
16779 * org-exp.el (org-export-as-html): Make sure <p> is closed before
16780 <pre> sections.
16781
16782 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
16783
16784 * org-jsinfo.el (org-infojs-template): Remove language attribute
16785 from script tag.
16786
16787 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16788
16789 * org-agenda.el (org-agenda-remove-marked-text): New function.
16790 (org-agenda-mark-filtered-text)
16791 (org-agenda-unmark-filtered-text): New functions.
16792 (org-write-agenda): Remove filtered text.
16793
16794 * org.el (org-make-tags-matcher): Give access to TODO "property"
16795 without speed penalty.
16796
16797 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16798
16799 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
16800 option.
16801 (org-store-link-props): Make sure adding to the plist works
16802 correctly.
16803
16804 * org-gnus.el (org-gnus-no-new-news): New function.
16805 (org-gnus-follow-link): Allow the article ID to be a message-id,
16806 in addition to allowing article numbers. Message IDs make much
16807 more roubust links.
16808 (org-gnus-store-link): Use message-id to create link.
16809
16810 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16811
16812 * org.el (org-emphasize): Reverse the selection array.
16813 (org-emphasis-alist): Set <code> tags for the verbatim
16814 environment.
16815
16816 * org-remember.el (org-remember-handler): Fix bug with
16817 prefix-related changing of the note storage target.
16818
16819 * org-exp.el (org-print-icalendar-entries): Make the exported
16820 priorities compatible with RFC 2445.
16821
16822 * org-clock.el (org-clock-save): Insert time stamp without
16823 dependence on time-stamp.el.
16824
16825 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16826
16827 * org.el ("saveplace"): If saveplace puts point into an invisible
16828 location, make it visible.
16829 (org-make-tags-matcher): Allow inactive time stamps in time
16830 comparisons.
16831 (org-yank-adjusted-subtrees): New option.
16832 (org-yank): Incorporate adjusting trees.
16833 (org-paste-subtree): New argument FOR-YANK which will cause
16834 insertion at point without backing up over white lines, and leave
16835 point at the end of the inserted text. Also if the cursor is
16836 at the beginning of a headline, use the same level or the inserted
16837 tree.
16838
16839 * org-publish.el (org-publish-get-base-files-1): Deal correctly
16840 with broken symlinks.
16841
16842 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16843
16844 * org-exp.el (org-export-select-tags, org-get-current-options):
16845 Fix typo.
16846
16847 2008-11-06 Glenn Morris <rgm@gnu.org>
16848
16849 * org-publish.el (org-publish-attachment): Use copy-file rather than
16850 eshell/cp.
16851
16852 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
16853
16854 * org.el (org-columns-modify-value-for-display-function):
16855 * org-table.el (org-table-convert-region): Fix typos in docstrings.
16856
16857 2008-10-28 Glenn Morris <rgm@gnu.org>
16858
16859 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
16860
16861 * org-list.el (outline-next-heading, outline-back-to-heading):
16862 Fix declarations.
16863
16864 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16865
16866 * org-agenda.el (org-format-agenda-item)
16867 (org-agenda-filter-make-matcher): Make sure tags are stored and
16868 compared downcased.
16869
16870 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16871
16872 * org.el (org-insert-todo-heading): Fix bug with force-heading
16873 argument.
16874
16875 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16876
16877 * org-exp.el (org-export-as-ascii): Handle the case that we are
16878 bulishing from an indirect buffer.
16879
16880 * org-table.el (org-table-copy-down): Fix bug with time stamp
16881 increment.
16882
16883 * org-mouse.el (org-mouse-features): New option.
16884 (org-mode-hook): Turn on features depending on
16885 `org-mouse-features'.
16886
16887 * org.el (org-insert-heading-respect-content): Force heading
16888 creation.
16889 (org-insert-heading): Keep the folding state of the heading before
16890 the inserted one.
16891
16892 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16893
16894 * org-archive.el (org-archive-to-archive-sibling): Handle top
16895 level headlines better.
16896
16897 2008-10-26 Bastien Guerry <bzg@altern.org>
16898
16899 * org-export-latex.el (org-export-latex-classes):
16900 Add \usepackage{graphicx} to the default list of packages.
16901
16902 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16903
16904 * org-agenda.el (org-agenda-filter): Rename from
16905 `org-agenda-filter-tags'.
16906
16907 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16908
16909 * org.el (org-entry-properties): Add CATEGORY property, iven if it
16910 is not defined as a property in this entry.
16911 (org-add-log-note): Mask prefix argument when immediately storing
16912 the note.
16913
16914 * org-agenda.el (org-agenda-filter-effort-default-operator):
16915 New option.
16916
16917 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16918
16919 * org.el (org-add-log-setup): Bugfix; code to find insertion point
16920 after drawers was skipping ahead one line too many, so notes were
16921 inserted after the first note instead of before it.
16922
16923 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16924
16925 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
16926 New variables.
16927 (org-prepare-agenda): Reset the filter tags.
16928 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
16929 Show filter tags in mode line.
16930
16931 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
16932 formatter.
16933
16934 * org-export-latex.el (org-latex-entities-regexp): New constant.
16935 (org-export-as-pdf): Use two calls to `shell-command'.
16936
16937 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16938
16939 * org-export-latex.el (org-export-latex-treat-sub-super-char):
16940 Honor the {} value of the subsuperscript setting. Make sure that
16941 longer subsuperscripts are typeset in a roman font.
16942
16943 * org.el (org-clock-update-time-maybe): Compute negative clock
16944 intervals correctly.
16945
16946 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16947
16948 * org.el (org-add-log-setup):
16949 Respect `org-log-state-notes-insert-after-drawers'.
16950 (org-log-state-notes-insert-after-drawers): New option.
16951 (org-todo-trigger-tag-changes): New function.
16952 (org-todo): Call `org-todo-trigger-tag-changes'.
16953
16954 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16955
16956 * org.el (org-add-log-setup): Only skip drawers if they are
16957 immediately after the scheduling keywords.
16958
16959 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
16960 function.
16961 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
16962 call it with the current todo state to get the state to switch to
16963 when clocking in.
16964 (org-clock-in): Use org-indent-line-function to indent clock lines.
16965 (org-clock-find-position): Fix indentation of empty clock drawers.
16966
16967 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16968
16969 * org-publish.el (org-publish-org-to): Handle case when
16970 org-export-to-pdf does return a file name, not a buffer.
16971 (org-publish-org-to-pdf): New function.
16972
16973 * org-export-latex.el (org-export-as-pdf)
16974 (org-export-as-pdf-and-open): New commands.
16975
16976 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
16977 forms as ranges.
16978
16979 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
16980 things in protexted regions.
16981
16982 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16983
16984 * org-export-latex.el (org-export-latex-preprocess):
16985 Improve quoting of LaTeX environments.
16986
16987 2008-10-19 Eli Zaretskii <eliz@gnu.org>
16988
16989 * org.el (org-default-notes-file):
16990 * org-publish.el (org-publish-timestamp-directory):
16991 * org-id.el (org-id-locations-file): Run file names that begin
16992 with a period thru `convert-standard-filename'.
16993
16994 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
16995
16996 * org-plot.el: Switch coding system to unix.
16997
16998 2008-10-12 John Wiegley <johnw@newartisans.com>
16999
17000 * org-attach.el: New file.
17001
17002 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
17003
17004 * org.el (org-edit-fixed-width-region): Exclude final newline from
17005 picture area.
17006
17007 * org-export-latex.el (org-export-latex-subcontent): Add labels to
17008 sections, to make internal links work.
17009 (org-export-latex-fontify-headline): Do not remove all text
17010 properties, to make sure that target properties survive this
17011 process.
17012
17013 * org-exp.el (org-export-preprocess-string): Change sequence of
17014 modifications, to make sure links are prepared before the LaTeX
17015 conversions do happen.
17016
17017 * org-attach.el (org-attach-delete-all): Rename from
17018 `org-attch-delete'. Add a security query before deleting the
17019 entire directory. New optional argument FORCE can overrule the
17020 security query.
17021 (org-attach-delete-one): New command.
17022
17023 * org-attach.el (org-attach-file-list): Fix bug with directory.
17024
17025 * org.el (org-apps-regexp-alist): New function.
17026 (org-file-apps): Add auto-mode to the default value.
17027 (org-open-file): Use the new structure of org-file-apps.
17028
17029 * org-attach.el (org-attach): Support the new keys.
17030 (org-attach-method): New option.
17031
17032 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
17033 March.
17034
17035 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
17036 of the list value o `org-use-tag-inheritance'.
17037
17038 * org-attach.el (org-attach-auto-tag): New option.
17039 (org-attach-tag, org-attach-untag): New functions.
17040 (org-attach-attach, org-attach-new, org-attach-sync):
17041 Call `org-attach-tag'.
17042 (org-attach-delete): Call `org-attach-untag'.
17043
17044 * org-table.el (orgtbl-self-insert-command): Make this work for
17045 the keypad as well.
17046
17047 * org.el (org-add-log-setup): Limit searc for drawers to entry
17048 text, not to subtree.
17049
17050 * org-clock.el (org-clock-heading-for-remember): New variable.
17051 (org-clock-in): Set `org-clock-heading-for-remember'.
17052
17053 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
17054
17055 * org-remember.el (org-remember-apply-template): Add new
17056 expansions: %k, %K for currently clocked task and a link to the
17057 currently clocked task, and %< to file notes in the currently
17058 clocked task.
17059
17060 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17061
17062 * org-export-latex.el (org-export-latex-make-header): Also insert
17063 the content of the property :latex-header-extra.
17064
17065 * org-exp.el (org-infile-export-plist): Put the content of
17066 #+LATEX_HEADER: into the property :latex-header-extra.
17067
17068 * org-colview.el (org-columns-get-format-and-top-level):
17069 Remove resetting the marker.
17070
17071 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
17072 Remove resetting the marker.
17073
17074 * org.el (org-entry-property-inherited-from): Improve docstring.
17075 (org-entry-get-with-inheritance): Reset marker before starting the
17076 search.
17077
17078 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
17079
17080 * org.el (org-entry-get-multivalued-property)
17081 (org-entry-protect-space, org-entry-restore-space):
17082 New functions.
17083 (org-file-apps-defaults-macosx): Let PostScript files be opened by
17084 preview.
17085 (org-time-stamp-inactive): Call `org-time-stamp'.
17086 (org-time-stamp): New argument `inactive'. Also edit inactive
17087 stamps. Convert time stamp type.
17088 (org-open-file): Interpret the `default' value for the `command'
17089 in `org-file-apps'.
17090
17091 * org-id.el (org-id-int-to-b36-one-digit)
17092 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
17093 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
17094 b36.
17095
17096 * org-id.el (org-id-reverse-string): New function.
17097 (org-id-new): Use `org-id-reverse-string' to make sure the
17098 beginning chars of the ID are mutating fast. This allows to use a
17099 directory structure to spread things better.
17100 (org-id-prefix): Change default to nil.
17101
17102 * org-list.el (org-move-item-down, org-move-item-up): Remember and
17103 restore the column of the cursor position.
17104
17105 * org-remember.el (org-remember-apply-template): Remove properties
17106 from `initial'.
17107
17108 * org-wl.el (org-wl-open): Remove useless call to
17109 `wl-thread-open-all'.
17110
17111 * org-remember.el (org-remember-handler): Fix bug with `bottom'
17112 location.
17113
17114 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
17115 `org-bbdb-anniversaries'.
17116
17117 * org.el (org-get-next-sibling, org-forward-same-level):
17118 New functions, similar to the outline versions, but invisible headings
17119 are OK.
17120
17121 2008-10-12 Bastien Guerry <bzg@altern.org>
17122
17123 * org.el (org-auto-repeat-maybe): Insert a space between
17124 the timestamp's type and the timestamp itself.
17125
17126 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17127
17128 * org-table.el (org-table-sum): Do not format the result with %g,
17129 it does rounding when there are too many digits.
17130
17131 * org.el (org-map-entries): Protect the keyword-selecting variables.
17132
17133 2008-10-12 Bastien Guerry <bzg@altern.org>
17134
17135 * org-agenda.el (org-agenda-to-appt): Make sure the function check
17136 against all agenda files.
17137
17138 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17139 Bastien Guerry <bzg@altern.org>
17140
17141 * org-list.el: New file, aggregating list functions from org.el
17142 and org-export-latex.el.
17143
17144 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17145
17146 * org.el (org-edit-src-region-extra): New option.
17147
17148 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
17149 time before 1am.
17150
17151 2008-10-12 Bastien Guerry <bzg@altern.org>
17152
17153 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
17154
17155 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
17156
17157 * org-plot.el (org-plot/gnuplot): Make tables starting with a
17158 hline work correctly.
17159 (org-plot/gnuplot-script): Put commas at the end of each script
17160 line.
17161
17162 * org.el (org-get-refile-targets): Replace links with their
17163 descriptions.
17164 (org-imenu-get-tree): Replace links with their descriptions.
17165
17166 * org-remember.el (org-remember-apply-template): Add a new
17167 expansion for adding properties to remember items.
17168
17169 * org.el (org-add-log-setup): Skip over drawers (properties,
17170 clocks etc) when adding notes.
17171
17172 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
17173 items as well as the start and end times.
17174
17175 * org-compat.el (org-get-x-clipboard-compat): Add a compat
17176 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
17177
17178 * org-remember.el (org-get-x-clipboard): Use the compat
17179 function to get clipboard values when x-selection-value is
17180 unavailable. Use substring-no-properties instead of
17181 set-text-properties to remove text properties from the clipboard
17182 value.
17183
17184 * org-clock.el (org-update-mode-line): Support limiting the
17185 modeline clock string, and display the full todo value in the
17186 tooltip. Set a local keymap so mouse-3 on the clock string goes to
17187 the currently clocked task.
17188 (org-clock-string-limit): Add a custom value for the maximum
17189 length of the clock string in the modeline.
17190 (org-clock-mode-map): Add a keymap for the modeline string.
17191
17192 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17193
17194 * org-compat.el (org-propertize): New function.
17195
17196 2008-10-12 Bastien Guerry <bzg@altern.org>
17197
17198 * org-export-latex.el (org-export-latex-tables): Protect exported
17199 tables from further special chars conversion.
17200 (org-export-latex-preprocess): Preserve LaTeX environments.
17201 (org-list-parse-list): Parse descriptive lists.
17202 (org-list-to-generic, org-list-to-latex, org-list-to-html)
17203 (org-list-to-texinfo): Export descriptive lists.
17204 (org-quote-chars): Remove.
17205 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
17206 (org-export-latex-list-beginning-re): Rename to
17207 `org-list-beginning-re'.
17208 (org-list-item-begin): Rename to `org-list-item-beginning'.
17209
17210 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
17211
17212 * org-plot.el: New file.
17213
17214 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17215
17216 * org.el (org-refile): Allow refiling to the last entry in the
17217 buffer.
17218 (org-get-tags-at): Fix bug when inheritance is turned off.
17219
17220 * org.el (org-indent-line-function): No longer check for src
17221 regions, this is too much overhead.
17222
17223 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
17224 matching.
17225
17226 * org.el (org-scan-tags): Make sure that tags matching is not case
17227 sensitive. TODO keyword matching is case sensitive, however, to
17228 avoid confusion with similar words that are not meant to be
17229 keywords.
17230
17231 * org.el (org-get-local-tags-at): New function.
17232 (org-get-local-tags): New function.
17233
17234 * org-exp.el (org-export-get-categories): New function.
17235
17236 * org-agenda.el (org-sorting-choice)
17237 (org-agenda-sorting-strategy, org-agenda-get-todos)
17238 (org-agenda-get-timestamps, org-agenda-get-deadlines)
17239 (org-agenda-get-scheduled, org-agenda-get-blocks)
17240 (org-entries-lessp): Implement sorting by TODO state.
17241 (org-cmp-todo-state): New defsubst.
17242
17243 * org-colview.el (org-colview-construct-allowed-dates):
17244 New function.
17245 (org-columns-next-allowed-value):
17246 Use `org-colview-construct-allowed-dates'.
17247
17248 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
17249 New function.
17250 (org-columns-next-allowed-value):
17251 Use `org-colview-construct-allowed-dates'.
17252
17253 * org.el (org-protect-slash): New function.
17254 (org-get-refile-targets): Use `org-protect-slash'.
17255
17256 * org-agenda.el (org-global-tags-completion-table): New variable.
17257
17258 * org-exp.el (org-export-handle-export-tags): New function.
17259 (org-export-preprocess-string):
17260 Call `org-export-handle-export-tags'.
17261
17262 * org-publish.el (org-publish-expand-components): Function removed.
17263 (org-publish-expand-projects): Allow components to have components.
17264
17265 * org.el (org-indent-line-function): Do not indent in regions that
17266 are external source code.
17267 (org-yank-and-fold-if-subtree): New function.
17268
17269 * org-agenda.el (org-agenda-todayp): New function.
17270 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17271 Use `org-agenda-todayp'.
17272
17273 * org.el (org-insert-heading-respect-content)
17274 (org-insert-todo-heading-respect-content): New commands.
17275 (org-insert-heading-respect-content): New option.
17276 (org-insert-heading): Respect `org-insert-heading-respect-content'.
17277
17278 * org-clock.el (org-clock-find-position): Make sure the note after
17279 the clock line gets moved into the new clock drawer.
17280
17281 * org-id.el (org-id-new): New option.
17282
17283 * org-table.el (org-table-copy-down): Avoid overflow during
17284 increment. Use prefix argument 0 to temporarily disable the
17285 increment.
17286
17287 * org-exp.el (org-export-as-html): Do not turn on the major mode
17288 if the buffer will be killed anyway.
17289 (org-get-current-options): Exclude the #+TEXT field.
17290 (org-export-as-html): Make sure text before the first headline is
17291 a paragraph.
17292
17293 * org-publish.el (org-publish-org-to): Tell the exporter that this
17294 buffer will be killed, so it is not necessary to do major mode
17295 initialization.
17296
17297 * org-archive.el (org-archive-to-archive-sibling): Show empty
17298 lines after folding the archive sibling.
17299
17300 * org.el (org-log-note-extra): New variable.
17301
17302 2008-10-12 Bastien Guerry <bzg@altern.org>
17303
17304 * org.el (org-additional-option-like-keywords): Add keywords for
17305 the _QUOTE, _VERSE and _SRC environments.
17306
17307 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
17308 exporting _QUOTE and _VERSE environments.
17309
17310 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17311
17312 * org-agenda.el (org-agenda-filter-by-tag): New command.
17313
17314 * org-exp.el (org-get-current-options): Remove angular brackets
17315 from the date entry.
17316
17317 * org.el (org-edit-fixed-width-region): New function.
17318 (org-edit-fixed-width-region): Also try
17319 `org-edit-fixed-width-region'.
17320 (org-edit-fixed-width-region-mode): New option.
17321 (org-activate-code): Only interpret lines starting with colon
17322 plus a space as example lines.
17323
17324 * org-remember.el (org-remember-templates): Add nil instead of
17325 empty strings to fix the length of remember templates.
17326
17327 * org-table.el (org-calc-default-modes): Fix the time format for
17328 calc, from 12 hour to 24 hour clock.
17329
17330 * org-agenda.el (org-agenda-get-deadlines)
17331 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
17332 entries that are pre-warnings of deadlines or reminders.
17333
17334 * org.el (org-sort-entries-or-items): Make numeric and alpha
17335 comparisons ignore any TODO keyword and priority cookie.
17336
17337 * org-remember.el (org-remember-handler): Reinterpretation of the
17338 prefix argument.
17339
17340 * org-agenda.el (org-agenda-get-scheduled): Use new
17341 `org-scheduled' face.
17342
17343 * org-faces.el (org-scheduled): New face.
17344
17345 * org-wl.el (org-wl-open): Remove incorrect declaration.
17346
17347 * org-gnus.el (org-gnus-store-link): Support for :to information
17348 in gnus links.
17349
17350 * org-exp.el (org-export-as-html): Fix typo in creator
17351 information.
17352 (org-export-protect-examples): New parameter indent. Insert extra
17353 spaces only when this parameter is specified.
17354 (org-export-preprocess-string): Call `org-export-protect-examples'
17355 with an indentation parameter when exporting to ASCII.
17356
17357 * org-remember.el (org-remember-templates)
17358 (org-remember-apply-template): Allow the file component to be a
17359 function.
17360
17361 * org.el (org-goto-local-search-headings): Rename from
17362 `org-goto-local-search-forward-headings'. Added the possibility
17363 to search backwards.
17364
17365 * org-export-latex.el (org-export-latex): New customization
17366 group.
17367
17368 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
17369
17370 * org-exp.el (org-html-do-expand): Allow {} to terminate
17371 tex macro.
17372
17373 * org.el (org-buffer-list): Select buffers based on major mode,
17374 not on file name.
17375
17376 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
17377 face property.
17378
17379 * org-colview.el (org-columns-display-here):
17380 Use `org-columns-modify-value-for-display-function'.
17381
17382 * org-colview-xemacs.el (org-columns-display-here):
17383 Use `org-columns-modify-value-for-display-function'.
17384
17385 * org.el (org-columns-modify-value-for-display-function): New option.
17386
17387 * org-publish.el (org-publish-file): Make sure the directory match
17388 for the publishing directory works correctly.
17389
17390 * org-agenda.el (org-agenda-execute-calendar-command)
17391 (org-agenda-diary-entry): Additional optional argument.
17392
17393 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
17394
17395 * org-exp.el (org-export-as-html): Add attributes also in mailto
17396 and ftp links.
17397
17398 * org.el (org-autoload): Add `org-dblock-write:columnview'.
17399
17400 2008-08-11 Glenn Morris <rgm@gnu.org>
17401
17402 * org-mac-message.el (do-applescript): Fix declaration.
17403
17404 2008-08-10 Glenn Morris <rgm@gnu.org>
17405
17406 * org-exp.el (org-export-as-html): Let-bind `i'.
17407
17408 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
17409 (org-extract-attributes): Let-bind `key', `value'.
17410 (org-make-tags-matcher): Let-bind `time-p'.
17411
17412 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
17413
17414 * org-install.el: New file.
17415
17416 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
17417
17418 * org-exp.el (org-export-html-style)
17419 (org-export-html-style-extra): Declare as safe-local-variable.
17420
17421 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
17422
17423 * org-publish.el (org-publish-file): Use the true name of the
17424 file.
17425
17426 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
17427 instead of :style.
17428
17429 * org-exp.el (org-export-plist-vars)
17430 (org-export-add-options-to-plist): Handle creator setting flag.
17431 (org-export-as-html): Handle attributes also for ftp and mailto
17432 links.
17433
17434 * org-agenda.el (org-agenda-diary-entry)
17435 (org-agenda-execute-calendar-command): Cater for the second
17436 argument of `calendar-cursor-to-date'.
17437
17438 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
17439
17440 * org-exp.el (org-export-region-as-html, org-export-as-html):
17441 Make sure that calls from `org-export-region-as-html' do not do the
17442 special check for a subtree.
17443
17444 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
17445
17446 * org.el (org-open-file):
17447 Use `org-open-directory-means-index-dot-org'.
17448 (org-open-directory-means-index-dot-org): New option.
17449
17450 * org.el (org-make-link-string): Remove link attributes from
17451 description.
17452 (org-open-at-point): Remove link attributes before using the path.
17453
17454 * org-exp.el (org-export-as-html): Handle link attributes.
17455
17456 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
17457
17458 * org-table.el (org-table-to-lisp): New function.
17459
17460 * org.el (org-narrow-to-subtree): Do not include the final newline
17461 into the narrowed region.
17462
17463 * org-agenda.el (org-agenda-custom-commands-local-options):
17464 Fix bug with user-define skipping condition.
17465
17466 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
17467
17468 * org-exp.el (org-export-html-style-default): Automatic overflow
17469 handling for pre fields.
17470 (org-export-as-ascii, org-export-as-html): Change default format
17471 for time stamp.
17472
17473 * org-table.el (org-table-export): Offer completion for translator
17474 functions, and do not require a heading above the table.
17475
17476 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
17477 Cater for the case of a list starting in the first line of the
17478 buffer.
17479
17480 * org-publish.el (org-publish-find-title): Bug fix.
17481 (org-publish-org-index): Implement new :index-style option.
17482
17483 * org-publish.el (org-publish-timestamp-filename):
17484 Use SHA1-encoded file names in the timestamp directory.
17485
17486 * org-publish.el (org-publish-needed-p): Be verbose about files
17487 published and files skipped.
17488
17489 * org-exp.el (org-export-preprocess-string): Swap link
17490 normalization and internal link targeting.
17491
17492 * org-publish.el (org-publish-needed-p): Create timestamp
17493 directory when it does not exist.
17494
17495 * org-clock.el (org-clock-out-when-done): Doc fix.
17496
17497 * org.el (org-agenda-skip-unavailable-files): Doc fix.
17498
17499 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
17500 Ignore case when searching for the COMMENT cookie at export time.
17501
17502 * org-exp.el (org-get-file-contents)
17503 (org-get-and-remove-property): New functions.
17504 (org-export-handle-include-files): Handle the new prefix options.
17505 (org-export-as-html): Fix the verse environment.
17506
17507 * org.el (org-time=, org-time<, org-time<=, org-time>)
17508 (org-time>=, org-time<>, org-2ft): New functions.
17509 (org-op-to-function): Also provide for the time testing functions.
17510
17511 * org-exp.el (org-export-html-style-default): New constant.
17512
17513 * org-exp.el (org-export-html-style-extra): New variable.
17514 (org-export-splice-style): New function.
17515
17516 * org-exp.el (org-export-plist-vars, org-export-as-html):
17517 Implement `org-export-creator-info'.
17518 (org-export-creator-info): New option.
17519
17520 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
17521 (org-property-drawer-re, org-clock-drawer-re): New constants.
17522
17523 * org-exp.el (org-icalendar-use-deadline)
17524 (org-icalendar-use-scheduled): New options.
17525 (org-icalendar-include-todo): Default changed to t.
17526 (org-print-icalendar-entries): Implement better utilization of
17527 scheduling and deadline time stamps.
17528 (org-export-target-internal-links, org-export-as-html): Allow file
17529 lines without the "file:" prefix if the file path is an absolute
17530 path or starts with ".".
17531
17532 * org-clock.el (org-clocktable-shift): Also understand yesterday,
17533 lastweek etc.
17534 (org-clock-special-range): Also understand yesterday, lastweek etc.
17535
17536 * org.el (org-agenda-skip-archived-trees): Docstring now
17537 discourages using this.
17538 (org-scan-tags): Check for org-agenda-archives-mode.
17539 (org-map-entries): Make sure org-agenda-archives-mode is nil.
17540 (org-agenda-files): Functionality of second arg changed.
17541
17542 * org-agenda.el (org-agenda-archives-mode): New variable.
17543 (org-write-agenda, org-prepare-agenda, org-agenda-list)
17544 (org-search-view, org-todo-list, org-tags-view)
17545 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
17546 `ifmode' argument.
17547 (org-agenda-quit): Reset the archives mode.
17548 (org-agenda-archives-mode): New command.
17549 (org-agenda-set-mode-name): Include archives info.
17550
17551 * org.el (org-paste-subtree): Make sure the yanked headline is
17552 visible if it was yanked at a visible point.
17553 (org-move-item-up): Fix the bug with moving white space at the end
17554 of the item.
17555 (org-show-empty-lines-in-parent): New function.
17556
17557 2008-07-19 Juri Linkov <juri@jurta.org>
17558
17559 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
17560 new keymap `narrow-map' instead of binding "\C-xns".
17561
17562 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
17563
17564 * org.el (org-agenda-skip-unavailable-files):
17565 * org-clock.el (org-clock-out-when-done): Doc fixes.
17566
17567 2008-06-18 Glenn Morris <rgm@gnu.org>
17568
17569 * org.el (org-map-entries): Let-bind `file'.
17570
17571 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17572
17573 * org-colview.el (org-columns-next-allowed-value): Bug fix.
17574
17575 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
17576
17577 * org-agenda.el (org-agenda-get-closed): Get the end time into the
17578 agenda prefix as well.
17579
17580 * org-publish.el (org-publish-org-index): Make a properly indented
17581 list.
17582
17583 * org.el (org-calendar-agenda-action-key): New option.
17584 (org-get-cursor-date): New function.
17585 (org-mark-entry-for-agenda-action): New command.
17586 (org-overriding-default-time): New variable.
17587 (org-read-date): Respect `org-overriding-default-time'.
17588
17589 * org-remember.el (org-remember-apply-template): Respect the
17590 overriding default time.
17591
17592 * org-agenda.el (org-agenda-action-marker): New variable.
17593 (org-agenda-action): New command.
17594 (org-agenda-do-action): New function.
17595
17596 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17597
17598 * org.el (org-schedule, org-deadline): Protect scheduled and
17599 deadline tasks against changes that accidentally remove the
17600 repeater. Also show a message with the new date when done.
17601
17602 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17603
17604 * org.el (org-beginning-of-line): Cater for the case when there
17605 are tags but no headline text.
17606 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
17607 it set.
17608
17609 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17610
17611 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
17612 the return value is nil instead of "nil" when there is no match.
17613
17614 * org-exp.el (org-insert-centered): Use fill-column instead of
17615 80.
17616 (org-export-as-ascii): Use string-width to measure the width of
17617 the heading.
17618
17619 * org.el (org-diary-to-ical-string): No longer kill buffer
17620 FROMBUF, this is now done by the caller.
17621
17622 * org-exp.el (org-print-icalendar-entries): Move the call to
17623 `org-diary-to-ical-string' out of the loop, and kill the buffer
17624 afterwords.
17625
17626 * org-remember.el (org-remember-visit-immediately):
17627 Position cursor after moving to the note.
17628 (org-remember-apply-template): Use a text property to record the
17629 cursor position.
17630 (org-remember-handler): Align tags after pasting the note.
17631
17632 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17633
17634 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
17635
17636 * org-agenda.el (org-agenda-open-link): If there is an
17637 org-bbdb-name property in the current line, jump to that bbdb
17638 entry.
17639
17640 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
17641 text property, so that the agenda knows where this entry comes
17642 from.
17643
17644 * org-agenda.el (org-agenda-clock-in): Fix bug in the
17645 interaction between clocking-in from the agenda, and automatic
17646 task state switching.
17647
17648 * org-macs.el (org-with-point-at): Bug fix in macro definition.
17649
17650 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
17651 zmacs-region stays after this command in XEmacs.
17652
17653 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17654
17655 * org.el (org-scan-tags): Allow new values for ACTION parameter.
17656
17657 * org-remember.el (org-remember-templates): Fix bug in
17658 customization type definition.
17659
17660 * org.el (org-map-entries): New function.
17661
17662 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17663
17664 * org-agenda.el (org-agenda-skip-comment-trees): New option.
17665 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
17666
17667 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17668
17669 * org-remember.el (org-jump-to-target-location): New variable.
17670 (org-remember-apply-template):
17671 Set `org-remember-apply-template' if requested by template.
17672 (org-remember-handler): Start an idle timer to jump to
17673 remember location.
17674
17675 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
17676
17677 * org.el (org-set-regexps-and-options): Fix bug with parsing of
17678 file tags.
17679 (org-get-tags-at): Add the content of `org-file-tags'.
17680
17681 * org-exp.el (org-export-handle-comments): Fix bug with several
17682 comment lines after each other.
17683 (org-number-to-roman, org-number-to-counter): New functions.
17684 (org-export-section-number-format): New option.
17685
17686 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17687
17688 * org-exp.el (org-export-protect-examples): Catch the case of a
17689 missing end_example line.
17690
17691 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
17692 `org-file-tags' to nil.
17693
17694 * org-colview.el (org-columns-next-allowed-value): Handle next
17695 argument NTH to directly select a value.
17696
17697 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
17698 argument NTH to directly select a value.
17699
17700 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17701
17702 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
17703
17704 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17705
17706 * org.el (org-columns-ellipses): New option.
17707
17708 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17709
17710 * org-colview.el (org-columns-add-ellipses): New function.
17711 (org-columns-compact-links): New function.
17712 (org-columns-cleanup-item): Call `org-columns-compact-links'.
17713 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
17714 when in agenda.
17715 (org-columns-edit-value): Fix bug with editing values from
17716 agenda column view.
17717 (org-columns-redo): Also redo the agenda itself.
17718
17719 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17720
17721 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
17722 New option.
17723
17724 * org-colview.el (org-agenda-columns-cleanup-item): New function.
17725
17726 * org-exp.el (org-export-ascii-preprocess): Rename from
17727 `org-export-ascii-clean-string'.
17728 (org-export-kill-licensed-text)
17729 (org-export-define-heading-targets)
17730 (org-export-handle-invisible-targets)
17731 (org-export-target-internal-links)
17732 (org-export-remove-or-extract-drawers)
17733 (org-export-remove-archived-trees)
17734 (org-export-protect-quoted-subtrees)
17735 (org-export-protect-verbatim, org-export-protect-examples)
17736 (org-export-select-backend-specific-text)
17737 (org-export-mark-blockquote-and-verse)
17738 (org-export-remove-comment-blocks-and-subtrees)
17739 (org-export-handle-comments, org-export-mark-radio-links)
17740 (org-export-remove-special-table-lines)
17741 (org-export-normalize-links)
17742 (org-export-concatenate-multiline-links)
17743 (org-export-concatenate-multiline-emphasis): New functions,
17744 obtained from spliting the export preprocessor.
17745
17746 * org-table.el (org-table-recalculate): Improve error message if
17747 the row number is invalid.
17748
17749 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17750
17751 * org-archive.el (org-archive-save-context-info): Fix bugs in
17752 customization setup and docstring.
17753
17754 * org-exp.el (org-export-html-style): Change the size of in the
17755 <pre> element to 90%.
17756
17757 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17758
17759 * org.el (org-find-src-example-start): Function removed.
17760 (org-edit-src-find-region-and-lang): New function.
17761
17762 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17763
17764 * org.el (org-edit-src-exit): New function.
17765 (org-exit-edit-mode): New minor mode.
17766
17767 * org-exp.el (org-export-preprocess-string): Fix bug with removing
17768 comment-like lines from protected examples.
17769
17770 * org.el (org-edit-src-example, org-find-src-example-start)
17771 (org-protect-source-example, org-edit-special): New functions.
17772
17773 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17774
17775 * org-publish.el (org-publish-project-alist): Fix typo in
17776 docstring.
17777 (org-publish-project-alist): Handle :index-title property.
17778
17779 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17780
17781 * org-export-latex.el (org-export-as-latex): Make sure region
17782 bounds are correct. Parse subtree properties relating to export.
17783
17784 * org-exp.el (org-export-add-options-to-plist): New function.
17785 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
17786
17787 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17788
17789 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
17790 EXPORT_TITLE.
17791
17792 * org-exp.el (org-export-get-title-from-subtree)
17793 (org-export-as-ascii, org-export-as-html): Make sure the original
17794 region-beginning and region-end are used, even after moving point.
17795 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
17796 property.
17797
17798 * org-remember.el (org-remember-last-stored-marker): New variable.
17799 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
17800 (org-remember-handler): Also use marker to remember
17801 last-stored position.
17802
17803 * org.el (org-goto-marker-or-bmk): New function.
17804
17805 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17806
17807 * org.el (org-file-properties): Rename from `org-local-properties'.
17808 (org-scan-tags): Take file tags into account.
17809 (org-tags-match-list-sublevels): Default changed to t.
17810
17811 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
17812
17813 * org.el (org-update-parent-todo-statistics): New function.
17814
17815 * org-exp.el (org-icalendar-store-UID): New option.
17816 (org-icalendar-force-UID): Option removed.
17817 (org-print-icalendar-entries): IMplement UIDs.
17818
17819 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17820
17821 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
17822
17823 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17824
17825 * org-faces.el (org-column): Document how this face is being used
17826 and why sometimes the background faces shine through.
17827
17828 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
17829
17830 * org-publish.el (org-publish-attachment): Create publishing
17831 directory if it does not yet exist.
17832
17833 * org-table.el (org-calc-default-modes): Change default number
17834 format to (float 8).
17835
17836 * org.el (org-olpath-completing-read): New function.
17837 (org-time-clocksum-format): New option.
17838 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
17839
17840 * org-clock.el (org-clock-display, org-clock-out)
17841 (org-update-mode-line): Use `org-time-clocksum-format'.
17842
17843 * org-colview-xemacs.el (org-columns-number-to-string):
17844 Use `org-time-clocksum-format'.
17845
17846 * org-colview.el (org-columns-number-to-string):
17847 Use `org-time-clocksum-format'.
17848
17849 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17850
17851 * org-id.el: New file, move from contrib to core.
17852
17853 * org-exp.el (org-icalendar-force-UID): New option.
17854
17855 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17856
17857 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
17858 shifted by one day if there is a date range without an end time.
17859
17860 * org.el (org-try-structure-completion): New function.
17861
17862 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17863
17864 * org.el (org-set-font-lock-defaults): Improve fontification of
17865 description lists.
17866 (org-insert-item): Handle description lists.
17867 (org-adaptive-fill-function): Improve auto indentation in
17868 description lists.
17869
17870 * org-exp.el (org-export-as-html, org-export-preprocess-string):
17871 Implement VERSE environment.
17872 (org-export-preprocess-string): Implement the COMMENT
17873 environment.
17874
17875 * org-export-latex.el (org-export-latex-preprocess):
17876 Implement VERSE environment.
17877
17878 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17879
17880 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
17881 option.
17882
17883 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17884
17885 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
17886
17887 * org.el (org-quote-csv-field): New functions.
17888
17889 * org-table.el (org-table-export-default-format): Remove :splice
17890 from default format, we get the same effect by not specifying
17891 :tstart and :tend.
17892 (org-table-export): Improve setup, distinguish better between
17893 interactive and non-interactive use, allow specifying the format
17894 on the fly, better protection against wrong file names.
17895 (orgtbl-to-generic): Fix documentation. Do not require :tstart
17896 and :tend when :splice is omitted.
17897
17898 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17899
17900 * org-clock.el (org-clock-select-task): Make sure the selection
17901 letters are 1-9 and A-Z, no special characters.
17902
17903 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17904
17905 * org-exp.el (org-export-htmlize): New group.
17906 (org-export-htmlize-output-type)
17907 (org-export-htmlize-css-font-prefix): New options.
17908 (org-export-htmlize-region-for-paste): New function.
17909 (org-export-htmlize-generate-css): New command.
17910
17911 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17912
17913 * org.el (org-set-visibility-according-to-property): New function.
17914 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
17915 and compute the regular expressions, and update font-lock.
17916 (org-property-re): Allow a dash in property names.
17917
17918 * org-archive.el (org-extract-archive-file): Insert the file name
17919 without the path into the format, to allow the location format to
17920 contain a subdirectory.
17921
17922 * org-agenda.el (org-agenda-post-command-hook): If point is at end
17923 of buffer, and the `org-agenda-type' property undefined, use the
17924 value from the character before.
17925
17926 * org.el (org-add-planning-info): Don't let indentation for
17927 would-be timestamp become extra whitespace at the end of headline.
17928
17929 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17930
17931 * org.el (org-remove-double-quotes, org-file-contents):
17932 New functions.
17933
17934 * org-exp.el (org-infile-export-plist): Also parse the
17935 contents of #+SETUPFILE files, recursively.
17936
17937 * org.el (org-set-regexps-and-options): Also parse the
17938 contents of #+SETUPFILE files, recursively.
17939
17940 * org-exp.el (org-export-handle-include-files): New function.
17941 (org-export-preprocess-string):
17942 Call `org-export-handle-include-files'.
17943
17944 * org.el (org-delete-property-globally)
17945 (org-delete-property, org-set-property): Ignore case during
17946 completion.
17947 (org-set-property): Use `org-completing-read' instead of
17948 `completing-read'.
17949
17950 * org.el (org-complete-expand-structure-template): New,
17951 experimental function.
17952 (org-structure-template-alist): New, experimental option.
17953 (org-complete): Call `org-complete-expand-structure-template'.
17954
17955 2008-06-17 Bastien Guerry <bzg@altern.org>
17956
17957 * org-export-latex.el (org-export-latex-preprocess):
17958 Add support for blockquotes.
17959
17960 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17961
17962 * org.el (org-read-date-analyze): Catch the case where only a
17963 weekday is given.
17964
17965 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17966
17967 * org.el (org-set-font-lock-defaults): Make the description
17968 tag bold.
17969
17970 * org-exp.el (org-export-as-html, org-close-li):
17971 Implement description lists.
17972
17973 2008-06-17 Jason Riedy <jason@acm.org>
17974
17975 * org-table.el (*orgtbl-default-fmt*): New variable.
17976 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
17977 when there is no other fmt available.
17978
17979 (orgtbl-to-generic): Allow an explicitly nil :tstart or
17980 :tend to suppress the appropriate string.
17981
17982 (orgtbl-to-orgtbl): New function for translating to another orgtbl
17983 table.
17984
17985 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17986
17987 * org.el (org-read-date-analyze): "." as an alias for "+0" in
17988 read date.
17989
17990 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17991 New function.
17992
17993 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
17994 New function.
17995
17996 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17997
17998 * org-clock.el (org-clock-find-position): Don't include notes
17999 into clock drawer.
18000
18001 * org-archive.el (org-archive-subtree): No longer remove an
18002 extra line after cutting the subtree. `org-cut-subtree' already
18003 takes care of this.
18004
18005 * org-remember.el (org-remember-handler): Only kill the target
18006 buffer if it does not contain the running clock.
18007
18008 * org.el (org-markers-to-move): New variable.
18009 (org-save-markers-in-region, org-check-and-save-marker)
18010 (org-reinstall-markers-in-region): New function.
18011 (org-move-subtree-down, org-copy-subtree): Remember relative
18012 marker positions before cutting.
18013 (org-move-subtree-down, org-paste-subtree): Restore relative
18014 marker positions after pasting.
18015
18016 * org-remember.el (org-remember-clock-out-on-exit): New option.
18017 (org-remember-finalize): Clock out only if the setting in
18018 `org-remember-clock-out-on-exit' requires it.
18019 (org-remember-handler): Do the cleanup in the buffer, to make sure
18020 that the clock marker remains in tact.
18021
18022 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
18023
18024 * org-clock.el (org-clock-goto): Widen buffer if necessary.
18025 (org-clock-in): Make sure that also tasks outside the narrowed
18026 region will be clocked in correctly.
18027 (org-clock-insert-selection-line): Widen the buffer so that we can
18028 find the correct task heading.
18029
18030 * org.el (org-base-buffer): New function.
18031
18032 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
18033 and ";" are escaped.
18034 (org-print-icalendar-entries): Also apply
18035 `org-icalendar-cleanup-string' to the headline, not only to the
18036 summary property.
18037
18038 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
18039
18040 * org-exp.el (org-export-preprocess-hook): New hook.
18041 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
18042
18043 * org.el (org-font-lock-hook): New variable.
18044 (org-font-lock-hook): New function.
18045 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
18046
18047 ;; Local Variables:
18048 ;; coding: utf-8
18049 ;; add-log-time-zone-rule: t
18050 ;; End:
18051
18052 Copyright (C) 2008-2011 Free Software Foundation, Inc.
18053
18054 This file is part of GNU Emacs.
18055
18056 GNU Emacs is free software: you can redistribute it and/or modify
18057 it under the terms of the GNU General Public License as published by
18058 the Free Software Foundation, either version 3 of the License, or
18059 (at your option) any later version.
18060
18061 GNU Emacs is distributed in the hope that it will be useful,
18062 but WITHOUT ANY WARRANTY; without even the implied warranty of
18063 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18064 GNU General Public License for more details.
18065
18066 You should have received a copy of the GNU General Public License
18067 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.