* configure.in: Remove reference to src/m/ibms390.h.
[bpt/emacs.git] / lisp / org / ChangeLog
CommitLineData
cd1181db
JB
12011-11-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-table.el (org-table-line-to-dline): Fix typo.
4
58179cce
JB
52011-11-16 Juanma Barranquero <lekktu@gmail.com>
6
7877f373
JB
7 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
8 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
9 (org-search-syntax-table, org-modify-diary-entry-string)
10 (org-write-agenda):
11 * org-bbdb.el (org-bbdb-anniv-export-ical):
58179cce 12 * org-bibtex.el (org-bibtex-fields):
7877f373
JB
13 * org-icalendar.el (org-icalendar-date-time-format):
14 * org-latex.el (org-export-latex-inline-image-extensions):
58179cce
JB
15 * org-list.el (org-list-insert-item): Fix typos.
16
40a8bdf6
JB
172011-11-11 Juanma Barranquero <lekktu@gmail.com>
18
19 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
20
aa97fd08
EZ
212011-09-27 Eli Zaretskii <eliz@gnu.org>
22
23 * org.el (org-mode): Force left-to-right paragraphs in Org
24 buffers. For a related discussions, see
25 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
26
8d5ed899
JB
272011-09-17 Juanma Barranquero <lekktu@gmail.com>
28
29 * org.el (org-toggle-pretty-entities): Fix typo in message.
30
c3313451
CY
312011-09-02 Chong Yidong <cyd@stupidchicken.com>
32
33 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
34
35 * ob-ref.el (org-babel-ref-goto-headline-id):
36 * org.el (org-get-location, org-tree-to-indirect-buffer)
37 (org-mark-ring-goto, org-refile, org-add-log-note)
38 (org-revert-all-org-buffers, org-switchb)
39 (org-cycle-agenda-files, org-submit-bug-report)
40 (org-goto-marker-or-bmk):
41 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
42 * org-capture.el (org-capture-goto-target)
43 (org-capture-fill-template):
44 * org-clock.el (org-clock-goto):
45 * org-ctags.el (org-ctags-visit-buffer-or-file):
46 * org-exp.el (org-export-as-org):
47 * org-feed.el (org-feed-show-raw-feed):
48 * org-html.el (org-export-htmlize-generate-css):
49 * org-id.el (org-id-goto):
50 * org-irc.el (org-irc-visit-erc):
51 * org-mobile.el (org-mobile-apply):
52 * org-publish.el (org-publish-org-to, org-publish-find-date):
53 * org-remember.el (org-go-to-remember-target):
54 * org-src.el (org-src-switch-to-buffer)
55 (org-edit-fixed-width-region): Use switch-to-buffer.
56
f818cd2a
MR
572011-08-31 Martin Rudalics <rudalics@gmx.at>
58
59 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
60 argument from pop-to-buffer-same-window call.
61
9a70f03d
PE
622011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
63
64 * ob.el (org-babel-src-block-regexp): If a code block has a body,
65 its last character must be a newline.
66
5b409b39
BG
672011-07-28 Bastien Guerry <bzg@gnu.org>
68
69 * org-pcomplete.el: New file. Rename from org-complete.el.
70 * org-complete.el: Delete file.
71
3ab2c837
BG
722011-07-28 Bastien Guerry <bzg@gnu.org>
73
7877f373 74 * org-publish.el (org-publish-index-generate-theindex): Rename
3ab2c837
BG
75 from `org-publish-index-generate-theindex.inc'. Use the file
76 theindex.org directly instead of including theindex.inc.
77 (org-publish-projects): Don't delete .orgx files.
78 (org-publish-aux-preprocess): Use .file.orgx.
79
802011-07-28 Bastien Guerry <bzg@gnu.org>
81
82 * org-html.el (org-export-html-preamble-format): New default for
83 the HTML preamble: don't include the title. Also improve the
84 docstring.
85 (org-export-html-postamble-format): Improve the docstring.
86 (org-export-as-html): Add the title within the "content" div.
87 This is necessary for interaction with the org-info.js script.
88
892011-07-28 Michael Brand <michael.ch.brand@gmail.com>
90
91 * org-table.el (org-table-edit-field): Display field coordinates.
92
932011-07-28 Bastien Guerry <bzg@gnu.org>
94
84f21110 95 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
3ab2c837
BG
96 unless they were already visited.
97 (org-sitemap-sort-files, org-sitemap-sort-folders)
98 (org-sitemap-ignore-case, org-sitemap-requested)
84f21110 99 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
3ab2c837
BG
100 a correct prefix.
101 (org-publish-projects): Make sure to delete .orgx files.
84f21110 102 (org-publish-index-generate-theindex.inc): Small docstring fix.
3ab2c837
BG
103
1042011-07-28 Bastien Guerry <bzg@gnu.org>
105
106 * org-table.el (org-table-duration-custom-format): New defcustom
107 to select output format of durations computations.
108 (org-table-time-seconds-to-string): Use the new variable.
109 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
110 will use the custom output format defined in
111 `org-table-duration-custom-format'.
112
1132011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
114
84f21110 115 * org-list.el: Search blank lines down to the end of the item
3ab2c837
BG
116 instead of stopping at the item, in order to possibly match such
117 lines within the item.
118
1192011-07-28 Bastien Guerry <bzg@gnu.org>
120
84f21110 121 * org-latex.el (org-export-latex-href-format): Docstring fix to
3ab2c837 122 reflect the fact that you can use only one "%s".
84f21110 123 (org-export-latex-links): Allow `org-export-latex-href-format' to
3ab2c837
BG
124 have only one "%s".
125
1262011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
127
128 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
129
1302011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
131
132 * org.el (org-copy-visible): New command.
133
1342011-07-28 Bastien Guerry <bzg@gnu.org>
135
84f21110 136 * org-capture.el (org-capture-templates): Docstring fix.
3ab2c837
BG
137
1382011-07-28 Eric Schulte <schulte.eric@gmail.com>
139
140 * ob.el (org-babel-view-src-block-info): New function to inspect
141 code blocks.
142
143 * ob-keys.el (org-babel-key-bindings): Key bindings for
84f21110 144 `org-babel-view-src-block-info'.
3ab2c837
BG
145
1462011-07-28 Bastien Guerry <bzg@gnu.org>
147
148 * org-exp.el (org-infile-export-plist): Handle recursively
149 included setup files. The value of the last included file always
150 takes precedence over previous values.
151
1522011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
153
7877f373 154 * org.el (org-timestamp-change): Keep point in the same category
3ab2c837
BG
155 when updating a time-stamp. This requires to be careful, as,
156 depending on the locale, name of day might change of length during
157 the process.
158
1592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
160
84f21110 161 * org-footnote.el (org-footnote-create-definition): When skipping
3ab2c837
BG
162 already written footnotes definition, the algorithme would assume
163 each one was only one-line long.
164
1652011-07-28 Bastien Guerry <bzg@gnu.org>
166
167 * org-table.el (org-table-eval-formula): Fix bug when a formula
168 "range" is just one cell.
84f21110
BG
169 (org-table-time-string-to-seconds): Don't check whether we
170 manipulate a string.
3ab2c837
BG
171
1722011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
173
174 * org-exp.el (org-export-mark-list-end)
84f21110 175 (org-export-mark-list-properties): Don't remove the ending regexp
3ab2c837
BG
176 when it consists in blank lines.
177
84f21110 178 * org-list.el (org-list-parse-list): Ditto, but remove it
3ab2c837
BG
179 completely when it isn't made of blank lines (i.e. during export
180 process).
181
1822011-07-28 Bastien Guerry <bzg@gnu.org>
183
84f21110 184 * org-table.el (org-table-time-string-to-seconds): Match either
3ab2c837
BG
185 HH:MM:SS or HH:MM (instead of MM:SS).
186
1872011-07-28 Bastien Guerry <bzg@gnu.org>
188
189 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
190 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
191 context.
192
1932011-07-28 Bastien Guerry <bzg@gnu.org>
194
195 * org-html.el (org-export-html-with-timestamp)
196 (org-export-html-html-helper-timestamp): These are obsolete
197 variables as of Org version 7.7 as you can already export the
198 timestamp from the preamble or the postamble.
199 (org-export-html-before-content-div): Delete variable.
84f21110 200 (org-export-html-content-div): Obsolete variable as of 7.7.
3ab2c837
BG
201 (org-export-html-divs): New variable to define divs used in
202 HTML export.
203 (org-export-as-html): Now the preamble and the postamble are
84f21110
BG
204 surrounded by a <div ...>. The name of the div is defined through
205 `org-export-html-divs'.
3ab2c837
BG
206
2072011-07-28 Bastien Guerry <bzg@gnu.org>
208
209 * org-table.el (org-table-eval-formula): Throw an error when
210 trying to replace complex range with invalid references.
211
2122011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
213
84f21110 214 * org-macs.el (org-with-limited-levels): Some functions, like
3ab2c837
BG
215 `org-back-to-heading', being deeply based on outline-mode, still
216 refer to `outline-regexp' instead of `org-outline-regexp'.
217
2182011-07-28 Bastien Guerry <bzg@gnu.org>
219
84f21110 220 * org.el (org-refile-get-targets): New optional argument
3ab2c837
BG
221 `excluded-entries' to exclude entries from the targets.
222 (org-refile-get-location): From an org-mode buffer, exclude
223 current heading and subheadings from the list of targets when
84f21110 224 `org-refile-use-cache' is nil.
3ab2c837
BG
225
2262011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
227
84f21110 228 * org.el (org-imenu-get-tree): Headlines start at bol.
3ab2c837
BG
229
2302011-07-28 Eric Schulte <schulte.eric@gmail.com>
231
232 * ob-maxima.el: New file. Fixed self-proclaimed file name.
233
2342011-07-28 Eric Schulte <schulte.eric@gmail.com>
235
84f21110
BG
236 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
237 lists.
3ab2c837
BG
238
2392011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
240
84f21110 241 * org.el (org-kill-is-subtree-p): Matched string needs to start at
3ab2c837
BG
242 bol.
243
2442011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
245
246 * org.el (org-paste-subtree, org-kill-is-subtree-p)
84f21110 247 (org-yank-folding-would-swallow-text, org-yank-generic): Use
3ab2c837
BG
248 `org-with-limited-levels' macro.
249
2502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
251
84f21110 252 * org-macs.el (org-with-limited-levels): Also modify, when
3ab2c837
BG
253 appropriate, `org-outline-regexp-at-bol'.
254
2552011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
256
84f21110
BG
257 * org.el (org-timestamp-change): Some locales don't use the same
258 length for date abbreviations. Set a marker at origin in case
3ab2c837
BG
259 length of new timestamp is different.
260
2612011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
262
84f21110 263 * org.el (org-imenu-get-tree): Browse only true headlines.
3ab2c837
BG
264
2652011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
266
84f21110 267 * org-archive.el (org-archive-subtree): While it might be possible
3ab2c837
BG
268 to archive an headline of a temporary buffer (i.e. not visiting a
269 file), it wouldn't be really sensical.
270
2712011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
272
273 * org-archive.el (org-extract-archive-file)
274 (org-extract-archive-heading, org-archive-subtree):
84f21110
BG
275 `buffer-file-name' is nil in an indirect buffer. Thus, use
276 `(buffer-file-name (buffer-base-buffer))', which will, in any
277 case, return the file name.
3ab2c837
BG
278
2792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
280
84f21110 281 * org-capture.el (org-capture): If dired isn't loaded,
3ab2c837
BG
282 `dired-buffers' isn't defined, and %F will fail.
283
2842011-07-28 Eric Schulte <schulte.eric@gmail.com>
285
286 * ob-java.el (org-babel-execute:java): Don't create empty package
287 directories.
288
2892011-07-28 Eric Schulte <schulte.eric@gmail.com>
290
291 * ob-java.el: New file.
292
2932011-07-28 Eric Schulte <schulte.eric@gmail.com>
294
84f21110 295 * ob.el (org-babel-execute-src-block): Replace call to defunct
3ab2c837
BG
296 function `org-babel-result-hash'.
297
2982011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
299
84f21110
BG
300 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
301 lines and headers in `message-mode'.
302 (org-footnote-at-reference-p): Remove check for cited lines, this
3ab2c837
BG
303 is now handled by the previous function. Refactor.
304
3052011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
306
84f21110 307 * org-capture.el (org-capture): If no file is associated to
3ab2c837
BG
308 current buffer, check dired buffer and try to retreive a possibly
309 directory associated.
310
3112011-07-28 Eric Schulte <schulte.eric@gmail.com>
312
313 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
314 (not original) file buffer.
315
316 * ob.el (org-babel-current-result-hash): More informative name,
317 and remove useless optional argument.
318
3192011-07-28 Bastien Guerry <bzg@gnu.org>
320
84f21110 321 * org.el (org-refile-get-location): Exclude current heading from
3ab2c837
BG
322 the refile table.
323
3242011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
325
84f21110 326 * org-footnote.el (org-footnote-at-reference-p): Test if match is
3ab2c837 327 in cited text, when replying to a message.
84f21110
BG
328 (org-footnote-new): Do not create a new footnote at bol, as it
329 might be seen as a definition.
330 (org-footnote-at-definition-p): Ignore definitions in forbidden
3ab2c837
BG
331 blocks, as it is already the case for references.
332
3332011-07-28 Matt Lundin <mdl@imapmail.org>
334
335 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
336 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
337 have no effect).
338
3392011-07-28 Eric Schulte <schulte.eric@gmail.com>
340
341 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
342 into empty strings.
343
3442011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
345
84f21110
BG
346 * org-list.el (org-list-insert-item): Actualize code comments.
347 (org-insert-item): For consistency, point cannot be moved at a
348 surprising place when the user is being asked to choose a new
349 description term to insert in the list. Point should stay where
350 the user called the command.
3ab2c837
BG
351
3522011-07-28 Bastien Guerry <bzg@gnu.org>
353
354 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
355 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
356
3572011-07-28 Bastien Guerry <bzg@gnu.org>
358
359 * org.el (org-outline-regexp-bol): New defconst.
360 (org-outline-level, org-set-font-lock-defaults, org-cycle)
361 (org-overview, org-content, org-flag-drawer)
362 (org-first-headline-recenter, org-insert-todo-heading)
363 (org-map-region, org-move-subtree-down, org-paste-subtree)
364 (org-kill-is-subtree-p, org-context-p, org-refile)
365 (org-refile-new-child, org-toggle-comment, org-todo)
366 (org-add-planning-info, org-add-log-setup, org-scan-tags)
367 (org-set-tags, org-insert-property-drawer)
368 (org-prepare-agenda-buffers, org-preview-latex-fragment)
369 (org-speed-command-default-hook, org-check-for-hidden)
370 (org-toggle-item, org-toggle-heading)
371 (org-indent-line-function, org-set-autofill-regexps)
372 (org-fill-paragraph, org-toggle-fixed-width-section)
373 (org-yank-generic, org-yank-folding-would-swallow-text)
374 (org-first-sibling-p, org-goto-sibling)
375 (org-goto-first-child, org-show-entry): Use
376 `org-outline-regexp' and `org-outline-regexp-bol'.
377
3782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
379
380 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
84f21110 381 be checked for parent, not current headline. Also, this function
3ab2c837
BG
382 doesn't need to be interactive.
383
3842011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
385
386 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
84f21110 387 (org-apply-on-list, org-toggle-checkbox): Make markers point
3ab2c837
BG
388 nowhere when they have become useless.
389
3902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
391
84f21110 392 * org-list.el (org-list-insert-item): When insertion point is in
3ab2c837 393 some white line after the end of the list, remove all unnecessary
84f21110 394 white lines there before proceeding. Also refactor a snippet of
3ab2c837
BG
395 code.
396
3972011-07-28 Bastien Guerry <bzg@gnu.org>
398
399 * org-latex.el (org-export-latex-image-default-option): Change
400 default value.
401
4022011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
403
84f21110 404 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
3ab2c837
BG
405 correctly fontified when the buffer is missing a final newline.
406
4072011-07-28 Bastien Guerry <bzg@gnu.org>
408
409 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
410 of an error if no argument is given.
84f21110
BG
411 (org-babel-parse-src-block-match): Make sure body is defined in
412 the let construct.
3ab2c837
BG
413
4142011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
415
416 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
417 did not find includes with double quoted file names.
418
4192011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
420
84f21110 421 * org-footnote.el (org-footnote-normalize): Footnote section
3ab2c837
BG
422 should be inserted only if there are footnotes to insert.
423
4242011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
425
426 * org-footnote.el (org-footnote-at-definition-p)
84f21110 427 (org-footnote-normalize): Do not grab signature in the definition
3ab2c837
BG
428 of the last footnote.
429
4302011-07-28 Eric Schulte <schulte.eric@gmail.com>
431
432 * org-bibtex.el (org-babel-trim): Declare this function to the
433 compiler.
434 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
435 properties.
436
4372011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
438
84f21110
BG
439 * org-exp.el (org-export-preprocess-string): Add the possibility
440 to call recursively the function. Also change order of some
441 function calls. Comment export process for footnotes.
3ab2c837 442
84f21110
BG
443 * org-footnote.el (org-footnote-normalize): Change the export
444 specific parameter to hold properties of export. Thus, the
3ab2c837
BG
445 function can send every footnote definition in the buffer through
446 `org-export-process-string'.
447
4482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
449
84f21110 450 * org-latex.el (org-export-latex-preprocess): First insert
3ab2c837
BG
451 footnotes in the temporary buffer so their contents can properly
452 be protected from further transformations if required.
453
4542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
455
84f21110
BG
456 * org-list.el (org-list-indent-offset): New variable.
457 (org-list-struct-fix-ind): Make use of the new variable.
3ab2c837
BG
458
4592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
460
84f21110 461 * org-latex.el (org-export-latex-list-parameters): Complete
3ab2c837
BG
462 default value with cbtrans option.
463
84f21110 464 * org-list.el (org-list-to-latex): Set a more consistent default
3ab2c837
BG
465 value.
466
4672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
468
84f21110 469 * org-list.el (org-list-swap-items): Move it to a meaningful
3ab2c837
BG
470 position in source code (i.e. before any function using it), and
471 rename it to an easier name.
472
4732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
474
84f21110 475 * org-list.el (org-list-separating-blank-lines-number): If there
3ab2c837
BG
476 are blank lines already in the whole list, add a blank line.
477
4782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
479
84f21110
BG
480 * org-list.el (org-list-use-circular-move): New variable.
481 (org-previous-item, org-next-item): Make use of the new variable.
482 (org-move-item-down, org-move-item-up): Make use of the new
483 variable. Simplify code.
3ab2c837
BG
484
4852011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
486
84f21110 487 * org-list.el (org-list-delete-item, org-list-send-item): New
3ab2c837
BG
488 functions.
489
4902011-07-28 Bastien Guerry <bzg@gnu.org>
491
492 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
493 for custom bulk action functions.
494 (org-agenda-bulk-action): Use it.
495
4962011-07-28 Bastien Guerry <bzg@gnu.org>
497
498 * org-latex.el (org-export-latex-quotes): New defcustom.
499 (org-export-latex-quotation-marks): Use it.
500
5012011-07-28 Bastien Guerry <bzg@gnu.org>
502
84f21110 503 * org-capture.el (org-capture-finalize): Bugfix about inserted
3ab2c837
BG
504 blank line when killing the capture buffer and
505 `org-blank-before-new-entry' tells to not insert anything before a
506 heading.
507
5082011-07-28 Bastien Guerry <bzg@gnu.org>
509
510 * org-html.el (org-export-html-content-div): Rename from
511 `org-export-content-div'.
512 (org-export-as-html): Use new name.
513
5142011-07-28 Bastien Guerry <bzg@gnu.org>
515
516 * org-latex.el (org-export-latex-header-defs-re): Delete.
517
5182011-07-28 Bastien <bzg@gnu.org>
519
520 * org.el (org-last-set-property): New variable.
521 (org-read-property-name): Use the new variable: the prompt
84f21110
BG
522 defaults to the last property set, unless there is a property in
523 the line at point.
3ab2c837
BG
524
5252011-07-28 David Maus <dmaus@ictsoc.de>
526
527 * org-capture.el (org-capture-before-finalize-hook)
528 (org-capture-after-finalize-hook, org-capture-mode-map)
529 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
530 consistently refer to capture, not remember.
531
5322011-07-28 Eric Schulte <schulte.eric@gmail.com>
533
534 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
535 "verbatim" results params.
536
5372011-07-28 Eric Schulte <schulte.eric@gmail.com>
538
539 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
540 "scalar".
541
542 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
543 "scalar".
544
545 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
546 synonym for "scalar".
547
548 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
549 "scalar".
550
5512011-07-28 Eric Schulte <schulte.eric@gmail.com>
552
553 * ob.el (org-babel-script-escape): Parse odd parens when nested
554 isnide lists.
555
5562011-07-28 Eric Schulte <schulte.eric@gmail.com>
557
558 * ob-clojure.el (org-babel-execute:clojure): No longer force
559 results into elisp if they don't naturally fit.
560
5612011-07-28 Eric Schulte <schulte.eric@gmail.com>
562
563 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
564 already parsed lisp results.
565
5662011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
567
84f21110 568 * org-list.el (org-plain-list-ordered-item-terminator): Remove
3ab2c837
BG
569 incorrect assumption.
570
5712011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
572
84f21110 573 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
3ab2c837
BG
574 exporter specific blocks.
575
84f21110 576 * org-list.el (org-list-forbidden-blocks): Ditto.
3ab2c837
BG
577
5782011-07-28 Bastien Guerry <bzg@gnu.org>
579
580 * org-latex.el (org-export-latex-tables): Bugfix: remove
581 properties from fields.
582
5832011-07-28 Bastien Guerry <bzg@gnu.org>
584
585 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
586 to use `org-clock-timestamps-change'.
587
5882011-07-28 Bastien Guerry <bzg@gnu.org>
589
84f21110 590 * org.el (org-timestamp-up, org-timestamp-down): Mention time
3ab2c837
BG
591 changes in the docstring.
592
5932011-07-28 Bastien Guerry <bzg@gnu.org>
594
595 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
596 to remove empty clock drawer.
597 (org-clock-out-hook): Add the new function as a hook.
598
5992011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
600
84f21110 601 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
3ab2c837
BG
602
6032011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
604
7877f373 605 * org.el (org-in-block-p): New function.
3ab2c837 606
84f21110
BG
607 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
608 (org-footnote-in-valid-context-p): New function.
609 (org-footnote-at-reference-p): Use new function. Allow inline
3ab2c837
BG
610 footnotes to start at bol.
611
6122011-07-28 Bastien Guerry <bzg@gnu.org>
613
614 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
615 (org-lparse-warn): Use it.
616
6172011-07-28 Bastien Guerry <bzg@gnu.org>
618
84f21110 619 * org-ascii.el (org-export-as-utf8): Fix call to
3ab2c837
BG
620 `org-called-interactively-p': it requires an argument. Also fix
621 the docstring.
622
6232011-07-28 Eric Schulte <schulte.eric@gmail.com>
624
625 * ob-lilypond.el (show-all): Declaring function from outline.el.
626 (org-babel-default-header-args:lilypond): Declared.
627 (ly-process-basic): Use the appropriate prefix for the temporary
628 file, and don't call a function from ob-dot.el.
629 (ly-version): Let-bind a free variable.
630
6312011-07-28 Eric Schulte <schulte.eric@gmail.com>
632
633 * ob-lilypond.el: New file.
634
6352011-07-28 Bastien Guerry <bzg@gnu.org>
636
637 * org-publish.el
84f21110 638 (org-publish-cache-file-needs-publishing): Only check against .org
3ab2c837
BG
639 files.
640
6412011-07-28 Bastien Guerry <bzg@gnu.org>
642
84f21110
BG
643 * org.el (org-mode): Use `org-default' as the default face in
644 org-mode.
3ab2c837
BG
645
6462011-07-28 Bastien Guerry <bzg@gnu.org>
647
648 * org-publish.el
649 (org-publish-cache-file-needs-publishing): Takes care of more
650 recently included files, returning `t' in case the file including
651 them needs to be republished.
652
6532011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
654
84f21110
BG
655 * org-exp.el (org-export-preprocess-string): If the last subtree
656 is a task, footnotes may be removed along with the subtree. This
3ab2c837
BG
657 patch ensures footnotes are put at the end of the buffer after the
658 subtree has been removed.
659
6602011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
661
84f21110 662 * org-footnote.el (org-footnote-at-reference-p): Verify that what
3ab2c837 663 looks like a footnote doesn't belong to a link.
84f21110 664 (org-footnote-next-reference-or-definition): Check more strictly
3ab2c837
BG
665 footnote definitions.
666
d4423e17 6672011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
3ab2c837
BG
668
669 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
670 language modes.
671
3ab2c837
BG
6722011-07-28 Eric Schulte <schulte.eric@gmail.com>
673
674 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
675 of the eoe string during session evaluation.
676
6772011-07-28 Eric Schulte <schulte.eric@gmail.com>
678
679 * ob-python.el (org-babel-python-evaluate-session): Enough
680 newlines to ensure a return when ":results output :session".
681
6822011-07-28 Eric Schulte <schulte.eric@gmail.com>
683
684 * ob-python.el (org-babel-python-evaluate-session): Introduced a
685 new local function for sending input with a slight delay to allow
686 pythong to re-draw the prompt. No longer removing newlines inside
687 code block bodies (was due to a defective regexp).
688
6892011-07-28 Bastien Guerry <bzg@gnu.org>
690
84f21110
BG
691 * org-table.el (org-table-time-seconds-to-string): Use
692 `org-format-seconds' instead of `format-seconds'.
3ab2c837
BG
693
6942011-07-28 David Maus <dmaus@ictsoc.de>
695
696 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
697 relative symlinks.
698
6992011-07-28 David Maus <dmaus@ictsoc.de>
700
701 * org-latex.el (org-export-latex-preprocess): Use function
702 argument instead of dynamically scoped symbol.
703
7042011-07-28 David Maus <dmaus@ictsoc.de>
705
706 * org-freemind.el (org-freemind-convert-links-helper)
707 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
708 (org-freemind-get-node-style): Use org-string-match-p for backward
84f21110 709 compatibility with Emacs 22.
3ab2c837
BG
710
7112011-07-28 David Maus <dmaus@ictsoc.de>
712
713 * org-html.el (org-export-html-protect-char-alist): Add missing
714 :group keyword in defcustom.
715
7162011-07-28 David Maus <dmaus@ictsoc.de>
717
718 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
84f21110 719 `kill-buffer' with argument indiciating to kill current
3ab2c837
BG
720 buffer. Emacs 22 compatibility.
721
7222011-07-28 David Maus <dmaus@ictsoc.de>
723
724 * org-macs.el (org-without-partial-completion): Toggle
725 partial-completion-mode only if it is turned on.
726
7272011-07-28 Bastien Guerry <bzg@gnu.org>
728
84f21110
BG
729 * org.el (org-add-planning-info): Fix issues with timestamps not
730 being inserted at the same position.
3ab2c837
BG
731
7322011-07-28 Bastien Guerry <bzg@gnu.org>
733
84f21110 734 * org-table.el (org-table-time-string-to-seconds)
3ab2c837
BG
735 (org-table-time-seconds-to-string): New functions.
736 (org-table-eval-formula): Implement the "T" (time) flag for
737 computing durations.
738
7392011-07-28 Jambunathan K <kjambunathan@gmail.com>
740
741 * org.el (org-modules): Add org-lparse and org-odt as contrib
742 modules.
743
7442011-07-28 Eric Schulte <schulte.eric@gmail.com>
745
746 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
747 lines.
84f21110
BG
748 (org-additional-option-like-keywords): Include data as a synonym
749 for results.
3ab2c837
BG
750
7512011-07-28 Eric Schulte <schulte.eric@gmail.com>
752
753 * ob.el (org-babel-sha1-hash): Improving code layout and removing
754 export-variable headers in cache sha1.
755
7562011-07-28 Eric Schulte <schulte.eric@gmail.com>
757
84f21110 758 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
3ab2c837
BG
759 rescan all IDs when trying to resolve a reference.
760
7612011-07-28 Julien Barnier <julien@nozav.org>
762
763 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
84f21110 764 blocks lang attribute.
3ab2c837
BG
765
7662011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
767
84f21110
BG
768 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
769 option to allow different markup for inactive timestamps.
3ab2c837
BG
770
7712011-07-28 Eric Schulte <schulte.eric@gmail.com>
772
773 * ob-org.el (org-babel-expand-body:org): Implemented this
774 function, only action is to expand variables.
775 (org-babel-execute:org): Uses the new body-expansion function.
776
7772011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
778
84f21110 779 * org-list.el (org-list-full-item-re): Allow counter and check-box
3ab2c837 780 to be separated by white spaces.
84f21110 781 (org-list-struct-apply-struct): Reflect changes made to
3ab2c837
BG
782 `org-list-full-item-re'.
783
84f21110 784 * org-html.el (org-html-export-list-line): Recognize spaces
3ab2c837
BG
785 between counter and check-boxes as valid.
786
84f21110 787 * org-docbook.el (org-export-docbook-list-line): Ditto.
3ab2c837
BG
788
7892011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
790
84f21110 791 * org-list.el (org-list-insert-item): Make sure point is moved to
3ab2c837
BG
792 the specified POS before starting the function.
793
7942011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
795
84f21110 796 * org.el (org-activate-footnote-links): Properly fontify inline
3ab2c837 797 footnotes.
84f21110 798 (org-set-font-lock-defaults): Apply changes to previous function.
3ab2c837
BG
799
8002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
801
84f21110
BG
802 * org-footnote.el (org-footnote-at-reference-p): First check if
803 point is at the beginning of a footnote. Indeed `org-in-regexp'
3ab2c837
BG
804 first checks backwards and might find an incorrect footnote if
805 they are side-by-side.
806
8072011-07-28 Michael Brand <michael.ch.brand@gmail.com>
808
809 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
810 (org-agenda-block-separator): Add nil to docstring and customization.
811 (org-prepare-agenda): Skip agenda block separator additionally if
84f21110 812 `org-agenda-block-separator' is nil.
3ab2c837
BG
813 (org-agenda-overriding-header): Improve docstring.
814
8152011-07-28 Bastien Guerry <bzg@gnu.org>
816
817 * org.el (org-set-tags): Remove useless
818 `org-without-partial-completion'.
819
8202011-07-28 Eric Schulte <schulte.eric@gmail.com>
821
822 * org-footnote.el (org-fill-paragraph): Declare function for the
823 compiler.
824
8252011-07-28 Eric Schulte <schulte.eric@gmail.com>
826
827 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
828
8292011-07-28 Eric Schulte <schulte.eric@gmail.com>
830
831 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
832 to appease compiler.
833
8342011-07-28 Michael Markert <markert.michael@googlemail.com>
835
836 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
84f21110 837 all `org-called-interactively-p' function invocations.
3ab2c837
BG
838
839 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
84f21110 840 to all `org-called-interactively-p' function invocations.
3ab2c837 841 (org-agenda-show-1): Adding optional argument KIND to all
84f21110 842 `org-called-interactively-p' function invocations.
3ab2c837 843 (org-agenda-set-tags): Adding optional argument KIND to all
84f21110 844 `org-called-interactively-p' function invocations.
3ab2c837
BG
845
846 * org-ascii.el (org-export-as-latin1): Adding optional argument
84f21110 847 KIND to all `org-called-interactively-p' function invocations.
3ab2c837 848 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
84f21110 849 all `org-called-interactively-p' function invocations.
3ab2c837 850 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
84f21110 851 `org-called-interactively-p' function invocations.
3ab2c837 852 (org-export-region-as-ascii): Adding optional argument KIND to all
84f21110 853 `org-called-interactively-p' function invocations.
3ab2c837
BG
854
855 * org-docbook.el (org-export-region-as-docbook): Adding optional
84f21110 856 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
857 invocations.
858
859 * org-html.el (org-export-region-as-html): Adding optional
84f21110 860 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
861 invocations.
862
863 * org-latex.el (org-export-region-as-latex): Adding optional
84f21110 864 argument KIND to all `org-called-interactively-p' function
3ab2c837
BG
865 invocations.
866
867 * org-table.el (org-table-blank-field): Adding optional argument
84f21110 868 KIND to all `org-called-interactively-p' function invocations.
3ab2c837 869 (org-table-current-column): Adding optional argument KIND to all
84f21110 870 `org-called-interactively-p' function invocations.
3ab2c837 871 (org-table-current-dline): Adding optional argument KIND to all
84f21110 872 `org-called-interactively-p' function invocations.
3ab2c837 873 (org-table-sort-lines): Adding optional argument KIND to all
84f21110 874 `org-called-interactively-p' function invocations.
3ab2c837 875 (org-table-sum): Adding optional argument KIND to all
84f21110 876 `org-called-interactively-p' function invocations.
3ab2c837 877 (org-table-rotate-recalc-marks): Adding optional argument KIND to
84f21110 878 all `org-called-interactively-p' function invocations.
3ab2c837 879 (org-table-eval-formula): Adding optional argument KIND to all
84f21110 880 `org-called-interactively-p' function invocations.
3ab2c837 881 (orgtbl-send-table): Adding optional argument KIND to all
84f21110 882 `org-called-interactively-p' function invocations.
3ab2c837
BG
883
884 * org.el (org-mode): Adding optional argument KIND to all
84f21110 885 `org-called-interactively-p' function invocations.
3ab2c837 886 (org-copy-subtree): Adding optional argument KIND to all
84f21110 887 `org-called-interactively-p' function invocations.
3ab2c837 888 (org-paste-subtree): Adding optional argument KIND to all
84f21110 889 `org-called-interactively-p' function invocations.
3ab2c837 890 (org-store-link): Adding optional argument KIND to all
84f21110 891 `org-called-interactively-p' function invocations.
3ab2c837 892 (org-todo): Adding optional argument KIND to all
84f21110 893 `org-called-interactively-p' function invocations.
3ab2c837 894 (org-occur): Adding optional argument KIND to all
84f21110 895 `org-called-interactively-p' function invocations.
3ab2c837
BG
896
8972011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
898
7877f373 899 * org-footnote.el (org-footnote-action): Offer to create
3ab2c837
BG
900 definition when none is found.
901
9022011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
903
7877f373 904 * org-footnote.el (org-footnote-re): Avoid matching inactive
3ab2c837 905 time-stamps or check-box cookies.
7877f373 906 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
3ab2c837
BG
907
9082011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
909
7877f373 910 * org-exp.el (org-export-preprocess-string): If the last subtree
3ab2c837
BG
911 is commented, footnotes inserted during normalizing at the end of
912 the buffer may get deleted. This patch ensures deletion comes
913 first, normalization second.
914
9152011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
916
7877f373
JB
917 * org-exp.el (org-export-footnotes-data): Change docstring.
918 (org-export-footnotes-seen): Rename from
3ab2c837
BG
919 org-export-footnotes-markers.
920
7877f373 921 * org-ascii.el (org-export-as-ascii): Apply change.
3ab2c837 922
7877f373 923 * org-docbook.el (org-export-as-docbook): Apply change.
3ab2c837 924
7877f373 925 * org-footnote.el (org-footnote-normalize): Apply change.
3ab2c837 926
7877f373 927 * org-html.el (org-export-as-html): Apply change.
3ab2c837 928
7877f373 929 * org-latex.el (org-export-as-latex): Apply change.
3ab2c837
BG
930
9312011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
932
7877f373 933 * org-latex.el (org-export-latex-preprocess): Rely on
3ab2c837
BG
934 `org-export-footnotes-markers' to retreive definition of the
935 current footnote during export.
936
9372011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
938
7877f373 939 * org-footnote.el (org-footnote-normalize): Remember footnotes
3ab2c837
BG
940 seen so far by the exporter when choosing the new marker.
941
9422011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
943
7877f373 944 * org-footnote.el (org-footnote-normalize): Make use of
3ab2c837
BG
945 `org-footnote-insert-pos-for-preprocessor'.
946
9472011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
948
7877f373 949 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
3ab2c837
BG
950 property to footnote markers when preparing for exportation.
951
7877f373 952 * org-html.el (org-export-as-html): Read new property to decide
3ab2c837
BG
953 when to export a footnote.
954
7877f373 955 * org-docbook.el (org-export-as-docbook): Read new property to
3ab2c837
BG
956 decide when to export a footnote.
957
7877f373 958 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
3ab2c837
BG
959 column 0 cannot end a list containing it by adding
960 `original-indentation' property to it.
961
9622011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
963
7877f373 964 * org-exp.el (org-export-preprocess-string): Normalize footnotes
3ab2c837
BG
965 before marking lists ending.
966
7877f373 967 * org-latex.el (org-export-latex-preprocess): Work with labels as
3ab2c837
BG
968 strings and not as numbers.
969
9702011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
971
7877f373
JB
972 * org-docbook.el (org-export-docbook-footnote-separator): New
973 variable.
974 (org-export-as-docbook): Add a separator between footnotes.
3ab2c837 975
7877f373
JB
976 * org-html.el (org-export-html-footnote-separator): New variable.
977 (org-export-as-html): Add a separator between footnotes.
3ab2c837 978
7877f373 979 * org-latex.el (org-export-latex-footnote-separator): New
3ab2c837 980 variable.
7877f373 981 (org-export-latex-preprocess): Add a separator between footnotes.
3ab2c837
BG
982
9832011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
984
985 * org-exp.el (org-export-footnotes-markers)
7877f373
JB
986 (org-export-footnotes-data): New variables.
987 (org-export-preprocess-string): Use a more explicit argument.
3ab2c837
BG
988
9892011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
990
7877f373 991 * org-footnote.el (org-footnote-goto-definition): Now, determining
3ab2c837
BG
992 if point is at a footnote reference is entirely determined by
993 `org-footnote-at-reference-p'. No need to check if pattern isn't
994 at beginning of the line elsewhere.
995
9962011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
997
7877f373 998 * org-footnote.el (org-footnote-next-reference-or-definition): New
3ab2c837
BG
999 function.
1000
7877f373 1001 * org.el (org-activate-footnote-links): Activate the whole
3ab2c837
BG
1002 footnote, but only fontify its label.
1003
10042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1005
7877f373 1006 * org-footnote.el (org-footnote-normalize): Make use of changes to
3ab2c837
BG
1007 `org-footnote-at-reference-p' and creation of various functions..
1008 Also comment code.
7877f373
JB
1009 (org-footnote-get-next-reference, org-footnote-delete-references)
1010 (org-footnote-delete-definitions): New functions.
1011 (org-footnote-goto-previous-reference, org-footnote-all-labels)
1012 (org-insert-footnote-reference-near-definition, org-footnote-delete):
1013 Rewrite to use org-footnote-get-next-reference.
3ab2c837
BG
1014
10152011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1016
7877f373 1017 * org-footnote.el (org-footnote-re): Don't end an inline footnote
3ab2c837 1018 at unrelated closing square brackets.
7877f373 1019 (org-footnote-at-reference-p): Improve accuracy of the function to
3ab2c837
BG
1020 determine if point is at a reference and to extract definition of an
1021 inline footnote.
7877f373
JB
1022 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
1023 (org-footnote-auto-adjust-maybe): Make use of previous function.
3ab2c837
BG
1024
10252011-07-28 Bastien Guerry <bzg@gnu.org>
1026
1027 * org.el (org-deadline, org-schedule):
1028 keep warning cookie when rescheduling/redeadlining.
1029 (org-time-stamp): Fix problem with warning cookie.
1030
10312011-07-28 Eric Schulte <schulte.eric@gmail.com>
1032
1033 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
1034 clojure source into elisp source.
1035
10362011-07-28 Eric Schulte <schulte.eric@gmail.com>
1037
1038 * ob.el (org-babel-script-escape): Treats {} in the same manner as
1039 [] and allows for forcing string conversion.
1040
10412011-07-28 Eric Schulte <schulte.eric@gmail.com>
1042
1043 * org-exp.el (org-export-select-backend-specific-text): Strip
1044 protective commas from literal code blocks.
1045
10462011-07-28 Eric Schulte <schulte.eric@gmail.com>
1047
1048 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
1049
10502011-07-28 Eric Schulte <schulte.eric@gmail.com>
1051
1052 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
1053 own function.
1054 (org-babel-ref-headline-body): Split out into its own function.
1055 (org-babel-ref-resolve): Using new functions, and alignment.
1056
1057 * ob.el (org-babel-ref-goto-headline-id): Declare function.
1058 (org-babel-ref-headline-body): Declare function.
1059 (org-babel-expand-noweb-references): Now expands noweb references to
1060 headlines during expansion.
1061
10622011-07-28 Eric Schulte <schulte.eric@gmail.com>
1063
1064 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
1065 headlines by either global or custom id, in which case the
1066 contents of the headline are returned literally.
1067
10682011-07-28 Eric Schulte <schulte.eric@gmail.com>
1069
1070 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
1071 verbatim emphasis.
1072 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
1073 lines.
1074
10752011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1076
7877f373 1077 * org-list.el (org-cycle-item-indentation): Cycling back to
3ab2c837
BG
1078 original position deleted any additional information in the item,
1079 like a counter or a tag.
1080
10812011-07-28 Pieter Praet <pieter@praet.org>
1082
1083 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
7877f373 1084 (org-decrypt-entry): Before decrypting, check whether
3ab2c837
BG
1085 `auto-save-mode' is enabled for the current buffer, and act on it
1086 according to how `org-crypt-disable-auto-save' is set. Remove
1087 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
1088 check for `auto-save-default'.
1089
10902011-07-28 Eric Schulte <schulte.eric@gmail.com>
1091
1092 * ob.el (org-babel-merge-params): Ensure variable parameters are
1093 not reversed.
1094
10952011-07-28 Eric Schulte <schulte.eric@gmail.com>
1096
1097 * ob.el (org-babel-insert-result): Fix results insertion for
1098 inline blocks which happen to start a line.
1099
11002011-07-28 Eric Schulte <schulte.eric@gmail.com>
1101
1102 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
1103 if a call line is commented.
1104
11052011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
1106
1107 * org.el (org-read-property-name): Propose default property name.
1108
11092011-07-28 Achim Gratz <stromeko@nexgo.de>
1110
d6b9407c 1111 * org.el (org-log-into-drawer): Correct typo.
3ab2c837
BG
1112
1113 * org-clock.el (org-clock-into-drawer): New function to change the
1114 location of clock events based on properties CLOCK_INTO_DRAWER or,
1115 as fallback, LOG_INTO_DRAWER, like it is already possible for
1116 state change logs.
1117
d6b9407c
BG
1118 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
1119 let clause to bind `org-clock-into-drawer' to result of function
1120 eval.
3ab2c837 1121
d6b9407c
BG
1122 * org-clock.el (org-clock-find-position): Add statement to let
1123 clause to bind `org-clock-into-drawer' to result of function eval,
3ab2c837 1124 change let to let* since the binding is used later in the same
d6b9407c 1125 clause.
3ab2c837
BG
1126
11272011-07-28 Eric Schulte <schulte.eric@gmail.com>
1128
1129 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
1130 we can use flet.
1131
11322011-07-28 Eric Schulte <schulte.eric@gmail.com>
1133
1134 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
1135 non-inline call lines.
1136
11372011-07-28 Eric Schulte <schulte.eric@gmail.com>
1138
1139 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
1140 call_ blocks which aren't whitespace padded.
1141
11422011-07-28 Eric Schulte <schulte.eric@gmail.com>
1143
1144 * ob.el (org-babel-merge-params): Do not reverse variable order,
1145 and be sure to increment variable index as appropriate.
1146
11472011-07-28 Eric Schulte <schulte.eric@gmail.com>
1148
1149 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
1150 successfully match optional trailing header arguments in square
1151 brackets.
1152 (org-babel-lob-get-info): Updated to match the new regexp.
1153
11542011-07-28 Eric Schulte <schulte.eric@gmail.com>
1155
1156 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
1157 then allow them to be so.
1158
11592011-07-28 Eric Schulte <schulte.eric@gmail.com>
1160
1161 * ob.el (org-babel-merge-params): If variables are not named they
1162 are assigned in order.
1163
11642011-07-28 Eric Schulte <schulte.eric@gmail.com>
1165
1166 * ob.el: Remove code comment about online documentation.
1167
1168 * ob-exp.el: Remove code comment about online documentation.
1169
1170 * ob-lob.el: Remove code comment about online documentation.
1171
11722011-07-28 Jambunathan K <kjambunathan@gmail.com>
1173
1174 * org-exp.el (org-export-format-source-code-or-example): Fix
1175 signature of org-<backend>-format-source-code-or-example function.
1176
11772011-07-28 Eric Schulte <schulte.eric@gmail.com>
1178
1179 * ob.el (org-babel-sha1-hash): Replace call to
1180 called-interactively-p with backwards-compatible interactive-p.
1181
11822011-07-28 Eric Schulte <schulte.eric@gmail.com>
1183
1184 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
1185 replacement of inline call blocks with their results.
1186
11872011-07-28 Eric Schulte <schulte.eric@gmail.com>
1188
1189 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
1190 trailing space ensures that the insertion of the results looks
1191 nice.
1192
1193 * ob.el (org-babel-insert-result): Insert inline lob line results
1194 as inline results.
1195
11962011-07-28 Eric Schulte <schulte.eric@gmail.com>
1197
1198 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
1199 appropriately given the style (block or inline) of the lob line.
1200
1201 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
1202 specific for block lob lines.
1203 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
1204 inline lob lines.
1205 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
1206 (org-babel-lob-get-info): Return info from *either* the block or
1207 inline lob lines.
1208
12092011-07-28 Eric Schulte <schulte.eric@gmail.com>
1210
1211 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
1212 structure of the resulting info list.
1213
1214 * ob-lob.el (org-babel-default-lob-header-args): Export the
1215 results of call lines by default.
1216
12172011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
1218
1219 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
1220 property based on the ID property of the org entry to the first
1221 character of the diary entry.
1222
12232011-07-28 Jambunathan K <kjambunathan@gmail.com>
1224
1225 * org-footnote.el
1226 (org-footnote-insert-pos-for-preprocessor): New variable.
1227 (org-footnote-normalize): Use it.
1228
12292011-07-28 Jambunathan K <kjambunathan@gmail.com>
1230
1231 * org-exp.el (org-export-format-source-code-or-example):
84f21110 1232 Simplify. Also add `org-native-text' as a text property to the
3ab2c837
BG
1233 formatted text and throw error for unknown backends.
1234
12352011-07-28 Jambunathan K <kjambunathan@gmail.com>
1236
1237 * org-exp.el (org-export-format-source-code-or-example): Add
1238 support for: - custom formatters for existing backends - seamless
1239 plugging in of new backends.
1240
12412011-07-28 Jambunathan K <kjambunathan@gmail.com>
1242
1243 * org-exp.el (org-export-backends): New variable.
1244 (org-export-select-backend-specific-text): Use above
1245 variable. Also mark text between #+BACKEND and
84f21110
BG
1246 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
1247 This text property is currently used only by the new line-oriented
1248 generic exporter (which is not yet part of the repo).
3ab2c837
BG
1249
12502011-07-28 Jambunathan K <kjambunathan@gmail.com>
1251
1252 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
84f21110
BG
1253 OpenDocumentText export and bind them to `org-export-as-odt' and
1254 `org-export-as-odt-and-open'.
3ab2c837
BG
1255
12562011-07-28 Eric Schulte <schulte.eric@gmail.com>
1257
1258 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
1259 mode.
1260
12612011-07-28 Eric Schulte <schulte.eric@gmail.com>
1262
1263 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
1264 lists before reading into emacs-lisp.
1265
12662011-07-28 Eric Schulte <schulte.eric@gmail.com>
1267
7877f373 1268 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1269
7877f373 1270 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1271
7877f373 1272 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1273
7877f373 1274 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1275
7877f373 1276 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1277
7877f373 1278 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1279
7877f373 1280 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1281
7877f373 1282 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1283
7877f373 1284 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1285
7877f373 1286 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1287
7877f373 1288 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837 1289
7877f373 1290 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
3ab2c837
BG
1291
12922011-07-28 Eric Schulte <schulte.eric@gmail.com>
1293
1294 * ob-awk.el: New file.
1295
12962011-07-28 Eric Schulte <schulte.eric@gmail.com>
1297
1298 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
1299 ":results verbatim".
1300
13012011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1302
1303 * org-agenda.el (org-float): Aliases for `diary-float'.
1304
13052011-07-28 Eric Schulte <schulte.eric@gmail.com>
1306
1307 * ob-python.el (org-babel-python-evaluate-session): Send
1308 comint-send-input after every line when interacting with an
1309 interactive python process.
1310
13112011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1312
7877f373 1313 * org-list.el (org-reset-checkbox-state-subtree): Make the command
3ab2c837
BG
1314 more robust, and correctly update check-boxes in the whole
1315 sub-tree.
7877f373 1316 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
3ab2c837 1317 when walking a subtree.
7877f373 1318 (org-update-checkbox-count-maybe): Add an optional argument passed to
3ab2c837
BG
1319 org-update-checkbox-count.
1320
13212011-07-28 Ted Zlatanov <tzz@lifelogs.com>
1322
1323 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
1324
13252011-07-28 Eric Schulte <schulte.eric@gmail.com>
1326
1327 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
1328 ":results scalar" header argument combination.
1329
13302011-07-28 Dan Davison <dandavison7@gmail.com>
1331
1332 * org-src.el: Append a space character to copied text so that the
1333 final text property change is picked up correctly.
1334
13352011-07-28 Eric Schulte <schulte.eric@gmail.com>
1336
1337 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
1338 to org-babel-tangle.
1339 (org-babel-tangle): Now when called with a prefix argument, only the
1340 current code block is tangled.
1341
13422011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1343
7877f373 1344 * org-list.el (org-list-parse-list): Replace transitional
3ab2c837 1345 check-boxes with "[CBTRANS]" string during parsing.
7877f373 1346 (org-list-to-generic): Use the new property `:cbtrans' to configure
3ab2c837
BG
1347 export string for transitional check-boxes.
1348
13492011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1350
1351 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1352 Use stable internal `org-anniversary' instead of
1353 diary-anniversary.
1354 (org-class): New function.
1355 (org-diary-class): Use `org-class'.
1356 (org-anniversary, org-cyclic, org-date, org-block): New functions.
1357
13582011-07-28 Eric Schulte <schulte.eric@gmail.com>
1359
1360 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
1361 of header argument names.
1362
13632011-07-28 Eric Schulte <schulte.eric@gmail.com>
1364
1365 * ob.el (org-babel-expand-noweb-references): Concatenating all
1366 bodies with the appropriate name or :noweb-ref header argument.
1367
13682011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1369
84f21110
BG
1370 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
1371 work also when #+begin line is indentex.
3ab2c837
BG
1372
13732011-07-28 Eric Schulte <schulte.eric@gmail.com>
1374
1375 * ob.el (org-babel-src-block-regexp): Babel: code block may have
1376 empty bodies.
1377
13782011-07-28 Eric Schulte <schulte.eric@gmail.com>
1379
1380 * org-macs.el (org-without-partial-completion): Avoid calling by
1381 name a function unknown to the compiler but explicitly checked by
1382 program logic.
1383
13842011-07-28 Eric Schulte <schulte.eric@gmail.com>
1385
1386 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
1387 function.
1388 (org-agenda-later): Declaring previously unknown function.
1389 (org-agenda-mode-map): Declaring previously unknown variable.
1390
1391 * org.el (org-read-date-analyze): Explicitly ignore the return
1392 value of a function.
1393
13942011-07-28 Eric Schulte <schulte.eric@gmail.com>
1395
1396 * org-agenda.el (org-agenda-mode): Globally replace
1397 buffer-substring-filters with filter-buffer-substring-functions.
1398
1399 * org-indent.el (org-indent-mode): Globally replace
1400 buffer-substring-filters with filter-buffer-substring-functions.
1401
14022011-07-28 Eric Schulte <schulte.eric@gmail.com>
1403
1404 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
1405 #'(λ...).
1406
1407 * org-attach.el: Replacing '(λ...) with #'(λ...).
1408 (org-attach-commit): Replacing '(λ...) with #'(λ...).
1409
1410 * org-exp.el: Replacing '(λ...) with #'(λ...).
1411 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
1412
1413 * org-html.el: Replacing '(λ...) with #'(λ...).
1414 (org-export-as-html): Replacing '(λ...) with #'(λ...).
1415
1416 * org-mouse.el: Replacing '(λ...) with #'(λ...).
1417 (org-mouse-popup-global-menu): Replacing '(λ...) with
1418 (org-mode-hook): Replacing '(λ...) with #'(λ...).
1419 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
1420
1421 * org-src.el: Replacing '(λ...) with #'(λ...).
1422 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
1423
1424 * org-table.el: Replacing '(λ...) with #'(λ...).
1425 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
1426
1427 * org.el: Replacing '(λ...) with #'(λ...).
1428 (org-confirm-shell-link-function): Replacing '(λ...) with
1429 (org-category): Replacing '(λ...) with #'(λ...).
1430
14312011-07-28 Eric Schulte <schulte.eric@gmail.com>
1432
1433 * org.el (mailcap-parse-mailcaps): Declaring functions used by
1434 `org-open-file'.
1435 (mailcap-extension-to-mime): Declaring functions used by
1436 `org-open-file'.
1437 (mailcap-mime-info): Declaring functions used by `org-open-file'.
1438
14392011-07-28 Eric Schulte <schulte.eric@gmail.com>
1440
1441 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
1442 function `interactive-p'.
1443 (org-agenda-show-1): Replacing call to now-defunct function
1444 `interactive-p'.
1445 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
1446
1447 * org-ascii.el: Replacing call to now-defunct function
1448 `interactive-p'.
1449 (org-export-as-latin1): Replacing call to now-defunct function
1450 `interactive-p'.
1451 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
1452 function `interactive-p'.
1453 (org-export-as-utf8): Replacing call to now-defunct function
1454 `interactive-p'.
1455 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
1456 `interactive-p'.
84f21110
BG
1457 (org-export-region-as-ascii): Replacing call to now-defunct
1458 function `interactive-p'.Replacing call to now-defunct function
1459 `interactive-p'.
3ab2c837
BG
1460
1461 * org-docbook.el: Replacing call to now-defunct function
1462 `interactive-p'.
84f21110
BG
1463 (org-export-region-as-docbook): Replacing call to now-defunct
1464 function `interactive-p'.Replacing call to now-defunct function
1465 `interactive-p'.
3ab2c837
BG
1466
1467 * org-html.el: Replacing call to now-defunct function
1468 `interactive-p'.
84f21110
BG
1469 (org-export-region-as-html): Replacing call to now-defunct
1470 function `interactive-p'.Replacing call to now-defunct function
1471 `interactive-p'.
3ab2c837
BG
1472
1473 * org-latex.el: Replacing call to now-defunct function
1474 `interactive-p'.
84f21110
BG
1475 (org-export-region-as-latex): Replacing call to now-defunct
1476 function `interactive-p'.Replacing call to now-defunct function
1477 `interactive-p'.
3ab2c837
BG
1478
1479 * org-macs.el: Replacing call to now-defunct function
1480 `interactive-p'.
84f21110
BG
1481 (org-called-interactively-p): Replacing call to now-defunct
1482 function `interactive-p'.Replacing call to now-defunct function
1483 `interactive-p'.
3ab2c837
BG
1484
1485 * org-table.el: Replacing call to now-defunct function
1486 `interactive-p'.
1487 (org-table-blank-field): Replacing call to now-defunct function
1488 `interactive-p'.
1489 (org-table-current-column): Replacing call to now-defunct function
1490 `interactive-p'.Replacing call to now-defunct function
1491 `interactive-p'.
1492 (org-table-current-dline): Replacing call to now-defunct function
1493 `interactive-p'.Replacing call to now-defunct function
1494 `interactive-p'.
1495 (org-table-sort-lines): Replacing call to now-defunct function
1496 `interactive-p'.
1497 (org-table-sum): Replacing call to now-defunct function
1498 `interactive-p'.
1499 (org-table-rotate-recalc-marks): Replacing call to now-defunct
1500 function `interactive-p'.
1501 (org-table-eval-formula): Replacing call to now-defunct function
1502 `interactive-p'.
1503 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
1504
1505 * org.el: Replacing call to now-defunct function `interactive-p'.
84f21110
BG
1506 (org-mode): Replacing call to now-defunct function
1507 `interactive-p'.
3ab2c837
BG
1508 (org-copy-subtree): Replacing call to now-defunct function
1509 `interactive-p'.
1510 (org-paste-subtree): Replacing call to now-defunct function
1511 `interactive-p'.
1512 (org-store-link): Replacing call to now-defunct function
1513 `interactive-p'.
1514 (org-todo): Replacing call to now-defunct function `interactive-p'.
1515 (org-occur): Replacing call to now-defunct function `interactive-p'.
1516
15172011-07-28 Eric Schulte <schulte.eric@gmail.com>
1518
1519 * ob-R.el (ess-local-process-name): This variable wasn't known to
1520 be defined.
1521
1522 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
1523 group specified.
1524
1525 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
1526 known to be defined.
1527 (org-babel-tangle-combine-named-blocks): Roll my own version of a
1528 forbidden common lisp function.
1529
1530 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
1531 called-interactively.
1532
15332011-07-28 Eric Schulte <schulte.eric@gmail.com>
1534
1535 * org-latex.el (org-export-latex-tables): Check for the
1536 "multiline" option and set the `floatp' option to true when
1537 multicolumn tables are requested.
1538
15392011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1540
84f21110
BG
1541 * org-html.el (org-export-as-html, org-html-level-start): Only
1542 convert section number underscores to dashes.
3ab2c837
BG
1543
15442011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1545
1546 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
1547 `days-to-time, converting relative to 1 BC, while the code assumed
1548 it would return a time relative to 1970.
1549
15502011-07-28 Eric Schulte <schulte.eric@gmail.com>
1551
1552 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
1553 inserting newlines between appended code blocks.
1554
15552011-07-28 Eric Schulte <schulte.eric@gmail.com>
1556
1557 * ob-exp.el: We may no longer need to export names along with code
1558 blocks.
1559
15602011-07-28 Eric Schulte <schulte.eric@gmail.com>
1561
1562 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
1563 balanced nested begin/end blocks in block bodies.
1564
15652011-07-28 Dan Davison <dandavison7@gmail.com>
1566
1567 * org-latex.el: Add -shell-escape to pdflatex commands.
1568
15692011-07-28 Eric Schulte <schulte.eric@gmail.com>
1570
1571 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
1572 combination can now take a number of values.
1573 (org-babel-tangle-combine-named-blocks): More sophisticated block
1574 combination behavior.
1575
15762011-07-28 Eric Schulte <schulte.eric@gmail.com>
1577
1578 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
1579 to turn on the combination of code blocks of the same name.
1580 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
1581 name.
1582
15832011-07-28 Eric Schulte <schulte.eric@gmail.com>
1584
1585 * ob-ruby.el (xmp): Declaring this function to appease the
1586 compiler.
1587 (org-babel-execute:ruby): "xmp" result option for outputting
1588 annotated source code.
1589
15902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
1591
84f21110
BG
1592 * org-list.el (org-list-to-latex): The enumerate environment in
1593 latex increments the counter before using it. Therefore, org-mode
3ab2c837
BG
1594 should set the enumeration counter to the desired value minus one.
1595
15962011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
1597
1598 * org.el (org-toggle-heading): More comments and fix number of
1599 stars when toggling from list items.
1600
16012011-07-28 Christian Egli <christian.egli@sbszh.ch>
1602
84f21110 1603 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
3ab2c837
BG
1604 effort that is accepted by `org-duration-string-to-minutes´.
1605
16062011-07-28 Julien Barnier <julien@nozav.org>
1607
84f21110
BG
1608 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
1609 wait until previous line execution is finished.
3ab2c837 1610
84f21110 1611 * ob-comint.el (org-babel-comint-with-output): When looking for
3ab2c837 1612 end-of-evaluation indicator, search forward for the indicator
84f21110 1613 before searching forward for the prompt.
3ab2c837
BG
1614
16152011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1616
1617 * org-entities.el (org-entities): Fix HTML entity for degree.
1618
16192011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1620
84f21110
BG
1621 * org.el (org-auto-align-tags): Change docstring.
1622 (org-update-parent-todo-statistics): Keep tags aligned even when
3ab2c837
BG
1623 statistics cookies are shifting them.
1624
84f21110 1625 * org-list.el (org-update-checkbox-count): Keep tags aligned even
3ab2c837
BG
1626 when statistics cookies are shifting them.
1627
16282011-07-28 Lawrence Mitchell <wence@gmx.li>
1629
1630 * ob.el (org-babel-sha1-hash): Don't modify info argument by
1631 side-effect when sorting result-params list.
1632
16332011-07-28 Lawrence Mitchell <wence@gmx.li>
1634
1635 * ob.el (org-babel-result-regexp): Use non-shy group around
84f21110 1636 `org-babel-data-names'.
3ab2c837
BG
1637
16382011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1639
1640 * org.el (org-insert-link): Set truncate-line in the *Org Link*
1641 buffer and make sure that it really is set there.
1642
16432011-07-28 Eric Schulte <schulte.eric@gmail.com>
1644
1645 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
1646 changing how/if the current directory is represented to lisp code.
1647 (org-babel-execute:lisp): More general handling of the default
1648 directory value.
1649
16502011-07-28 Eric Schulte <schulte.eric@gmail.com>
1651
1652 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
1653 *default-pathname-defaults* to either the value of the :dir header
1654 argument or the directory of the containing Org-mode file.
1655
16562011-07-28 Eric Schulte <schulte.eric@gmail.com>
1657
1658 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
1659 just aesthetic.
1660
d4423e17 16612011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
3ab2c837
BG
1662
1663 * org.el (org-mode-flyspell-verify): This is useful when using
1664 flyspell with a non-English dictionary, or if some of your
1665 keywords are in another language.
1666
16672011-07-28 David Maus <dmaus@ictsoc.de>
1668
1669 * org-exp.el (org-export): Use new compatibility function
1670 `org-activate-mark'.
1671
1672 * org-compat.el (org-activate-mark): New function. Provide
84f21110 1673 `activate-mark' if not present (e.g. Emacs 22).
3ab2c837
BG
1674
16752011-07-28 David Maus <dmaus@ictsoc.de>
1676
1677 * org-table.el (org-table-follow-field-mode): Declare variable to
1678 keep byte compiler happy.
1679
16802011-07-28 David Maus <dmaus@ictsoc.de>
1681
1682 * org-footnote.el (org-id-uuid): Declare function, silence byte
1683 compiler.
1684
16852011-07-28 David Maus <dmaus@ictsoc.de>
1686
1687 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
1688 run-time, compare downcased strings.
1689
16902011-07-28 David Maus <dmaus@ictsoc.de>
1691
1692 * org-bibtex.el (org-id-locations): Declare variable to silence
1693 byte compiler.
1694
16952011-07-28 David Maus <dmaus@ictsoc.de>
1696
1697 * org-id.el (org-id-locations): Fix docstring, remove reference to
1698 non-existent option.
1699
17002011-07-28 David Maus <dmaus@ictsoc.de>
1701
1702 * org.el (org-self-insert-command): Use `delete-char' instead of
1703 `delete-backward-char'.
1704
84f21110 1705 * org-table.el (orgtbl-self-insert-command): Ditto.
3ab2c837
BG
1706
17072011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1708
1709 * org-latex.el (org-export-latex-special-chars): Save match data
1710 when checking for table.el table.
1711
17122011-07-28 David Maus <dmaus@ictsoc.de>
1713
1714 * org.el (org-re-property): Move before its first use.
1715
17162011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1717
84f21110 1718 * org-latex.el (org-export-latex-preprocess): Add
3ab2c837
BG
1719 `original-indentation' property to footnotes so they cannot
1720 possibly end a list by being less indented than the item they
1721 belong to.
1722
17232011-07-28 Eric Schulte <schulte.eric@gmail.com>
1724
1725 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
1726 in `progn'.
1727 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
1728 to swank.
1729
17302011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1731
1732 * org-clock.el (org-clocktable-write-default): Implement adding
1733 property columns to the clock table.
1734
17352011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1736
1737 * org.el (org-toggle-item): Move parenthesis to correct location.
1738
17392011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1740
1741 * org.el (org-default-priority):
1742 (org-priority-start-cycle-with-default): Improve docstring.
1743 (org-priority): Throw error when priority is out of range.
1744
17452011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1746
1747 * org.el (org-self-insert-command): Catch the case of
84f21110 1748 `buffer-undo-list' eq t.
3ab2c837
BG
1749
17502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1751
84f21110 1752 * org.el (org-toggle-heading): Region should be considered as made
3ab2c837 1753 of full lines, without the last one if region-end is at bol.
84f21110 1754 Removed unused variables. Refactored and commented code.
3ab2c837
BG
1755
17562011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1757
84f21110 1758 * org.el (org-toggle-item): When region includes an headline less
3ab2c837
BG
1759 indented than first one, set it as the new reference.
1760
17612011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1762
84f21110 1763 * org-list.el (org-list-to-subtree): If the list is before first
3ab2c837
BG
1764 heading and `org-odd-levels-only' is non-nil, the first item gets
1765 two stars instead of one.
1766
84f21110 1767 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
3ab2c837
BG
1768 `org-odd-levels-only' non-nil.
1769
17702011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1771
84f21110 1772 * org.el (org-toggle-item): Converting an heading to an item would
3ab2c837 1773 sometimes insert unnecessary spaces before it, and unwanted space
84f21110 1774 with `org-indent-mode' on. Changing some text into an item
3ab2c837
BG
1775 wouldn't always preserve indentation.
1776
17772011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1778
1779 * org-capture.el (org-capture-current-plist): Improve docstring.
1780 (org-capture-put): Add docstring.
1781 (org-capture-get): Add docstring.
84f21110
BG
1782 (org-capture-member): Add LOCAL argument. Add docstring.
1783 (org-capture-set-target-location): Store the time received from a
1784 date prompt into the :prompt-time property.
3ab2c837
BG
1785
17862011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1787
84f21110 1788 * org-exp.el (org-export-mark-list-properties): Even if context is
3ab2c837
BG
1789 invalid, mark list item with `list-context' property.
1790
84f21110 1791 * org-list.el (org-list-forbidden-blocks): Add exporters specific
3ab2c837
BG
1792 blocks to the list of forbidden blocks.
1793
17942011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1795
84f21110 1796 * org-list.el (org-sort-list): Function tries to intern
3ab2c837
BG
1797 getkey-func before it is defined, so it's always nil.
1798
17992011-07-28 Eric Schulte <schulte.eric@gmail.com>
1800
1801 * org.el (org-babel-load-languages): Adding ob-awk to the list of
1802 executable languages.
1803
18042011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1805
1806 * org-table.el (org-table-get-field): Make sure the new field
1807 content is at least one space character.
1808
18092011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1810
1811 * org-crypt.el: Check for `daemonp' before using it.
1812
18132011-07-28 Eric Schulte <schulte.eric@gmail.com>
1814
84f21110 1815 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
3ab2c837
BG
1816 :stdin header argument.
1817 (org-babel-execute:sh): Use the :stdin header argument.
1818 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
1819 new sub-function.
1820 (org-babel-sh-var-to-string): New function for converting elisp
1821 values to strings that make sense for parsing with sh.
1822 (org-babel-sh-evaluate): Adding "stdin" option to session and
1823 external evaluation options.
1824
18252011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
1826
1827 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
1828 function.
1829 (org-export-format-source-code-or-example): Call
1830 `org-remove-formatting-on-newlines-in-region'.
1831
18322011-07-28 David Maus <dmaus@ictsoc.de>
1833
1834 * org.el (org-entry-put): Prevent adding of extra space to value
1835 if property already exists.
1836
18372011-07-28 Jambunathan K <kjambunathan@gmail.com>
1838
1839 * org-html.el (org-export-as-html): Don't expand non-data lines of
1840 table.el tables.
1841 (org-html-expand): Removed the (buggy) test for non-data lines
1842 in table.el tables. The test is now done as part of
1843 org-export-as-html.
1844 (org-format-table-table-html-using-table-generate-source):
1845 Added test for spanning of cells in table.el tables using
1846 table.el's own library routine. Optionlly Suppress export of
1847 simple table.el tables.
1848 (org-format-table-html): Removed the (buggy) test for spanned
1849 table.el tables. The test is now done as part of
1850 org-format-table-table-html-using-table-generate-source.
1851
18522011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1853
1854 * org-latex.el (org-export-latex-special-chars): Do nothing in
1855 table.el tables.
1856
18572011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1858
1859 * org-capture.el (org-capture): Ignore errors when creating a
1860 link.
1861
18622011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
1863
1864 * org-exp.el (org-export-define-heading-targets): Use dash instead
1865 of underscore to make labels valid.
1866
18672011-07-28 Dan Davison <dandavison7@gmail.com>
1868
1869 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
1870 is written to the results file before Emacs notices that the file
1871 exists.
1872
18732011-07-28 Eric Schulte <schulte.eric@gmail.com>
1874
1875 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
1876 defined locally on my system, but not globally in Emacs.
1877
18782011-07-28 Eric Schulte <schulte.eric@gmail.com>
1879
1880 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
1881 generate code block output.
1882 (org-babel-exp-code): Re-create the code block body for exporting
1883 source code.
1884
18852011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1886
1887 * org.el (org-read-date): Bury Calendar buffer after using it for
1888 selecting a date.
1889
18902011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1891
84f21110
BG
1892 * org-list.el (org-list-separating-blank-lines-number): Fix
1893 confusion between point and item beginning. Now, if no
a7ef684b 1894 information is available, truly follow user preference when it
84f21110
BG
1895 inserts blank lines manually.
1896 (org-list-insert-item): Send correct argument to the preceding
3ab2c837
BG
1897 function.
1898
18992011-07-28 Eric Schulte <schulte.eric@gmail.com>
1900
1901 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
1902 newline inside of the code block body.
1903
d4423e17 19042011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3ab2c837
BG
1905
1906 * ob.el: Avoid spurious matches to literal.
1907
19082011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1909
84f21110 1910 * org.el (org-indent-line-function): Don't include #+include
3ab2c837
BG
1911 lines.
1912
19132011-07-28 Eric Schulte <schulte.eric@gmail.com>
1914
1915 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
1916 org-babel-check-src-block.
1917
1918 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
84f21110
BG
1919 (org-babel-edit-distance): Returns the edit distance of two
1920 strings.
3ab2c837
BG
1921 (org-babel-check-src-block): Check a code block for errors.
1922
19232011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1924
1925 * org-capture.el (org-capture-templates): Fix bug in customization
1926 setup.
1927
19282011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1929
1930 * org-table.el
1931 (org-table-exit-follow-field-mode-when-leaving-table): New option.
84f21110
BG
1932 (org-table-check-inside-data-field): New optional argument
1933 `noerror'. When set, the function will only return nil instead of
1934 throwing an error.
3ab2c837
BG
1935 (org-table-edit-field): Interpret double prefix argument, and improve
1936 the properties of the editing window.
1937 (org-table-follow-field-mode): New minor mode.
1938 (org-table-follow-fields-with-editor): New function.
1939
19402011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1941
1942 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
1943 first, then check if timestamps cause exclusion.
1944
1945 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
1946 if timestamps cause exclusion.
1947
19482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1949
84f21110 1950 * org-list.el (org-list-full-item-re): Allow description term to
3ab2c837
BG
1951 have a newline character after the colons.
1952
19532011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1954
84f21110 1955 * org-list.el (org-sort-list): No longer ignore with-case
3ab2c837
BG
1956 argument: the function sorted case-sensitively, regardless of
1957 argument.
1958
19592011-07-28 Eric Schulte <schulte.eric@gmail.com>
1960
1961 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
1962
1963 * ob.el (org-babel-data-names): Configurable list of names of
1964 data.
1965 (org-babel-result-regexp): Using new results regexp.
1966
19672011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1968
1969 * org.el (org-special-properties): Add CLOCKSUM to the special
1970 properties.
1971
d4423e17 19722011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
1973
1974 * ob-exp.el (org-babel-exp-in-export-file): Bind
1975 `org-link-search-inhibit-query' to t to inhibit prompts.
1976
19772011-07-28 Julien Danjou <julien@danjou.info>
1978
1979 * org-contacts.el: Merge org-contacts-wl.el.
1980
19812011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1982
1983 * org-exp.el (org-export-add-options-to-plist): Use the right
1984 match group.
1985
19862011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1987
9b8ba1e5 1988 * org-latex.el (org-export-latex-preprocess): Protect index string.
3ab2c837
BG
1989
19902011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1991
1992 * org-latex.el (org-export-latex-preprocess): Pipe index entries
84f21110 1993 through `org-export-latex-fontify-headline'.
3ab2c837
BG
1994
19952011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1996
1997 * org-exp.el (org-export-add-options-to-plist): Fix the option
84f21110 1998 parser.
3ab2c837 1999
d4423e17 20002011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
2001
2002 * org-latex.el (org-export-latex-preprocess): Replace index
2003 entries.
2004
d4423e17 20052011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
3ab2c837
BG
2006
2007 * org.el (org-structure-template-alist): Add an easy template for
2008 index (i), and move include file to I from i.
2009
20102011-07-28 Matt Lundin <mdl@imapmail.org>
2011
2012 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
84f21110 2013 line to `org-offer-links-in-entry'.
3ab2c837
BG
2014
20152011-07-28 Michael Markert <markert.michael@googlemail.com>
2016
2017 * org-contacts-wl.el: New file.
2018
20192011-07-28 Matt Lundin <mdl@imapmail.org>
2020
2021 * org-bibtex.el (org-bibtex-search): New function.
2022 (org-bibtex-export-to-kill-ring): New function. Export to kill
2023 ring.
2024 (org-bibtex-create-in-current-entry): New function
2025 (org-bibtex-create): Make it easier to add bib fields to an
2026 existing headline.
2027 (org-bibtex-export-arbitrary-fields)
2028 (org-bibtex-treat-headline-as-title): Fix typos
84f21110
BG
2029 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
2030 from type completion.
3ab2c837
BG
2031
20322011-07-28 Matt Lundin <mdl@imapmail.org>
2033
2034 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
2035 defcustom.
2036 (org-bibtex-headline): Only use headline text (not TODO or other
2037 metadata) to generate title field and auto key.
2038 (org-bibtex-fleshout): Allow user to choose whether to treat
2039 headline as title.
2040
20412011-07-28 Tom Dye <tsd@tsdye.com>
2042
84f21110 2043 * org-bibtex.el: Added crossref field to other fields.
3ab2c837
BG
2044
20452011-07-28 Tom Dye <tsd@tsdye.com>
2046
84f21110 2047 * org-bibtex.el: Add crossref option to incollection.
3ab2c837
BG
2048
20492011-07-28 Matt Lundin <mdl@imapmail.org>
2050
2051 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
2052 as field.
2053
20542011-07-28 Matt Lundin <mdl@imapmail.org>
2055
2056 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
2057 warn if a duplicate ID is generated.
2058
20592011-07-28 Matt Lundin <mdl@imapmail.org>
2060
84f21110
BG
2061 * org-bibtex.el (org-bibtex-tags): New variable.
2062 (org-bibtex-tags-are-keywords): New variable.
2063 (org-bibtex-no-export-tags): New variable.
2064 (org-bibtex-headline): Export tags as comma-separated bibtex
2065 keywords.
2066 (org-bibtex-read): Import bibtex keywords field as tags.
3ab2c837
BG
2067
20682011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2069
84f21110 2070 * org-publish.el (org-publish-find-date): Optimization.
3ab2c837
BG
2071
20722011-07-28 Tassilo Horn <tassilo@member.fsf.org>
2073
2074 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
2075 when following link.
2076
20772011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2078
2079 * org-publish.el (org-publish-project-alist): Document new
2080 :sitemap-sans-extension property.
84f21110
BG
2081 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
2082 setting.
3ab2c837
BG
2083
20842011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2085
2086 * org.el (org-remove-uninherited-tags): Renamed from
84f21110 2087 `org-remove-iniherited-tags'.
3ab2c837
BG
2088 (org-scan-tags): Fix typo in function call.
2089 (org-get-tags-at): Fix typo in function call.
2090
20912011-07-28 Matt Lundin <mdl@imapmail.org>
2092
2093 * org.el (org-get-tags-at): Don't include filetags if local is t.
2094
20952011-07-28 Eric Schulte <schulte.eric@gmail.com>
2096
2097 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
2098 dispatch functions, wrap body in `(do )'.
2099
21002011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2101
2102 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
2103 resulted in the creation of multiple overlays in src blocks.
2104
21052011-07-28 Eric Schulte <schulte.eric@gmail.com>
2106
2107 * ob-clojure.el (org-babel-execute:clojure): If results are not
2108 readable by lisp, then return them as a string.
2109
21102011-07-28 Eric Schulte <schulte.eric@gmail.com>
2111
2112 * org-bibtex.el (org-bibtex): Now prompts for a file name.
2113
21142011-07-28 Eric Schulte <schulte.eric@gmail.com>
2115
2116 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
2117 will result in prompting for optional fields.
2118
21192011-07-28 Eric Schulte <schulte.eric@gmail.com>
2120
2121 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
2122 which was causing compile problems.
2123 (org-bibtex-fleshout): Renamed flet function `get' which was causing
2124 compile problems.
2125 (org-bibtex-write): Renamed flet function `get' which was causing
2126 compile problems.
2127
21282011-07-28 Christian Egli <christian.egli@sbszh.ch>
2129
2130 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
2131 never starts with a number.
2132
21332011-07-28 Eric Schulte <schulte.eric@gmail.com>
2134
2135 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
2136 (org-bibtex-key-property): New option.
84f21110
BG
2137 (org-bibtex-put): Make use of new `org-bibtex-key-property'
2138 variable.
2139 (org-bibtex-headline): Make use of new
3ab2c837
BG
2140 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
2141 variables.
9b8ba1e5 2142 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
3ab2c837 2143 variable.
9b8ba1e5 2144 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
3ab2c837 2145 variable.
9b8ba1e5 2146 (org-bibtex-write): Make use of new `org-bibtex-key-property'
3ab2c837
BG
2147 variable.
2148
21492011-07-28 Eric Schulte <schulte.eric@gmail.com>
2150
2151 * org-bibtex.el: Updating Copyright dates, author information,
2152 commentary and history notes.
2153 (org-bibtex-types): List of bibtex types with descriptions and
2154 required and optional fields.
2155 (org-bibtex-fields): List of bibtex fields with descriptions.
2156 (*org-bibtex-entries*): Special variable to hold parsed bibtex
2157 entries.
2158 (org-bibtex-autogen-keys): Custom variable controlling whether
2159 bibtex keys are automatically generated
2160 (org-bibtex-prefix): Custom variable allowing use of optional prefix
2161 for bibtex properties in Org-mode headlines.
2162 (org-bibtex-get): Helper function for accessing bibtex elements of a
2163 property list.
2164 (org-bibtex-put): Helper function for inserting bibtex element into
2165 a property list.
2166 (org-bibtex-headline): Return a bibtex entry of the given headline
2167 as a string.
2168 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
2169 field.
2170 (org-bibtex-autokey): Generate a bibtex key for the current
2171 headline.
2172 (org-bibtex-fleshout): Fill in missing bibtex properties of the
2173 current headline.
2174 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
2175 (org-bibtex-check): Check that all bibtex properties are present in
2176 the current headline.
2177 (org-bibtex-check-all): Check all headlines in the current buffer.
2178 (org-bibtex-create): Create a new bibtex headline at the current
2179 level.
2180 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
2181 (org-bibtex-write): Write the most recently read bibtex entry into
2182 an Org-mode file.
2183
21842011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2185
2186 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
2187 set properties.
2188 (org-agenda-show-clocking-issues): Handle faces.
2189
21902011-07-28 Eric Schulte <schulte.eric@gmail.com>
2191
2192 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
2193 content by default with "-Dfile.encoding=UTF-8".
2194
21952011-07-28 Eric Schulte <schulte.eric@gmail.com>
2196
2197 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
2198 argument.
2199
22002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2201
84f21110
BG
2202 * org-exp.el (org-export-preprocess-string): Mark list end before
2203 expanding macros. Thus, a macro inside a list and containing
2204 blank lines cannot break the list structure.
2205 (org-export-preprocess-apply-macros): Multi-lines macros get
2206 indented with the same indentation as the first line. Thus, we
2207 are sure that every line belongs to the same list as the first
2208 line, if such list exists. Also add comments in code.
3ab2c837
BG
2209
22102011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2211
2212 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
2213 (org-agenda-list): Handle display change to clock check.
84f21110
BG
2214 (org-agenda-get-progress): Show only clock entries if we are doing
2215 the consistency check.
3ab2c837
BG
2216 (org-agenda-show-clocking-issues): New function.
2217 (org-agenda-check-clock-gap): New function.
2218 (org-agenda-view-mode-dispatch): Offer consistency check.
2219 (org-agenda-log-mode): Handle switch to clock only display.
2220 (org-agenda-set-mode-name): Show lighter for Clockcheck.
2221
2222 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
2223 and return it unchanged.
2224
22252011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2226
84f21110 2227 * org-list.el (org-list-struct): When walking down the list, the
3ab2c837
BG
2228 function would not pay attention to drawers or blocks indentation.
2229 Thus, such constructs couldn't consistently end an item or a list.
2230 This patch ensures line indentation is stored (if applicable)
2231 before skipping them. Also fixed doc-string and comments.
2232
22332011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2234
2235 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
84f21110 2236 tree properties.
3ab2c837
BG
2237
22382011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2239
2240 * org-exp.el (org-export): Define a bound for finding enclosing
2241 tree with class/title definition.
2242
22432011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2244
2245 * org-exp.el (org-export): Go to next heading before searching
2246 backward, so make this also work if we are on the headline of the
84f21110 2247 entry with the property.
3ab2c837
BG
2248
22492011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2250
2251 * org.el (org-promote):
2252 (org-demote): Soften the previous change, by only removing the
84f21110
BG
2253 flyspell function from after-change functions, because that was
2254 the one causing the slowdown - at least much of it.
3ab2c837
BG
2255
22562011-07-28 Eric Schulte <schulte.eric@gmail.com>
2257
84f21110
BG
2258 * org.el (org-promote, org-demote): Turn off
2259 after-change-functions to speed up the reindentation of text.
3ab2c837
BG
2260
22612011-07-28 Eric Schulte <schulte.eric@gmail.com>
2262
84f21110 2263 * ob-ocaml.el (org-babel-ocaml-read-list): Use
3ab2c837 2264 `org-babel-script-escape'.
84f21110 2265 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
3ab2c837
BG
2266
22672011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2268
84f21110 2269 * org-html.el (org-html-handle-links): Add an alternate for inline
9b8ba1e5 2270 images.
3ab2c837
BG
2271
22722011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2273
2274 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
84f21110 2275 variable before it is defined.
3ab2c837
BG
2276
22772011-07-28 Eric Schulte <schulte.eric@gmail.com>
2278
2279 * org-src.el (org-src-lang-modes): Added a language alias of "C"
2280 to "c".
2281
22822011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
2283
2284 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
2285 buffer.
2286
22872011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2288
84f21110 2289 * org-html.el (org-html-make-link): Correct a bug in coderef link.
3ab2c837
BG
2290
22912011-07-28 Bernt Hansen <bernt@norang.ca>
2292
84f21110
BG
2293 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
2294 typo.
3ab2c837
BG
2295
22962011-07-28 Bernt Hansen <bernt@norang.ca>
2297
2298 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
84f21110 2299 when headlines are missing.
3ab2c837
BG
2300
23012011-07-28 Bastien Guerry <bzg@gnu.org>
2302
2303 * org-mobile.el (org-mobile-push): Move call to hook, make it the
2304 first thing of the push operation.
2305
23062011-07-28 Eric Schulte <schulte.eric@gmail.com>
2307
2308 * ob.el (org-babel-params-from-buffer): Now looking for header
2309 arguments in #+Properties: as well as #+Babel:. Also, we're no
2310 longer caching these results into a file local variable.
2311
23122011-07-28 Eric Schulte <schulte.eric@gmail.com>
2313
2314 * ob-python.el (org-babel-python-evaluate-external-process): Allow
2315 parsing as a table in the case of ":results output table".
9b8ba1e5 2316 (org-babel-python-evaluate-session): Allow parsing as a table in
3ab2c837
BG
2317 the case of ":results output table".
2318
23192011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2320
2321 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
2322 all possible agenda views. Use `org-agenda-schedule' instead of
2323 `org-agenda-date-later'.
2324
23252011-07-28 Eric Schulte <schulte.eric@gmail.com>
2326
2327 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
2328 ":results output".
2329
23302011-07-28 Julien Danjou <julien@danjou.info>
2331
84f21110
BG
2332 * org.el (org-entry-get, org-entry-delete, org-entry-put)
2333 (org-property-values, org-delete-property-globally): Use
2334 `org-re-property'.
2335 (org-re-property): New function allowing to build a regexp to
2336 match a property.
3ab2c837
BG
2337
23382011-07-28 Julien Danjou <julien@danjou.info>
2339
2340 * org.el (org-property-values): Enhance docstring.
2341
d4423e17 23422011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
3ab2c837 2343
5b409b39 2344 * org-html.el (org-html-export-list-line): Fix regexp for
d99aebc0
BG
2345 detecting description lists to allow "::" marker to be last
2346 visible element at end of line.
5b409b39
BG
2347 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
2348 detecting description lists to allow "::" marker to be last
d99aebc0 2349 visible element at end of line.
3ab2c837
BG
2350
23512011-07-28 Julien Danjou <julien@danjou.info>
2352
2353 * org-table.el (org-table-cleanup-narrow-column-properties): Use
2354 point-min rather than 1 when moving in the buffer.
2355
23562011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2357
84f21110
BG
2358 * org-list.el (org-list-in-valid-context-p): Renamed from
2359 `org-list-in-valid-block-p'.
2360 (org-at-item-p,org-list-search-generic): Use renamed function.
3ab2c837
BG
2361
23622011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2363
2364 * org.el (org-set-font-lock-defaults): Be more strict when
2365 recognizing description items, and do not fontify wrong cases
9b8ba1e5 2366 like: "- term ::description" or "1. term :: description".
3ab2c837
BG
2367
23682011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2369
84f21110 2370 * org-latex.el: Pay attention to end of footnote. Before closing
3ab2c837
BG
2371 the command, ensure that list is properly closed or that last link
2372 is separated from the curly brace.
2373
23742011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2375
84f21110
BG
2376 * org.el (org-indent-line-function): Footnote definition must stay
2377 at column 0 to be recognized as such. Body below can have normal
3ab2c837
BG
2378 indentation, so it should ignore its definition when computing
2379 indentation.
2380
23812011-07-28 Bastien Guerry <bzg@gnu.org>
2382
84f21110
BG
2383 * org-protocol.el (org-protocol-remember, org-protocol-capture):
2384 More appropriate message.
3ab2c837
BG
2385
23862011-07-28 Bastien Guerry <bzg@gnu.org>
2387
2388 * org-capture.el (org-capture-clock-keep): New local variable.
2389 (org-capture, org-capture-finalize): Use it and fix a bug when
2390 :clock-keep is set to `t'.
2391
23922011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2393
2394 * org-exp.el (org-export-preprocess-string): Handle include files
2395 before processing macros.
2396
23972011-07-28 Bernt Hansen <bernt@norang.ca>
2398
2399 * org-agenda.el: Remove obsolete code for adding todo list in
84f21110 2400 front of the agenda.
3ab2c837
BG
2401
24022011-07-28 Lawrence Mitchell <wence@gmx.li>
2403
2404 * org-latex.el (org-export-latex-convert-table.el-table): Fix
2405 format-string for insertion of captions.
2406
d4423e17 24072011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
3ab2c837
BG
2408
2409 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
2410 regexp.
2411
24122011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2413
2414 * org.el (org-read-date-analyze): Help matching dotted European
2415 dates, like 31. 12. 2007
2416
24172011-07-28 Eric Schulte <schulte.eric@gmail.com>
2418
2419 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
2420
24212011-07-28 Eric Schulte <schulte.eric@gmail.com>
2422
2423 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
84f21110 2424 before reading by elisp.
3ab2c837
BG
2425 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
2426 should be replaced with a cl-vector->el-vector function.
2427
24282011-07-28 Eric Schulte <schulte.eric@gmail.com>
2429
2430 * ob-lisp.el (org-babel-execute:lisp): Now using
2431 `org-babel-reassemble-table' to apply the appropriate header
2432 arguments to results.
2433
24342011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2435
2436 * org.el (org-end-of-meta-data-and-drawers): New function.
2437
2438 * org-capture.el (org-capture-place-plain-text): Implement adding
2439 plain text templates to Org nodes.
2440
24412011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2442
84f21110 2443 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
3ab2c837
BG
2444
24452011-07-28 Lawrence Mitchell <wence@gmx.li>
2446
2447 * org-exp.el (org-export-handle-comments): Add the org-protected
2448 property to the replacement string.
2449
24502011-07-28 Lawrence Mitchell <wence@gmx.li>
2451
84f21110 2452 * org-html.el (org-export-as-html, org-html-level-start): Fix
3ab2c837
BG
2453 logic for section number printing when NUM is an integer.
2454
24552011-07-28 Lawrence Mitchell <wence@gmx.li>
2456
2457 * org-latex.el (org-export-latex-special-chars): Fix regexp for
2458 `single' special characters and ellipsis.
2459
24602011-07-28 Lawrence Mitchell <wence@gmx.li>
2461
2462 * org.el (org-point-at-end-of-empty-headline): Bind
84f21110 2463 `case-fold-search' to nil.
3ab2c837
BG
2464
24652011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2466
2467 * org-capture.el (org-capture-fill-template): Resolve new %<...>
2468 template escape.
2469 (org-capture-templates): Document new %<...> template escape.
2470
24712011-07-28 Eric Schulte <schulte.eric@gmail.com>
2472
2473 * ob.el (org-babel-process-params): Make this function idempotent,
2474 as it will sometimes be called multiple times.
2475
24762011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2477
2478 * org.el (org-ts-regexp-both): Add "]" to class of characters that
2479 should not be matched.
84f21110
BG
2480 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
2481 "^]-+", because that tries to (not) match characters between "]"
2482 and "+". Instead, move the "-" to the end of the class where it
2483 causes no harm.
3ab2c837
BG
2484
24852011-07-28 Eric Schulte <schulte.eric@gmail.com>
2486
2487 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
2488 process with the edit buffer when :session is specified.
2489
24902011-07-28 Eric Schulte <schulte.eric@gmail.com>
2491
2492 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
2493 extraction code into line with a newer version of the
84f21110 2494 `org-store-link' function.
3ab2c837
BG
2495
24962011-07-28 Eric Schulte <schulte.eric@gmail.com>
2497
2498 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
2499 wrapping the expression in either a let or progn, and possibly a
2500 pretty-print function invocation.
2501 (org-babel-execute:lisp): Greatly simplified method of executing
2502 lisp code blocks.
2503
25042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2505
84f21110
BG
2506 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
2507 of ̀save-excursion' to get back to original position.
3ab2c837
BG
2508
25092011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2510
2511 * org.el (org-numbered-action-format): New option.
2512 (org-new-numbered-action): New command.
2513 (org-collect-todos-in-subtree): New command.
2514
25152011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2516
2517 * org-exp.el (org-export-with-tasks): New option.
2518 (org-export-plist-vars): Add :tasks property.
2519
25202011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2521
84f21110
BG
2522 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
2523 property to the export preprocessor.
3ab2c837 2524
84f21110
BG
2525 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
2526 property to the export preprocessor.
3ab2c837 2527
84f21110
BG
2528 * org-html.el (org-export-as-html): Pass the :done-tasks property
2529 to the export preprocessor.
3ab2c837
BG
2530
2531 * org-latex.el (org-export-as-latex): Pass the :done-tasks
2532 property to the export preprocessor.
2533
2534 * org-exp.el (org-export-with-done-tasks): New option.
2535 (org-export-plist-vars): Add entry for :done-tasks.
2536 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
2537 (org-export-remove-done-tasks): New function.
2538
25392011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2540
2541 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
2542 tags.
2543
25442011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2545
2546 * org.el (org-find-olp): Use the level of the correct match to
2547 continue search.
2548
25492011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2550
84f21110 2551 * org-list.el (org-toggle-checkbox): Build value of
3ab2c837
BG
2552 org-keyword-time-regexp instead of using it directly, as it's
2553 buffer-local, and function might be called outside Org.
2554
25552011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2556
84f21110
BG
2557 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
2558 blocks or drawers necessarily start somewhere. It it isn't the
3ab2c837
BG
2559 case, treat them as normal text.
2560
25612011-07-28 Eric Schulte <schulte.eric@gmail.com>
2562
2563 * ob-exp.el (org-babel-exp-results): Use code block name when
2564 finding cached results.
2565
25662011-07-28 Julien Danjou <julien@danjou.info>
2567
2568 * org-latex.el (org-export-latex-date-format): Change default date
2569 format to \today. This has the same result but respects the
2570 language set in the document by default.
2571
25722011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2573
84f21110 2574 * org-list.el (org-list-checkbox): When called from an headline,
3ab2c837 2575 function would normally skip drawers, but not if a SCHEDULED or
84f21110 2576 DEADLINE keyword is standing before the drawer. Also avoid
3ab2c837
BG
2577 problems if function is called in buffers not is Org mode.
2578
25792011-07-28 Bastien Guerry <bzg@gnu.org>
2580
84f21110 2581 * org-clock.el (org-clock-report): Change the scope of the
3ab2c837
BG
2582 inserted clock report depending on whether the point is within a
2583 subtree (:scope subtree) or not (:scope file).
2584
25852011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2586
2587 * org-html.el (org-export-as-html): Fix export of footnotes
2588 containing lists, tables, quotes, etc.
2589
25902011-07-28 Lawrence Mitchell <wence@gmx.li>
2591
2592 * org-latex.el (org-export-latex-preprocess): Correctly match
2593 starred command names.
2594
25952011-07-28 Lawrence Mitchell <wence@gmx.li>
2596
2597 * org-html.el (org-export-as-html): Get local value of
2598 org-export-with-section-numbers from the buffer's plist. Deal
2599 specially with the case the resulting value is an integer.
2600 (org-html-level-start): New optional argument of the option plist used
2601 instead of `org-export-with-section-numbers'. Also deal specially
2602 with the case that the value is an integer.
2603
26042011-07-28 Lawrence Mitchell <wence@gmx.li>
2605
2606 * org-latex.el (org-export-latex-subcontent): Deal specially with
2607 the case that NUM is an integer.
2608
26092011-07-28 Bastien Guerry <bzg@gnu.org>
2610
84f21110 2611 * org-protocol.el (org-protocol-do-capture): Allow template keys
3ab2c837
BG
2612 of two characters.
2613 (org-protocol-default-template-key): Update the docstring to
2614 reflect the change in `org-protocol-do-capture'.
2615
26162011-07-28 Christian Egli <christian.egli@sbszh.ch>
2617
2618 * org-taskjuggler.el: Fix a typo in the commentary.
2619
26202011-07-28 Christian Egli <christian.egli@sbszh.ch>
2621
2622 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
2623 "purge allocations" statement if we are not targeting tj3.
2624
26252011-07-28 Christian Egli <christian.egli@sbszh.ch>
2626
2627 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
2628 Replace recursive implementation with an iterative one.
2629
26302011-07-28 Eric Schulte <schulte.eric@gmail.com>
2631
2632 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
2633 data into shell variables.
2634
26352011-07-28 David Maus <dmaus@ictsoc.de>
2636
2637 * org-html.el (org-html-handle-time-stamps): Protected linebreak
2638 element after timestamp markup.
2639
26402011-07-28 David Maus <dmaus@ictsoc.de>
2641
2642 * org-html.el (org-html-handle-links): Don't protect img tag in
2643 link description.
2644
26452011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2646
2647 * org-table.el (org-table-formula-handle-first/last-rc): Bind
2648 `char'.
2649
26502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2651
84f21110 2652 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
3ab2c837
BG
2653 whatever the major mode is.
2654
26552011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2656
84f21110 2657 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
3ab2c837 2658 templates.
84f21110
BG
2659 (org-inlinetask-export-handler): Ensure contents of inline task,
2660 if any, starts and ends with a newline character. Refactor and
2661 comment code.
3ab2c837
BG
2662
26632011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2664
2665 * org-capture.el (org-datetree-find-date-create): Lower-case for
84f21110 2666 variable names in `define-function' form.
3ab2c837
BG
2667
26682011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2669
2670 * org-table.el (org-table-convert-region): Throw error when
2671 SEPARATOR is smaller than 1.
2672
26732011-07-28 Julien Danjou <julien@danjou.info>
2674
2675 * org-colview.el (org-columns-display-here): Fix heading retrieval
2676 in Org buffers.
2677
26782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2679
84f21110 2680 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
3ab2c837
BG
2681 be on the same line as a list end marker.
2682
26832011-07-28 Julien Danjou <julien@danjou.info>
2684
2685 * org.el (org-icompleting-read): Do not use useless lambda.
2686
26872011-07-28 Julien Danjou <julien@danjou.info>
2688
2689 * org-agenda.el (org-format-agenda-item): Fix length computing.
2690
26912011-07-28 Julien Danjou <julien@danjou.info>
2692
2693 * org-agenda.el (org-format-agenda-item): Fix comment and use
2694 `add-text-properties'.
2695
26962011-07-28 Julien Danjou <julien@danjou.info>
2697
2698 * org-agenda.el (org-agenda-highlight-todo): Remove useless
2699 `concat'.
2700
27012011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2702
84f21110
BG
2703 * org-list.el (org-list-to-generic): Set a default term for
2704 ill-formed description lists. Do not insert newline characters
3ab2c837 2705 unless told to.
84f21110 2706 (org-list-to-texinfo,org-list-to-html): Apply changes to
3ab2c837
BG
2707 `org-list-parse-liste'.
2708
27092011-07-28 Bastien Guerry <bzg@gnu.org>
2710
2711 * org-clock.el (org-clock-clocktable-language-setup): Add a
2712 string.
2713 (org-clocktable-write-default): Use the new localized string
2714 in `org-clock-clocktable-language-setup'.
2715
27162011-07-28 Bastien Guerry <bzg@gnu.org>
2717
2718 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2719 (org-taskjuggler-assign-resource-ids): Replace recursive
2720 implementation with an iterative one.
2721
27222011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2723
2724 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
2725 in headlines.
2726
27272011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2728
2729 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2730 Compute the leafiness of a node.
84f21110
BG
2731 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
2732 node as a milestone if it is a leaf and has no effort.
3ab2c837
BG
2733
27342011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2735
2736 * org-taskjuggler.el (org-export-taskjuggler-target-version):
84f21110
BG
2737 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
2738 to handle export to both tj2 and tj3.
2739 (org-taskjuggler-open-task): Use a different way to purge
2740 allocations for tj2 and tj3.
3ab2c837
BG
2741
27422011-07-28 Matt Lundin <mdl@imapmail.org>
2743
2744 * org-footnote.el (org-footnote-auto-label): New random option.
2745
2746 * org-footnote.el (org-footnote-new): Create random footnote
2747 labels with unique ids.
2748
27492011-07-28 Matt Lundin <mdl@imapmail.org>
2750
2751 * org-footnote.el (org-footnote-create-definition): Allow for
2752 footnote sections above the current footnote insertion point.
2753
27542011-07-28 Matt Lundin <mdl@imapmail.org>
2755
2756 * org-footnote.el (org-footnote-create-definition): Don't search
2757 for last footnote when in org-mode file.
2758
27592011-07-28 Bastien Guerry <bzg@gnu.org>
2760
2761 * org-html.el (org-export-as-html): Handle links with
2762 `org-html-handle-links' after we handle special characters
2763 conversions.
2764 (org-html-make-link, org-export-html-format-image): Don't
2765 protect html with @ anymore, as links are now handled after
2766 special characters conversions.
2767
27682011-07-28 Julien Danjou <julien@danjou.info>
2769
2770 * org-agenda.el (org-agenda-get-timestamps):
2771 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
2772 (org-format-agenda-item): Remove no-prefix argument.
2773 (org-agenda-change-all-lines): Call org-format-agenda-item without the
2774 no-prefix argument.
2775
27762011-07-28 Julien Danjou <julien@danjou.info>
2777
2778 * org-agenda.el (org-agenda-highlight-todo): Stop using
2779 prefix-length.
2780 (org-cmp-alpha): Stop using prefix-length.
2781 (org-agenda-open-link): Stop using prefix-length.
2782 (org-agenda-change-all-lines): Stop using prefix-length.
2783
2784 * org-colview-xemacs.el (org-columns-display-here): Stop using
2785 prefix-length. Always return claned items.
2786
2787 * org-colview.el (org-columns-display-here): Stop using
2788 prefix-length. Always return claned items.
2789
2790 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
2791 prefix-length.
2792
27932011-07-28 Eric Schulte <schulte.eric@gmail.com>
2794
2795 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
2796 `org-store-link' interactively as it can confuse the setting of
2797 `org-link-to-org-use-id' and cause undue edits to the org-mode
2798 buffer during tangling.
2799
28002011-07-28 David Maus <dmaus@ictsoc.de>
2801
2802 * org-html.el (org-export-html-format-image): Protect <p> element
2803 of image caption.
2804
28052011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2806
2807 * org.el (org-read-date-force-compatible-dates): New option.
2808 (org-read-date, org-read-date-analyze): Check representable date range.
2809
28102011-07-28 Bastien Guerry <bzg@gnu.org>
2811
7877f373 2812 * org-html.el (org-export-as-html): Fix export of email.
3ab2c837
BG
2813
28142011-07-28 Eric Schulte <schulte.eric@gmail.com>
2815
2816 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
2817 on tangling, no longer use the now-removed variable
2818 `org-babel-tangle-pad-newline'.
2819
2820 * ob.el (org-babel-header-arg-names): Add padline to the list of
2821 header argument names.
2822 (org-babel-default-header-args): Set the default value of padline to
2823 "yes".
2824 (org-babel-merge-params): Cleaned up the merge logic, added padline.
2825
28262011-07-28 Eric Schulte <schulte.eric@gmail.com>
2827
2828 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
2829 code block header argument names.
2830
28312011-07-28 Bastien Guerry <bzg@gnu.org>
2832
7877f373 2833 * org-crypt.el: Remove useless TODO in comments.
3ab2c837
BG
2834
28352011-07-28 Bastien Guerry <bzg@gnu.org>
2836
7877f373 2837 * org-html.el (org-export-as-html): The default postamble now only
3ab2c837
BG
2838 export a date paragraph if `org-export-time-stamp-file' is
2839 non-nil.
2840
28412011-07-28 Bastien Guerry <bzg@gnu.org>
2842
2843 * org-exp.el (org-export-xml): Remove the defgroup of
2844 org-export-xml.
2845
28462011-07-28 Bastien Guerry <bzg@gnu.org>
2847
2848 * org-html.el (org-export-html-insert-plist-item): Remove.
2849 (org-export-html-preamble): Default to `t'. Accept functions.
2850 (org-export-html-postamble): Default to `auto'. Accept
2851 functions and distinguish between 'auto (no formatting string)
2852 and `t' (default formatting string).
2853 (org-export-as-html): Handle org-export-html-preamble and
2854 org-export-html-postamble new defaults/allowed values.
2855 Define email and creator-info before using them.
2856
28572011-07-28 Bastien Guerry <bzg@gnu.org>
2858
2859 * org-html.el (org-export-html-protect-char-alist): Fix typo in
2860 custom type definition.
2861
28622011-07-28 Eric Schulte <schulte.eric@gmail.com>
2863
2864 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
2865 arguments.
2866
28672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2868
84f21110 2869 * org-list.el (org-list-parse-list): Fixed regexp.
3ab2c837
BG
2870
28712011-07-28 David Maus <dmaus@ictsoc.de>
2872
2873 * org-html.el (org-export-html-format-image): Protect image
2874 elements.
2875
28762011-07-28 Eric Schulte <schulte.eric@gmail.com>
2877
2878 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
2879 contents of a code block body on export.
2880 (org-babel-tangle-collect-blocks): Apply
2881 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
2882
28832011-07-28 David Maus <dmaus@ictsoc.de>
2884
2885 * org-html.el (org-html-make-link, org-html-handle-links): Protect
2886 generated XHTML elements.
2887 (org-export-as-html): Expand character entities after creating markup
2888 for links and timestamps.
2889
28902011-07-28 Bastien Guerry <bzg@gnu.org>
2891
2892 * org-html.el (org-export-as-html): bugfix: insert email
2893 correctly.
2894
28952011-07-28 Bastien Guerry <bzg@gnu.org>
2896
2897 * org-html.el: Bugfix: prevent infinite matching of the `&'
2898 character.
2899
29002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2901
84f21110
BG
2902 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
2903 has been introduced with emacs 23.1.
3ab2c837
BG
2904
29052011-07-28 Bastien Guerry <bzg@gnu.org>
2906
2907 * org-attach.el: Allow to store a link to the attach-dir location.
2908
29092011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2910
2911 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
2912 function.
2913
29142011-07-28 Bernt Hansen <bernt@norang.ca>
2915
2916 * org-clock.el (org-clock-in): Allow clocking in new tasks
9b8ba1e5 2917 inserted before the current clocking task.
3ab2c837
BG
2918
29192011-07-28 Bernt Hansen <bernt@norang.ca>
2920
2921 * org-clock.el (org-clock-in): Set default clocking task when
9b8ba1e5 2922 already clocking the task.
3ab2c837
BG
2923
29242011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2925
84f21110 2926 * org.el (org-adaptive-fill-function): When a region is specified
3ab2c837
BG
2927 first line of paragraph isn't skipped, so fill-paragraph have to
2928 be computed even if point is at an item.
2929
29302011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2931
84f21110
BG
2932 * org-list.el (org-list-in-valid-block-p): New function.
2933 (org-at-item-p,org-list-search-generic): Use new function.
3ab2c837
BG
2934
29352011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2936
84f21110 2937 * org.el (org-indent-line-function): Text in both a list and a
3ab2c837
BG
2938 valid block is indented with regards to current item, not to block
2939 boundaries.
2940
29412011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2942
7877f373 2943 * org-html.el (org-format-org-table-html): Fix anchors in HTML
3ab2c837 2944 export (thanks to <aankhen@gmail.com>)
7877f373 2945 (org-html-protect): Fix a bug that prevents some target to be
3ab2c837
BG
2946 rendered correctly.
2947
29482011-07-28 Bastien Guerry <bzg@gnu.org>
2949
2950 * org.el (org-default-properties): Add EXPORT_TEXT.
2951
29522011-07-28 Matt Lundin <mdl@imapmail.org>
2953
2954 * org-footnote.el (org-footnote-create-definition)
2955 (org-insert-footnote-reference-near-definition): Fix sorting
2956 of footnotes.
2957
29582011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2959
2960 * org-html.el (org-export-as-html): Bugfix: don't insert closing
2961 HTML tags when exporting body only.
2962
d4423e17 29632011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
3ab2c837
BG
2964
2965 * org.el (org-back-over-empty-lines): Bugfix. Honor
2966 `org-blank-before-new-entry' correctly in various contexts.
2967
29682011-07-28 Bastien Guerry <bzg@gnu.org>
2969
2970 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
2971 and `save-restriction'.
2972
29732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2974
84f21110 2975 * org-timer.el (org-timer-item): `save-excursion' prevents
3ab2c837
BG
2976 `org-list-struct' to get the list structure when point isn't on
2977 the first line of the item.
2978
29792011-07-28 Bastien Guerry <bzg@gnu.org>
2980
2981 * org-capture.el (org-capture-templates): New option
2982 :no-clock-out.
2983 (org-capture): Use the new option.
2984
29852011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2986
2987 * org-list.el (org-update-checkbox-count): Ensure cookies on an
84f21110 2988 heading are correctly updated when checkboxes are hidden. It
3ab2c837
BG
2989 allows, for example, to use C-c C-x C-b on a collapsed tree and
2990 still get the update.
2991
29922011-07-28 David Maus <dmaus@ictsoc.de>
2993
2994 * org-exp.el (org-export-visible): Accept keys for
2995 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
2996
29972011-07-28 Bastien Guerry <bzg@gnu.org>
2998
2999 * org.el (org-duration-string-to-minutes): Don't use
3000 `rx-to-string'.
3001
30022011-07-28 Lawrence Mitchell <wence@gmx.li>
3003
3004 * org.el (org-effort-durations): New variable.
3005
3006 * org.el (org-duration-string-to-minutes): New function.
3007
3008 * org-agenda.el (org-agenda-filter-effort-form)
3009 (org-format-agenda-item): Use it.
3010
3011 * org-clock.el (org-clock-notify-once-if-expired)
3012 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
3013
30142011-07-28 Bastien Guerry <bzg@gnu.org>
3015
3016 * org-agenda.el (org-agenda-run-series): Rename from
3017 `org-run-agenda-series'.
3018
30192011-07-28 Bastien Guerry <bzg@gnu.org>
3020
3021 * org-capture.el: Don't allow currentfile anymore.
3022
30232011-07-28 Bastien Guerry <bzg@gnu.org>
3024
3025 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
3026 `org-agenda-current-span' when calling `org-agenda-list'.
3027
30282011-07-28 Bastien Guerry <bzg@gnu.org>
3029
7877f373
JB
3030 * org-capture.el (org-capture-put-target-region-and-position):
3031 New function to store information about the target buffer.
3ab2c837 3032 (org-capture-set-target-location): Use it.
7877f373 3033 (org-capture-finalize): Restore the target buffer in its
3ab2c837
BG
3034 possibly narrowed state. Also restore the cursor position.
3035
30362011-07-28 Bastien Guerry <bzg@gnu.org>
3037
7877f373 3038 * org-crypt.el (auto-save-default): Make sure entries are
3ab2c837
BG
3039 encrypted before auto-saving.
3040
30412011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3042
3043 * org-inlinetask.el (org-inlinetask-promote)
84f21110 3044 (org-inlinetask-demote): New functions.
3ab2c837
BG
3045
30462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3047
84f21110
BG
3048 * org.el (org-demote-subtree,org-promote-subtree): Wrap
3049 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
3ab2c837
BG
3050 operating on inline tasks.
3051
30522011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3053
7877f373 3054 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
3ab2c837 3055 will move point to a real heading and not an inline task by
84f21110 3056 wraping function into a `org-with-limited-levels' macro.
3ab2c837
BG
3057
30582011-07-28 Bastien Guerry <bzg@gnu.org>
3059
3060 * org-capture.el (org-capture-finalize): New argument clock-out,
3061 to tell whether finalizing the capture process should clock out
3062 the running clock.
3063 (org-capture): Use the new argument.
3064
30652011-07-28 Bastien Guerry <bzg@gnu.org>
3066
3067 * org.el (org-refile-get-targets): Rename from
9b8ba1e5 3068 `org-get-refile-targets'.
3ab2c837
BG
3069
30702011-07-28 Bastien Guerry <bzg@gnu.org>
3071
3072 * org-exp.el (org-export-table-remove-empty-lines): New custom
3073 variable.
3074 (org-export-remove-special-table-lines): Use it.
3075
30762011-07-28 Bastien Guerry <bzg@gnu.org>
3077
7877f373 3078 * org-table.el (org-table-fix-formulas-confirm): New custom
3ab2c837
BG
3079 variable.
3080 (org-table-insert-column, org-table-delete-column)
3081 (org-table-move-column, org-table-move-row)
3082 (org-table-insert-row, org-table-kill-row): Use it.
3083
30842011-07-28 Tassilo Horn <tassilo@member.fsf.org>
3085
3086 * org.el (org-refile-get-location): Set and show default value.
3087 (org-goto, org-refile): Adapt calls.
3088
30892011-07-28 Bastien Guerry <bzg@gnu.org>
3090
3091 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
3092 variable.
3093 (org-mobile-files-alist): Use it.
3094
30952011-07-28 Bastien Guerry <bzg@gnu.org>
3096
3097 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
3098 against headings outside of a narrowed buffer.
3099
31002011-07-28 Bastien Guerry <bzg@gnu.org>
3101
3102 * org.el (org-confirm-shell-link-not-regexp)
3103 (org-confirm-elisp-link-not-regexp): New custom variables.
3104 (org-open-at-point): Use the new custom variables.
3105
31062011-07-28 Lawrence Mitchell <wence@gmx.li>
3107
7877f373 3108 * org-latex.el: Place \title \author \date before
3ab2c837
BG
3109 \begin{document}.
3110
31112011-07-28 Bastien Guerry <bzg@gnu.org>
3112
3113 * org-html.el (org-export-html-preamble)
7877f373
JB
3114 (org-export-html-postamble): Now default to `nil'.
3115 (org-export-as-html): When :html-pre/postamble is nil, fall
3ab2c837
BG
3116 back on the default pre/postamble, which depends on the
3117 :author-info, :email-info, :creator-info options.
3118
31192011-07-28 Eric Schulte <schulte.eric@gmail.com>
3120
3121 * ob-exp.el (org-babel-exp-results): Don't use cached results if
3122 there is no hash.
3123
31242011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3125
3126 * org-table.el (org-table-eval-formula): Treat relative column
3127 refs.
3128
31292011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3130
3131 * org-table.el (org-table-use-standard-references): Change default
3132 to `from'.
3133
31342011-07-28 Bastien Guerry <bzg@gnu.org>
3135
7877f373 3136 * org.el (org-move-subtree-down): Leave the cursor at the same
3ab2c837
BG
3137 column we were at.
3138
31392011-07-28 Bastien Guerry <bzg@gnu.org>
3140
3141 * org-attach.el (org-attach-store-link-p): New variable.
3142 (org-attach-store-link): New function.
3143 (org-attach-attach): When `org-attach-store-link-p' is
3144 non-nil, store a link in `org-stored-links' to a newly
3145 attached file.
3146
31472011-07-28 Bastien Guerry <bzg@gnu.org>
3148
7877f373 3149 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
3ab2c837
BG
3150 case-fold-search to avoid mixing TODO keywords with real headline
3151 words.
3152
31532011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3154
3155 * org-table.el (org-table-fedit-finish): Read more general LHS of
3156 formulas.
3157 (org-table-formula-handle-@L): New function to hanle @L references.
3158 (org-table-current-ncol): New variable.
3159 (org-table-line-to-dline): New function.
3160 (org-table-get-stored-formulas): Accept range formulas as matches.
3161 (org-table-get-specials): Compute and store the number of columns.
3162 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
3163 only the region marked by the range, not the content.
3164 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
3165 range targets. Also check for duplicate access to fields.
3166 (org-table-expand-lhs-ranges): New funktion.
3167 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
3168 the caller's value.
3169 (org-table-edit-formulas): Support highlighting of range targets.
3170 (org-table-field-info): Handle renge formulas.
3171
31722011-07-28 Bastien Guerry <bzg@gnu.org>
3173
3174 * org-html.el (org-export-html-postamble-format)
7877f373 3175 (org-export-html-preamble-format): Explain how to escape the
3ab2c837
BG
3176 `%' character.
3177
31782011-07-28 Bastien Guerry <bzg@gnu.org>
3179
3180 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
3181 `org-export-current-backend'.
3182
31832011-07-28 Eric Schulte <schulte.eric@gmail.com>
3184
3185 * ob.el (org-babel-read): Read string variable values wrapped in
3186 double quotes, removing the quotes.
3187
31882011-07-28 Eric Schulte <schulte.eric@gmail.com>
3189
3190 * ob-exp.el (org-babel-exp-results): Ensure that processed params
3191 are send to org-babel-execute-src-block.
3192
31932011-07-28 Bastien Guerry <bzg@gnu.org>
3194
3195 * org-special-blocks.el
3196 (org-special-blocks-make-special-cookies): Use
3197 `org-export-current-backend'.
3198
31992011-07-28 Eric Schulte <schulte.eric@gmail.com>
3200
3201 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
3202 as an argument.
3203 (org-babel-exp-src-block): Explicitly pass language to
3204 `org-babel-exp-in-export-file'.
3205 (org-babel-exp-inline-src-blocks): Removed unused code.
3206 (org-babel-exp-results): Explicitly pass language to
3207 `org-babel-exp-in-export-file'.
3208
32092011-07-28 Eric Schulte <schulte.eric@gmail.com>
3210
3211 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
3212 returned from calc-eval.
3213
32142011-07-28 Eric Schulte <schulte.eric@gmail.com>
3215
3216 * ob.el (org-babel-read): Pass elisp vectors through to code
3217 blocks.
3218
32192011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3220
3221 * ob.el (org-src-lang-modes): Defvar.
3222 (org-at-item-p): Declare function.
3223
3224 * ob-calc.el (calc-store): Require.
3225 (var-syms): Defvar.
3226
3227 * ob-python.el (py-default-interpreter): Defvar.
3228
32292011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3230
3231 * org-exp-blocks.el (backend): defvar.
3232
32332011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3234
3235 * org-agenda.el (org-agenda-get-scheduled):
3236 (org-agenda-get-timestamps): Bind local variable `show-all'.
3237
32382011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3239
3240 * ob-ref.el (org-at-item-p): Declare function.
3241
3242 * org-agenda.el (diary-time-regexp): defvar.
3243
3244 * org-archive.el (org-archive-subtree): Bind local variable
3245 `infile-p'.
3246
3247 * org-capture.el (org-capture-insert-template-here): Get template
3248 text from property list, to avoid byte compiler message.
3249
3250 * org-latex.el (org-export-latex-tables): Bind local variable
3251 `width'.
3252
3253 * org-special-blocks.el (org-compat): Add require statement.
3254
3255 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
3256 `const-str'.
3257
3258 * org.el (org-eval): Moved function here from org-agenda.el.
3259
32602011-07-28 Eric Schulte <schulte.eric@gmail.com>
3261
3262 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
3263 when reading from tables.
3264 (org-babel-read-list): Inhibit lisp evaluation of values when
3265 reading from lists.
3266 (org-babel-read): Add optional argument which can be used to inhibit
3267 lisp evaluation of value.
3268
32692011-07-28 Eric Schulte <schulte.eric@gmail.com>
3270
3271 * ob-table.el (sbe): Ensure that ob-trim is only called on
3272 strings.
3273
32742011-07-28 Eric Schulte <schulte.eric@gmail.com>
3275
3276 * ob-exp.el (org-babel-exp-results): On export, ensure that the
3277 result hash is resolved in the original org-mode file.
3278
32792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3280
84f21110 3281 * org-exp.el (org-export-mark-list-end): Change end marker.
3ab2c837 3282
84f21110 3283 * org-docbook.el (org-export-docbook-list-line): Use new marker.
3ab2c837 3284
84f21110 3285 * org-html.el (org-html-export-list-line): Use new marker.
3ab2c837 3286
84f21110 3287 * org-latex.el (org-export-latex-lists): Use new marker.
3ab2c837
BG
3288
32892011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3290
84f21110 3291 * org-latex.el (org-export-latex-lists): Make sure markers used
3ab2c837
BG
3292 for export are taken into account by temporarily setting an
3293 appropriate value for `org-list-ending-method'.
3294
32952011-07-28 Eric Schulte <schulte.eric@gmail.com>
3296
3297 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
3298 regexp into its own variable, also allowing match of empty bodies.
3299 (org-export-blocks-preprocess): Using new regexp variable.
3300
33012011-07-28 Eric Schulte <schulte.eric@gmail.com>
3302
3303 * ob.el (org-babel-src-block-regexp): Code block regexp now
3304 matches blocks with empty bodies.
3305
33062011-07-28 Eric Schulte <schulte.eric@gmail.com>
3307
3308 * ob.el (org-babel-script-escape): If script escaped value doesn't
3309 parse cleanly, then return it literally.
3310
33112011-07-28 Eric Schulte <schulte.eric@gmail.com>
3312
3313 * ob-exp.el (org-babel-exp-src-block): When block will eventually
3314 be evaluated, pre-calculate the hash before noweb expansion, and
3315 expand the parameters before hash calculation.
3316 (org-babel-exp-do-export): Pass pre-calculated hash through to
3317 `org-babel-exp-results'.
3318 (org-babel-exp-results): Compare pre-calculated hash to results hash.
3319
33202011-07-28 Eric Schulte <schulte.eric@gmail.com>
3321
3322 * ob.el (org-babel-sha1-hash): Sort list values to header
3323 arguments, and sort the words in strings.
3324
33252011-07-28 Eric Schulte <schulte.eric@gmail.com>
3326
3327 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
3328 rows.
3329
33302011-07-28 Julien Danjou <julien@danjou.info>
3331
3332 * org-macs.el (org-with-point-at): Store evaluated version of
3333 pom. This fixes a potential bug when using (org-with-point-at
3334 (func) …), where (func) would be evaluated multiple times,
3335 therefore might return different results if a marker was returned
3336 and different each time.
3337
33382011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3339
84f21110 3340 * org.el (org-open-at-point): If a link to a radio target is the
3ab2c837
BG
3341 first, (resp. the last), element of a buffer, function cannot find
3342 the property change required to get its boundaries, and
3343 `buffer-substring' is called with an invalid nil argument.
3344
33452011-07-28 Bastien Guerry <bzg@gnu.org>
3346
84f21110 3347 * org-table.el (org-table-copy-down): Fix docstring.
3ab2c837
BG
3348
33492011-07-28 Eric Schulte <schulte.eric@gmail.com>
3350
3351 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
7877f373
JB
3352 and for file types other than png and PDF it uses imagemagick to
3353 convert a compiled PDF file to the desired file type.
3354 (convert-pdf): Convert a PDF file to a new file type using
3ab2c837
BG
3355 imagemagick.
3356
33572011-07-28 Puneeth Chaganti <punchagan@gmail.com>
3358
7877f373 3359 * org-capture.el (org-capture-fill-template): Fix bug with the
3ab2c837
BG
3360 display of interactive prompt in templates expansion.
3361
29c8a348 33622011-07-28 Reiner Steib <reiner.steib@gmx.de>
3ab2c837 3363
29c8a348
RS
3364 * org-clock.el (org-clock-display): Document how to remove subtree
3365 times.
3ab2c837
BG
3366
33672011-07-28 Eric Schulte <schulte.eric@gmail.com>
3368
3369 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
3370 append a newline to the body.
3371
33722011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3373
84f21110 3374 * org-list.el (org-list-insert-item): When computing size of item
3ab2c837
BG
3375 being inserted, function has to take into account that indentation
3376 may not only be made of spaces.
3377
33782011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3379
84f21110 3380 * org-clock.el (org-clock-find-position): If a list was adjacent
3ab2c837
BG
3381 to some clocks and a drawer was going to be created, only the
3382 first element of the list would make it into the drawer.
3383
33842011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3385
84f21110 3386 * org-list.el (org-toggle-checkbox): Fix bug where top item in
3ab2c837
BG
3387 list was omitted when checking boxes.
3388
33892011-07-28 Dan Davison <dandavison7@gmail.com>
3390
3391 * ob-R.el: Don't print result to echo area after evaluation.
3392
33932011-07-28 Bastien Guerry <bzg@gnu.org>
3394
3395 * org-capture.el (org-capture-refile): Fix typo in docstring.
3396
33972011-07-28 Eric Schulte <schulte.eric@gmail.com>
3398
3399 * ob-calc.el (org-babel-execute:calc): Call out to new function
3400 for variables resolution.
3401 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
3402 variables in calc expressions.
3403
34042011-07-28 Eric Schulte <schulte.eric@gmail.com>
3405
3406 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
3407 (org-babel-C++-compiler): Replace "c++" with "C++".
3408 (org-babel-execute:cpp): Replace "c" with "C++".
3409 (org-babel-execute:C++): Replace "c" with "C++".
3410 (org-babel-expand-body:C++): Replace "c" with "C++".
3411 (org-babel-C-execute): Replace "c" with "C++".
3412
34132011-07-28 Eric Schulte <schulte.eric@gmail.com>
3414
3415 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
3416 a list if at the *beginning* of a list item.
3417
3418 * ob.el (org-babel-read-result): Only try to read results as a
3419 list if at the *beginning* of a list item.
3420
34212011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3422
84f21110
BG
3423 * org-list.el (org-cycle-item-indentation): Do not break an
3424 indentation cycle because visibility cycling is requested. This
3ab2c837
BG
3425 happens when an item becomes a parent, due to indentation change.
3426 Not considered empty anymore, the function cannot change its
3427 indentation again.
3428
34292011-07-28 Bastien Guerry <bzg@gnu.org>
3430
3431 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
3432 on `org-export-default-language' when no :lang parameter is set.
3433
34342011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3435
3436 * org-capture.el (org-capture-expand-file): New function.
3437 (org-capture-target-buffer):
3438 (org-capture-set-target-location): Use `org-capture-expand-file'.
3439
34402011-07-28 Eric Schulte <schulte.eric@gmail.com>
3441
3442 * ob.el (org-babel-read-list): Reading the value of a list has
3443 been updated to reflect the new structure of org-mode lists in
3444 elisp.
3445 (org-babel-insert-result): Writing code block results to lists has
3446 been updated to reflect the new list structure.
3447 (org-babel-result-end): Remove a previous change to end-of-list
84f21110 3448 marker detection.
3ab2c837
BG
3449
34502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3451
84f21110 3452 * org-list.el (org-cycle-item-indentation): Each time the function
3ab2c837
BG
3453 moves item back to child position, a white space is added to the
3454 line.
3455
34562011-07-28 Eric Schulte <schulte.eric@gmail.com>
3457
3458 * ob.el (org-babel-process-params): Allow elisp code in
3459 specification of results header arguments.
3460
34612011-07-28 Bastien Guerry <bzg@gnu.org>
3462
3463 * org-agenda.el (org-agenda-append-agenda): New command.
3464 (org-agenda-mode-map): New keybinding to this new command.
3465
34662011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3467
84f21110 3468 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
3ab2c837 3469 cursor it at very first item of the list, as specified in the
84f21110 3470 manual. Also refactored the list part of the function a bit.
3ab2c837
BG
3471
34722011-07-28 Bastien Guerry <bzg@gnu.org>
3473
3474 * org-agenda.el (org-agenda): Set the 'last-args property to nil
3475 when calling `org-agenda'. Don't kill the local variable
3476 `org-agenda-current-span'.
3477 (org-run-agenda-series): Use the new property 'last-args.
3478 (org-agenda-change-time-span): Use the dynamically set
3479 `org-agenda-overriding-arguments' variable when non-nil.
3480
34812011-07-28 Eric Schulte <schulte.eric@gmail.com>
3482
3483 * ob.el (org-babel-result-end): Adjust marker of list end to
3484 changes in the list format.
3485
34862011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3487
84f21110
BG
3488 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
3489 need to wrap `org-entry-get' in `ignore-errors'.
3ab2c837
BG
3490
34912011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3492
84f21110 3493 * org.el (org-toggle-item, org-toggle-heading): Make sure every
3ab2c837 3494 sub-item in a list is changed into a sub-heading and sub-headings
84f21110 3495 are translated into sub-items. Also ignore inline tasks in the
3ab2c837
BG
3496 process.
3497
34982011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3499
84f21110 3500 * org-exp.el (org-export-select-backend-specific-text): Add
3ab2c837 3501 `original-indentation' property when replacing #+begin_backend and
84f21110 3502 #+backend blocks with their content. This is needed for lists, as
3ab2c837
BG
3503 they must know if the block belonged to them.
3504
35052011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3506
84f21110 3507 * org-html.el (org-html-export-list-line): Insert a newline
3ab2c837
BG
3508 character before ending an item, as anchor could be on a line
3509 going to be deleted, like a drawer ending string.
3510
84f21110 3511 * org-list.el (org-list-to-html): Same.
3ab2c837
BG
3512
35132011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3514
84f21110 3515 * org.el (org-set-autofill-regexps): Use `org-item-re' in
3ab2c837 3516 `paragraph-start' to recognize alphabetical lists.
84f21110 3517 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
58179cce 3518 calling `fill-paragraph' when point is in an item. Also prevent
3ab2c837 3519 paragraphs getting merged into an adjacent list upon filling.
84f21110
BG
3520 (org-adaptive-fill-function): Make sure to determine real
3521 fill-prefix for auto-fill.
3522 (org-auto-fill-function): Use a pre-computed fill-prefix before
3523 calling `do-auto-fill'.
3ab2c837 3524
84f21110 3525 * org-list.el (org-list-item-body-column): New function.
3ab2c837
BG
3526
35272011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3528
3529 * org-inlinetask.el (org-inlinetask-at-task-p)
84f21110 3530 (org-inlinetask-toggle-visibility): New functions.
3ab2c837 3531
84f21110 3532 * org-list.el (org-list-set-item-visibility): New function.
3ab2c837 3533
84f21110 3534 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
3ab2c837 3535 inline tasks from headlines.
84f21110
BG
3536 (org-outline-level): Do not consider lists as headlines. Cycling
3537 visibility is using different tools.
3ab2c837
BG
3538
35392011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3540
84f21110 3541 * org-list.el (org-list-struct): Mark items less indented than top
3ab2c837 3542 item of the list, so that they will be modified.
84f21110
BG
3543 (org-list-struct-apply-struct): Compare struct's indentation with
3544 line's indentation instead of old-struct's. This is needed
3545 because `org-list-struct' automatically fixes indentation so
3546 changes might not be seen otherwise.
3ab2c837 3547
84f21110 3548 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
3ab2c837
BG
3549
35502011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3551
84f21110 3552 * org-list.el (org-update-checkbox-count): When a part of the
3ab2c837
BG
3553 buffer is processed to count checkboxes, lists are read from top
3554 to bottom, but inside lists (in drawers, blocks, or inline tasks)
84f21110
BG
3555 are skipped. Thus, cookies cannot be updated. This patch
3556 enforces reading of such lists if counter is itself in a special
3557 context.
3ab2c837
BG
3558
35592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3560
84f21110 3561 * org-list.el (org-list-struct-apply-struct): Inline tasks along
3ab2c837 3562 with their content must stay at column 0 even if the item is
84f21110 3563 gaining indentation. Moreover, fix indentation of text in an
3ab2c837
BG
3564 inline task, now it can be in such a task within a list.
3565
35662011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3567
84f21110
BG
3568 * org-list.el (org-at-item-p): Also verify context is valid.
3569 Otherwise it would recognize valid items where `org-in-item-p'
3ab2c837 3570 wouldn't.
84f21110
BG
3571 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
3572 of org-at-item-p.
3573 (org-cycle-list-bullet): Fix typo.
3574 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
3575 using an appropriate regexp.
3ab2c837 3576
84f21110
BG
3577 * org.el (org-indent-line-function): Use an appropriate regexp
3578 instead of calling `org-at-item-p' two times.
3ab2c837
BG
3579
35802011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3581
3582 * org-list.el (org-in-item-p): When point was just after
84f21110 3583 org-list-end-re, check wouldn't be done for starting line. So, if
3ab2c837 3584 the first line was an item, it wouln't be noticed and function
84f21110 3585 would return nil. Simplify and comment code.
3ab2c837
BG
3586
35872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3588
84f21110 3589 * org.el (org-toggle-item): When used on normal text, ensure every
3ab2c837
BG
3590 line in region is included in the new item, regardless of its
3591 original indentation.
3592
35932011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3594
84f21110 3595 * org-list.el (org-list-struct-apply-struct): If end of list was
3ab2c837 3596 at eol, for example, with list inside a block, the last list
84f21110 3597 wouldn't be shifted. Thus, the patch ensures no blank lines is
3ab2c837
BG
3598 skipped.
3599
36002011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3601
3602 * org.el (org-toggle-item): Now accepts a prefix argument. When
3603 used without argument on normal text, it will make the whole
84f21110 3604 region one item. With an argument, it defaults to old behavior:
3ab2c837
BG
3605 change each line in region into an item.
3606
36072011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3608
84f21110
BG
3609 * org.el (org-return): When called from inside an item with the
3610 indent flag, function should keep text moved inside the item.
3611 This allows to use C-j to separate lines in an item: cursor won't
3612 go back to column 0.
3ab2c837
BG
3613
36142011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3615
7877f373 3616 * org-list.el (org-list-struct): When a line has org-example
84f21110
BG
3617 property, skip the entire block. This is needed during export,
3618 for example when src blocks in org markup contain lists, and are
3ab2c837
BG
3619 returned verbatim because org isn't in the list of interpreted
3620 languages.
3621
36222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3623
84f21110 3624 * org-list.el (org-in-item-p): Handle special cases when function
3ab2c837
BG
3625 is called with cursor amidst `org-list-end-re' or at an inline
3626 task.
3627
36282011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3629
84f21110 3630 * ob.el (org-babel-result-end): Apply renaming.
3ab2c837 3631
84f21110 3632 * org-exp.el (org-export-mark-list-properties): Apply renaming.
3ab2c837 3633
84f21110
BG
3634 * org-list.el (org-list-prevs-alist): Renamed from
3635 `org-list-struct-prev-alist'.
3636 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
3637 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
3638 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
3639 (org-toggle-checkbox, org-update-checkbox-count)
3640 (org-cycle-list-bullet, org-list-repair, org-insert-item)
3641 (org-move-item-up, org-move-item-up, org-move-item-down)
3642 (org-next-item, org-previous-item, org-end-of-item-list)
3643 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
3644 (org-get-bullet): Removed function, as it is not needed anymore.
3ab2c837
BG
3645
36462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3647
84f21110
BG
3648 * org-list.el (org-list-insert-item-generic): Change arguments.
3649 The function now accepts structure and previous items alist. This
3650 allows to insert an item programmatically more easily.
3651 (org-insert-item): Apply changes to
3652 `org-list-insert-item-generic'. The function now takes care about
3653 repairing structure and updating checkboxes.
3ab2c837
BG
3654
3655 * org-timer.el (org-timer-item): Apply changes to
84f21110 3656 `org-list-insert-item-generic'. The function now takes care about
3ab2c837
BG
3657 repairing structure.
3658
36592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3660
84f21110
BG
3661 * org-list.el (org-list-make-subtree): Function now uses
3662 `org-list-parse-list mechanism'.
3663 (org-list-make-subtrees): Removed function.
3664 (org-list-to-generic): Added a parameter and every parameter can
3665 be a sexp returning a string, for finer control.
3666 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
3667 modifications to apply changes to `org-list-to-generic'.
3668 (org-list-to-subtree): New function.
3ab2c837
BG
3669
36702011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3671
84f21110 3672 * org.el (org-beginning-of-line): Apply changes to
3ab2c837
BG
3673 `org-item-beginning-re' to correct sub-expression reference.
3674
36752011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3676
84f21110 3677 * org-docbook.el (org-export-docbook-list-line): Even with
3ab2c837 3678 alphabetical lists, Org shouldn't enforce a particular list type
84f21110 3679 to exporters. This is a job for style files.
3ab2c837 3680
84f21110 3681 * org-html.el (org-html-export-list-line): Ib idem.
3ab2c837
BG
3682
36832011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3684
84f21110
BG
3685 * org-list.el (org-at-item-counter-p): New function.
3686 (org-list-parse-list): Handle counters and list depth.
3687 (org-list-to-generic): A special string is used when an item has a
3ab2c837 3688 counter.
84f21110
BG
3689 (org-list-to-latex): Use new special string for counters. This
3690 fixes the counter bug in LaTeX export, as the enumi counter was
3691 the only one modified.
3ab2c837 3692
84f21110 3693 * org-latex.el (org-export-latex-lists): Use new
3ab2c837
BG
3694 `org-list-parse-list' output.
3695
36962011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3697
84f21110
BG
3698 * org-list.el (org-list-get-list-type): New function.
3699 (org-list-parse-list): Use new function.
3ab2c837 3700
84f21110 3701 * org-html.el (org-html-export-list-line): Use new function.
3ab2c837 3702
84f21110 3703 * org-docbook.el (org-export-docbook-list-line): Use new function.
3ab2c837
BG
3704
37052011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3706
84f21110
BG
3707 * org-list.el (org-alphabetical-lists): New variable
3708 (org-item-re, org-list-full-item, org-cycle-list-bullet)
3709 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
3ab2c837 3710 introduction of the new variable.
84f21110
BG
3711 (org-item-beginning-re): Changed into a function, so any
3712 modification of `org-alphabetical-lists' will not require
3713 reloading Org.
3714 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
3715 (org-list-parse-list, org-list-send-list): Reflect changes to
3ab2c837 3716 `org-item-beginning-re'.
84f21110 3717 (org-list-use-alpha-bul-p): New function.
3ab2c837 3718
84f21110 3719 * org.el (org-check-for-hidden): Reflect changes to
3ab2c837
BG
3720 `org-item-beginning-re'.
3721
84f21110 3722 * org-capture.el (org-capture-place-item): Reflect changes to
3ab2c837
BG
3723 `org-item-beginning-re'.
3724
7877f373 3725 * org-docbook.el (org-export-docbook-list-line): Handle New type
3ab2c837
BG
3726 of items.
3727
3728 * org-exp.el (org-export-mark-list-end)
84f21110 3729 (org-export-mark-list-properties): Reflect changes to
3ab2c837
BG
3730 `org-item-beginning-re'.
3731
84f21110 3732 * org-html.el (org-html-export-list-line): Handle new type of
3ab2c837
BG
3733 items.
3734
84f21110 3735 * org-latex.el (org-export-latex-lists): Handle new type of items
3ab2c837
BG
3736 and reflect changes to `org-item-beginning-re'.
3737
84f21110 3738 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
3ab2c837
BG
3739
37402011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3741
84f21110
BG
3742 * org-list.el (org-list-end-re): Removed function and made it a
3743 variable. There's no need for the overhead of calling the
3744 function every at every line in a list. User will have to reload
3745 Org if he change value of either `org-list-end-regexp' or
3ab2c837 3746 `org-empty-line-terminates-plain-lists'.
84f21110 3747 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
3ab2c837
BG
3748
3749 * org-exp.el (org-export-mark-list-end)
9b8ba1e5 3750 (org-export-mark-list-properties): Apply change.
3ab2c837 3751
84f21110 3752 * org-latex.el (org-export-latex-lists): Apply change. Also
3ab2c837
BG
3753 prevent items with org-example property to be considered as real
3754 items.
3755
37562011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3757
84f21110 3758 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
3ab2c837 3759 modify templates so environment boundaries don't interfere with
84f21110 3760 content of task. Unprotect content of task so it might benefit
3ab2c837
BG
3761 from further transformations. Set original-indentation property to
3762 a high value to ensure that task is always in the last item of the
3763 list. Also, apply templates later in export process.
3764
84f21110 3765 * org-list.el (org-list-struct): Fix inline task skipping.
3ab2c837
BG
3766
37672011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3768
3769 * org-latex.el (org-export-latex-lists): Search for unprotected
84f21110 3770 items only, and redefine `org-at-item'. This change is required
3ab2c837
BG
3771 when verbatim lists are inserted during export, usually by Babel.
3772
37732011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3774
84f21110 3775 * ob.el (org-babel-result-end): End position is end of current
3ab2c837
BG
3776 sublist instead of bottom point, as results might be inserted in a
3777 list themselves.
3778
37792011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3780
84f21110
BG
3781 * org-list.el (org-list-automatic-rules): Removed insert rule.
3782 (org-list-insert-item-generic): Removed code preventing user to
3783 insert another item in a block within a list. It is because new
3784 list context make it impossible to see if a point in a block is
3785 also in a list.
3ab2c837
BG
3786
37872011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3788
84f21110 3789 * org-exp.el (org-export-preprocess-string): Mark list endings
3ab2c837 3790 before babel blocks preprocessing starts, so blank lines that may
84f21110 3791 be inserted do not break list's structure. Then, mark list with
3ab2c837
BG
3792 special properties required by exporters. Thus output from babel
3793 can easily be included in lists.
84f21110
BG
3794 (org-export-mark-list-end): New function.
3795 (org-export-mark-list-properties): New function.
3796 (org-export-mark-lists): Removed function. It was split into the
3797 two preceding functions.
3ab2c837
BG
3798
37992011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3800
84f21110 3801 * org-list.el (org-update-checkbox-count): Do not recompute every
3ab2c837 3802 list before next heading when there are more than one cookie in an
84f21110 3803 headline. Moreover, ignore the case where cookie is inserted
3ab2c837
BG
3804 neither at an heading nor at an item.
3805
38062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3807
84f21110
BG
3808 * org-list.el (org-sort-list): Fix number of arguments to
3809 `org-list-repair', plus make `end-record' go to end of item before
3ab2c837
BG
3810 any blank line to keep them from being swallowed in the sorting.
3811
38122011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3813
84f21110
BG
3814 * org-list.el (org-list-forbidden-blocks): Renamed from
3815 `org-list-blocks'.
3816 (org-list-export-context): New variable.
3ab2c837
BG
3817
38182011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3819
84f21110
BG
3820 * org-list.el (org-list-search-generic): Renamed form
3821 `org-search-unenclosed-generic' to reflect the new behavior. Now,
3822 match can only be in a valid context for lists, as determined by
3ab2c837 3823 `org-list-context'.
84f21110
BG
3824 (org-list-search-backward): Renamed from
3825 `org-search-backward-unenclosed'.
3826 (org-list-search-forward): Renamed from
3827 `org-search-forward-unenclosed'.
3828 (org-toggle-checkbox,org-update-checkbox-count): Use new
3829 functions.
3830 (org-sort-list): Using default regexp search functions as context
3831 is not required in this case.
3ab2c837
BG
3832
38332011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3834
84f21110
BG
3835 * org-exp.el (org-export-mark-lists): New function, replacing
3836 org-export-mark-list-ending. It adds information as text
3ab2c837
BG
3837 properties to every list, before changes done by exporter destruct
3838 them.
3839
38402011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3841
84f21110
BG
3842 * org-list.el (org-list-get-first-item): New alias for
3843 `org-list-get-list-begin'.
3844 (org-list-get-last-item): New function.
3845 (org-list-get-list-end): Use `org-list-get-last-item'.
3ab2c837
BG
3846
38472011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3848
84f21110 3849 * org.el (org-get-string-indentation): Moved in generally useful
3ab2c837
BG
3850 functions section, as it wasn't specific to plain lists and that
3851 no code was using it in org-list.el.
3852
38532011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3854
84f21110 3855 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
3ab2c837
BG
3856 accessors.
3857
38582011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3859
84f21110
BG
3860 * org-list.el (org-list-indent-item-generic): Remove error
3861 messages happening before process. This belongs to interactive
3ab2c837
BG
3862 functions.
3863 (org-indent-item,org-indent-item-tree)
84f21110
BG
3864 (org-outdent-item,org-outdent-item-tree): Ensure point or region
3865 is correct before computing list structure. Return an error
3ab2c837
BG
3866 message otherwise.
3867
38682011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3869
84f21110
BG
3870 * org-list.el (org-apply-on-list): Use new structures. Function
3871 is now applied in reverse order so modifications do not change
3ab2c837
BG
3872 positions of items in buffer.
3873
38742011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3875
84f21110
BG
3876 * org-list.el (org-list-parse-list): Rewrite of function to allow
3877 text following a sub-list in the same item. See docstring for an
3ab2c837 3878 example of output.
84f21110
BG
3879 (org-list-to-generic): Use new parsing function.
3880 (org-list-to-latex,org-list-to-html): Minor change for clearer
3ab2c837
BG
3881 export.
3882
38832011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3884
84f21110
BG
3885 * org-list.el (org-list-has-child-p): Renamed from
3886 `org-list-get-child'. Returning first child is only useful as a
3887 predicate, as we are allowing an item to have more than one
3ab2c837 3888 sub-list.
84f21110
BG
3889 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
3890 of org-list-get-child.
3891 (org-in-item-p): Also return item beginning when list starts at
3ab2c837 3892 context beginning.
84f21110
BG
3893 (org-list-get-parent): Use of `org-list-struct-parent-alist'
3894 helper function is not optional anymore.
3895 (org-list-get-all-items): Shorten code with the help of cl.el.
3896 (org-list-get-children): Now returns all children of item, even if
3ab2c837 3897 they do not belong to the same list. Renamed from
84f21110
BG
3898 `org-list-get-all-children'.
3899 (org-list-get-list-begin): Function wasn't return value when item
3900 was already the first item of the list at point.
3901 (org-list-get-list-end): Function wasn't return value when item
3902 was already the last item of the list at point.
3903 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
3ab2c837
BG
3904 `org-list-get-children'.
3905
39062011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3907
3908 * org.el (org-indent-line-function): Indentation of item's body
84f21110 3909 starts just after the bullet, not after a checkbox. Moreover, As
3ab2c837
BG
3910 `org-in-item-p' also returns item beginning position when point is
3911 in a list, do not compute it a second time.
3912
39132011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3914
84f21110 3915 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
3ab2c837
BG
3916 usage `org-repair-list', forcing another reading of the list, with
3917 only needed subroutines.
3918
39192011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3920
84f21110 3921 * org-list.el (org-list-separating-blank-lines-number): Use new
3ab2c837 3922 accessors.
84f21110
BG
3923 (org-list-insert-item-generic): Use list structures to insert a
3924 new item.
3925 (org-list-exchange-items): Refactor and comment code. Now return
3926 new struct instead of modifying it, as list sorting would
3927 sometimes eat first item.
3928 (org-move-item-down,org-move-item-up): Reflect changes to
3ab2c837 3929 `org-list-exchange-items'.
84f21110 3930 (org-insert-item): As `org-in-item-p' also computes item beginning
3ab2c837
BG
3931 when applicable, reuse the result.
3932
39332011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3934
84f21110 3935 * org-list.el (org-list-in-item-p): Unify methods for this
3ab2c837 3936 predicate.
84f21110
BG
3937 (org-list-in-item-p-with-indent): Removed function.
3938 (org-list-ending-between): Removed function.
3939 (org-list-maybe-skip-block): Removed function.
3940 (org-list-in-item-p-with-regexp): Removed function.
3941 (org-list-top-point-with-regexp): Removed function.
3942 (org-list-top-point-with-indent): Removed function.
3943 (org-list-bottom-point-with-indent): Removed function.
3944 (org-list-bottom-point-with-regexp): Removed function.
3945 (org-list-get-item-same-level): Removed function.
3946 (org-list-top-point): Removed function.
3947 (org-list-bottom-point): Removed function.
3948 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
3949 be consistent with naming policy of non-interactive functions.
3950 (org-get-beginning-of-list): Removed function.
3951 (org-beginning-of-item-list): Use new accessors.
3952 (org-get-end-of-list): Removed function.
3953 (org-end-of-list): Use new accessors.
3954 (org-get-end-of-item): Removed function.
3955 (org-end-of-item): Use new accessors.
3956 (org-get-previous-item): Removed function.
3957 (org-previous-item): Use new accessors.
3958 (org-get-next-item): Removed function.
3959 (org-next-item): Use new accessors.
3ab2c837
BG
3960 (org-list-get-item-end-before-blank): Use new accessors.
3961
39622011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3963
84f21110
BG
3964 * org-list.el (org-list-repair): Removed optional argument
3965 FORCE-BULLET. The job of this interactive function is to
3966 completely fix a list at point. Changing bullets is a separate
3967 task. Also removed others optional arguments TOP and BOTTOM to
3ab2c837 3968 follow the new structures.
84f21110
BG
3969 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
3970 STRUCT is a new required argument. This avoids computing a list
3971 structure many times when function is called more than once in a
3972 row, for example in `org-cycle-item-indentation'. Use new
3973 accessors. Now, also call `org-update-checkbox-count-maybe'.
3974 (org-outdent-item, org-indent-item, org-outdent-item-tree)
3975 (org-indent-item-tree): Remove need for TOP and BOTTOM.
3976 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
3977 (org-list-exchange-items): Use new accessors. Now modify struct
3978 to avoid re-reading it later.
3979 (org-move-item-down): Reflect changes to `org-list-repair'. Use
3980 new accessors.
3981 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
3ab2c837 3982 accessors.
84f21110
BG
3983 (org-cycle-list-bullet): Use new structures. Also use a shortcut
3984 to `org-list-struct-fix-struct' in order to avoid unnecessary
3985 fixes, like `org-list-struct-fix-box'
3986 (org-sort-list): Use of new structures. Renamed an internal
3987 function for a little more clarity.
3988 (org-cycle-item-indentation): Remove dependency on
3989 `org-list-repair'. Use new accessors.
3990 (org-list-get-child): Correct bug when asking for the child of the
3991 last item.
3992 (org-list-exchange-items): Use new accessors.
3993
39942011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3995
3996 * org-list.el (org-list-blocks): New variable.
3997 (org-list-context): New function.
3998 (org-list-full-item-re): New variable.
3999 (org-list-struct-assoc-at-point): Use new varible.
4000 (org-list-struct): Rewrite of function. Now, list data is
4001 collected by looking at the list line after line. It reads the
4002 whole list each time because reading only a subtree was not enough
4003 for some operations, like fixing checkboxes. It also removes the
4004 need to get `org-list-top-point' and `org-list-bottom-point'
4005 first. An added data is the position of item ending. This aims
4006 to be able to have list followed by text inside an item.
4007 (org-list-struct-assoc-end): New function.
4008 (org-list-struct-parent-alist): New function.
4009 (org-list-get-parent): New function.
4010 (org-list-get-child): New function.
4011 (org-list-get-next-item): New function.
4012 (org-list-get-prev-item): New function.
4013 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
4014 (org-list-get-all-items): New function.
4015 (org-list-get-all-children): New function.
4016 (org-list-get-top-point): New function.
4017 (org-list-get-bottom-point): New function.
4018 (org-list-get-counter): New function.
4019 (org-list-get-item-end): New function.
4020 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
4021 new accessors.
4022 (org-list-struct-fix-ind): Make use of new accessors.
4023 (org-list-struct-fix-box): New function.
4024 (org-list-struct-fix-checkboxes): Removed function.
4025 (org-list-struct-outdent): Use new accessors. Use the fact that
4026 there is no longer a virtual item at beginning of structure.
4027 (org-list-struct-indent): Use helper functions
4028 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
4029 Also use new accessors.
4030 (org-list-struct-fix-struct): Comment function. Call directly
3ab2c837
BG
4031 `org-list-struct-apply-struct', without removing unchanged items
4032 first.
84f21110
BG
4033 (org-list-struct-apply-struct): Comment function. Rewrite using
4034 new accessors. Use new variable `org-list-full-item-re'.
4035 (org-list-shift-item-indentation): Removed function, now included
4036 in `org-list-struct-apply-struct' because it is too specific.
3ab2c837
BG
4037
40382011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4039
84f21110
BG
4040 * org-list.el (org-toggle-checkbox): Use structures to fix
4041 checkboxes of a list.
4042 (org-update-checkbox-count): Use structures to update cookies.
3ab2c837
BG
4043
40442011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4045
84f21110
BG
4046 * org-list.el (org-list-struct-fix-checkboxes): New function.
4047 (org-checkbox-blocked-p): Removed function.
3ab2c837
BG
4048
40492011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4050
84f21110
BG
4051 * org-list.el (org-list-get-all-items): New function.
4052 (org-list-get-all-children): New function.
4053 (org-list-get-nth): New function.
4054 (org-list-set-nth): New function.
4055 (org-list-get-ind): New function.
4056 (org-list-set-ind): New function.
4057 (org-list-get-bullet): New function.
4058 (org-list-set-bullet): New function.
4059 (org-list-get-checkbox): New function.
4060 (org-list-set-checkbox): New function.
4061 (org-list-struct-fix-bul): Use new accessors.
4062 (org-list-repair): Use new accessors.
4063 (org-list-indent-item-generic): Make use of accessors.
4064 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
4065 (org-list-get-child): Renamed from `org-list-struct-get-child'.
4066 (org-list-struct-fix-ind): Make use of accessors.
4067 (org-list-get-next-item): New function.
4068 (org-list-get-subtree): New function.
3ab2c837
BG
4069
40702011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4071
84f21110
BG
4072 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
4073 list structure.
3ab2c837 4074
84f21110
BG
4075 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
4076 value in structure.
3ab2c837 4077
84f21110
BG
4078 * org-list.el (org-list-struct-apply-struct): Also apply
4079 checkboxes.
3ab2c837
BG
4080
40812011-07-28 Bastien Guerry <bzg@gnu.org>
4082
84f21110 4083 * org-latex.el (org-export-latex-content): Bind local variables
3ab2c837
BG
4084 for export in the temporary export buffer.
4085
40862011-07-28 David Maus <dmaus@ictsoc.de>
4087
4088 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
84f21110
BG
4089 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
4090 date of obsolete declaration to 2011-02-17.
3ab2c837
BG
4091
40922011-07-28 David Maus <dmaus@ictsoc.de>
4093
4094 * org.el (org-link-escape): Throw error if encoding character in
4095 utf8 fails.
4096
40972011-07-28 David Maus <dmaus@ictsoc.de>
4098
4099 * org-protocol.el (org-protocol-split-data)
4100 (org-protocol-open-source): Use `org-link-unescape' instead of
4101 obsolete unhex string function.
4102
41032011-07-28 David Maus <dmaus@ictsoc.de>
4104
4105 * org.el (org-link-escape, org-link-escape-chars-browser)
4106 (org-link-escape-chars): Always percent escape the percent sign.
4107
41082011-07-28 David Maus <dmaus@ictsoc.de>
4109
4110 * org.el (org-link-unescape): Simpler algorithm for replacing
4111 percent escapes.
4112 (org-link-unescape-compound): Use cond statements instead of nested
4113 if, convert hex string with string-to-number, save match data.
4114 (org-link-unescape-single-byte-sequence): Use mapconcat and
4115 string-to-number for unescaping single byte sequence.
4116
41172011-07-28 David Maus <dmaus@ictsoc.de>
4118
4119 * org.el (org-link-escape): Rename lambda argument.
4120
41212011-07-28 David Maus <dmaus@ictsoc.de>
4122
4123 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
4124 Add percent sign to list of escape chars.
4125
41262011-07-28 David Maus <dmaus@ictsoc.de>
4127
4128 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
4129 character table format.
4130
41312011-07-28 David Maus <dmaus@ictsoc.de>
4132
4133 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
4134 argument in call to org-link-unescape.
4135
41362011-07-28 David Maus <dmaus@ictsoc.de>
4137
4138 * org-protocol.el (org-protocol-unhex-string)
4139 (org-protocol-unhex-compound)
4140 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
4141 alias to respective org-link-unescape-* functions.
4142
41432011-07-28 David Maus <dmaus@ictsoc.de>
4144
4145 * org.el (org-link-unescape, org-link-unescape-compound)
4146 (org-link-unescape-single-byte-sequence): Functions moved and renamed
4147 from org-protocol.el.
4148
41492011-07-28 David Maus <dmaus@ictsoc.de>
4150
4151 * org-macs.el (org-char-to-string): Inline function to properly
4152 decode utf8 characters in Emacs 22. Moved and renamed from
4153 org-protocol.el.
4154
41552011-07-28 David Maus <dmaus@ictsoc.de>
4156
4157 * org.el (org-link-escape): New optional argument. Merge user
4158 table with default table.
4159
41602011-07-28 David Maus <dmaus@ictsoc.de>
4161
4162 * org.el (org-link-escape): Fixup doc string.
4163
41642011-07-28 David Maus <dmaus@ictsoc.de>
4165
4166 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
4167 New format of percent escape table.
4168 (org-link-escape): Use new table format.
4169
41702011-07-28 David Maus <dmaus@ictsoc.de>
4171
4172 * org.el (org-link-escape): New unicode aware percent encoding
4173 algorithm.
4174
41752011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
4176
4177 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
4178 function. Decode hex-encoded singly byte sequences.
4179 (org-protocol-unhex-compound): Use new function if decoding sequence
4180 as unicode character failed.
4181
41822011-07-28 Bastien Guerry <bzg@gnu.org>
4183
7877f373 4184 * org-html.el (org-export-as-html): Expand the HTML title.
3ab2c837
BG
4185
41862011-07-28 Bastien Guerry <bzg@gnu.org>
4187
84f21110 4188 * org-publish.el (org-publish-cache-ctime-of-src): Improve
3ab2c837 4189 docstring.
84f21110
BG
4190 (org-publish-find-title): New option to explicitly reset the title
4191 in the cache.
3ab2c837
BG
4192 (org-publish-format-file-entry): Use this new option.
4193
41942011-07-28 Dan Davison <dandavison7@gmail.com>
4195
4196 * org-exp.el (org-export-preprocess-string): Set the source buffer
4197 and use `org-clone-local-variables' to get local variables from
4198 it.
4199
42002011-07-28 Dan Davison <dandavison7@gmail.com>
4201
4202 * org-exp.el (org-export-format-source-code-or-example): Allow
84f21110 4203 empty string as second element in minted/listings options.
3ab2c837
BG
4204
42052011-07-28 Dan Davison <dandavison7@gmail.com>
4206
4207 * org-exp.el (org-export-format-source-code-or-example): Support
84f21110
BG
4208 new user-customizable options.
4209 (org-export-latex-custom-lang-environments): Ensure new variable
4210 is defined.
4211 (org-export-latex-listings-options): Ensure new variable is defined.
4212 (org-export-latex-minted-options): Ensure new variable is defined.
3ab2c837
BG
4213
42142011-07-28 Bastien Guerry <bzg@gnu.org>
4215
84f21110 4216 * org-html.el (org-export-as-html): Handle the case when
3ab2c837
BG
4217 `org-export-html-validation-link' is nil to keep backward
4218 compatible with the old default value of this variable.
4219
42202011-07-28 Eric Schulte <schulte.eric@gmail.com>
4221
4222 * ob.el (org-babel-insert-result): Don't choke if indent is not a
4223 number.
4224
3ab2c837
BG
42252011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
4226
4227 * org-bbdb.el (org-bbdb-export): When a link description has been
84f21110
BG
4228 added by `org-export-normalize-links', use path instead (remove
4229 the `bbdb:' prefix).
3ab2c837
BG
4230
42312011-07-28 Bastien Guerry <bzg@gnu.org>
4232
4233 * org-ascii.el (org-export-ascii-underline): Put the level's
4234 characters in the right order, as documented by the docstring.
84f21110 4235 (org-ascii-level-start): Select the right char for underlining
3ab2c837
BG
4236 headlines.
4237
42382011-07-28 Bastien Guerry <bzg@gnu.org>
4239
84f21110 4240 * org-src.el (org-edit-src-code): Allow to edit source code from
3ab2c837
BG
4241 modes derived from Org.
4242
42432011-07-28 Niels Giesen <niels.giesen@gmail.com>
4244
4245 * org-clock.el (org-clock-clocktable-language-setup): Add list of
4246 dutch strings.
4247
42482011-07-28 Dan Davison <dandavison7@gmail.com>
4249
4250 * org-beamer.el: Mark frame as fragile when it is using minted for
4251 src block export.
4252
42532011-07-28 Bastien Guerry <bzg@gnu.org>
4254
4255 * org-agenda.el (org-agenda-date-later)
4256 (org-agenda-date-earlier): Enhance docstrings.
4257 (org-agenda-bulk-mark-regexp): Only match against headlines.
4258 Send a message when no entry is marked.
4259 (org-agenda-bulk-action): Fix bug about scattering deadlines.
4260 Send an error when trying to scatter outside an agenda or a
84f21110 4261 timeline view. Silently fail when trying to scatter sexp entries.
3ab2c837
BG
4262
42632011-07-28 Bastien Guerry <bzg@gnu.org>
4264
4265 * org-clock.el (org-clock-clocktable-language-setup): New custom
4266 variable.
4267 (org-clocktable-defaults): Set the default language.
4268 (org-clocktable-write-default): Use the new variable.
4269
42702011-07-28 Dan Davison <dandavison7@gmail.com>
4271
4272 * ob.el (org-babel-src-block-names): Don't strip text properties
4273 from search hits.
4274 (org-babel-result-names): Don't strip text properties from search
4275 hits.
4276
42772011-07-28 Dan Davison <dandavison7@gmail.com>
4278
4279 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
4280 remove-echo part of META argument to
4281 `org-babel-comint-with-output'.
4282
42832011-07-28 Dan Davison <dandavison7@gmail.com>
4284
4285 * ob.el (org-babel-script-escape): Use `substring' comparison
4286 instead of regexp matching.
4287
42882011-07-28 Dan Davison <dandavison7@gmail.com>
4289
4290 * org-src.el (org-edit-src-code): When generating the code edit
4291 buffer, it is necessary for several variables to inherit their
84f21110 4292 values from the parent org buffer. These changes collect all such
3ab2c837 4293 variables together into a single association list of
84f21110
BG
4294 `(variable-name value)' pairs. In addition, a new variable is
4295 added to the list: `org-edit-src-content-indentation'. This has
4296 the effect that a buffer local value can be used for that
4297 variable.
3ab2c837
BG
4298
42992011-07-28 Dan Davison <dandavison7@gmail.com>
4300
4301 * ob-table.el (sbe): Don't truncate sbe results.
4302
43032011-07-28 Lawrence Mitchell <wence@gmx.li>
4304
4305 * org-exp.el (org-export-add-options-to-plist): Require match to
4306 start at a word-boundary.
4307
43082011-07-28 Bastien Guerry <bzg@gnu.org>
4309
4310 * org-latex.el (org-export-latex-hyperref-format): Update
4311 docstring.
4312
43132011-07-28 Tom Dye <tsd@tsdye.com>
4314
4315 * org.el: Update documentation of `org-add-link-type'.
4316
43172011-07-28 Dan Davison <dandavison7@gmail.com>
4318
4319 * org.el (org-open-at-point): Fix bug when using prefix arg to
84f21110 4320 construct `org-link-search' call. Rename prefix arg with a more
3ab2c837
BG
4321 generic name, to reflect its diverse uses in this function.
4322
43232011-07-28 Rémi Vanicat <vanicat@debian.org>
4324
84f21110 4325 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
3ab2c837
BG
4326 (org-icalendar-date-time-format): New custom variable.
4327 (org-icalendar-use-UTC-date-timep): New function.
4328 (org-ical-ts-to-string): Use the new variable.
4329
43302011-07-28 Bastien Guerry <bzg@gnu.org>
4331
4332 * org-vm.el (org-vm-store-link): Make sure the buffer is
4333 associated with a file when trying to store an Org link.
4334
43352011-07-28 Dan Davison <dandavison7@gmail.com>
4336
4337 * ob.el (org-babel-params-from-properties): Test for
4338 "header-arg-name" and ":header-arg-name", in that order.
4339
43402011-07-28 Bastien <bastien.guerry@wikimedia.fr>
4341
84f21110
BG
4342 * org-capture.el (org-capture-templates): Document "currentfile"
4343 for capture template.
3ab2c837
BG
4344 (org-capture-templates): Allow to use currentfile for capture
4345 templates.
84f21110
BG
4346 (org-capture-set-target-location): Handle currentfile as a way to
4347 setting the capture buffer.
3ab2c837
BG
4348
43492011-07-28 Bastien Guerry <bzg@gnu.org>
4350
84f21110
BG
4351 * ob.el (org-babel-params-from-properties): Don't wrap
4352 `org-entry-get' into `condition-case'.
3ab2c837
BG
4353
43542011-07-28 Dan Davison <dandavison7@gmail.com>
4355
4356 * org.el (org-entry-get): Don't look for a property drawer if we
4357 are before the first heading in the file.
84f21110
BG
4358 (org-entry-get-with-inheritance): Don't attempt to move up the
4359 tree if we are before the first heading in the file. Also,
4360 enclose less of the function in the `save-excursion'.
3ab2c837
BG
4361
43622011-07-28 Dan Davison <dandavison7@gmail.com>
4363
4364 * ob.el (org-babel-params-from-buffer): Return desired value
4365 rather than nil from failed re search.
4366
43672011-07-28 Bastien Guerry <bzg@gnu.org>
4368
4369 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
4370 entries on a single line when lines don't start with a diary time.
4371
43722011-07-28 Bastien Guerry <bzg@gnu.org>
4373
4374 * org-html.el (org-export-html-protect-char-alist): New custom
4375 variable to define characters to be HTML protected.
4376 (org-html-protect): Use the new variable.
4377
43782011-07-28 Bastien Guerry <bzg@gnu.org>
4379
84f21110 4380 * org-info.el (org-info-store-link): Use "#" to separate the info
3ab2c837 4381 file and the node.
84f21110
BG
4382 (org-info-follow-link): Use both "#" to separate the info file and
4383 the node. Continue to use ":" for backward compatibility.
3ab2c837
BG
4384
43852011-07-28 Bastien Guerry <bzg@gnu.org>
4386
4387 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
4388 variable.
84f21110
BG
4389 (org-print-icalendar-entries): Use this new variable to prevent
4390 export of entries with a :noexport: tag.
3ab2c837
BG
4391
43922011-07-28 Bastien Guerry <bzg@gnu.org>
4393
84f21110 4394 * org-exp.el (org-export-initial-scope): New custom variable.
3ab2c837
BG
4395 (org-export): Use this new variable. If there is an active
4396 region, tell it when prompting the user for an export command.
84f21110
BG
4397 Also change the way the function handles selection of buffer and
4398 subtree export.
3ab2c837
BG
4399
44002011-07-28 Bastien Guerry <bzg@gnu.org>
4401
4402 * org-html.el (org-export-html-auto-preamble)
4403 (org-export-html-auto-postamble): Remove.
84f21110
BG
4404 (org-export-html-preamble, org-export-html-postamble): Turn into
4405 custom variables. Update the docstrings.
3ab2c837
BG
4406 (org-export-html-preamble-format)
4407 (org-export-html-postamble-format): New custom variables.
84f21110
BG
4408 (org-export-as-html): Use `org-export-html-postamble-format' and
4409 `org-export-html-preamble-format'.
4410 (org-export-html-title-format): Delete.
3ab2c837
BG
4411
44122011-07-28 Eric Schulte <schulte.eric@gmail.com>
4413
4414 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
4415 function is begin deprecated in favor of begin_src blocks.
4416 (org-export-blocks-format-dot): This function is begin deprecated in
4417 favor of begin_src blocks.
4418
44192011-07-28 Eric Schulte <schulte.eric@gmail.com>
4420
4421 * ob.el (org-babel-header-arg-names): no-expand is now part of the
4422 default header argument names list.
4423
44242011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
4425
4426 * org-publish.el (org-publish-sitemap-date-format)
84f21110
BG
4427 (org-publish-sitemap-file-entry-format): New custom variables.
4428 (org-publish-projects): Use these variables to format the sitemap
3ab2c837
BG
4429 entries.
4430
44312011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
4432
84f21110
BG
4433 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
4434 from `message-mode'.
3ab2c837
BG
4435
44362011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4437
4438 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
4439 updating the filter while the clock report is following the
4440 filter.
4441
44422011-07-28 Julien Danjou <julien@danjou.info>
4443
84f21110 4444 * org-agenda.el (org-agenda): Kill all local variables. This
3ab2c837
BG
4445 assures we are not keeping buffer variable from an old agenda view
4446 when switching to a new custom agenda.
4447
44482011-07-28 Julien Danjou <julien@danjou.info>
4449
4450 * org-crypt.el (org-encrypt-string): New function.
84f21110
BG
4451 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
4452 cached crypted values.
3ab2c837
BG
4453 (org-decrypt-entry): Store crypted text in decrypted text.
4454
44552011-07-28 Dan Davison <dandavison7@gmail.com>
4456
4457 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
84f21110 4458 if a non-nil result is returned.
3ab2c837
BG
4459
44602011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4461
4462 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
4463 modified today.
4464
44652011-07-28 Bastien Guerry <bzg@gnu.org>
4466
84f21110 4467 * org.el (org-update-parent-todo-statistics): Fix bug when
3ab2c837
BG
4468 updating statistics from the column view.
4469
44702011-07-28 Bastien Guerry <bzg@gnu.org>
4471
4472 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
4473 (org-agenda-menu): Add the new command to the menu.
4474 (org-agenda-mode-map): Add % as the keybinding for the new
4475 command.
4476
44772011-07-28 Bastien Guerry <bzg@gnu.org>
4478
4479 * org-exp.el (org-export-target-internal-links): Locally turn on
4480 `org-link-search-must-match-exact-headline' to match exact
4481 internal links.
4482
44832011-07-28 Julien Danjou <julien@danjou.info>
4484
4485 * org-faces.el (org-special-keyword): Make it inherited from
84f21110 4486 `font-lock-keyword-face'.
3ab2c837
BG
4487
44882011-07-28 Julien Danjou <julien@danjou.info>
4489
84f21110
BG
4490 * org-faces.el (org-link): Make `org-link' inherits from `link'
4491 face.
3ab2c837
BG
4492
44932011-07-28 Bastien Guerry <bzg@gnu.org>
4494
4495 * org.el (org-narrow-to-block): New function to narrow to block.
4496 Bound this function to `C-x n b'.
4497
44982011-07-28 Bastien Guerry <bzg@gnu.org>
4499
4500 * org.el (org-schedule, org-deadline): Fix bug: take care of
4501 repeating timestamps like ".+1d/3d" or "+1d 10d".
4502
45032011-07-28 Bastien Guerry <bzg@gnu.org>
4504
4505 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
4506 to use a list of TODO keywords as the value of this variable. The
4507 agenda will show repeating stamps for entries matching these TODO
4508 keywords.
4509 (org-agenda-get-timestamps, org-agenda-get-deadlines)
4510 (org-agenda-get-scheduled): Allow the use of a list of keywords in
4511 `org-agenda-repeating-timestamp-show-all'.
4512
45132011-07-28 Bastien Guerry <bzg@gnu.org>
4514
4515 * org-latex.el (org-export-latex-emph-format): Don't use
4516 `org-export-latex-use-verb'. Remove this variable.
4517
d4423e17 45182011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
3ab2c837 4519
84f21110 4520 * org-html.el (org-html-handle-time-stamps): Fix bug when
d4423e17 4521 exporting inactive timestamps.
3ab2c837
BG
4522
45232011-07-28 Bastien Guerry <bzg@gnu.org>
4524
4525 * org-archive.el (org-archive-save-context-info): Fix docstring
4526 typo.
4527 (org-archive-subtree-add-inherited-tags): New variable to control
4528 whether inherited tags should be appended to local tags when
4529 archiving subtrees.
4530 (org-archive-subtree): Use the new variable.
4531
45322011-07-28 Bastien Guerry <bzg@gnu.org>
4533
84f21110 4534 * org-archive.el (org-archive-save-context-info): Fix docstring.
3ab2c837
BG
4535
45362011-07-28 Julien Danjou <julien@danjou.info>
4537
4538 * org-crypt.el (org-decrypt-entry): Delete \n on top level
4539 heading. This avoids a display bug showing the heading outlined
4540 where the text is not since it does not have the outline property.
4541 Restore subtree visibility state after decryption.
4542
45432011-07-28 Julien Danjou <julien@danjou.info>
4544
84f21110
BG
4545 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
4546 as a possible default span if it is set.
3ab2c837
BG
4547
45482011-07-28 Dan Davison <dandavison7@gmail.com>
4549
4550 * org-src.el (org-edit-src-persistent-message): Change docstring.
4551 (org-edit-src-code): Get rid of help message in echo area.
4552
4553 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
84f21110 4554 argument to org-edit-src-code as this has been removed.
3ab2c837
BG
4555
45562011-07-28 Bastien Guerry <bzg@gnu.org>
4557
84f21110 4558 * org-latex.el (org-export-latex-emphasis-alist): Use
3ab2c837
BG
4559 \protectedtexttt for the =...= emphasis and \verb for the ~...~
4560 emphasis.
84f21110
BG
4561 (org-export-latex-use-verb): Now defaults to t.
4562 (org-export-latex-emph-format): Distinguish between =...= and
3ab2c837
BG
4563 ~...~ emphasis.
4564
3ab2c837
BG
45652011-07-28 Julien Danjou <julien@danjou.info>
4566
4567 * org.el (org-link-expand-abbrev): Allow any type of character in
4568 link expand.
4569
45702011-07-28 Dan Davison <dandavison7@gmail.com>
4571
4572 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
4573
45742011-07-28 Dan Davison <dandavison7@gmail.com>
4575
84f21110 4576 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
3ab2c837
BG
4577 resolving references.
4578
45792011-07-28 Bastien Guerry <bzg@gnu.org>
4580
84f21110 4581 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
3ab2c837
BG
4582 instead of <hr> to keep w3c validator happy.
4583
45842011-07-28 Dan Davison <dandavison7@gmail.com>
4585
4586 * ob.el (org-babel-where-is-src-block-head): Detect src block if
4587 point is on a #+header line.
4588
45892011-07-28 Dan Davison <dandavison7@gmail.com>
4590
4591 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
4592 #+header lines when searching for block associated with block name
4593 line.
4594
45952011-07-28 Eric Schulte <schulte.eric@gmail.com>
4596
84f21110
BG
4597 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
4598 the more specific `org-at-item-p'.
3ab2c837
BG
4599
46002011-07-28 Eric Schulte <schulte.eric@gmail.com>
4601
4602 * org-latex.el (org-latex-default-figure-position): New defcustom
4603 for default placement of latex figures.
4604 (org-export-latex-tables): Positioning tables using the new
4605 defcustom variable.
4606 (org-export-latex-format-image): Positioning images using the new
4607 defcustom variable.
4608
46092011-07-28 Eric Schulte <schulte.eric@gmail.com>
4610
4611 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
4612 evaluated and :file header argument is missing.
4613
46142011-07-28 Eric Schulte <schulte.eric@gmail.com>
4615
4616 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
4617 to do anything to export code.
4618 (org-babel-exp-results): No longer returns a replacement for the
4619 code block.
4620 (org-babel-exp-inline-src-blocks): Simplified.
4621 (org-babel-exp-src-block): Removed unnecessary pluralization from
4622 function name.
4623
46242011-07-28 Eric Schulte <schulte.eric@gmail.com>
4625
4626 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
4627 exportation of inline code blocks using normal code block
4628 execution mechanism to insert results.
4629 (org-babel-exp-results): Results exportation mechanism is unified
4630 for both inline and regular code blocks.
4631
4632 * ob.el (org-babel-where-is-src-block-result): Returns the point
4633 after an inline code block for inline code blocks.
4634
46352011-07-28 Eric Schulte <schulte.eric@gmail.com>
4636
4637 * ob.el (org-babel-insert-result): Special handling of the
4638 position of results of inline code blocks.
4639 (org-babel-examplize-region): Now able to comment inline regions.
4640
46412011-07-28 Lawrence Mitchell <wence@gmx.li>
4642
4643 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
4644 that \\[ a = b \\] is not interpreted as a keybinding by
4645 `substitute-command-keys'.
4646
46472011-07-28 Dan Davison <dandavison7@gmail.com>
4648
4649 * org-latex.el (org-export-as-latex): Process export property list
84f21110 4650 with `org-export-process-option-filters' early in latex export.
3ab2c837
BG
4651
46522011-07-28 Julien Danjou <julien@danjou.info>
4653
84f21110
BG
4654 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
4655 available in Emacs 22 and in recent XEmacs 21. Replace in various
4656 files.
3ab2c837
BG
4657
46582011-07-28 Julien Danjou <julien@danjou.info>
4659
4660 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
84f21110 4661 it must has \\ at the end of the line. This avoid matching the
3ab2c837
BG
4662 following heading when there's no newline between the logged state
4663 and the next heading.
4664
46652011-07-28 Julien Danjou <julien@danjou.info>
4666
4667 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
4668
46692011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4670
84f21110
BG
4671 * org.el (org-current-level, org-store-link, org-mark-subtree):
4672 Use `org-with-limited-levels'.
3ab2c837 4673
d4423e17 46742011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
3ab2c837
BG
4675
4676 * org-publish.el (org-publish-get-base-files): Add sitemap file.
4677
46782011-07-28 Matt Lundin <mdl@imapmail.org>
4679
4680 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
4681 (org-agenda-todo-ignore-scheduled): New option.
4682 (org-agenda-todo-ignore-timestamp): New option.
4683 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4684 Allow user to specify custom distance to ignore (future or past).
4685 (org-agenda-todo-custom-ignore-p): New function.
4686
46872011-07-28 Matt Lundin <mdl@imapmail.org>
4688
4689 * org-habit.el (org-habit-parse-todo) Don't parse more days than
4690 needed.
4691
46922011-07-28 Eric Schulte <schulte.eric@gmail.com>
4693
4694 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
4695 code in each inline code block.
4696 (org-babel-execute-buffer): Executes inline code blocks as well as
4697 regular code blocks.
4698
46992011-07-28 Eric Schulte <schulte.eric@gmail.com>
4700
4701 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
4702 blocks for removal.
4703
47042011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
4705
4706 * org-clock.el (org-clock-before-select-task-hook): New hook.
4707 (org-clock-select-task): Run new hook.
4708
47092011-07-28 Julien Danjou <julien@danjou.info>
4710
4711 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
84f21110 4712 events with range. This display things like: <2011-01-22 Sat
3ab2c837
BG
4713 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
4714 at 14:00 and ending at 20:00.
4715
47162011-07-28 Dan Davison <dandavison7@gmail.com>
4717
4718 * ob.el (org-babel-inline-src-block-regexp): Character preceding
4719 "src_" can now be anything as long as it is neither alphanumeric
4720 nor '-'.
4721
47222011-07-28 Dan Davison <dandavison7@gmail.com>
4723
84f21110 4724 * ob.el (org-babel-merge-params): Docstring typo.
3ab2c837
BG
4725
47262011-07-28 Dan Davison <dandavison7@gmail.com>
4727
4728 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
4729 in the buffer.
4730
47312011-07-28 Dan Davison <dandavison7@gmail.com>
4732
4733 * ob.el (org-babel-get-src-block-info): Alter order of merge
84f21110 4734 arguments.
3ab2c837
BG
4735
47362011-07-28 Dan Davison <dandavison7@gmail.com>
4737
84f21110 4738 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
3ab2c837
BG
4739
47402011-07-28 Eric Schulte <schulte.eric@gmail.com>
4741
4742 * ob.el (org-babel-insert-result): Ensure all parts of result
4743 wrappers end in newlines.
4744
47452011-07-28 Eric Schulte <schulte.eric@gmail.com>
4746
4747 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
4748 optionally creates parent directories of tangle targets.
4749
47502011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4751
4752 * org-ascii.el (org-ascii-level-start): Catch the case of levels
4753 which do not have an equivalent in the list of underline
4754 characters.
4755
47562011-07-28 Eric Schulte <schulte.eric@gmail.com>
4757
4758 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
4759 the format string used to escape arguments to shell code blocks.
4760
47612011-07-28 Julien Danjou <julien@danjou.info>
4762
4763 * org-agenda.el (org-agenda-reset-view): New function.
4764 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
4765
47662011-07-28 Puneeth Chaganti <punchagan@gmail.com>
4767
4768 * org-exp.el (org-export-handle-include-files): Support :lines
4769 property.
84f21110
BG
4770 (org-get-file-contents): New argument lines to include specify a
4771 range of lines to include.
3ab2c837
BG
4772
47732011-07-28 Bastien Guerry <bzg@gnu.org>
4774
84f21110 4775 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
3ab2c837
BG
4776
47772011-07-28 Lawrence Mitchell <wence@gmx.li>
4778
4779 * org-latex.el (org-export-latex-make-header): Export email in
4780 author line if `org-export-email-info' is non-nil.
4781
47822011-07-28 Julien Danjou <julien@danjou.info>
4783
4784 * org-agenda.el (org-agenda-goto-today): Respect current span.
4785
47862011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4787
84f21110
BG
4788 * org-complete.el (pcomplete/org-mode/link)
4789 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
4790 before uniquifying.
3ab2c837
BG
4791
47922011-07-28 Eric Schulte <schulte.eric@gmail.com>
4793
4794 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
4795 linking comment type
4796 (org-babel-tangle-comment-links): Returns comment links for the
9b8ba1e5 4797 source code block at point.
3ab2c837
BG
4798
47992011-07-28 Bastien Guerry <bzg@gnu.org>
4800
84f21110 4801 * org.el (org-refile-check-position): Send a more explicit message
3ab2c837
BG
4802 on how to clear the cache before refiling again.
4803
48042011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4805
4806 * org-agenda.el (org-agenda-skip-function-global): New option.
4807 (org-agenda-skip-eval): New function.
84f21110
BG
4808 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
4809 the global skipping condition.
3ab2c837
BG
4810
48112011-07-28 David Maus <dmaus@ictsoc.de>
4812
4813 * org-html.el (org-export-as-html): Handle timestamps after
4814 handling links.
4815
48162011-07-28 Eric Schulte <schulte.eric@gmail.com>
4817
4818 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
4819 until either a matching block is found, or the limits of the file
4820 are reached.
4821
48222011-07-28 Eric Schulte <schulte.eric@gmail.com>
4823
4824 * ob.el (org-babel-update-block-body): Literal argument to
4825 `replace-match' to allow insertion of text containing '\'.
4826
3ab2c837
BG
48272011-07-28 Eric Schulte <schulte.eric@gmail.com>
4828
4829 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
4830 into code blocks.
4831
48322011-07-28 David Maus <dmaus@ictsoc.de>
4833
4834 * test-org-table.el
4835 (test-org-table/org-table-convert-refs-to-rc/3)
4836 (test-org-table/org-table-convert-refs-to-rc/2)
4837 (test-org-table/org-table-convert-refs-to-rc/1)
4838 (test-org-table/org-table-convert-refs-to-an/3)
4839 (test-org-table/org-table-convert-refs-to-an/2)
4840 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
4841 table formular format conversion.
4842
48432011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4844
4845 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
84f21110 4846 bol.
3ab2c837
BG
4847
48482011-07-28 Eric Schulte <schulte.eric@gmail.com>
4849
4850 * ob.el (org-babel-open-src-block-result): Must collect result
4851 *before* jumping to the result buffer.
4852
48532011-07-28 Eric Schulte <schulte.eric@gmail.com>
4854
4855 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
4856 used after update to regexp.
4857
48582011-07-28 Eric Schulte <schulte.eric@gmail.com>
4859
4860 * ob.el (org-babel-temp-file): Ensure that
84f21110
BG
4861 `org-babel-temporary-directory' is bound before using.
4862 (org-babel-remove-temporary-directory): Safer error throwing.
3ab2c837
BG
4863
48642011-07-28 niels giesen <niels.giesen@gmail.com>
4865
4866 * org-docbook.el (org-export-docbook-finalize-table): Do literal
4867 replacements.
4868
48692011-07-28 Eric Schulte <schulte.eric@gmail.com>
4870
4871 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
4872 resolve language names for evaluation.
4873
48742011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4875
4876 * org-capture.el (org-capture-templates): Add %f and %F escapes
4877 (org-capture): Add more information to capture property list
9b8ba1e5 4878 (org-capture-fill-template): Handle %f and %F escapes.
3ab2c837
BG
4879
48802011-07-28 David Maus <dmaus@ictsoc.de>
4881
4882 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
4883 symlink target.
4884
48852011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4886
4887 * org.el (org-occur-next-match): New function.
4888 (org-mode): Set the variable `next-error-function'.
84f21110
BG
4889 (org-highlight-new-match): Add an `org-type' property to the
4890 overlays.
3ab2c837
BG
4891
48922011-07-28 Eric Schulte <schulte.eric@gmail.com>
4893
84f21110 4894 * ob-calc.el: No longer require `calc-trail' on XEmacs.
3ab2c837 4895
3ab2c837
BG
48962011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4897
4898 * org.el (org-modules): Add `org-eshell'.
4899
49002011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4901
84f21110
BG
4902 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
4903 dynamically scoped variables.
3ab2c837 4904
84f21110 4905 * org.el (org-modules): Move `org-special-blocks' into the core
3ab2c837
BG
4906 modules section.
4907
49082011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4909
4910 * org-special-blocks.el: New file.
4911
49122011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4913
4914 * org.el (org-plist-delete): Remove duplicate definition.
4915
49162011-07-28 Bernt Hansen <bernt@norang.ca>
4917
84f21110 4918 * org-agenda.el (org-agenda-goto): Display invisible entry text.
3ab2c837
BG
4919
4920 * org-agenda.el (org-agenda-switch-to): Display invisible entry
84f21110 4921 text.
3ab2c837
BG
4922
49232011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4924
4925 * org.el (org-get-category): New optional argument FORCE-REFRESH.
4926 Automatically refresh if the property is not there.
4927 (org-entry-properties): Remove refresh - this is now done in
4928 org-get-category.
4929
4930 * org-clock.el (org-clock-insert-selection-line): Let
4931 `org-get-category' do the property refresh.
4932
4933 * org-archive.el (org-archive-subtree): Force a refresh of
4934 category properties.
4935
49362011-07-28 Julien Danjou <julien@danjou.info>
4937
4938 * org-icalendar.el (org-print-icalendar-entries): Do not manually
4939 refresh categories.
4940
49412011-07-28 Dan Davison <dandavison7@gmail.com>
4942
4943 * org.el (org-display-inline-images): Check for clear-image-cache
4944 before using it.
4945
49462011-07-28 Bernt Hansen <bernt@norang.ca>
4947
4948 * org.el: Document missing value for org-link-frame-setup.
4949
49502011-07-28 Dan Davison <dandavison7@gmail.com>
4951
4952 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
4953 user code prior to the R exception-handling, so that errors in
4954 user code are unhandled.
4955
49562011-07-28 Dan Davison <dandavison7@gmail.com>
4957
4958 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
4959 that a major-mode function corresponding to the language string
4960 exists.
4961
49622011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4963
7877f373 4964 * org-exp.el (org-export-mark-list-ending): Insert additional
3ab2c837
BG
4965 newline characters if end-list-marker is at a wrong position.
4966
49672011-07-28 Eric Schulte <schulte.eric@gmail.com>
4968
4969 * ob.el (org-babel-script-escape): Replace commas with spaces for
4970 better list reading when list items are packed with commas,
4971 e.g. Haskell list output.
4972
49732011-07-28 Eric Schulte <schulte.eric@gmail.com>
4974
4975 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
4976 error reporting.
4977
49782011-07-28 Eric Schulte <schulte.eric@gmail.com>
4979
4980 * ob.el (org-babel-confirm-evaluate): Fix for the case when
4981 org-confirm-babel-evaluate is a function (used to always ask no
4982 matter what the function returns).
4983
49842011-07-28 Dan Davison <dandavison7@gmail.com>
4985
4986 * ob-R.el: Delete duplicated function.
4987
49882011-07-28 Eric Schulte <schulte.eric@gmail.com>
4989
4990 * ob.el (org-babel-execute-src-block): Removed unused flet
4991 function.
4992
49932011-07-28 Dan Davison <dandavison7@gmail.com>
4994
4995 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
4996 signal that the intended content has been written to file.
4997
4998 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
4999 the intended content has been written to file.
5000
5001 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
5002 intended content has been written to file.
5003
5004 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
5005 that the intended content has been written to file.
5006
5007 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
5008 the intended content has been written to file.
5009
5010 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
5011 that the intended content has been written to file.
5012
5013 * ob-octave.el (org-babel-execute:octave): Return result; not name
5014 of output file.
5015
5016 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
5017 signal that the intended content has been written to file.
5018
5019 * ob-python.el (org-babel-execute:python): Return result; not name
5020 of output file.
5021
5022 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
5023 output file.
5024
5025 * ob-sass.el (org-babel-execute:sass): Return nil if result has
9b8ba1e5 5026 been written to file.
3ab2c837
BG
5027
50282011-07-28 Dan Davison <dandavison7@gmail.com>
5029
5030 * ob-R.el (org-babel-R-graphical-output-file): New function
5031 returns the name of the output file iff R has been instructed to
5032 send graphical output to file by means of the ":results graphics"
5033 directive.
5034 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
84f21110
BG
5035 when constructing the R code to evaluate, which may be augmented
5036 with code implementing the writing of graohical output to file.
3ab2c837
BG
5037 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
5038 determine whether R is taking responsibility for writing output to
8350f087 5039 file; if so, this is signaled to ob.el by returning a nil result.
3ab2c837
BG
5040
50412011-07-28 Dan Davison <dandavison7@gmail.com>
5042
5043 * ob.el (org-babel-format-result): New function to format results
5044 of src block execution.
5045 (org-babel-execute-src-block): Use `org-babel-format-result' when
5046 writing to file.
84f21110
BG
5047 (org-babel-open-src-block-result): Use `org-babel-format-result'
5048 when displaying results in a buffer. Name results buffer
5049 differently.
3ab2c837
BG
5050
50512011-07-28 Dan Davison <dandavison7@gmail.com>
5052
5053 * ob.el (org-babel-execute-src-block): Avoid calling
5054 `orgtbl-to-generic' on number results.
5055
50562011-07-28 Eric Schulte <schulte.eric@gmail.com>
5057
5058 * ob.el (org-babel-execute-src-block): Allow specification of
5059 table separator with :sep header argument.
5060 (org-babel-open-src-block-result): Allow specification of table
5061 separator with :sep header argument.
5062
50632011-07-28 Dan Davison <dandavison7@gmail.com>
5064
5065 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
5066 executing buffer (note that this handles execute subtree also).
5067
50682011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5069
84f21110 5070 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
3ab2c837 5071 do not modify match data either.
84f21110
BG
5072 (org-inlinetask-goto-end): Small refactoring, remove
5073 case-sensitivity.
5074 (org-inlinetask-goto-beginning): Small refactoring, remove
5075 case-sensitivity.
3ab2c837
BG
5076
50772011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5078
5079 * org-capture.el (org-capture-set-target-location): Use
5080 `current-time'.
5081
50822011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5083
5084 * org-capture.el (org-capture-set-target-location): Use
5085 `current-time'.
5086
50872011-07-28 Bernt Hansen <bernt@norang.ca>
5088
5089 * org.el (org-before-first-heading-p): If point is on an org-mode
5090 heading line then we are not before the first heading.
5091
50922011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5093
5094 * org-timer.el (org-timer-continue-hook): Define the variable
5095 (org-timer-pause-or-continue): Run hook after relative timer is
5096 continued.
5097
50982011-07-28 Julien Danjou <julien@danjou.info>
5099
5100 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
5101
51022011-07-28 Julien Danjou <julien@danjou.info>
5103
5104 * org-capture.el (org-capture-fill-template): Use org-eval.
5105
51062011-07-28 Julien Danjou <julien@danjou.info>
5107
5108 * org-agenda.el (org-eval): New function.
5109
51102011-07-28 Dan Davison <dandavison7@gmail.com>
5111
5112 * ob.el (org-babel-execute-src-block): With :results file, when
5113 :file is not supplied, interpret result as a file link as long as
5114 it is a string.
5115
51162011-07-28 David Maus <dmaus@ictsoc.de>
5117
5118 * org-latex.el (org-export-latex-preprocess): Don't convert link
5119 description parts that look like numeric footnote.
5120
51212011-07-28 Eric Schulte <schulte.eric@gmail.com>
5122
5123 * org-latex.el (org-export-latex-tables): Allowing specification
5124 of tabular[xy] inner environments through the ATTR_LaTeX line.
5125
51262011-07-28 Julien Danjou <julien@danjou.info>
5127
5128 * org-capture.el (org-capture-fill-template): Use
5129 `org-set-property' directly.
5130
51312011-07-28 Julien Danjou <julien@danjou.info>
5132
5133 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
5134 item in docstring.
5135
51362011-07-28 Eric Schulte <schulte.eric@gmail.com>
5137
5138 * org-exp.el (org-export-string): Use `format' to construct
5139 function call to allow symbolic or string arguments.
5140
51412011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5142
5143 * org-capture.el (org-capture-place-entry):
5144 (org-capture-insert-template-here): Check tree for validity before
5145 pasting it.
5146
51472011-07-28 Julien Danjou <julien@danjou.info>
5148
5149 * org-gnus.el (org-gnus-store-link): Trim date.
5150
51512011-07-28 Julien Danjou <julien@danjou.info>
5152
5153 * org.el (org-email-link-description): Allow to retrieve email
5154 link date.
5155
51562011-07-28 Lawrence Mitchell <wence@gmx.li>
5157
84f21110
BG
5158 * org.el (org-make-target-link-regexp): `regexp-quote' target
5159 before replacing whitespace.
3ab2c837
BG
5160
51612011-07-28 Eric Schulte <schulte.eric@gmail.com>
5162
5163 * ob.el (org-babel-expand-noweb-references): Noweb references can
5164 now be resolved from the library of babel.
5165
51662011-07-28 Eric Schulte <schulte.eric@gmail.com>
5167
5168 * ob.el (org-babel-result-end): No longer leaving trailing new
5169 line after block removal.
5170
51712011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5172
5173 * org-latex.el (org-export-latex-first-lines): Anchor outline
84f21110 5174 regexp during LaTeX tree export.
3ab2c837
BG
5175
51762011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
5177
5178 * ob-python.el (org-babel-python-initiate-session-by-key): Make
5179 sure that py-which-bufname is initialized, as otherwise it will be
5180 overwritten the first time a Python buffer is created.
5181
51822011-07-28 Eric Schulte <schulte.eric@gmail.com>
5183
5184 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
5185 with spaces.
5186
51872011-07-28 Eric Schulte <schulte.eric@gmail.com>
5188
5189 * ob-org.el (org-babel-execute:org): Padding code block with an
5190 empty title on LaTeX export.
5191
51922011-07-28 Matt Lundin <mdl@imapmail.org>
5193
5194 * org.el (org-entry-properties): Stop scanning for timestamps if a
5195 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
84f21110 5196 requested and a match is found. Also, if a specific timestamp
3ab2c837
BG
5197 property is requested, do not push non-relevant timestamps onto
5198 property list.
5199
52002011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5201
5202 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
5203 when grid is being made for today.
5204
52052011-07-28 Matt Lundin <mdl@imapmail.org>
5206
5207 * org-agenda.el (org-agenda-get-scheduled): Don't call
5208 `org-is-habit-p' until after checking for
5209 `org-agenda-skip-scheduled-if-done'.
5210
52112011-07-28 Achim Gratz <Stromeko@nexgo.de>
5212
84f21110 5213 * org.el: Remove spurious linebreak introduced by earlier patch.
3ab2c837 5214
84f21110 5215 * ob.el, ob-ref.el: Remove double fix of the same problem.
3ab2c837
BG
5216
52172011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5218
5219 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
5220
52212011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
5222
84f21110 5223 * org-html.el (org-export-html-mathjax-template): Displaymath
3ab2c837
BG
5224 environment and MathJax.
5225
52262011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5227
5228 * org-faces.el (org-agenda-current-time): New face.
5229
5230 * org-agenda.el (org-agenda-show-current-time-in-grid):
5231 (org-agenda-current-time-string): New options.
5232 (org-agenda-add-time-grid-maybe): Add current time to time grid.
5233
79b70037
GM
52342011-05-10 Jim Meyering <meyering@redhat.com>
5235
5236 Fix doubled-word typos.
5237 * org-agenda.el (org-agenda-entry-types): the the -> the
5238 * org-table.el (org-table-get-remote-range): or or -> or
5239 * org-wl.el (org-wl-folder-type): the the -> the
5240 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
5241
0adf5618
SM
52422011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * org-src.el (org-src-switch-to-buffer):
5245 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
5246 * org-mouse.el (org-mouse-agenda-type):
5247 * org-freemind.el (org-freemind-node-to-org):
5248 * ob-sql.el (org-babel-execute:sql):
5249 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
5250 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
5251
33383987
JB
52522011-03-07 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * Version 23.3 released.
5255
01c35094
JB
52562011-03-06 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * org.el (org-blank-before-new-entry, org-context-in-file-links)
5259 (org-refile-targets, org-log-repeat, org-insert-link)
5260 (org-speed-command-default-hook, org-speed-command-hook)
5261 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
5262 Fix typos in docstrings.
5263 (org-toggle-pretty-entities): Fix typo in message.
5264
845fc5e5
JB
52652011-03-06 Juanma Barranquero <lekktu@gmail.com>
5266
5267 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
5268
b016851c
SM
52692011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * org-remember.el (org-remember-mode-map):
5272 * org-src.el (org-src-mode-map): Move initialization into declaration.
5273
4d789d84
SM
52742011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * org-remember.el (org-remember-mode):
5277 * org-capture.el (org-capture-mode): Don't run hook redundantly.
5278
12e1f328
CY
52792011-01-09 Chong Yidong <cyd@stupidchicken.com>
5280
5281 * org-faces.el (org-link): Inherit from link face.
5282 Suggested by Joakim Verona.
5283
acedf35c
CD
52842010-12-11 Tassilo Horn <tassilo@member.fsf.org>
5285
5286 * org-footnote.el (org-footnote-create-definition): Place
5287 Footnotes section before message-signature-separator also in modes
5288 derived from message-mode.
5289
52902010-12-11 Julien Danjou <julien@danjou.info>
5291
5292 * org.el (org-make-tags-matcher): Remove useless cat-p value.
5293
52942010-12-11 Julien Danjou <julien@danjou.info>
5295
5296 * org.el (org-entry-properties): Enhance docstring.
5297
52982010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5299
5300 * org-list.el (org-list-top-point-with-indent)
5301 (org-list-bottom-point-with-indent): Pay also attention to
5302 'original-indentation property of text, as blocks are put to
5303 column 0 upon exporting.
5304
53052010-12-11 Dan Davison <dandavison7@gmail.com>
5306
5307 * ob.el (org-babel-remove-temporary-directory): Handle exception
5308 with message informing of failure to remove directory.
5309
53102010-12-11 Eric Schulte <schulte.eric@gmail.com>
5311
5312 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
5313 `package' to the list of Clojure header arguments which will be read
5314 from heading properties.
5315
53162010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5317
5318 * org-inlinetask.el (org-inlinetask-export-templates): Add
01c35094 5319 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
acedf35c
CD
5320 not default as it requires an additional LaTeX package: "todonotes".
5321
53222010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5323
5324 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
5325
5326 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
5327 templates to export inline tasks.
5328
53292010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5330
5331 * org.el (org-current-level): Ignore inline tasks when getting current
5332 level of entry.
5333
53342010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5335
5336 * org.el (org-indent-line-function): Ignore drawers inside inline
5337 tasks if the line to indent isn't inside an inline task itself.
5338
53392010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5340
5341 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
5342
5343 * org-indent.el (org-indent-add-properties): Find true level of
5344 indentation wrt inline tasks.
5345
53462010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5347
5348 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
5349
5350 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
5351
5352 * org-inlinetask.el (org-inlinetask-goto-end): New function.
5353
5354 * org.el (org-mark-subtree): New command.
5355
5356 * org.el (org-speed-commands-default, org-mode-map): Make use of
5357 new command.
5358
53592010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5360
5361 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
5362 from @<span class...> so it can be removed during LaTeX export.
5363
53642010-12-11 Eric Schulte <schulte.eric@gmail.com>
5365
5366 * ob.el (org-babel-insert-result): More informative code block
5367 evaluation messages.
5368
53692010-12-11 Matt Lundin <mdl@imapmail.org>
5370
5371 * org.el (org-make-heading-search-string): Optionally limit number
5372 of lines stored in file link search strings.
01c35094 5373 (org-context-in-file-links): Add option to set to integer specifying
acedf35c
CD
5374 number of lines.
5375
53762010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5377
5378 * org-capture.el (org-capture-finalize): New prefix argument
5379 STAY-WITH-CAPTURE.
5380 (org-capture-refile): Improve docstring.
5381
53822010-12-11 Eric Schulte <schulte.eric@gmail.com>
5383
5384 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
5385 interaction engine.
5386
53872010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5388
5389 * org-agenda.el (org-agenda-list):
5390 (org-agenda-goto-today): Use `org-today'.
5391
53922010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5393
5394 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
5395 and the title/author definitions.
5396
53972010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5398
5399 * org-macs.el: Better backup definition for
5400 `with-silent-modifications'.
5401
54022010-12-11 Eric Schulte <schulte.eric@gmail.com>
5403
5404 * ob-python.el (org-babel-execute:python): Rename "prefix" to
5405 "preamble".
5406 (org-babel-python-evaluate): Rename "prefix" to "preamble".
5407 (org-babel-python-evaluate-external-process): Rename "prefix" to
5408 "preamble".
5409
54102010-12-11 Eric Schulte <schulte.eric@gmail.com>
5411
5412 * ob.el (org-babel-examplize-region): Check if `end' is a marker
5413 or a point and handle appropriately.
5414
54152010-12-11 Eric Schulte <schulte.eric@gmail.com>
5416
5417 * ob-sql.el (org-babel-execute:sql): Explicitly set field
5418 separator to \t when importing tabular data.
5419
54202010-12-11 Julien Danjou <julien@danjou.info>
5421
5422 * org-agenda.el (org-agenda-custom-commands-local-options):
5423 Allow org-agenda-span to be a symbol.
5424 (org-agenda-ndays): Make obsolete.
5425 (org-agenda-span): New variable superseding org-agenda-ndays.
5426 (org-agenda-menu): Use org-agenda-current-span.
5427 (org-agenda-current-span): New local variable storing current
5428 span.
5429 (org-agenda-list): Take a span instead of ndays as argument.
5430 This function is now responsible for computing the ndays based
5431 on span.
5432 (org-agenda-ndays-to-span): Return span only if number of days
5433 really matches.
5434 (org-agenda-span-to-ndays): New function.
5435 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
5436 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
5437 (org-agenda-later): Do not give compute a new span, use the
5438 current one.
5439 (org-agenda-day-view, org-agenda-week-view)
5440 (org-agenda-month-view, org-agenda-year-view): Stop touching
5441 org-agenda-ndays.
5442 (org-agenda-change-time-span): Only compute starting-span.
5443 (org-agenda-compute-starting-span): New function derived from
5444 the old org-agenda-compute-time-span.
5445 (org-agenda-set-mode-name): Compute mode based on
5446 org-agenda-current-span.
5447 (org-agenda-span-name): New function.
5448
54492010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
5450
5451 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
5452
54532010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5454
5455 * org-clock.el (org-quarter-to-date): Define variables.
5456 (org-clock-special-range): Defin variables. Use org-floor*.
5457 (org-clocktable-write-default): Define tcol.
5458
5459 * org-compat.el (org-floor*): New function.
5460
407277e0
GM
54612010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5462 John Wiegley <jwiegley@gmail.com>
5463
acedf35c
CD
5464 * org-complete.el: New file.
5465
54662010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5467
5468 * org-clock.el (org-clocktable-write-default): Fix the % formula.
5469
54702010-12-11 Matt Lundin <mdl@imapmail.org>
5471
407277e0 5472 * org-agenda.el (org-format-agenda-item): The value of
acedf35c
CD
5473 org-category is not converted to a string unless it is defined.
5474
54752010-12-11 Eric Schulte <schulte.eric@gmail.com>
5476
5477 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
5478 header argument through to external evaluation.
5479 (org-babel-python-evaluate): Pass the new "prefix" header argument
5480 through to external evaluation.
5481 (org-babel-python-evaluate-external-process): When specified prepend
5482 "prefix" to the file used in external evaluation.
5483
54842010-12-11 Dan Davison <dandavison7@gmail.com>
5485
5486 * ob-python.el (org-babel-python-evaluate-session): Change python
5487 module name from 'pp' to 'pprint'.
5488
54892010-12-11 Eric Schulte <schulte.eric@gmail.com>
5490
5491 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
5492 from R session output, these are often the result of variable
5493 assignments.
5494
54952010-12-11 Eric Schulte <schulte.eric@gmail.com>
5496
5497 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
5498 fix a compiler warning.
5499
55002010-12-11 Eric Schulte <schulte.eric@gmail.com>
5501
5502 * ob-eval.el (require): No longer require ob.el to allow
5503 requiring by ob.el.
5504
5505 * ob.el (ob-eval): Require ob-eval.
5506
55072010-12-11 Eric Schulte <schulte.eric@gmail.com>
5508
5509 * ob.el (org-babel-confirm-evaluate): Show code block's name when
5510 it is available during evaluation query.
5511
55122010-12-11 Eric Schulte <schulte.eric@gmail.com>
5513
5514 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
5515 code block.
5516 (org-babel-execute:sql): Use sql specific body expansion function.
5517 (org-babel-sql-expand-vars): Insert variables into a sql code block.
5518
55192010-12-11 Eric Schulte <schulte.eric@gmail.com>
5520
5521 * ob.el (org-babel-insert-result): Using markers instead of
5522 points for more robust buffer anchors.
5523
55242010-12-11 Julien Danjou <julien@danjou.info>
5525
5526 * org-capture.el: Use org-today.
5527
55282010-12-11 Julien Danjou <julien@danjou.info>
5529
5530 * org-habit.el: Use org-today.
5531
55322010-12-11 Julien Danjou <julien@danjou.info>
5533
5534 * org.el (org-auto-repeat-maybe): Use org-today.
5535
acedf35c
CD
55362010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5537
5538 * org-clock.el (org-day-of-week): New function.
5539 (org-quarter-to-date): New function.
5540 (org-clock-special-range): Implement quarters.
5541
55422010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
5543
4d789d84
SM
5544 * org.el (org-complete-tags-always-offer-all-agenda-tags):
5545 Fix docstring.
acedf35c
CD
5546
55472010-12-11 Julien Danjou <julien@danjou.info>
5548
5549 * org-agenda.el (org-format-agenda-item): Convert category to a string
01c35094 5550 if it is a symbol. This fixes the following call to
acedf35c
CD
5551 org-agenda-get-category-icon which fails if category is not a string.
5552
55532010-12-11 Eric Schulte <schulte.eric@gmail.com>
5554
5555 * ob-clojure.el: Updated requirements documentation to mention
5556 the minimum version of Clojure.
5557 (org-babel-expand-body:clojure): Fully qualified function name.
5558
55592010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5560
4d789d84 5561 * org-latex.el (org-export-latex-lists): Do not add an
acedf35c
CD
5562 unnecessary newline character after a list.
5563
4d789d84 5564 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
acedf35c
CD
5565 point is just after a non blank line.
5566
55672010-12-11 Eric Schulte <schulte.eric@gmail.com>
5568
5569 * ob.el (org-babel-examplize-region): Remove old assertion which
5570 no longer applies to the result insertion code.
5571
55722010-12-11 Eric Schulte <schulte.eric@gmail.com>
5573
5574 * ob-python.el (org-babel-execute:python): Use a :return header
5575 argument for external evaluation in which the code block body need
01c35094 5576 to be wrapped in a function.
acedf35c
CD
5577
55782010-12-11 Eric Schulte <schulte.eric@gmail.com>
5579
5580 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
5581 variable.
5582
55832010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5584
01c35094 5585 * org.el (org-edit-special): Edit formulas when in TBLMF line.
acedf35c
CD
5586
55872010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
5588
5589 * org-capture.el (org-capture-after-finalize-hook): New hook.
5590 (org-capture-finalize): Run the new hook.
5591
55922010-12-11 Eric Schulte <schulte.eric@gmail.com>
5593
5594 * ob-clojure.el (org-babel-expand-body:clojure): Support for
5595 pretty printing of Clojure code and data.
5596
55972010-12-11 Eric Schulte <schulte.eric@gmail.com>
5598
5599 * ob.el (org-babel-insert-result): No longer escape results which
5600 will be wrapped in a block.
5601
56022010-12-11 Eric Schulte <schulte.eric@gmail.com>
5603
4d789d84 5604 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
acedf35c
CD
5605 warning and added documentation string.
5606
56072010-12-11 Eric Schulte <schulte.eric@gmail.com>
5608
5609 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
5610 for all code evaluation.
5611
56122010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5613
5614 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
5615 the column as well.
5616
56172010-12-11 Eric Schulte <schulte.eric@gmail.com>
5618
5619 * ob.el (org-babel-confirm-evaluate): More descriptive message
5620 when evaluation is aborted or disabled.
5621
56222010-12-11 Eric Schulte <schulte.eric@gmail.com>
5623
5624 * ob.el (org-babel-insert-result): Responds to new "wrap" header
5625 argument.
5626 (org-babel-merge-params): Includes new "wrap" header argument in
5627 one of the results header argument exclusive groups.
5628
56292010-12-11 David Maus <dmaus@ictsoc.de>
5630
5631 * org-macs.el (with-silent-modifications): Fix condition for
5632 with-silent-modification.
5633
56342010-12-11 Eric Schulte <schulte.eric@gmail.com>
5635
5636 * ob.el (org-babel-parse-header-arguments): Stripping trailing
5637 spaces off of header arguments (even the first one).
5638
56392010-12-11 Eric Schulte <schulte.eric@gmail.com>
5640
5641 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
5642 single quotes which is the best practice.
5643 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
5644 more robust parsing of shell output.
5645
56462010-12-11 Dan Davison <dandavison7@gmail.com>
5647
5648 * org.el (org-additional-option-like-keywords): Add more keywords,
5649 and colons to some old ones.
5650
56512010-12-11 Dan Davison <dandavison7@gmail.com>
5652
5653 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
5654
56552010-12-11 Eric Schulte <schulte.eric@gmail.com>
5656
4d789d84
SM
5657 * ob-python.el (org-babel-python-table-or-string):
5658 Using `org-babel-script-escape' for reading string input from scripting
acedf35c
CD
5659 languages.
5660
56612010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5662
5663 * org-macs.el (org-called-interactively-p): Wrap function call in
5664 with-no-warnings.
01c35094 5665 (with-silent-modifications): Declare macro for Emacs < 23.2.
acedf35c 5666
acedf35c
CD
56672010-12-11 Eric Schulte <schulte.eric@gmail.com>
5668
4d789d84 5669 * ob.el (org-babel-parse-header-arguments): Remove addition of
acedf35c
CD
5670 ":" to singleton first header arguments as it was leading to errors.
5671
acedf35c
CD
56722010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5673
5674 * org-latex.el (org-export-latex-make-header): Run the title through
5675 `org-export-latex-fontify-headline'.
5676 (org-export-latex-fontify-headline): Do the protection of math
5677 snippets also here.
5678
56792010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
5680
5681 * org-latex.el (org-export-as-latex): Sent the section title
5682 through the preprocessor.
5683
56842010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5685
5686 * org-html.el (org-html-level-start): Mark listified headings
5687 with a custom id.
5688
56892010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5690
5691 * org.el (org-open-at-point): Don't do footnote action if cursor is
5692 on a bracket link.
5693
56942010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5695
5696 * org.el (org-edit-special): Check also for TBLFM line.
5697
56982010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
5699
4d789d84 5700 * org-clock.el (org-get-clocktable): Previous patch incorrectly
01c35094 5701 required whitespace in front of #+BEGIN: and #+END:.
acedf35c
CD
5702
57032010-12-11 Dan Davison <dandavison7@gmail.com>
5704
5705 * org-src.el (org-edit-src-code): Allow region to be inherited by
5706 edit buffer when mark is one character beyond end of src block.
5707
57082010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5709
4d789d84 5710 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
acedf35c
CD
5711 checking item indentation.
5712
57132010-12-11 Eric Schulte <schulte.eric@gmail.com>
5714
4d789d84 5715 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
acedf35c
CD
5716 and now autoloading.
5717
57182010-12-11 Eric Schulte <schulte.eric@gmail.com>
5719
5720 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
5721 for testing list membership.
5722
5723 * ob.el (org-babel-read-result): Use higher level function for
5724 testing list membership.
5725 (org-babel-result-end): Use higher level function for testing list
5726 membership.
5727
57282010-12-11 Eric Schulte <schulte.eric@gmail.com>
5729
5730 * ob-sqlite.el (ob-eval): Require ob-eval for external command
5731 execution.
5732 (org-babel-execute:sqlite): No longer uses the init option for
5733 passing commands to sqlite.
5734
57352010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5736
5737 * org.el (org-indent-line-function): Drawers and blocks have no
01c35094 5738 influence on indentation of text below. Also fix indentation
acedf35c
CD
5739 problem with a block at column 0 and add a special case for
5740 literal examples.
5741
57422010-12-11 Eric Schulte <schulte.eric@gmail.com>
5743
5744 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
5745 is only evaluated once.
5746
57472010-12-11 Eric Schulte <schulte.eric@gmail.com>
5748
5749 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
5750 type of data
01c35094 5751 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
acedf35c
CD
5752
57532010-12-11 Eric Schulte <schulte.eric@gmail.com>
5754
5755 * ob-tangle.el (org-babel-load-file): Can be called interactively.
5756
57572010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5758
5759 * org-table.el (orgtbl-after-send-table-hook): New hook.
5760 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
5761 table was sent.
5762 (orgtbl-send-table): Return the number of sent tables, or nil if no
5763 sending has happened.
5764
57652010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5766
5767 * org.el (org-get-priority-function): New option.
5768 (org-get-priority): Call `org-get-priority-function' if that
5769 has been set.
5770
57712010-12-11 Dan Davison <dandavison7@gmail.com>
5772
5773 * ob-table.el (org-babel-table-truncate-at-newline): Only add
5774 "..." if there is something after the newline.
5775
57762010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5777
5778 * org-clock.el (org-get-clocktable):
5779 (org-in-clocktable-p):
5780 (org-clocktable-shift):
01c35094 5781 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
acedf35c
CD
5782
57832010-12-11 Puneeth Chaganti <punchagan@gmail.com>
5784
5785 * org-exp.el (org-export-handle-include-files): Support :minlevel
5786 property.
5787 (org-get-file-contents): New argument minlevel to demote included
5788 content.
5789
57902010-12-11 Noorul Islam <noorul@noorul.com>
5791
5792 * org-latex.el (org-export-latex-hyperref-format): New option.
4d789d84 5793 (org-export-latex-href-format): Rename the existing variable
acedf35c
CD
5794 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
5795 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
01c35094 5796 `org-export-latex-href-format'.
acedf35c
CD
5797
57982010-12-11 Eric Schulte <schulte.eric@gmail.com>
5799
5800 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
5801 buffer exists before it is used.
5802
58032010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5804
7877f373 5805 * org-exp.el (org-export-preprocess-string): Delay code block
01c35094 5806 processing a bit to allow correct list parsing in the export string.
acedf35c
CD
5807
58082010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
5809
5810 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
5811 (org-agenda-time-of-day-to-ampm): New function.
5812 (org-agenda-time-of-day-to-ampm-maybe): New function.
5813 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
5814
58152010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5816
5817 * org-faces.el (org-cycle-level-faces): New option.
5818
5819 * org.el (org-get-level-face): Honor org-cycle-level-faces.
5820
58212010-12-11 Julien Danjou <julien@danjou.info>
5822
5823 * org-agenda.el (org-agenda-today): New function.
5824 (org-agenda-get-day-face): New function.
5825 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
5826 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
5827 (org-todo-list): Use org-agenda-today.
5828 (org-get-all-dates): Use org-agenda-today.
5829 (org-agenda-day-face-function): New variable.
5830 (org-agenda-get-day-face): Use org-agenda-day-face-function.
5831
58322010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5833
5834 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
5835 in Org.
5836
58372010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5838
5839 * org-html.el (org-export-as-html): Do not treat partially
5840 protected lines as if they were fully protected.
5841
58422010-12-11 Dan Davison <dandavison7@gmail.com>
5843
407277e0 5844 * org-exp.el (org-export-format-source-code-or-example):
acedf35c 5845 Remove hard-wired configuration of minted export
01c35094 5846 (org-export-latex-minted-with-line-numbers): Remove variable.
acedf35c
CD
5847
58482010-12-11 Bastien Guerry <bzg@altern.org>
5849
5850 * org-clock.el (org-dblock-write:clocktable): Fix double
5851 reference to `link' in let construct.
5852 (org-clock-clocktable-formatter): Fix typo in docstring.
5853 (org-clocktable-write-default): Fix typo in docstring.
5854
58552010-12-11 David Maus <dmaus@ictsoc.de>
5856
5857 * org-protocol.el (org-protocol-unhex-string): Normalize percent
5858 escape sequence to upper case letters.
5859
58602010-12-11 Eric Schulte <schulte.eric@gmail.com>
5861
7877f373 5862 * ob-lob.el (org-babel-lob-get-info): Include pass-through
01c35094 5863 header arguments in results variable header argument string.
acedf35c
CD
5864
58652010-12-11 David Maus <dmaus@ictsoc.de>
5866
5867 * org-exp.el (org-export-visible): Limit search for in-buffer options
5868 beginning of first headline.
5869
58702010-12-11 David Maus <dmaus@ictsoc.de>
5871
5872 * org.el (org-open-at-point): Remove stale link handler for news:
5873 links.
5874
58752010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5876
5877 * org-clock.el (org-clocktable-write-default): Better handling of
5878 narrowing.
5879
58802010-12-11 Julien Danjou <julien@danjou.info>
5881
407277e0 5882 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
acedf35c
CD
5883
58842010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5885
7877f373 5886 * org.el (org-indent-line-function): Simplify code and remove bug that
acedf35c
CD
5887 would insert a tab at the beginning of the line when trying to
5888 indent the item.
5889
58902010-12-11 Julien Danjou <julien@danjou.info>
5891
5892 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
5893
58942010-12-11 Julien Danjou <julien@danjou.info>
5895
5896 * org-agenda.el (org-agenda-prefix-format): Insert place holder
5897 for icon.
5898 (org-agenda-category-icon-alist): New option.
5899 (org-agenda-get-category-icon): New function.
5900 (org-format-agenda-item): Support for icons.
5901 (org-compile-prefix-format): Support for icons.
5902
59032010-12-11 Julien Danjou <julien@danjou.info>
5904
5905 * org-compat.el: Create defalias for `string-match-p' and
5906 looking-at-p.
5907
59082010-12-11 Eric Schulte <schulte.eric@gmail.com>
5909
7877f373 5910 * ob-calc.el (org-babel-execute:calc): Support for variables --
01c35094 5911 converts :var variables in calc variables.
acedf35c
CD
5912
59132010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5914
01c35094 5915 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
acedf35c
CD
5916
59172010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5918
5919 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
5920
59212010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5922
5923 * org-id.el (org-id-store-link): Test for org-mode before checking
5924 for IDs.
5925
acedf35c
CD
59262010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5927
5928 * org.el (org-shorten-string): New function.
5929
5930 * org-exp.el (org-export-convert-protected-spaces): New function.
4d789d84
SM
5931 (org-export-preprocess-string):
5932 Call `org-export-convert-protected-spaces' to handle new hard spaces.
acedf35c
CD
5933
59342010-12-11 David Maus <dmaus@ictsoc.de>
5935
5936 * org.el (org-narrow-to-subtree): Check for heading that ends at end
5937 of buffer.
5938
537c0c72
CD
59392010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
5940
12517c7b
CD
5941 * org-capture.el (org-capture-templates): Remove autoload from
5942 defcustom.
5943
537c0c72
CD
5944 * ob-lisp.el (slime): Don't expect slime to be present.
5945
afe98dfa
CD
59462010-11-11 Dan Davison <dandavison7@gmail.com>
5947
5948 * ob.el: `copy-sequence' suffices to copy alist; no need for
5949 `copy-tree'.
5950
59512010-11-11 Dan Davison <dandavison7@gmail.com>
5952
5953 * ob.el (org-babel-execute-src-block): If ":results file" is in
5954 effect, then ensure that the value of :file is returned as the
5955 result; don't rely on language files for this.
5956
59572010-11-11 Dan Davison <dandavison7@gmail.com>
5958
5959 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
5960 structure by side-effects of `sort'.
5961
59622010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
5963
5964 * org-list.el (org-list-bottom-point-with-indent): Do not check
5965 indentation of a non-empty blank line.
5966
5967 * org-list.el (org-sort-list): Sort a list with point anywhere
5968 inside it.
5969
59702010-11-11 Eric Schulte <schulte.eric@gmail.com>
5971
5972 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
5973 hopefully better error messages.
5974
59752010-11-11 Eric Schulte <schulte.eric@gmail.com>
5976
5977 * org.el (org-babel-load-languages): Adding calc.
5978
59792010-11-11 Dan Davison <davison@stats.ox.ac.uk>
5980
5981 * ob.el (org-babel-initiate-session): Don't resolve variable
5982 references unless prefix arg is supplied.
5983
59842010-11-11 Eric Schulte <schulte.eric@gmail.com>
5985
5986 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
5987 refers to the correct stack.
5988
59892010-11-11 Eric Schulte <schulte.eric@gmail.com>
5990
5991 * ob-calc.el: Adding the beginnings of support for calc code
5992 blocks.
5993
59942010-11-11 Eric Schulte <schulte.eric@gmail.com>
5995
5996 * ob-tangle.el (org-babel-update-block-body): Declaring function
5997 for updating code block bodies.
5998 (org-babel-spec-to-string):
5999 (org-babel-detangle): Detangle all tangled and commented code
6000 blocks in the current file back to org.
6001 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
6002 file back to the originating org-mode code block ob-tangle:
6003 detangle changes in code files back to the original org files.
6004
60052010-11-11 Eric Schulte <schulte.eric@gmail.com>
6006
6007 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
6008 (org-babel-tangle-comment-format-end): Fix typo.
6009
60102010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6011
4d789d84
SM
6012 * org-exp.el (org-export-format-source-code-or-example):
6013 Use minted for latex source code export if `org-export-latex-listings'
01c35094 6014 has the value 'minted.
afe98dfa
CD
6015
6016 * org-latex.el (org-export-latex-listings): Document special value
01c35094 6017 'minted.
afe98dfa
CD
6018
6019 * org-latex.el (org-export-latex-minted): Delete variable.
6020
60212010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6022
6023 * ob.el (org-babel-get-src-block-info): Retrieve contents of
6024 parentheses, excluding parentheses themselves.
6025
60262010-11-11 Eric Schulte <schulte.eric@gmail.com>
6027
4d789d84
SM
6028 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
6029 Fix bug in gnuplot data file assignment using user variables.
afe98dfa
CD
6030
60312010-11-11 Eric Schulte <schulte.eric@gmail.com>
6032
6033 * ob-latex.el (org-babel-execute:latex): Adding new :headers
6034 header argument for latex code blocks.
6035
60362010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6037
6038 * org-capture.el (org-capture-templates): New capture property
6039 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
6040 is desired.
6041 (org-capture-target-buffer): Remember if we have to make the
6042 buffer.
6043
60442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6045
6046 * org-clock.el (org-dblock-write:clocktable): Fix bug when
6047 computing clock tables.
6048
60492010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6050
6051 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
6052 to caller even if no table is generated.
6053
60542010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6055
6056 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
01c35094 6057 values from diary entries.
afe98dfa
CD
6058
6059 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
01c35094 6060 anniversaries.
afe98dfa
CD
6061
6062 * org.el (org-diary-sexp-entry): Handle lists as return values
6063 from diary entries.
6064
60652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6066
6067 * org-capture.el (org-capture-empty-lines-before):
6068 (org-capture-empty-lines-after): Make sure the n=0 does not insert
6069 any newlines.
6070
60712010-11-11 Eric Schulte <schulte.eric@gmail.com>
6072
4d789d84 6073 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
afe98dfa
CD
6074 message when clojure binary is not found.
6075
60762010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6077
6078 * org-html.el (org-format-table-html): New argument DOCBOOK.
6079 (org-format-org-table-html): New argument DOCBOOK. When set, use
6080 align instead of class to align table fields.
6081
6082 * org-docbook.el (org-export-as-docbook): Specify the docbook
6083 argument for the table converter.
6084
60852010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6086
6087 * org-macs.el (org-called-interactively-p): New macro.
6088
6089 * org-freemind.el: No longer require 'rx.
6090 (org-freemind): New customization group, use it for all the
6091 variables.
6092 (org-export-as-freemind): Add docstring.
6093 (org-freemind-show): Improve filen naming.
6094 (org-freemind-convert-links-helper): New function.
6095 (org-freemind-bol-helper-base-indent): New variable.
6096 (org-freemind-bol-helper): New function.
6097 (org-freemind-node-css-style): New option.
6098 (org-freemind-node-pattern): New variable.
6099 (org-freemind-from-org-mode): Better docstring.
6100
61012010-11-11 David Maus <dmaus@ictsoc.de>
6102
4d789d84
SM
6103 * ob-haskell.el (org-babel-variable-assignments:haskell):
6104 Don't pass more than two arguments to mapc.
afe98dfa
CD
6105
61062010-11-11 David Maus <dmaus@ictsoc.de>
6107
6108 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
6109
61102010-11-11 David Maus <dmaus@ictsoc.de>
6111
6112 * org-footnote.el (message-signature-separator): Defvar to silence
6113 byte compiler.
6114
61152010-11-11 David Maus <dmaus@ictsoc.de>
6116
6117 * org-exp.el (org-export-string): Fix reference to wrong symbol.
6118
61192010-11-11 Jambunathan K <kjambunathan@gmail.com>
6120
6121 * org.el (org-link-search): Return 'dedicated on successful match
6122 when org-link-search-must-match-exact-headline is set to t.
6123
61242010-11-11 Daniel Clemente <n142857@gmail.com>
6125
6126 * org-html.el (org-html-make-link): Append fragment to file: links
6127 if present.
6128
61292010-11-11 Tassilo Horn <tassilo@member.fsf.org>
6130
6131 * org-footnote.el (org-footnote-create-definition)
6132 (org-footnote-goto-local-insertion-point): Add footnotes before
6133 signature when in message-mode.
6134
61352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6136
6137 * org.el (org-display-inline-images): Improve regexp.
6138
61392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6140
6141 * org.el (org-cycle): Make sure resetting to startup visibility
6142 works after another cycle command.
6143
61442010-11-11 Eric Schulte <schulte.eric@gmail.com>
6145
6146 * org-exp.el (org-export-string): New function org-export-string
6147 can be used to convert a string of test in org-mode markup to a
6148 specified format.
6149
61502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6151
6152 * org.el (org-display-inline-images): Allow non-ASCII characters
6153 in image file names. Save match data.
6154
61552010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6156
6157 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
6158 stamps.
6159
61602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6161
6162 * org-exp.el (org-store-forced-table-alignment):
6163 (org-export-remove-special-table-lines): Allow the "c" cookie for
6164 table alignment.
6165
6166 * org-html.el (org-export-table-header-tags):
6167 (org-export-table-data-tags): Add another %s format for the
6168 alignment.
6169 (org-export-html-table-align-individual-fields): New option.
6170 (org-format-org-table-html): Implement field-by-field alignment
6171 and support centering.
6172 (org-format-table-table-html): Make sure the new table tag formats
6173 don't break this function.
6174
6175 * org-table.el (org-table-cookie-line-p):
6176 (org-table-align): Allow for the <c> cookie.
6177
6178 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
6179
61802010-11-11 David Maus <dmaus@ictsoc.de>
6181
6182 * org-exp.el (org-export-normalize-links): Skip normalization of
6183 plain links that are part of another link.
6184
61852010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6186
6187 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
6188
61892010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6190
4d789d84 6191 * org-indent.el (org-indent-add-properties):
cd1181db
JB
6192 Use `with-silent-modifications'.
6193 (org-indent-remove-properties): Use `with-silent-modifications'.
afe98dfa
CD
6194
61952010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6196
6197 * org-table.el (org-table-cookie-line-p): Fix indentation.
6198
6199 * org-exp.el (org-store-forced-table-alignment): New function.
4d789d84
SM
6200 (org-export-preprocess-string):
6201 Call `org-store-forced-table-alignment'.
afe98dfa
CD
6202
6203 * org-html.el (org-format-org-table-html): Use stored alignment
6204 information.
6205
62062010-11-11 Eric Schulte <schulte.eric@gmail.com>
6207
6208 * ob.el (org-babel-execute-src-block): Respects prefix argument
6209 (which forces re-calculation).
6210
62112010-11-11 Eric Schulte <schulte.eric@gmail.com>
6212
4d789d84 6213 * ob.el (org-babel-execute-src-block): Remove needless param
afe98dfa
CD
6214 sorting from ob-execute-src-block, the params are sorted already
6215 by ob-sha1-hash.
6216
62172010-11-11 Eric Schulte <schulte.eric@gmail.com>
6218
6219 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
6220 header argument level.
6221
62222010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6223
6224 * ob.el (org-babel-sha1-hash): Consider words in different order
6225 as different input.
6226
62272010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6228
6229 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
6230
62312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6232
6233 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
6234 structure of an Org-mode table (list of lists).
6235
62362010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6237
6238 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
6239 (reference to unassigned variable `src-lang' and avoid calling
6240 org-babel-get-src-block-info twice.
6241
62422010-11-11 Eric Schulte <schulte.eric@gmail.com>
6243
6244 * ob.el (org-babel-demarcate-block): Updated to reflect the new
6245 info list contents.
6246
62472010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6248
6249 * org-src.el (org-edit-src-code): Supply non-nil argument to
6250 `org-babel-get-src-block-info' to avoid resolving variable
6251 references.
6252
62532010-11-11 Eric Schulte <schulte.eric@gmail.com>
6254
4d789d84 6255 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
afe98dfa
CD
6256 improved efficiency of org-babel-map-src-blocks.
6257
62582010-11-11 Eric Schulte <schulte.eric@gmail.com>
6259
6260 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
6261 checks that a code block will actually be tangled before
6262 collecting it's full information (a process which could involve
6263 the execution of other code blocks).
6264
62652010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6266
6267 * ob.el (org-babel-demarcate-block): Use light version of
6268 `org-babel-get-src-block-info'.
6269
62702010-11-11 Eric Schulte <schulte.eric@gmail.com>
6271
6272 * ob.el (org-babel-sha1-hash): Now handles more complex types in
6273 params.
6274
62752010-11-11 Eric Schulte <schulte.eric@gmail.com>
6276
6277 * ob.el (org-babel-execute-src-block): Generally using the new
6278 more informative params
6279 (org-babel-process-params): Don't forget the :var portion of
6280 variable assignments.
6281
62822010-11-11 Eric Schulte <schulte.eric@gmail.com>
6283
6284 * ob-table.el (sbe): Simplified to reflect to var resolution.
6285
62862010-11-11 Eric Schulte <schulte.eric@gmail.com>
6287
6288 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
6289 arguments back to their params before evaluation.
6290
62912010-11-11 Eric Schulte <schulte.eric@gmail.com>
6292
6293 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
6294 indentation.
6295
62962010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6297
6298 * ob-table.el (sbe): Use `org-babel-process-params params' instead
6299 of `org-babel-expand-variables'.
6300
63012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6302
6303 * ob-C.el (org-babel-C-execute): Remove call to
6304 org-babel-process-params which should no longer be called from
01c35094 6305 within a language file.
afe98dfa
CD
6306
6307 * ob-R.el (org-babel-execute:R): Remove call to
6308 org-babel-process-params which should no longer be called from
6309 within a language file
6310 (org-babel-R-variable-assignments): Remove call to
6311 org-babel-process-params which should no longer be called from
01c35094 6312 within a language file.
afe98dfa
CD
6313
6314 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
6315 org-babel-process-params which should no longer be called from
01c35094 6316 within a language file.
afe98dfa
CD
6317
6318 * ob-clojure.el (org-babel-execute:clojure): Remove call to
6319 org-babel-process-params which should no longer be called from
01c35094 6320 within a language file.
afe98dfa
CD
6321
6322 * ob-dot.el (org-babel-execute:dot): Remove call to
6323 org-babel-process-params which should no longer be called from
01c35094 6324 within a language file.
afe98dfa
CD
6325
6326 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
6327 call to org-babel-process-params which should no longer be called
6328 from within a language file
6329 (org-babel-execute:emacs-lisp): Remove call to
6330 org-babel-process-params which should no longer be called from
01c35094 6331 within a language file.
afe98dfa
CD
6332
6333 * ob-haskell.el (org-babel-execute:haskell): Remove call to
6334 org-babel-process-params which should no longer be called from
01c35094 6335 within a language file.
afe98dfa
CD
6336
6337 * ob-js.el (org-babel-execute:js): Remove call to
6338 org-babel-process-params which should no longer be called from
01c35094 6339 within a language file.
afe98dfa
CD
6340
6341 * ob-lisp.el (org-babel-execute:lisp): Remove call to
6342 org-babel-process-params which should no longer be called from
01c35094 6343 within a language file.
afe98dfa
CD
6344
6345 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
6346 org-babel-process-params which should no longer be called from
01c35094 6347 within a language file.
afe98dfa
CD
6348
6349 * ob-octave.el (org-babel-execute:octave): Remove call to
6350 org-babel-process-params which should no longer be called from
01c35094 6351 within a language file.
afe98dfa
CD
6352
6353 * ob-perl.el (org-babel-execute:perl): Remove call to
6354 org-babel-process-params which should no longer be called from
01c35094 6355 within a language file.
afe98dfa
CD
6356
6357 * ob-python.el (org-babel-execute:python): Remove call to
6358 org-babel-process-params which should no longer be called from
01c35094 6359 within a language file.
afe98dfa
CD
6360
6361 * ob-ruby.el (org-babel-execute:ruby): Remove call to
6362 org-babel-process-params which should no longer be called from
01c35094 6363 within a language file.
afe98dfa
CD
6364
6365 * ob-scheme.el (org-babel-execute:scheme): Remove call to
6366 org-babel-process-params which should no longer be called from
01c35094 6367 within a language file.
afe98dfa
CD
6368
6369 * ob-screen.el (org-babel-execute:screen): Remove call to
6370 org-babel-process-params which should no longer be called from
6371 within a language file
6372 (org-babel-prep-session:screen): Remove call to
6373 org-babel-process-params which should no longer be called from
01c35094 6374 within a language file.
afe98dfa
CD
6375
6376 * ob-sh.el (org-babel-execute:sh): Remove call to
6377 org-babel-process-params which should no longer be called from
01c35094 6378 within a language file.
afe98dfa
CD
6379
6380 * ob-sql.el (org-babel-execute:sql): Remove call to
6381 org-babel-process-params which should no longer be called from
01c35094 6382 within a language file.
afe98dfa
CD
6383
6384 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
01c35094 6385 processed params.
afe98dfa
CD
6386
6387 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
01c35094 6388 processed params.
afe98dfa
CD
6389
6390 * ob-R.el (org-babel-execute:R): Remove reference to processed
6391 params.
6392
63932010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6394
6395 * ob-sql.el (org-babel-execute:sql): Use generic expansion
6396 function
6397 (org-babel-expand-body:sql): Delete function.
6398
63992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6400
6401 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
6402 (org-babel-expand-body:sh): Delete function
6403 (org-babel-prep-session:sh): Change name of called function
6404 (org-babel-variable-assignments:sh): Change function name.
6405
64062010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6407
6408 * ob-screen.el (org-babel-execute:screen): Use generic expansion
6409 function
6410 (org-babel-expand-body:screen): Delete function
6411 (org-babel-prep-session:screen): Remove references to processed
6412 params.
6413
64142010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6415
6416 * ob-sass.el (org-babel-execute:sass): Use generic expansion
6417 function
6418 (org-babel-expand-body:sass): Delete function.
6419
64202010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6421
6422 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
6423 function
6424 (org-babel-prep-session:ruby): Use new variable assignment
6425 function
6426 (org-babel-variable-assignments:ruby): New function
6427 (org-babel-expand-body:ruby): Delete function.
6428
64292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6430
6431 * ob-python.el (org-babel-execute:python): Use generic expansion
6432 function
6433 (org-babel-prep-session:python): Change name of called function
6434 (org-babel-variable-assignments:python): Change function name
6435 (org-babel-expand-body:python): Delete function.
6436
64372010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6438
6439 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
6440 (automatically handled by generic version).
6441
64422010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6443
6444 * ob-perl.el (org-babel-execute:perl): Use generic expansion
6445 function
6446 (org-babel-expand-body:perl): Delete function
6447 (org-babel-variable-assignments:perl): New function.
6448
64492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6450
6451 * ob-org.el (org-babel-expand-body:org): Delete function
6452 (automatically handled by generic version).
6453
64542010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6455
6456 * ob-octave.el (org-babel-execute:octave): Use generic expansion
6457 function
6458 (org-babel-variable-assignments:octave): Change name of function
6459 (org-babel-variable-assignments:matlab): New defalias
6460 (org-babel-prep-session:octave): Change name of function
6461 (org-babel-expand-body:matlab): Delete function
6462 (org-babel-expand-body:octave): Delete function.
6463
64642010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6465
6466 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
6467 function
6468 (org-babel-variable-assignments:ocaml): New function
6469 (org-babel-expand-body:ocaml): Delete function.
6470
64712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6472
6473 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
6474 (automatically handled by generic version).
6475
64762010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6477
6478 * ob-js.el (org-babel-execute:js): Use new variable assignment
6479 function
6480 (org-babel-expand-body:js): Delete function
6481 (org-babel-prep-session:js): Use new variable assignment function
6482 (org-babel-variable-assignments:js): New function.
6483
64842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6485
6486 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
6487 function
6488 (org-babel-expand-body:haskell): Delete function
6489 (org-babel-prep-session:haskell): Use variable assignment function
6490 (org-babel-variable-assignments:haskell): New function.
6491
64922010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6493
6494 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
6495 assignment function
6496 (org-babel-prep-session:gnuplot): Use variable assignment function
6497 (org-babel-variable-assignments:gnuplot): New function.
6498
64992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6500
6501 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
6502 (automatically handled by generic version).
6503
65042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6505
6506 * ob-css.el (org-babel-expand-body:css): Delete function
6507 (automatically handled by generic version).
6508
65092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6510
6511 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
6512 expansion function
6513 (org-babel-expand-body:asymptote): Delete function
6514 (org-babel-variable-assignments:asymptote): New function.
6515
65162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6517
6518 * ob-R.el (org-babel-expand-body:R): Use new function
6519 `org-babel-variable-assignments:R'; don't trim body.
6520 (org-babel-execute:R): Respond to changes in
6521 `org-babel-expand-body:R'
6522 (org-babel-prep-session:R): Called function is now named
6523 `org-babel-variable-assignments:R'
6524 (org-babel-variable-assignments:R): Receives processed-params as
6525 new optional argument.
6526
65272010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6528
6529 * ob-C.el (org-babel-C-expand): Don't trim body.
6530
65312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6532
6533 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
6534 obtaining variable references.
6535
65362010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6537
6538 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
6539 assignment lines to generic expansion command.
6540
65412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6542
6543 * ob.el (org-babel-expand-src-block): Supply variable assignment
6544 lines to generic expansion function
6545 (org-babel-expand-body:generic): Prepend body with optional
6546 variable assignment lines.
6547
65482010-11-11 Eric Schulte <schulte.eric@gmail.com>
6549
6550 * ob-exp.el (org-babel-exp-results): Replaced old function call.
6551
65522010-11-11 Eric Schulte <schulte.eric@gmail.com>
6553
6554 * ob-lob.el (org-babel-lob-execute): Now expanding variable
6555 references before execution.
6556
65572010-11-11 Eric Schulte <schulte.eric@gmail.com>
6558
6559 * ob.el (org-babel-execute-src-block): Only sort parameters if
6560 it's required for caching.
6561
65622010-11-11 Eric Schulte <schulte.eric@gmail.com>
6563
6564 * ob-table.el (sbe): Reworking for better indentation and to
6565 integrate the new variable resolution.
6566
65672010-11-11 Eric Schulte <schulte.eric@gmail.com>
6568
6569 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
6570 variables when resolving references.
6571
65722010-11-11 Eric Schulte <schulte.eric@gmail.com>
6573
4d789d84 6574 * ob.el (org-babel-merge-params): Fix order or precedence for
afe98dfa
CD
6575 variables.
6576
65772010-11-11 Eric Schulte <schulte.eric@gmail.com>
6578
01c35094
JB
6579 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
6580 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
6581 (org-babel-R-variable-assignments):
6582 * ob-asymptote.el (org-babel-expand-body:asymptote)
6583 (org-babel-execute:asymptote):
6584 * ob-clojure.el (org-babel-expand-body:clojure)
6585 (org-babel-execute:clojure):
6586 * ob-css.el (org-babel-expand-body:css):
6587 * ob-ditaa.el (org-babel-expand-body:ditaa):
6588 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
6589 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
6590 (org-babel-execute:emacs-lisp):
6591 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
6592 * ob-haskell.el (org-babel-expand-body:haskell)
6593 (org-babel-execute:haskell, org-babel-load-session:haskell)
6594 (org-babel-prep-session:haskell):
6595 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
6596 * ob-latex.el (org-babel-expand-body:latex):
6597 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
6598 * ob-mscgen.el (org-babel-expand-body:mscgen):
6599 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
6600 * ob-octave.el (org-babel-expand-body:matlab)
6601 (org-babel-expand-body:octave, org-babel-execute:octave)
6602 (org-babel-octave-variable-assignments):
6603 * ob-org.el (org-babel-expand-body:org):
6604 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
6605 * ob-plantuml.el (org-babel-expand-body:plantuml):
6606 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
6607 (org-babel-python-variable-assignments):
6608 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
6609 * ob-sass.el (org-babel-expand-body:sass):
6610 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
6611 * ob-screen.el (org-babel-expand-body:screen):
6612 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
6613 (org-babel-sh-variable-assignments):
6614 * ob-sql.el (org-babel-expand-body:sql):
6615 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
6616 * ob.el (org-babel-expand-body:generic):
6617 Remove obsoleted optional third argument.
afe98dfa
CD
6618
66192010-11-11 Eric Schulte <schulte.eric@gmail.com>
6620
6621 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
6622 calls to removed org-babel-ref-variables.
6623
66242010-11-11 Eric Schulte <schulte.eric@gmail.com>
6625
6626 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
6627 ingested code blocks.
6628
66292010-11-11 Eric Schulte <schulte.eric@gmail.com>
6630
6631 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
6632 information from within the original export file.
6633
66342010-11-11 Eric Schulte <schulte.eric@gmail.com>
6635
6636 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
6637 (this should return nil if not match found.
6638
66392010-11-11 Eric Schulte <schulte.eric@gmail.com>
6640
4d789d84
SM
6641 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
6642 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
afe98dfa
CD
6643
66442010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6645
6646 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
01c35094 6647 docstring.
afe98dfa 6648
4d789d84
SM
6649 * ob-python.el (org-babel-python-variable-assignments):
6650 Provide missing docstring.
afe98dfa
CD
6651
66522010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6653
6654 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
6655 variable assignment part out into a separate function
6656 (org-babel-octave-variable-assignments): New function constructing
6657 list of variable assignment statements
6658 (org-babel-prep-session:octave): Use new function
6659 `org-babel-octave-variable-assignments' instead of previous
6660 (incorrect) variable assignment code.
6661
66622010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6663
6664 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
6665 assignment part out into a separate function
6666 (org-babel-sh-variable-assignments): New function constructing
6667 list of variable assignment statements
6668 (org-babel-prep-session:sh): Use new function
6669 `org-babel-sh-variable-assignments' instead of previous
6670 (incorrect) variable assignment code.
6671
66722010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6673
6674 * ob-python.el (org-babel-expand-body:python): Refactor: break
6675 variable assignment part out into a separate function
6676 (org-babel-python-variable-assignments): New function constructing
6677 list of variable assignment statements
6678 (org-babel-prep-session:python): Use new function
6679 `org-babel-python-variable-assignments' instead of previous
6680 (incorrect) variable assignment code.
6681
66822010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6683
6684 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
6685 assignment part out into a separate function
6686 (org-babel-R-variable-assignments): New function constructing list
6687 of variable assignment statements
6688 (org-babel-prep-session:R): Use new function
6689 `org-babel-R-variable-assignments' instead of previous
6690 (incorrect) variable assignment code.
6691
66922010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6693
6694 * ob.el (org-babel-initiate-session): Better variable names.
6695
66962010-11-11 Eric Schulte <schulte.eric@gmail.com>
6697
4d789d84
SM
6698 * ob.el (org-number-sequence):
6699 Declared * ob-R.el (org-number-sequence): Declared.
afe98dfa
CD
6700
67012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6702
6703 * ob.el (org-babel-map-src-blocks): Store correct value of
6704 `end-block'.
6705
67062010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6707
6708 * ob.el (org-babel-mark-block): New function to mark the body of a
6709 src block in the style of `mark-defun'.
6710
67112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6712
6713 * org-compat.el (org-number-sequence): New function.
6714
6715 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
6716
4d789d84
SM
6717 * ob.el (org-babel-where-is-src-block-result):
6718 Use `org-number-sequence'.
afe98dfa
CD
6719 (org-babel-current-buffer-properties): Fix variable definition.
6720
6721 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
6722
6723 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
6724 version of `shell-command'.
6725
6726 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
6727 `shell-command'.
6728
67292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6730
6731 * org-list.el (org-list-search-unenclosed-generic): Replace call
6732 to booleanp.
6733
67342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6735
6736 * org.el (org-agenda-jump-prefer-future): New option.
6737
4d789d84
SM
6738 * org-agenda.el (org-agenda-goto-date):
6739 Use `org-agenda-jump-prefer-future'.
afe98dfa
CD
6740
67412010-11-11 Noorul Islam <noorul@noorul.com>
6742
01c35094 6743 * org-latex.el (org-export-latex-links): Replaced hard coded
afe98dfa
CD
6744 hyperref format with custom variable
6745 `org-export-latex-hyperref-format'.
6746
67472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6748
6749 * org.el (org-insert-heading): Fix docstring.
6750
67512010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6752
6753 * org-capture.el (org-capture-place-entry): If the first line is
6754 already a headline, just stay there.
6755
67562010-11-11 Eric Schulte <schulte.eric@gmail.com>
6757
6758 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
6759 are non-nil.
6760
67612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6762
6763 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
6764 after an entity.
6765
67662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6767
6768 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
6769 table fields.
6770
67712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6772
6773 * org.el (org-insert-heading): When on the headline of an inline
6774 task, insert another inline tasks.
6775
67762010-11-11 Eric Schulte <schulte.eric@gmail.com>
6777
6778 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
6779 links for blocks that will actually tangle.
6780
67812010-11-11 Eric Schulte <schulte.eric@gmail.com>
6782
6783 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
6784 in expanded shell bodies.
6785
67862010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6787
6788 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
6789 newline characters.
6790
67912010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6792
6793 * ob-sh.el (org-babel-expand-body:sh): Align code.
6794
67952010-11-11 Eric Schulte <schulte.eric@gmail.com>
6796
01c35094 6797 * ob.el (org-babel-params-from-properties): Max line with at <=80.
afe98dfa
CD
6798
67992010-11-11 Eric Schulte <schulte.eric@gmail.com>
6800
6801 * org-latex.el (org-export-latex-listings-langs): Clojure is now
6802 recognized as a lisp.
6803
68042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6805
6806 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
6807 to interpret property as header argument value.
6808
68092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6810
6811 * ob.el (org-babel-parse-header-arguments): Simplify reading of
6812 header arg value.
6813
68142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6815
6816 * org-publish.el (org-publish-org-to-ascii):
6817 (org-publish-org-to-latin1):
6818 (org-publish-org-to-utf8): New functions.
6819
68202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6821
6822 * org.el (org-insert-heading): Skip inline tasks when trying to
6823 insert a new heading after the end of the subtree.
6824
68252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6826
6827 * org-inlinetask.el (org-inlinetask-min-level): Set customization
6828 type to integer or nil.
6829
6830 * org.el (org-insert-heading): When after an inline task, do not
6831 use level but go back to headline level before the inline task.
6832
68332010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6834
6835 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
6836
6837 * org.el (org-indent-line-function): Fix indentation of inline
6838 tasks.
6839
68402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6841
6842 * org.el (org-activate-links): Fix customize type.
6843
68442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6845
6846 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
6847 default option.
6848
68492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6850
6851 * org-latex.el (org-export-latex-minted): Document pygments
6852 dependency.
6853
68542010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6855
6856 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
6857 file if encryption has been turned on.
6858 (org-mobile-copy-agenda-files): Avoid double encryption of
6859 `mobileorg.org'.
6860
68612010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6862
4d789d84
SM
6863 * org-exp.el (org-export-latex-minted-with-line-numbers):
6864 Ensure that variable is declared.
afe98dfa
CD
6865
68662010-11-11 Eric Schulte <schulte.eric@gmail.com>
6867
4d789d84 6868 * ob-python.el (org-src-preserve-indentation): Fix compiler
afe98dfa
CD
6869 warning.
6870
68712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6872
4d789d84
SM
6873 * org-exp.el (org-export-format-source-code-or-example):
6874 Latex formatting of source code blocks using the minted package
afe98dfa
CD
6875 (org-export-plist-vars): Add :latex-minted property
6876 (org-export-latex-minted): Ensure variable is defined
6877 (org-export-latex-minted-langs): Ensure variable is defined.
6878
68792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6880
6881 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
6882
68832010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6884
6885 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
6886
68872010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6888
6889 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
6890 when `org-src-preserve-indentation' is non-nil.
6891
68922010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6893
6894 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
6895 of blocks added to Library of Babel.
6896
68972010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6898
6899 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
6900 name.
6901
69022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6903
4d789d84
SM
6904 * org-beamer.el (org-beamer-place-default-actions-for-lists):
6905 Fix typo in regexp.
afe98dfa
CD
6906
69072010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
6908
6909 * org-list.el (org-toggle-checkbox): Avoid some boundary error
6910 when inserting a checkbox in an empty last item of a list.
6911
69122010-11-11 David Maus <dmaus@ictsoc.de>
6913
4d789d84
SM
6914 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
6915 Query article number from file is nil by default.
afe98dfa
CD
6916
69172010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
6918
6919 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
6920
69212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6922
6923 * org-capture.el (org-capture-place-entry): Move to `beg' before
6924 searching for `%?'.
6925
69262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6927
6928 * org.el (org-format-latex): Fix mathjax treatment of single
6929 letters in between dollars.
6930
69312010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6932
6933 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
6934 run.
6935
69362010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6937
6938 * org.el (org-blank-before-new-entry): Improve docstring.
6939
69402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6941
4d789d84
SM
6942 * org-mobile.el (org-mobile-force-id-on-agenda-items):
6943 Fix docstring.
afe98dfa
CD
6944 (org-mobile-write-agenda-for-mobile): Use outline path if we do
6945 not have an ID and are not allowed to make one.
6946 (org-mobile-get-outline-path-link): New function.
6947
69482010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6949
6950 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
6951 file.
6952 (org-mobile-write-agenda-for-mobile): Use the right name, even if
6953 the file get encrypted.
6954 (org-mobile-move-capture): Only delete tempfile if it does exist.
6955
69562010-11-11 Eric Schulte <schulte.eric@gmail.com>
6957
4d789d84 6958 * ob.el (org-babel-number-p): Fix documentation string.
afe98dfa
CD
6959
69602010-11-11 Eric Schulte <schulte.eric@gmail.com>
6961
6962 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
6963 "tangle" as a positive argument for the :noweb header argument
6964 during tangling.
6965
69662010-11-11 Eric Schulte <schulte.eric@gmail.com>
6967
4d789d84 6968 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
afe98dfa
CD
6969 have links, with tests.
6970
afe98dfa
CD
69712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6972
6973 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
6974 available.
6975 (org-export-latex-get-error): New function.
6976 (org-export-as-pdf): Give an indication of the errors that
6977 happened during processing.
6978
69792010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6980
6981 * org-exp.el (org-export-language-setup): Fix Polish entries.
6982
69832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6984
6985 * org.el (org-set-tags): Allow comma as a separator when
6986 specifying tags at the completion interface.
6987 (org-tags-completion-function): Allow comma as a separator when
6988 specifying tags at the completion interface.
6989
69902010-11-11 Eric Schulte <schulte.eric@gmail.com>
6991
6992 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
6993 export-file if exporting from a buffer which is not visiting a
6994 file.
6995
69962010-11-11 Eric Schulte <schulte.eric@gmail.com>
6997
6998 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
6999 name in link construction if there is a heading to follow it.
7000
70012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7002
7003 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
7004 as an allowed extension.
7005
70062010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
7007
7008 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
7009 with zeros. Start applying face earlier.
7010
70112010-11-11 Eric Schulte <schulte.eric@gmail.com>
7012
7013 * ob.el (or): Don't create org-babel-temporary-directory in batch
7014 as it won't be removed by emacs-kill-hook
7015 (org-babel-remove-temporary-directory): Only try to remove this
7016 directory if it exists.
7017
70182010-11-11 Eric Schulte <schulte.eric@gmail.com>
7019
7020 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
7021 warning in ob.el.
7022
70232010-11-11 Eric Schulte <schulte.eric@gmail.com>
7024
7025 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
7026 the tangling message.
7027
70282010-11-11 Eric Schulte <schulte.eric@gmail.com>
7029
7030 * ob.el (org-babel-load-languages): Fixes compiler warning.
7031
70322010-11-11 Eric Schulte <schulte.eric@gmail.com>
7033
7034 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
7035 output.
7036
70372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7038
7039 * org-ascii.el (org-export-as-ascii): Use the correct match group.
7040
70412010-11-11 Eric Schulte <schulte.eric@gmail.com>
7042
7043 * ob.el (boundp): Uncommenting defvar form for
7044 org-babel-temporary-directory
7045 (org-babel-temp-file): Now using the org-babel-temporary-directory
7046 for holding new babel temporary files
7047 (org-babel-remove-temporary-directory): Removes the babel temp dir
7048 when Emacs shutsdown
7049 (kill-emacs-hook): Now removing the babel temp dir on Emacs
7050 shutdown.
7051
70522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7053
7054 * org-capture.el (org-capture-fill-template): Initialize history
7055 variable.
7056
70572010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7058
7059 * org-src.el (org-edit-src-code): Don't move point when generating
7060 edit buffer.
7061
70622010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7063
7064 * org-src.el (org-edit-src-code): Deal with point being in
7065 #+end_src line.
7066
70672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7068
7069 * org-table.el (org-table-current-column): Add interactive to turn
7070 this into a command.
7071
70722010-11-11 Bernt Hansen <bernt@norang.ca>
7073
7074 * org.el (org-insert-heading): Run org-insert-heading-hook when
7075 creating the first heading in a file.
7076
70772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7078
7079 * org.el (org-startup-with-inline-images): New option.
7080 (org-startup-options): Add new keywords inlineimages and
7081 noinlineimages.
7082 (org-mode): Inline images when this has been configured.
7083
70842010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7085
7086 * ob.el (org-babel-get-src-block-info): Remove optional
7087 HEADER-VARS-ONLY argument; further simplification.
7088
70892010-11-11 Eric Schulte <schulte.eric@gmail.com>
7090
4d789d84 7091 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
afe98dfa
CD
7092 prompt in ob-confirm-evaluate in some cases.
7093
70942010-11-11 Eric Schulte <schulte.eric@gmail.com>
7095
7096 * ob.el (org-babel-demarcate-block): Visible region and completion
7097 during language selection.
7098
70992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7100
7101 * ob.el (org-babel-get-src-block-info): Remove comment.
7102
71032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7104
7105 * ob.el (org-babel-get-src-block-info): Simplify function.
7106
71072010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7108
7109 * ob.el (org-babel-get-src-block-info): Form info list correctly
7110 when parenthesised arguments are missing.
7111
71122010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7113
7114 * ob-exp.el (org-export-babel-evaluate): Docstring typo
7115 (org-babel-exp-code): Docstring typo.
7116
71172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7118
4d789d84
SM
7119 * org-mobile.el (org-mobile-encryption-password):
7120 Improve docstring.
afe98dfa
CD
7121 (org-mobile-encryption-password-session): New variable.
7122 (org-mobile-encryption-password): New function.
7123 (org-mobile-check-setup):
7124 (org-mobile-encrypt-file):
7125 (org-mobile-decrypt-file): Use the new function.
7126
71272010-11-11 David Maus <dmaus@ictsoc.de>
7128
7129 * org-capture.el (org-capture-place-template): Widen to remove
7130 possible restrictions in target buffer.
7131
71322010-11-11 Jambunathan K <kjambunathan@gmail.com>
7133
4d789d84 7134 * org.el (org-speed-command-hook): Add org-speed-command-hook
afe98dfa
CD
7135 (org-babel-speed-command-hook): Hook for Babel's speed commands.
7136
71372010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7138
7139 * ob.el (org-babel-execute-buffer): Re-implement using
7140 `org-babel-map-src-blocks'.
7141
71422010-11-11 David Maus <dmaus@ictsoc.de>
7143
7144 * org-capture.el (org-capture-templates): Update doc string with
7145 new message date related escapes.
7146
71472010-11-11 David Maus <dmaus@ictsoc.de>
7148
7149 * org-wl.el (org-wl-store-link-message): Define properties %:date)
7150 (%:date-timestamp, and %:date-timestamp-inactive.
7151
7152 * org-mew.el (org-mew-store-link): Dto.
7153
7154 * org-mhe.el (org-mhe-store-link): Dto.
7155
7156 * org-rmail.el (org-rmail-store-link): Dto.
7157
7158 * org-vm.el (org-vm-store-link): Dto.
7159
71602010-11-11 David Maus <dmaus@ictsoc.de>
7161
7162 * org-wl.el (org-wl-message-field): Always get literal content of
7163 header fields.
7164
71652010-11-11 David Maus <dmaus@ictsoc.de>
7166
7167 * org-gnus.el (org-gnus-store-link): Define properties
7168 %:date-timestamp and %:date-timestamp-inactive.
7169
71702010-11-11 David Maus <dmaus@ictsoc.de>
7171
7172 * org-gnus.el (org-gnus-store-link): Handle empty date header
7173 field.
7174
71752010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7176
01c35094
JB
7177 * org.el (org-speed-command-hook): New. Hook for installing
7178 additional speed commands. Use this for enabling speed commands on
afe98dfa
CD
7179 src blocks.
7180 (org-speed-command-default-hook): The default hook for
01c35094 7181 org-speed-command-hook. Factored out from org-self-insert-command
91af3942 7182 and mimics existing behavior.
afe98dfa
CD
7183 (org-self-insert-command): Modified to use org-speed-command-hook.
7184
71852010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7186
7187 * org-agenda.el (org-search-view): Recover spaces in search words
7188 if they were escaped with \ or inside a regexp.
7189
71902010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7191
7192 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
7193 the list of completable meta line words.
7194 (org-complete): Complete property names after #+PROPERTY.
7195
71962010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7197
7198 * ob-python.el (org-babel-python-evaluate-session): Make temp file
7199 names consistent.
7200
72012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7202
7203 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
7204 Delete extra format argument.
7205
72062010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7207
7208 * ob-org.el (org-babel-org-export): Typo in docstring.
7209
72102010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7211
7212 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
7213 variable.
7214
72152010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7216
7217 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
7218
72192010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7220
7221 * ob.el (org-babel-process-file-name): New function
7222 (org-babel-maybe-remote-file): Delete function.
7223
72242010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7225
7226 * ob-C.el (org-babel-C-execute): Remove unused variable.
7227
72282010-11-11 David Maus <dmaus@ictsoc.de>
7229
7230 * org.el (org-make-link-string): Prevent superfluous colon.
7231
72322010-11-11 David Maus <dmaus@ictsoc.de>
7233
7234 * org.el (org-make-org-heading-search-string): Leave headline
7235 intact.
7236
72372010-11-11 David Maus <dmaus@ictsoc.de>
7238
7239 * org.el (org-make-link-string): Don't escape characters in link
7240 type.
7241
72422010-11-11 Bastien Guerry <bzg@altern.org>
7243
7244 * org-capture.el (org-capture-templates): Update docstring to
01c35094 7245 advertise %:org-date.
afe98dfa
CD
7246
72472010-11-11 Eric Schulte <schulte.eric@gmail.com>
7248
7249 * ob-dot.el (org-babel-execute:dot): Automatically specifies
7250 "-T<ext>" based on file name extension.
7251
72522010-11-11 Eric Schulte <schulte.eric@gmail.com>
7253
7254 * ob-org.el (org-babel-org-export): Raise error on nested export
7255 call.
7256
72572010-11-11 Eric Schulte <schulte.eric@gmail.com>
7258
7259 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
7260 output files.
7261
72622010-11-11 Eric Schulte <schulte.eric@gmail.com>
7263
7264 * ob.el (org-babel-demarcate-block): Better initialization of
7265 stars.
7266
72672010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7268
7269 * org-src.el (org-src-tab-acts-natively): Add customize interface.
7270
72712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7272
4d789d84
SM
7273 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
7274 New variable allowing prevention of automatic stripping of leading and
afe98dfa
CD
7275 trailing blank lines when exiting edit buffer.
7276 (org-edit-src-exit): Respect value of
7277 `org-src-strip-leading-and-trailing-blank-lines'
4d789d84
SM
7278 (org-src-native-tab-command-maybe):
7279 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
afe98dfa
CD
7280 this function.
7281
72822010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7283
7284 * org-src.el (org-edit-src-code): If mark was inside code block
7285 then code edit buffer inherits mark with active region.
7286
72872010-11-11 Eric Schulte <schulte.eric@gmail.com>
7288
7289 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
7290
72912010-11-11 Eric Schulte <schulte.eric@gmail.com>
7292
7293 * ob.el (org-babel-demarcate-block): Better handling of empty
7294 space around demarcated area.
7295
72962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7297
7298 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
7299 this command.
7300
73012010-11-11 David Maus <dmaus@ictsoc.de>
7302
7303 * org-gnus.el (org-gnus-open-nntp): New function.
7304
73052010-11-11 David Maus <dmaus@ictsoc.de>
7306
7307 * org-wl.el (org-wl-open-nntp): New function.
7308
73092010-11-11 David Maus <dmaus@ictsoc.de>
7310
7311 * org-wl.el (org-wl-open): Open message by numeric reference if
7312 article part is not a message id.
7313
73142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7315
7316 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
7317 visible line.
7318
73192010-11-11 Eric Schulte <schulte.eric@gmail.com>
7320
7321 * ob.el (org-babel-demarcate-block): Interactive demarcation of
01c35094 7322 code blocks.
afe98dfa
CD
7323
7324 * ob-keys.el (org-babel-key-bindings): Key bindings for block
7325 demarcation.
7326
73272010-11-11 Bastien Guerry <bzg@altern.org>
7328
7329 * org.el (org-link-types): Add the "message" link type.
7330
73312010-11-11 David Maus <dmaus@ictsoc.de>
7332
7333 * org.el (org-link-types): Add 'message:' link type to default
7334 link types.
7335
73362010-11-11 Bastien Guerry <bzg@altern.org>
7337
7338 * org-gnus.el (org-gnus-store-link): Add the :date property to
7339 gnus links, allowing the use of %:date in capture templates.
7340
73412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7342
7343 * org-list.el (org-cycle-list-bullet): Follow order of bullets
7344 indicated in doc-string.
7345
7346 * org-list.el (org-list-bottom-point-with-indent): List is ended
7347 when a line is less indented that the last item, not the less
7348 indented item.
7349
73502010-11-11 Eric Schulte <schulte.eric@gmail.com>
7351
7352 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
7353 original file before resolving code block parameters to ensure
7354 headline and buffer wide parameters are taken into consideration
7355 when only a narrowed portion of the file is exported.
7356
73572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7358
7359 * org.el (org-forward-same-level): Fix docstring.
7360
73612010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
7362
7363 * org-publish.el (org-publish-attachment): Put the attachment into
7364 the right directory.
7365
73662010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7367
7368 * org.el (org-goto-first-child): New command.
7369
73702010-11-11 Matt Lundin <mdl@imapmail.org>
7371
7372 * org-agenda.el (org-prepare-agenda): If the agenda is called from
7373 within the agenda via an elisp link, such as
7374 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
7375 of the file containing the link, since that buffer is current
7376 during org-prepare agenda (due to a with-current-buffer in
01c35094 7377 org-agenda-open-link). An additional test now ensures that the
afe98dfa
CD
7378 agenda buffer is in fact current when the buffer is erased and
7379 local variables for the agenda are set.
7380
73812010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
7382
7383 * org-exp.el (org-infile-export-plist): Define property macro.
7384
73852010-11-11 David Maus <dmaus@ictsoc.de>
7386
7387 * org-mhe.el (org-mhe-get-header): Remove possible folding white
7388 space in message header field.
7389
73902010-11-11 David Maus <dmaus@ictsoc.de>
7391
7392 * org-feed.el (org-feed): Fix typo in customization group :tag
7393 property.
7394
73952010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7396
7397 * org-latex.el (org-export-latex-tag-markup): New option.
4d789d84
SM
7398 (org-export-latex-keywords-maybe):
7399 Use `org-export-latex-tag-markup'.
afe98dfa 7400
d4423e17 74012010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
afe98dfa
CD
7402
7403 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
7404 (org-ical-ts-to-string): Use UTC time when requested.
7405
74062010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7407
7408 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
7409 from 'file' to 'http'.
7410
74112010-11-11 David Maus <dmaus@ictsoc.de>
7412
7413 * org.el (org-store-log-note): Fix wrong usage
7414 of`org-adapt-indentation'.
7415
74162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7417
7418 * org.el (org-skip-over-state-notes): Do not compute bottom point
7419 at each item.
7420
7421 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
7422 instead of moving to each item.
7423
74242010-11-11 David Maus <dmaus@ictsoc.de>
7425
7426 * org-capture.el (org-capture-templates): Small fix in doc string.
7427
74282010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
7429
4d789d84
SM
7430 * org-archive.el (org-get-local-archive-location):
7431 Use `org-carchive-location' as default.
afe98dfa
CD
7432
74332010-11-11 Eric Schulte <schulte.eric@gmail.com>
7434
01c35094 7435 * ob-C.el (org): No longer requires org.
afe98dfa
CD
7436
7437 * ob-ledger.el (org): No longer requires org.
7438
74392010-11-11 David Maus <dmaus@ictsoc.de>
7440
7441 * org.el (org-priority): Save match data before call to
7442 `read-char-exclusive'.
7443
74442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7445
7446 * org-list.el (org-list-to-generic): Descriptions labels can be
7447 any suit of symbols, and will end at double colons.
7448
74492010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7450
7451 * org.el (org-indent-line-function): Indent past [@num] and
7452 [@start:num], consistently with what is already done with
7453 checkboxes.
7454
74552010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7456
7457 * org.el (org-store-log-note): Indent new notes to the right
7458 column. Also take `org-list-two-spaces-after-bullet-regexp' into
7459 consideration when creating the note.
7460
74612010-11-11 David Maus <dmaus@ictsoc.de>
7462
7463 * org-gnus.el (nnimap-group-overview-filename): Declare function
7464 to silence byte compiler.
7465
74662010-11-11 David Maus <dmaus@ictsoc.de>
7467
4d789d84
SM
7468 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
7469 New customization variable.
afe98dfa
CD
7470 (org-gnus-nnimap-cached-article-number): New function.
7471 (org-gnus-follow-link): Try to fetch cached article number of
7472 message-id.
7473
74742010-11-11 Eric Schulte <schulte.eric@gmail.com>
7475
7476 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
7477 first line into code blocks before export so that the first line
7478 is not interpreted as a title
7479 (org-babel-org-export): Use new dummy code block prefix.
7480
74812010-11-11 Eric Schulte <schulte.eric@gmail.com>
7482
7483 * ob.el (org-babel-insert-result): No longer throws error when
7484 inserting an empty result.
7485
74862010-11-11 Eric Schulte <schulte.eric@gmail.com>
7487
7877f373 7488 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
afe98dfa
CD
7489
74902010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7491
4d789d84
SM
7492 * ob.el (org-babel-do-in-edit-buffer):
7493 Use `org-babel-where-is-src-block-head' to test for source block at
afe98dfa
CD
7494 point.
7495
74962010-11-11 Eric Schulte <schulte.eric@gmail.com>
7497
7498 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
01c35094 7499 `org-babel-goto-src-block-head'.
afe98dfa
CD
7500
7501 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
7502 current code block.
7503
75042010-11-11 Eric Schulte <schulte.eric@gmail.com>
7505
7506 * ob.el (org-babel-next-src-block): Now raising more informative
01c35094 7507 error when no further code blocks can be found.
afe98dfa
CD
7508 (org-babel-previous-src-block): Now raising more informative error
7509 when no previous code blocks can be found.
7510
75112010-11-11 Eric Schulte <schulte.eric@gmail.com>
7512
7513 * org-exp-blocks.el
7514 (org-export-preprocess-after-include-files-hook): Now using this
7515 hook instead of `org-export-preprocess-hook'.
7516
75172010-11-11 Eric Schulte <schulte.eric@gmail.com>
7518
01c35094 7519 * ob-plantuml.el (org-babel-execute:plantuml): ????
afe98dfa
CD
7520
75212010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7522
7523 * ob-python.el (org-babel-python-evaluate): Refactor as call to
7524 either `org-babel-python-evaluate-external-process' or
7525 `org-babel-python-evaluate-session'.
7526 (org-babel-python-evaluate-external-process): New function to
7527 handle evaluation in external process.
7528 (org-babel-python-evaluate-session): New function to handle
7529 evaluation in emacs inferior process.
7530
75312010-11-11 Eric Schulte <schulte.eric@gmail.com>
7532
7533 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
7534 or html respecting :results header arg
7535 (org-babel-org-export): Exports a string of text to an output
7536 format.
7537
75382010-11-11 Eric Schulte <schulte.eric@gmail.com>
7539
7540 * ob.el (org-babel-insert-result): Remove existing results when
7541 nil results are returned.
7542
75432010-11-11 David Maus <dmaus@ictsoc.de>
7544
7545 * org-ascii.el (org-export-as-ascii): Bind and set link path for
7546 link type specific markup function.
7547
75482010-11-11 David Maus <dmaus@ictsoc.de>
7549
7550 * org-clock.el (notifications-notify): Properly declare function
7551 to silence byte compiler.
7552
75532010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7554
7555 * org-list.el (org-insert-item): Check invisibility of point at a
7556 meaningful location.
7557
75582010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7559
7560 * org-list.el (org-list-insert-item-generic): Updating checkboxes
7561 can modifiy bottom point of a list, so make it a marker before
7562 calling `org-update-checkbox-count-maybe'.
7563
75642010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7565
7566 * org.el (org-src-fontify-natively): Set to nil by default.
7567 Supply cutomize interface.
7568
75692010-11-11 Bastien Guerry <bzg@altern.org>
7570
7571 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
7572 `org-bracket-link-analytic-regexp++' to match the link type.
7573
75742010-11-11 Eric Schulte <schulte.eric@gmail.com>
7575
7576 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
7577 `language'.
7578
75792010-11-11 Eric Schulte <schulte.eric@gmail.com>
7580
4d789d84
SM
7581 * ob-tangle.el (org-babel-tangle-comment-format-beg):
7582 Format string specifying the link-comment preceding a code block
afe98dfa
CD
7583 (org-babel-tangle-comment-format-end): Format string specifying
7584 the link-comment following a code block
7585 (org-babel-tangle-collect-blocks): Storing more information in the
7586 spec of a tangling code block
7587 (org-babel-spec-to-string): Now makes use of customizable
7588 link-comment formats.
7589
75902010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
7591
7592 * org.el (org-delete-backward-char): Check for nil overwrite-mode
7593 before inserting spaces.
7594
75952010-11-11 David Maus <dmaus@ictsoc.de>
7596
7597 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
7598 from summary of non-TODO ical entries.
7599 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
7600 exclude tags from summary of TODO ical entries.
7601
76022010-11-11 Eric Schulte <schulte.eric@gmail.com>
7603
7604 * ob.el (org-babel-map-src-blocks): Now exposes much information
7605 about the code block in the form of let-bound local variables.
7606
76072010-11-11 David Maus <dmaus@ictsoc.de>
7608
7609 * org-list.el (org-outline-regexp, org-ts-regexp)
7610 (org-ts-regexp-both, org-in-regexps-block-p)
7611 (org-level-increment, org-at-heading-p)
7612 (outline-previous-heading, org-icompleting-read)
7613 (org-time-string-to-seconds): Declare to fix compiler warning.
7614
76152010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7616
7617 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
01c35094 7618 used from an heading. Send an error when no item is in region.
afe98dfa
CD
7619
76202010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7621
7622 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
7623 ensure that edit buffer is exited.
7624
76252010-11-11 Eric Schulte <schulte.eric@gmail.com>
7626
7627 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
7628 control the amount of extra newlines inserted into tangled code
7629 (org-babel-tangle-collect-blocks): Now conditionally collects
7630 information to be used for "org" style comments
7631 (org-babel-spec-to-string): Now inserts "org" style comments, and
7632 obeys the newline configuration variable when inserting whitespace.
7633
76342010-11-11 Eric Schulte <schulte.eric@gmail.com>
7635
7636 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
7637 hook
7638 (org-babel-tangle): Calls new tangle hook.
7639
76402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7641
7642 * org-capture.el (org-capture): Compute the length of the correct
7643 string when removing properties.
7644
76452010-11-11 Eric Schulte <schulte.eric@gmail.com>
7646
7647 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
7648 names before shell quoting.
7649
76502010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7651
7652 * org-src.el (org-src-tab-indents-natively): New variable
7653 controlling whether language-native TAB action should be performed
7654 (org-src-native-tab-command-maybe): New function to perform
7655 language-native TAB action.
7656 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
7657
76582010-11-11 Eric Schulte <schulte.eric@gmail.com>
7659
7660 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
7661 `org-plantuml-jar-path' before use.
7662
76632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7664
7665 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
7666 language major mode buffers during fontification.
7667
76682010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7669
7670 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
01c35094 7671 match code blocks with switches and header args. Call
afe98dfa
CD
7672 `org-src-font-lock-fontify-block' for automatic fontification of
7673 code in code blocks, controlled by variable
7674 `org-src-fontify-natively'.
7675 (org-src-fontify-natively): New variable.
7676
76772010-11-11 Eric Schulte <schulte.eric@gmail.com>
7678
4d789d84 7679 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
afe98dfa
CD
7680 inf-ruby.
7681
76822010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7683
01c35094
JB
7684 * org-html.el (org-html-make-link): (expand-file-name) removes
7685 one "/" from "///path-to-file", so add one. Anything other than
afe98dfa
CD
7686 'file' type should be exported along with the type.
7687
76882010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7689
01c35094
JB
7690 * org.el (org-insert-subheading): Fix compiler warning
7691 (org-insert-todo-subheading): Fix compiler warning.
afe98dfa
CD
7692
76932010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7694
7695 * org-capture.el (org-capture): Remove read-only text properties
7696 from capture text.
7697 (org-capture-set-target-location): Throw an error if file+headline
7698 target does not point into a file which is in Org mode.
7699
77002010-11-11 Eric Schulte <schulte.eric@gmail.com>
7701
7702 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
7703
77042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7705
7706 * org-src.el (org-edit-src-code): Improve docstring.
7707
77082010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7709
7710 * ob.el (org-babel-execute-src-block): Document prefix argument in
7711 docstring.
7712
77132010-11-11 Eric Schulte <schulte.eric@gmail.com>
7714
7715 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
7716 org-ditaa-jar-path with expand-file-name.
7717
77182010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7719
7720 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
7721 `org-babel-execute-src-block'.
7722
77232010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7724
7725 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
7726 [@x] syntax for list numbering.
7727
77282010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7729
7730 * org.el (org-indent-line-function): Indentation of source block
7731 is left to `org-edit-src-exit' and shouldn't be modified by
01c35094 7732 `org-indent-line-function'. Indentation of others blocks should be
afe98dfa
CD
7733 the same as the #+begin line.
7734
77352010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7736
7737 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
7738 forms on source blocks in current buffer; restore point in current
7739 buffer.
7740
77412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7742
7743 * org-list.el (org-list-struct): Accept list boundaries as an
7744 argument in order to avoid computing `org-list-top-point' and
7745 `org-list-bottom-point' twice when indenting.
7746
77472010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7748
7749 * org-list.el (org-list-ending-method): Default value is now
7750 `both', to ensure maximum compatibility before previous
7751 implementation.
7752
77532010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7754
7755 * org-list.el (org-list-in-item-p-with-indent): Test if first line
7756 is the item beginning.
7757
7758 * org-list.el (org-list-top-point-with-indent): Test if first line
7759 is a valid list beginning.
7760
77612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7762
7763 * org-list.el (org-list-ending-method): New customizable variable
01c35094 7764 to tell Org Mode how lists end. See docstring.
afe98dfa
CD
7765
77662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7767
7768 * org-list.el (org-indent-item-tree): Shifting step of top-level
7769 item depends on `org-level-increment'.
7770
77712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7772
7773 * org.el (org-indent-line-function): Indent first non blank line
7774 after a list according to current heading level.
7775
77762010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7777
4d789d84 7778 * org-docbook.el (org-export-as-docbook): Remove check for
afe98dfa
CD
7779 indentation on lines that do not start with a list bullet.
7780
7781 * org-html.el (org-export-as-html): Same thing.
7782
77832010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7784
7785 * org-list.el (org-list-bottom-point): Take into consideration
7786 that bound of search can be before true ending of the list.
7787
77882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7789
7790 * org-list.el (org-list-struct-apply-struct): No longer shift
7791 item's body twice: one after replacing bullet and one after
7792 changing indentation.
7793
77942010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7795
4d789d84 7796 * org-list.el (org-list-struct-indent): Add code to replace
afe98dfa
CD
7797 bullets if needed when indenting.
7798
77992010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7800
7801 * org-list.el (org-list-insert-item-generic): A single item
7802 already counting blank lines in his body should be separated with
01c35094 7803 the next one by a blank line. Moreover, if user already provided
afe98dfa
CD
7804 blank lines, follow his wishes.
7805
78062010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7807
7808 * org-list.el (org-indent-item-tree): When moving top item of a
7809 *-list to column 0, only the first item had its bullet changed to
01c35094 7810 -. It now changes all items of the top-level list, as expected.
afe98dfa
CD
7811
78122010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7813
7814 * org-list.el (org-toggle-checkbox): Go to beginning of line
7815 before processing.
7816
78172010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7818
7819 * org-list.el (org-list-struct-apply-struct): Check if ancestor
7820 exists.
7821
78222010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7823
7824 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
7825 done at each item.
7826
78272010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7828
7829 * org-list.el : Removed unused variable
7830 `org-suppress-item-indentation'.
7831
7832 * org-list.el (org-renumber-ordered-list): Skip item if bullet
7833 number is already good.
7834
78352010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7836
7837 * org-list.el (org-list-automatic-rules): Doc-string reflects this
7838 change.
7839
7840 * org-list.el (org-indent-item-tree): Prevent whole list from
01c35094
JB
7841 being moved when user is not moving subtree. Thus
7842 `org-cycle-item-indentation' will not allow to move the list.
afe98dfa
CD
7843
78442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7845
01c35094 7846 * org-list.el (org-indent-item-tree): Remove region code. It was
afe98dfa
CD
7847 prone to errors and undocumented.
7848
7849 * org-list.el (org-item-indent-positions): Better heuristics to
7850 determine what bullet the item will have when demoted.
7851
78522010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7853
7854 * org-list.el (org-list-bullet-string): First check if
7855 `org-list-two-spaces-after-bullet-regexp' isn't nil.
7856
78572010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7858
7859 * org-list.el (org-list-bullet-string): Do not modify match-data.
7860
7861 * org.el (org-toggle-item): Now working again when changing list
01c35094 7862 items into plain text. Moreover take into consideration
afe98dfa
CD
7863 `org-list-two-spaces-after-bullet-regexp'.
7864
78652010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7866
4d789d84 7867 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
afe98dfa
CD
7868 fix, and improved heuristics to determine bullet when indenting.
7869
7870 * org-list.el (org-item-indent-positions): Function now returns
7871 sane results when there are two lists separated with blank lines
7872 only.
7873
78742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7875
7876 * org-docbook.el (org-export-as-docbook): Use override="num" in
01c35094 7877 any listitem matching [@start:num].
afe98dfa
CD
7878
7879 * org-html.el (org-export-as-html): Use value="num" in any li
01c35094 7880 matching [@start:num].
afe98dfa
CD
7881
78822010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7883
7884 * org.el (org-set-font-lock-defaults): Correct fontification for
7885 checkboxes found after [@start:?].
7886
7887 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
7888 [@start:?] when looking at a regex after a bullet.
7889
7890 * org-list.el (org-toggle-checkbox): Correct insertion of
7891 checkboxes when there is already a [@start:?] in the item.
7892
7893 * org-list.el (org-checkbox-blocked-p): Properly check if there's
7894 an unchecked item before.
7895
7896 * org-list.el (org-list-parse-list): Function handles items having
7897 both a counter and a checkbox.
7898
78992010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7900
7901 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
7902 stores both indentation and bullet when cycle started.
7903
79042010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7905
7906 * org-list.el: `org-at-description-p' renamed to
7907 `org-at-item-description-p', `org-first-list-item-p' renamed to
7908 `org-list-first-item-p', `org-end-of-item-text-before-children'
7909 renamed to `org-end-of-item-or-at-child'.
7910
79112010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7912
7913 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
7914 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
7915 before toggling a checkbox.
7916
79172010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7918
7919 * org-list.el (org-list-bullet-string): New function returning
7920 bullet concatenated with an appropriate number of white spaces.
7921
7922 * org-list.el (org-list-insert-item-generic): Insert the right
7923 bullet, with help of `org-list-bullet-string'.
7924
4d789d84
SM
7925 * org-list.el (org-indent-item-tree):
7926 Use `org-list-bullet-string'.
afe98dfa
CD
7927
7928 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
7929
7930 * org-list.el (org-toggle-checkbox): Send an error when
7931 `org-toggle-checkbox' is trying to insert a checkbox at a
7932 description item.
7933
7934 * org-list.el (org-item-re): Modified regexp so it can catch
7935 correct number of white space before item body.
7936
7937 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
7938 consideration new `org-item-re'.
7939
79402010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7941
7942 * org-list.el (org-list-insert-item-generic): The second item in a
7943 list will be separated from its predecessor with the number of
7944 blank lines separating the first item from its parent, if any, or
7945 no blank line.
7946
79472010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7948
7949 * org-list.el (org-indent-item-tree): Fix and reorder every list
7950 and sublist, from parent of list that has moved if indenting, or
7951 from list at point if outdenting.
7952
79532010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7954
7955 * org-list.el (org-indent-item-tree): Try to keep relative
01c35094 7956 position on line. It can't if point is in white spaces before
afe98dfa
CD
7957 bullet because mixed tabs and spaces make some columns
7958 unattainable.
7959
79602010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7961
7962 * org-list.el (org-cycle-item-indentation): Cycle when the whole
01c35094 7963 item only contains bullet and maybe a checkbox. Previously, TAB
afe98dfa
CD
7964 would cycle when the first line of the item was blank.
7965
79662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7967
7968 * org-list.el (org-cycle-item-indentation): Allow a point just
7969 after a description item or a checkboxed item to start cycling.
7970
79712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7972
4d789d84
SM
7973 * org-list.el (org-cycle-list-bullet):
7974 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
afe98dfa
CD
7975 as valid bullets when cycling.
7976
79772010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7978
7979 * org-list.el (org-cycle-item-indentation): Do return t if and
7980 only if cycling is possible and succeded.
7981
79822010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7983
7984 * org-list.el (org-indent-item-tree): When outdenting a subtree,
7985 the last item shouldn't have a children.
7986
79872010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7988
7989 * org-list.el (org-cycle-item-indentation): Cycling should play
7990 nicely with indent rule in `org-list-automatic-rules'.
7991
79922010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7993
7994 * org-list.el (org-indent-item-tree): If indent rule is activated,
7995 it should be impossible to outdent an item having children without
01c35094 7996 moving its subtree. Improved reordering of lists modified by
afe98dfa
CD
7997 cycling indentation.
7998
79992010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8000
4d789d84 8001 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
afe98dfa
CD
8002 `org-fix-bullet-type' to prevent infinite loop, and some checks
8003 already done in `org-renumber-ordered-list'.
8004
8005 * org-list.el (org-fix-bullet-type): Remove a check and call
8006 directly `org-maybe-renumber-ordered-list'.
8007
80082010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8009
8010 * org-list.el (org-indent-item-tree): It shouldn't be possible to
8011 indent the first item of a sublist (though outdent is possible) as
8012 it would break list's structure.
8013
80142010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8015
8016 * org-list.el (org-list-insert-item-generic): When local search
01c35094 8017 doesn't help, search the list globally for blank lines. Moreover,
afe98dfa
CD
8018 don't bother with new lists, and add 1 blank line.
8019
80202010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8021
4d789d84
SM
8022 * org-capture.el (org-capture-place-item):
8023 Use `org-search-forward-unenclosed' and
afe98dfa
CD
8024 `org-search-backward-unenclosed' and new variable
8025 `org-item-beginning-re'.
8026
8027 * org-list.el (org-item-beginning-re): Regexp matching beginning
8028 of an item.
8029
80302010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8031
8032 * org-list.el (org-cycle-list-bullet): Put back support for
8033 'previous argument.
8034
80352010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8036
8037 * org-list.el (org-in-item-p): Handle case when point is at an
8038 heading.
8039
8040 * org-list.el (org-list-make-subtree): Add protection when used
01c35094 8041 outside of list.
afe98dfa 8042
4d789d84 8043 * org-list.el (org-insert-item): Remove useless hack now
afe98dfa
CD
8044 `org-in-item-p' is fixed.
8045
4d789d84 8046 * org-timer.el (org-timer-item): Remove useless hack now
afe98dfa
CD
8047 `org-in-item-p' is fixed.
8048
80492010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8050
8051 * org-list.el (org-cycle-list-bullet): Prevent description items
01c35094 8052 from being numbered. String argument is also recognized now, as
afe98dfa
CD
8053 long as it is a valid bullet.
8054
80552010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8056
8057 * org-list.el (org-indent-item-tree): Moving indentation of top
8058 list item will make the whole list move.
8059
8060 * org-list.el (org-apply-on-list): Function is less sensitive to
8061 changes of indentation.
8062
80632010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8064
8065 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
8066 of the regexp.
8067
8068 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
8069
8070 * org-list.el (org-cycle-item-indentation): Allow cycling
8071 description items and checkbox items.
8072
8073 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
8074
8075 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
8076 regexp.
8077
80782010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8079
8080 * org-list.el (org-insert-item-internal): Guessing of blank lines
c5e87d10 8081 number is made by looking at neighboring items, if any.
afe98dfa
CD
8082
80832010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8084
8085 * org-list.el (org-sort-list): Add the possibility to sort timer
8086 lists with the ?t or ?T options.
8087
80882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8089
8090 * org-list.el (org-search-unenclosed-internal): New function to
8091 handle both `org-search-forward-unenclosed' and
8092 `org-search-backward-unenclosed'.
8093
8094 * org-list.el (org-search-backward-unenclosed): Can send errors
8095 now. Removed useless usage of COUNT.
8096
8097 * org-list.el (org-search-forward-unenclosed): Can send errors
8098 now. Removed useless usage of COUNT.
8099
4d789d84
SM
8100 * org-list.el (org-update-checkbox-count):
8101 Use `org-search-forward-unenclosed' and
afe98dfa
CD
8102 `org-search-backward-unenclosed' instead of `re-search-forward'
8103 and `re-search-backward'.
8104
8105 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
8106 and `org-search-backward-unenclosed' instead of
8107 `re-search-forward' and `re-search-backward'.
8108
4d789d84
SM
8109 * org-list.el (org-list-make-subtree):
8110 Use `org-search-forward-unenclosed' and
afe98dfa
CD
8111 `org-search-backward-unenclosed' instead of `re-search-forward'
8112 and `re-search-backward'.
8113
81142010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8115
8116 * org-list.el (org-insert-item-internal): Fixes the problem when
8117 point was before the first char of the item's body.
8118
81192010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8120
01c35094
JB
8121 * org-timer.el (org-timer-item): Refactoring. Compute timer string
8122 before inserting it in the buffer.
afe98dfa 8123
4d789d84 8124 * org-timer.el (org-timer): Add an optional argument to return
afe98dfa
CD
8125 timer string instead of inserting it.
8126
81272010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8128
8129 * org-list.el (org-insert-item-internal): New function to handle
8130 positionning and contents of an item being inserted at a specific
8131 pos. It is not possible anymore to split a term in a description
8132 list or a checkbox when inserting a new item.
8133
8134 * org-list.el (org-insert-item): Refactored by using the new
8135 `org-insert-item-internal' function.
8136
8137 * org-timer.el (org-timer-item): Refactored by using the new
8138 `org-insert-item-internal' function.
8139
81402010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8141
8142 * org-list.el (org-list-bottom-point): Be sure to check real
8143 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
8144
8145 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
8146 end of item if we are in a list.
8147
81482010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8149
8150 * org-list.el (org-insert-item): Move before any special block in
8151 a list prior to add a new item.
8152
8153 * org-timer.el (org-timer-item): When in a timer list, insert a
01c35094
JB
8154 new timer item like `org-insert-item'. If in another list, send an
8155 error. Otherwise, start a new timer list.
afe98dfa
CD
8156
81572010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8158
8159 * org-list.el: Minor refactoring.
8160
81612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8162
8163 * org-timer.el (org-timer-item): Insert description list item at
8164 the right column.
8165
8166 * org-list.el (org-insert-item): Insert the right number of blank
8167 lines before a relative timer.
8168
81692010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8170
8171 * org-list.el (org-insert-item): Remove restriction on latex
8172 blocks.
8173
81742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8175
8176 * org-list.el (org-search-backward-unenclosed): Do not stop in
8177 protected places.
8178
8179 * org-list.el (org-search-forward-unenclosed): Do not stop in
8180 protected places.
8181
8182 * org-latex.el (org-export-latex-lists): Use the fact that
8183 org-search-forward do not stop anymore at protected places.
8184
81852010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8186
8187 * org-list.el (org-search-backward-unenclosed): Do not prevent
8188 list items from being inside LaTeX blocks.
8189
8190 * org-list.el (org-search-forward-unenclosed): Do not prevent list
8191 items from being inside LaTeX blocks.
8192
81932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8194
8195 * org-list.el (org-in-item-p): Do not widen before checking if we
8196 are in item.
8197
8198 * org-list.el (org-list-send-list): We cannot count on
8199 `org-list-top-point' and `org-list-bottom-point' before buffer is
01c35094 8200 narrowed. Find bounds of list otherwise.
afe98dfa
CD
8201
82022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8203
8204 * org-list.el (org-list-end-regexp): By default, list ending is
8205 exactly 2 blank lines.
8206
82072010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8208
8209 * org-docbook.el (org-export-as-docbook): When we find an empty
8210 line, we do not need to check for
8211 `org-empty-line-terminates-plain-lists' because we would have
8212 found end-list marker before.
8213
8214 * org-html.el (org-export-as-html): Same.
8215
82162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8217
8218 * org-list.el (org-insert-item): Simplify count of blank lines to
8219 insert.
8220
82212010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8222
8223 * org-list.el (org-list-end-regexp): New customizable variable to
8224 define what string should end lists.
8225
8226 * org-list.el (org-list-end-re): Function is now aware of
8227 `org-list-end-regexp'.
8228
82292010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8230
8231 * org-html.el (org-export-as-html): Code cleanup.
8232
82332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8234
8235 * org-docbook.el (org-export-as-docbook): Properly close any open
01c35094 8236 list when seeing ORG-LIST-END. Removed any reference to now
afe98dfa
CD
8237 unneeded DIDCLOSE variable.
8238
82392010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8240
8241 * org-exp.el (org-export-mark-list-ending): Fix number of blank
8242 lines inserted after a list.
8243
8244 * org-list.el (org-list-parse-list): Fix case when
8245 `org-list-end-re' would have an indentation greater than current
8246 list.
8247
82482010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8249
8250 * org-exp.el (org-export-mark-list-ending): Differentiate between
8251 export backends, and replace `org-list-end-re' by a blank line
8252 upon exporting.
8253
82542010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8255
8256 * org-html.el (org-export-as-html): Delete didclose and everything
8257 related to it, as it is no longer needed.
8258
82592010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8260
8261 * org-html.el (org-export-html-preprocess): Remove unneeded
8262 insertion of list end marker, as it is now handled by
8263 `org-export-mark-list-ending'.
8264
8265 * org-html.el (org-export-as-html): Cleaner termination of lists.
8266
8267 * org-exp.el (org-export-mark-list-ending): New function to insert
8268 specific markers at the end of lists when exporting to a backend
8269 not using `org-list-parse-list'. This function is called early in
8270 `org-export-preprocess-string', while it is still able to
8271 recognize lists.
8272
8273 * org-latex.el (org-export-latex-lists): Better search for
01c35094 8274 lists. It now only finds items not enclosed and not protected.
afe98dfa
CD
8275
82762010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8277
8278 * org-list.el: Replaced `re-search-forward' by
8279 `org-search-forward-unenclosed' where it made sense.
8280
82812010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8282
8283 * org-list.el (org-apply-to-list): Now a return value is handed at
8284 each new call of the function applied.
8285
8286 * org-list.el (org-fix-bullet-type): Use the new
8287 `org-apply-to-list' format.
8288
8289 * org-list.el (org-renumber-ordered-list): Use the new
8290 `org-apply-to-list' format.
8291
82922010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8293
8294 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
8295 correctly used.
8296
8297 * org-list.el (org-search-forward-unenclosed): Better regexp used.
8298
8299 * org-list.el (org-search-backward-unenclosed): Better regexp
8300 used.
8301
83022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8303
8304 * org-list.el (org-sort-list): End-rec function was ill-defined.
8305
83062010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8307
8308 * org-list.el (org-search-forward-unenclosed): Fix behavior when
01c35094 8309 last occurrence was enclosed.
afe98dfa
CD
8310
8311 * org-list.el (org-search-backward-unenclosed): Fix behavior when
01c35094 8312 last occurrence was enclosed.
afe98dfa
CD
8313
83142010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8315
8316 * org.el (org-in-regexps-block-p): Fix documentation.
8317
83182010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8319
8320 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
8321
8322 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
8323
8324 * org-list.el (org-list-parse-list): Minor fix.
8325
83262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8327
8328 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
8329 called with t argument.
8330
83312010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8332
4d789d84
SM
8333 * org-html.el (org-export-html-preprocess):
8334 Replace `org-list-end-re' by a blank line during pre-process.
afe98dfa
CD
8335
83362010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8337
8338 * org-list.el (org-list-bottom-point): No need for square brackets
8339 for `skip-chars-backward'.
8340
83412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8342
8343 * org-html.el: Do not delete space between end of list and
8344 beginning of the following.
8345
83462010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8347
01c35094
JB
8348 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
8349 needed. Lists should not end before seeing this.
afe98dfa
CD
8350
83512010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8352
8353 * org-html.el: Notice end of lists.
8354
83552010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8356
8357 * org-list.el (org-list-parse-list): Better handling of
8358 restrictions when function is called on a list with sublists.
8359
8360 * org-list.el (org-list-send-list): Find the true ending of the
8361 list being sent.
8362
8363 * org-list.el (org-list-radio-list-templates): Templates are more
8364 specific to lists.
8365
83662010-11-11 Eric Schulte <schulte.eric@gmail.com>
8367
8368 * ob-js.el (org-babel-js-eoe): Indicate end of input
8369 (org-babel-execute:js): Support for session evaluation
8370 (org-babel-prep-session:js): Fleshed out definition
8371 (org-babel-js-initiate-session): Can initiate a session using
8372 mozrepl.
8373
83742010-11-11 David Maus <dmaus@ictsoc.de>
8375
8376 * org.el (org-set-regexps-and-options): Protect escape char in
8377 `org-complex-heading-regexp-format'.
8378
83792010-11-11 Eric Schulte <schulte.eric@gmail.com>
8380
8381 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
8382 session-based evaluation
8383 (org-babel-execute:scheme): Now supports session-based evaluation
8384 (org-babel-prep-session:scheme): Now works and defines variables
8385 (org-babel-scheme-initiate-session): Now works using run-scheme
8386 from cmuscheme.
8387
83882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8389
8390 * org.el (org-export-latex-default-packages-alist): Remove the
8391 t1enc package - this is already covered by fontenc.
8392
83932010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8394
8395 * ob.el (with-parsed-tramp-file-name): Declared
8396 (org-babel-tramp-localname): Ensure variable name exists locally.
8397
83982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8399
8400 * ob.el (org-babel-temp-file): Don't use babel temporary directory
8401 in remote case; use make-temp-file with remote file name so that
8402 temp file is guaranteed not to exist previously on remote machine.
8403 (org-babel-tramp-localname): New function to return local name
8404 portion of possibly remote file specification.
8405
84062010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8407
8408 * ob-R.el (org-babel-R-write-object-command): New unified R
8409 command for writing results to file
8410 (org-babel-R-wrapper-method): Remove variable
8411 (org-babel-R-wrapper-lastvar): Remove variable
8412 (org-babel-R-evaluate-external-process): Use new R command
8413 (org-babel-R-evaluate-session): Use new R command.
8414
84152010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8416
8417 * ob-comint.el
8418 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
8419 to evaluate code invisibly and block until output file exists.
8420
8421 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
01c35094 8422 evaluate R code in session for :results value. Write result to
afe98dfa
CD
8423 file invisibly using new function
8424 `org-babel-comint-eval-invisibly-and-wait-for-file'.
8425
84262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8427
8428 * org-capture.el (org-capture-fill-template): Align tags after
8429 insertion.
8430
84312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8432
4d789d84
SM
8433 * org-exp.el (org-export-concatenate-multiline-emphasis):
8434 Ignore matches that start in a headline.
afe98dfa
CD
8435
84362010-11-11 Eric Schulte <schulte.eric@gmail.com>
8437
8438 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
8439 and out-file in shell-quote-argument.
8440
84412010-11-11 David Maus <dmaus@ictsoc.de>
8442
8443 * org-docview.el (org-docview-store-link): Use expanded macro to
8444 get current page.
8445 (doc-view-goto-page, image-mode-window-get): Declare functions for
8446 byte compiler.
8447
84482010-11-11 Eric Schulte <schulte.eric@gmail.com>
8449
7877f373 8450 * ob-scheme.el: Very preliminary support for evaluating scheme
01c35094 8451 code blocks.
afe98dfa
CD
8452
8453 * org.el (org-babel-load-languages): Adding scheme.
8454
84552010-11-11 Eric Schulte <schulte.eric@gmail.com>
8456
8457 * ob.el (require): Remove circular (require 'org).
8458
84592010-11-11 Eric Schulte <schulte.eric@gmail.com>
8460
01c35094
JB
8461 * ob-R.el (ess-make-buffer-current): Declared.
8462 (ess-ask-for-ess-directory): Declared.
8463 (ess-local-process-name): Declared.
8464 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
afe98dfa 8465
01c35094
JB
8466 * ob.el (org-edit-src-code): Fixing arguments.
8467 (org-edit-src-exit): Declared.
8468 (org-outline-overlay-data): Declared.
8469 (org-set-outline-overlay-data): Declared.
afe98dfa
CD
8470
84712010-11-11 Glenn Morris <rgm@gnu.org>
8472
8473 * ob.el: Require org when compiling.
8474 (org-save-outline-visibility): Remove macro declaration.
8475
8476 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
8477 Remove unnecessary/macro declarations.
8478
8479 * org-docview.el: Require doc-view when compiling.
8480 (doc-view-goto-page): Autoload rather than declaring.
8481 (doc-view-current-page): Remove macro declaration.
8482
8483 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
8484 (org-entry-get, org-table-import): Fix declarations.
8485 (org-match-string-no-properties): Remove declaration.
8486
8487 * ob-sh.el (org-babel-comint-in-buffer)
8488 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
8489 (org-babel-comint-with-output): Remove unnecessary declarations.
8490
8491 * ob-R.el (orgtbl-to-tsv): Fix declaration.
8492
8493 * org-list.el (org-entry-get): Fix declaration.
8494
84952010-11-11 Eric Schulte <schulte.eric@gmail.com>
8496
4d789d84 8497 * ob.el (org-babel-remove-temporary-directory): Remove explicit
afe98dfa
CD
8498 second argument.
8499
85002010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
8501
8502 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
8503 numbers.
8504
85052010-11-11 Eric Schulte <schulte.eric@gmail.com>
8506
4d789d84 8507 * org-macs.el (org-save-outline-visibility): Move from org.el.
afe98dfa
CD
8508
85092010-11-11 Eric Schulte <schulte.eric@gmail.com>
8510
8511 * ob-org.el (org-babel-default-header-args:org): Additional
8512 ":results silent" default header argument for org code blocks.
8513
85142010-11-11 Eric Schulte <schulte.eric@gmail.com>
8515
8516 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
01c35094 8517 which is now an alias to ":eval no".
afe98dfa
CD
8518
85192010-11-11 Eric Schulte <schulte.eric@gmail.com>
8520
8521 * ob.el (org-babel-remove-temporary-directory): The version of
8522 `delete-directory' found in files.el can not be assumed to be
8523 present on all versions, so this copies the recursive behavior of
8524 that command in such a way that all calls to delete-directory will
8525 also work with the built-in internal C implementation of that
8526 function. This is not overly difficult as all elements of the
8527 directory can be assumed to be files.
8528
85292010-11-11 Eric Schulte <schulte.eric@gmail.com>
8530
8531 * ob-C.el (org-babel-C-execute): Corrected arguments to
8532 org-babel-temp-file.
8533
85342010-11-11 Eric Schulte <schulte.eric@gmail.com>
8535
8536 * ob.el (org-babel-temporary-directory): Variable to hold the
8537 value of the Babel temporary directory.
8538
85392010-11-11 Aditya Siram <aditya.siram@gmail.com>
8540
8541 * ob.el (org-babel-load-in-session): Expanding noweb references
8542 when appropriate.
8543
85442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8545
8546 * org.el (org-make-link-regexps): Modified regexp of
8547 org-plain-link-re.
8548
85492010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
8550
8551 * org-habit.el (org-habit-parse-todo): Find sr-days only if
8552 scheduled-repeat is non nil. Use 4th element of the list returned
8553 by (org-heading-components) as habit-entry. Modify the error
8554 message to be more meaningful.
8555
85562010-11-11 Eric Schulte <schulte.eric@gmail.com>
8557
8558 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
8559 ":border" header arguments which both use the "preview" latex
7877f373 8560 package to fit the resulting PDF image to the figure.
afe98dfa
CD
8561
85622010-11-11 David Maus <dmaus@ictsoc.de>
8563
8564 * org-wl.el (org-wl-store-link): Don't try to store link if point
8565 is at end of buffer.
8566
85672010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
8568
8569 * org-publish.el (org-publish-project-alist): Document the new
8570 body-only property.
8571 (org-publish-org-to): Use the body-only property.
8572
85732010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8574
8575 * org.el (org-store-link): Return link when invoked
8576 non-interactively from an agenda buffer.
8577
85782010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8579
8580 * org.el (org-store-link): Storing of links to headlines in
8581 indirect buffers was broken. Fix it.
8582
85832010-11-11 Aidan Kehoe <kehoea@parhasard.net>
8584
8585 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
8586 #'set-file-modes to use integer, not character syntax, avoiding
8587 compile problems with recent XEmacs.
8588
85892010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8590
8591 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
8592 forward even if there is no text to be added.
8593
85942010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8595
8596 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
8597 tags/property matcher.
8598
85992010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8600
8601 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
8602 t.
8603
86042010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8605
8606 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
8607
86082010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8609
4d789d84
SM
8610 * org-latex.el (org-export-latex-set-initial-vars):
8611 Bind `case-fold-search' to t around the search for special LaTeX setup.
afe98dfa 8612
4d789d84
SM
8613 * org-beamer.el (org-beamer-after-initial-vars):
8614 Bind `case-fold-search' to t around the search for special BEAMER
afe98dfa
CD
8615 setup.
8616
86172010-11-11 David Maus <dmaus@ictsoc.de>
8618
7877f373
JB
8619 * org-agenda.el (org-write-agenda): Delete PostScript file after
8620 creating conversion to PDF.
afe98dfa
CD
8621
86222010-11-11 David Maus <dmaus@ictsoc.de>
8623
8624 * org-agenda.el (org-write-agenda): Move require statements to
8625 proper place in evaluated lisp expression.
8626
86272010-11-11 David Maus <dmaus@ictsoc.de>
8628
8629 * org-agenda.el (org-write-agenda): Rename temporary buffer to
8630 remove dependency of `flet' macro.
8631
86322010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8633
8634 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
8635
86362010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8637
8638 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
8639 from all standard sources when executing #+lob/#+call lines.
8640
86412010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8642
8643 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
8644 separate functions
8645 (org-babel-R-evaluate-external-process): New function to handle
8646 external process evaluation
8647 (org-babel-R-evaluate-session): New function to handle session
8648 evaluation.
8649
86502010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8651
8652 * ob.el (org-babel-initiate-session): New function derived from
8653 previous `org-babel-switch-to-session'
8654 (org-babel-switch-to-session): Refactored to use new
8655 `org-babel-initiate-session'.
8656
86572010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8658
8659 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
8660 to (interactive).
8661
86622010-11-11 David Maus <dmaus@ictsoc.de>
8663
8664 * org-feed.el (org-feed-format-entry): Decode entry according to
8665 its character encoding.
8666
86672010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
8668
8669 * org-feed.el (xml-substitute-special): Declare function for byte
8670 compiler.
8671 (org-feed-unescape): Removed.
4d789d84
SM
8672 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
8673 Use `xml-substitute-special' to unescape XML entities.
afe98dfa
CD
8674
86752010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8676
8677 * ob.el (org-babel-switch-to-session): Throw error if block if
8678 :session not in effect for the block.
8679
86802010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8681
8682 * org-table.el (org-table-create-with-table.el): Align table
8683 before converting.
8684
86852010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8686
8687 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
8688 that org-src buffer is current before attempting exit.
8689
86902010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8691
8692 * org-src.el (ob-comint): Require 'ob-comint
8693 (org-src-babel-info): Define variable.
8694
86952010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8696
8697 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
8698 in the language major mode edit buffer.
8699 (org-babel-do-key-sequence-in-edit-buffer): New function to call
01c35094 8700 an arbitrary key sequence in the language major mode edit buffer.
afe98dfa
CD
8701
8702 * org-src.el (org-src-switch-to-buffer): Add new allowed value
8703 'switch-invisibly for `org-src-window-setup'.
8704
87052010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8706
8707 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
8708 is used.
8709 (org-src-do-at-code-block): New macro to evaluate lisp with point
8710 at the start of the Org code block containing the code in this
8711 edit buffer.
8712 (org-src-do-key-sequence-at-code-block): New function to execute
8713 command bound to key at the Org code block containing the code in
8714 this edit buffer.
8715
87162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8717
8718 * ob-R.el (org-babel-R-associate-session): New function to
8719 associate R code edit buffers with ESS comint session.
8720
87212010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8722
8723 * org-src.el (org-edit-src-code): If at src block, store babel
8724 info as buffer local variable.
8725 (org-src-associate-babel-session): New function to associate code
01c35094 8726 edit buffer with comint session. Does nothing unless a
afe98dfa
CD
8727 language-specific function named
8728 `org-babel-LANG-associate-session' exists.
8729 (org-src-babel-configure-edit-buffer): New function to be called
8730 in `org-src-mode-hook'.
8731 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
8732 hook.
8733
87342010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8735
8736 * ob.el (org-babel-switch-to-session-with-code): New function to
8737 generate split frame displaying edit buffer and session.
8738
87392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8740
8741 * org.el (org-set-tags): Consider org-indent-mode when computing
8742 the tags column.
8743
87442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8745
8746 * org-compat.el (org-looking-at-p): Only use looking-at-p when
8747 defined.
8748
87492010-11-11 David Maus <dmaus@ictsoc.de>
8750
8751 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
8752 lines directly after call to sorting filter function.
8753
87542010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8755
8756 * org.el (org-complex-heading-regexp-format): Document the
8757 variable.
8758 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
8759 to make the regular expression for matching the headline.
8760
87612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8762
8763 * org.el (org-refile-check-position): New function.
8764 (org-goto):
8765 (org-refile-get-location): Call `org-refile-check-position'.
8766
87672010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8768
8769 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
8770 instead of equal to compare symbols.
8771
87722010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8773
4d789d84
SM
8774 * org-agenda.el (org-agenda-before-sorting-filter-function):
8775 New hook function.
8776 (org-finalize-agenda-entries):
8777 Apply `org-agenda-before-sorting-filter-function'.
afe98dfa
CD
8778
87792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8780
8781 * org-latex.el (org-export-latex-first-lines): Do not protect meta
8782 lines that have nothing to do with babel.
8783
87842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8785
8786 * org-capture.el (org-capture-place-template): Handle the
8787 checkitem case.
8788 (org-capture-place-item): Provide boundaries for the search to
8789 make sure we do not get a match in a different tree.
8790
87912010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8792
8793 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
8794 argument parser.
8795
87962010-11-11 Noorul Islam <noorul@noorul.com>
8797
8798 * org-latex.el (org-latex-to-pdf-process): Add output-directory
8799 option for the command pdflatex.
8800 (org-export-as-pdf): Respect directory in path of
8801 EXPORT_FILE_NAME.
8802
88032010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8804
8805 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
8806 which now means to use MathJax processing for HTML. Also allow
8807 new value `dvipng' to force the old image processing.
8808 (org-infile-export-plist): Parse for MATHJAX setup line.
8809
8810 * org-html.el (org-export-html-mathjax-options): New option.
8811 (org-export-html-mathjax-config): New function.
8812 (org-export-html-mathjax-template): New option.
8813 (org-export-html-preprocess): Call the LaTeX snippet processor
8814 with an additional argument to declare special ways of processing.
8815 (org-export-as-html): Bind the dynamical variable
8816 `org-export-have-math'. Insert the MathJax script template when
8817 it is needed by the document.
8818
8819 * org.el (org-preview-latex-fragment): Call `org-format-latex'
8820 with the additional processing argument.
8821 (org-export-have-math): New variable, for dynamic scoping.
4d789d84
SM
8822 (org-format-latex): Implement specific ways of processing.
8823 New function argument for processing type.
afe98dfa
CD
8824 (org-org-menu): Remove the entry to configure LaTeX snippet
8825 processing.
8826
88272010-11-11 Bastien Guerry <bzg@altern.org>
8828
8829 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
8830 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
8831 heading currently clocked in is not listed in the agenda, display
8832 this entry in another buffer. If there is no running clock,
8833 display a help message.
8834
88352010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8836
8837 * org-latex.el (org-export-latex-tables): Return "" instead of nil
8838 when no label is attached.
8839
88402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8841
8842 * org-agenda.el (org-agenda-menu-show-match): New option.
8843 (org-agenda-menu-two-column): New option.
8844 (org-agenda-get-restriction-and-command): Implement dispatch menu
8845 without showing the matcher, and with two-column display.
8846
88472010-11-11 Bernt Hansen <bernt@norang.ca>
8848
8849 * org-indent.el (org-indent-mode): Fix grammar for message when
8850 mode is refused.
8851
88522010-11-11 Eric Schulte <schulte.eric@gmail.com>
8853
8854 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
8855 no previous result exists.
8856
88572010-11-11 Noorul Islam <noorul@noorul.com>
8858
8859 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
8860 warning.
8861
88622010-11-11 Noorul Islam <noorul@noorul.com>
8863
01c35094 8864 * org.el (org-set-visibility-according-to-property): Use backward
afe98dfa
CD
8865 search instead of forward, so that top hierarchy gets priority.
8866
88672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8868
8869 * org-agenda.el (org-timeline): Allow indirect buffer.
8870
88712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8872
8873 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
8874 (org-export-define-heading-targets-headline-hook): New hooks.
8875
8876 * org.el (org-modules): Add entry for org-wikinodes.el.
8877 (org-font-lock-set-keywords-hook): New hook.
8878 (org-open-at-point-functions): New hook.
8879 (org-find-exact-headling-in-buffer):
8880 (org-find-exact-heading-in-directory): New functions.
8881 (org-mode-flyspell-verify): Better cursor position for checking if
8882 flyspell should ignore a word.
8883
88842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8885
8886 * org-indent.el (org-indent-remove-properties):
8887 (org-indent-add-properties): Make sure changing these properties
8888 does not trigger modification hooks.
8889
88902010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8891
8892 * org.el (org-link-search-must-match-exact-headline): New option.
8893 (org-link-search-inhibit-query): New variable.
8894 (org-link-search): Search for exact headline match in Org files.
8895
88962010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8897
8898 * ob.el (org-babel-execute-src-block-maybe): Remove check for
8899 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
8900 function `org-babel-execute-safely-maybe'.
8901
89022010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8903
8904 * ob.el (org-babel-load-in-session): Set directory in case :dir
8905 arg is in effect.
8906
89072010-11-11 Eric Schulte <schulte.eric@gmail.com>
8908
8909 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
8910 errors when we're not under of a headline.
8911
89122010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8913
8914 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
8915 write delimited text instead of save -ascii
8916 (org-babel-octave-import-elisp-from-file): Specify that data
8917 written to file is tab-delimited.
8918
89192010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8920
8921 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
8922 tab-delimited.
8923
89242010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8925
8926 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
8927 specified.
8928
89292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8930
8931 * ob-python.el (org-babel-python-table-or-string): Fix recognition
8932 of lists and tuples.
8933
89342010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8935
4d789d84
SM
8936 * ob-octave.el (org-babel-octave-evaluate-external-process):
8937 Allow remote files.
afe98dfa
CD
8938
89392010-11-11 Juan Pechiar <pechiar@computer.org>
8940
4d789d84
SM
8941 * ob-octave.el (org-babel-octave-evaluate-external-process):
8942 Use `org-babel-octave-import-elisp-from-file' instead of
afe98dfa
CD
8943 `org-babel-eval-read-file'.
8944 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
8945 and use '%s' as format specifier instead of '%S'.
8946
89472010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8948
2f5e7c6f 8949 * ob-octave.el: Only (require 'matlab) when necessary.
01c35094 8950 (org-babel-octave-initiate-session): (require) octave-inf or matlab
2f5e7c6f
GM
8951 as appropriate.
8952 (org-babel-execute:matlab): Remove (require).
8953 (org-babel-prep-session:matlab): Remove (require).
afe98dfa
CD
8954 (org-babel-matlab-initiate-session): Remove (require).
8955
89562010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8957
8958 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
8959 list.
8960
89612010-11-11 Eric Schulte <schulte.eric@gmail.com>
8962
8963 * ob-python.el (org-babel-python-table-or-string): Can now handle
8964 VERY long result lines.
8965
89662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8967
01c35094 8968 * org-latex.el (org-export-latex-tables): Add label if any.
afe98dfa 8969
4d789d84
SM
8970 * org-latex.el (org-export-latex-convert-table.el-table):
8971 Fix little mistake when inserting label.
afe98dfa
CD
8972
89732010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8974
4d789d84 8975 * org.el (org-cycle-internal-local): Remove an unnecessary call
afe98dfa
CD
8976 to `org-back-to-heading' that was preventing point to stay at its
8977 column when cycling visibility.
8978
89792010-11-11 Noorul Islam <noorul@noorul.com>
8980
8981 * org-capture.el (org-capture-finalize): Make messages consistent.
8982
89832010-11-11 Noorul Islam <noorul@noorul.com>
8984
8985 * org-gnus.el: Suppress compiler warning by declaring outside
8986 function nnimap-retrieve-headers-from-file.
8987
89882010-11-11 Noorul Islam <noorul@noorul.com>
8989
8990 * org-colview.el Use org-beamer-select-environment instead of
8991 org-beamer-set-environment-tag.
8992
89932010-11-11 Matt Lundin <mdl@imapmail.org>
8994
8995 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
8996 that the value of org-last-inserted-timestamp includes time range.
8997
89982010-11-11 David Maus <dmaus@ictsoc.de>
8999
9000 * org-wl.el (org-wl-store-link-message): Provide link property for
9001 message-id without angle brackets.
9002
90032010-11-11 Eric Schulte <schulte.eric@gmail.com>
9004
9005 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
9006
90072010-11-11 Eric Schulte <schulte.eric@gmail.com>
9008
9009 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
9010 file ensuing that the latest changes on disk are represented.
9011
90122010-11-11 Eric Schulte <schulte.eric@gmail.com>
9013
9014 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
9015 arguments w/o quotes.
9016
90172010-11-11 Bernt Hansen <bernt@norang.ca>
9018
9019 * org-capture.el (org-capture-finalize): Fix clock in of
9020 interrupted task during capture finalize.
9021
90222010-11-11 Eric Schulte <schulte.eric@gmail.com>
9023
9024 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
9025 session output.
9026
90272010-11-11 Eric Schulte <schulte.eric@gmail.com>
9028
9029 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
9030 expression for matching main function.
9031
90322010-11-11 Eric Schulte <schulte.eric@gmail.com>
9033
4d789d84 9034 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
afe98dfa
CD
9035 regexp -- it wasn't matching lob lines w/o indices.
9036
90372010-11-11 Eric Schulte <schulte.eric@gmail.com>
9038
9039 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
9040 warning in org-exp.el.
9041
90422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9043
9044 * org-publish.el (org-publish-file): Better error message if
9045 base-directory or publishing-directory are not defined.
9046
90472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9048
9049 * org-colview.el (org-columns-display-here): Use overlays to
9050 overrule line prefix properties during column view.
9051
90522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9053
9054 * org-agenda.el (org-agenda-filter-preset): Document the
9055 limitation for the filter preset - it can only be used for an
9056 entire agenda view, not in an individual block in a block agenda.
9057
90582010-11-11 Eric Schulte <schulte.eric@gmail.com>
9059
9060 * ob-table.el (sbe): Now able to accept range references from
9061 tables.
9062
90632010-11-11 Eric Schulte <schulte.eric@gmail.com>
9064
9065 * ob.el (org-babel-pick-name): If colnames or rownames contain a
9066 list of names, then use those directly.
9067
90682010-11-11 Eric Schulte <schulte.eric@gmail.com>
9069
4d789d84
SM
9070 * org-exp.el (org-export-format-source-code-or-example):
9071 Escape underscores in code block names on latex listings export.
afe98dfa
CD
9072
90732010-11-11 Eric Schulte <schulte.eric@gmail.com>
9074
4d789d84
SM
9075 * ob-tangle.el (org-babel-with-temp-filebuffer):
9076 Use find-file-noselect to avoid excess buffer movement.
afe98dfa
CD
9077
90782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9079
9080 * org-html.el (org-html-should-inline-p): Only inline images if
9081 they should be.
9082
90832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9084
9085 * org-id.el (org-id-store-link): Autoload.
9086
9087 * org.el ("org-id"): Autoload `org-id-store-link'.
9088
90892010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9090
9091 * org-html.el (org-html-should-inline-p): Only inline images if
9092 they should be.
9093
90942010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
9095
9096 * org-icalendar.el (org-icalendar-alarm-time): New option.
9097
9098 * org-icalendar.el (org-print-icalendar-entries): Timed events are
9099 exported with alarm events, a.k.a. reminders.
9100
91012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9102
9103 * org-capture.el (org-capture-target-buffer): Throw an error if we
9104 have no target file.
9105 (org-capture-select-template): Use a default template if the user
9106 has not specified any.
9107
91082010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9109
9110 * org.el (org-modules): Add entry for org-velocity.
9111
91122010-11-11 Eric Schulte <schulte.eric@gmail.com>
9113
9114 * ob-lob.el (org-babel-lob-execute): Changing indentation to
9115 improve line length.
9116
91172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9118
9119 * org-exp.el (org-export-handle-table-metalines): Choose a better
9120 position for checking protectedness.
9121
91222010-11-11 Eric Schulte <schulte.eric@gmail.com>
9123
9124 * org-table.el (org-table-convert-region): Don't continue csv
9125 importation which the point catches the end, this fixes an
9126 infinite loop which was caused by the (point) never catching up
9127 with the "end" marker.
9128
91292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9130
9131 * org-macs.el (org-string-nw-p): New function.
9132
9133 * org-capture.el (org-capture-import-remember-templates):
9134 Interpret an empty string as request to use
9135 `org-default-notes-file'.
9136 (org-capture-target-buffer): If the FILE is not a (non-empty)
9137 string, use `org-default-notes-file'.
9138
91392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9140
9141 * org-capture.el (org-capture-templates): Fix customize type.
9142
91432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9144
9145 * org-colview-xemacs.el (org-columns-compile-map):
9146 (org-columns-number-to-string):
9147 (org-columns-string-to-number): Handle estimate ranges.
9148 (org-estimate-mean-and-var): New function.
9149 (org-estimate-combine): New function.
9150 (org-estimate-print): New function.
9151 (org-string-to-estimate): New function.
9152
40b1a3a9
JB
91532010-09-25 Juanma Barranquero <lekktu@gmail.com>
9154
9155 * org.el (org-refile-targets):
9156 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
9157
e720ae53
GM
91582010-08-19 Glenn Morris <rgm@gnu.org>
9159
9160 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
9161 (org-save-outline-visibility): Move to org-macs.
9162 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
9163 (org-save-outline-visibility): Move here from org.el.
9164 (show-all): Autoload it.
9165 * ob.el: Don't require org when compiling.
9166
eeb4145e
GM
91672010-08-18 Glenn Morris <rgm@gnu.org>
9168
9169 * ob.el: Require org when compiling.
9170 (org-save-outline-visibility): Remove macro declaration.
9171 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
9172 Remove unnecessary/macro declarations.
9173 * org-docview.el: Require doc-view when compiling.
9174 (doc-view-goto-page): Autoload rather than declaring.
9175 (doc-view-current-page): Remove macro declaration.
9176
f1eee0b6
GM
91772010-08-17 Glenn Morris <rgm@gnu.org>
9178
9179 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
9180 (org-entry-get, org-table-import): Fix declarations.
9181 (org-match-string-no-properties): Remove unnecessary declaration.
9182 * ob-sh.el (org-babel-comint-in-buffer)
9183 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
9184 (org-babel-comint-with-output): Remove unnecessary declarations.
9185 * ob-R.el (orgtbl-to-tsv): Fix declaration.
9186 * org-list.el (org-entry-get): Fix declaration.
9187
86fbb8ca
CD
91882010-07-19 Eric Schulte <schulte.eric@gmail.com>
9189
9190 * ob-C.el: New file.
9191 * ob-R.el: New file.
9192 * ob-asymptote.el: New file.
9193 * ob-clojure.el: New file.
9194 * ob-comint.el: New file.
9195 * ob-css.el: New file.
9196 * ob-ditaa.el: New file.
9197 * ob-dot.el: New file.
9198 * ob-emacs-lisp.el: New file.
9199 * ob-eval.el: New file.
9200 * ob-exp.el: New file.
9201 * ob-gnuplot.el: New file.
9202 * ob-haskell.el: New file.
9203 * ob-keys.el: New file.
9204 * ob-latex.el: New file.
9205 * ob-lob.el: New file.
9206 * ob-matlab.el: New file.
9207 * ob-mscgen.el: New file.
9208 * ob-ocaml.el: New file.
9209 * ob-octave.el: New file.
9210 * ob-perl.el: New file.
9211 * ob-python.el: New file.
9212 * ob-ref.el: New file.
9213 * ob-ruby.el: New file.
9214 * ob-sass.el: New file.
9215 * ob-screen.el: New file.
9216 * ob-sh.el: New file.
9217 * ob-sql.el: New file.
9218 * ob-sqlite.el: New file.
9219 * ob-table.el: New file.
9220 * ob-tangle.el: New file.
9221 * ob.el: New file.
9222
92232010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9224
9225 * org-mks.el: New file.
9226 * org-capture.el: New file.
9227
92282010-07-19 Christian Egli <christian.egli@sbszh.ch>
9229
9230 * org-taskjuggler.el: New file.
9231
92322010-07-19 Matt Lundin <mdl@imapmail.org>
9233
a628ad9d 9234 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
86fbb8ca
CD
9235 in org-agenda-text-search-extra-files.
9236
92372010-07-19 David Maus <dmaus@ictsoc.de>
9238
a628ad9d 9239 * org-list.el (org-list-send-list): Locally bind variable `txt'.
86fbb8ca
CD
9240
92412010-07-19 Eric Schulte <schulte.eric@gmail.com>
9242
a628ad9d 9243 * org.el (org-reload): Now also reloading babel files.
86fbb8ca
CD
9244
92452010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9246
9247 * org-capture.el (org-capture-set-plist): Make sure txt is a string
9248 before calling `string-match'.
9249 (org-capture-templates): Fix customization type.
9250
92512010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9252
a628ad9d
JB
9253 * org-latex.el (org-export-latex-preprocess): Make a special case
9254 for \nbsp.
86fbb8ca
CD
9255 (org-latex-entities): Remove the entry for \nbsp.
9256 (org-latex-entities-exceptions): Variable removed.
9257
92582010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9259
9260 * org-capture.el (org-capture-refile): Do not try to manipulate
9261 bookmark list.
9262
9263 * org.el (org-refile): Use the correct bookmark here.
9264
92652010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9266
9267 * org-list.el (org-list-send-list): Parse list from its true beginning.
9268
9269 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
9270
92712010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9272
9273 * org.el (org-insert-link): Correctly determine if we should use
9274 a relative path.
9275
92762010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9277
9278 * org-list.el (org-list-radio-list-templates): Fix templates.
9279
92802010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9281
a628ad9d 9282 * org-list.el (org-list-send-list): Regexp defining the start of
86fbb8ca
CD
9283 a radio list is now on par with the one used for radio tables.
9284
92852010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9286
9287 * org-entities.el (org-entities-help): Add a headline for
9288 the user-defined entities.
9289
92902010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
9291
9292 * org-agenda.el (org-agenda-action): Document capture key and add it
9293 to the prompt.
9294
92952010-07-19 Eric Schulte <schulte.eric@gmail.com>
9296
a628ad9d 9297 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
86fbb8ca
CD
9298
92992010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9300
9301 * org-latex.el (org-export-latex-first-lines): Do not mark
a628ad9d 9302 meta lines for removal. Do not remove BABEL config lines during export.
86fbb8ca
CD
9303
93042010-07-19 David Maus <dmaus@ictsoc.de>
9305
9306 * org-capture.el (org-capture): Check if
9307 `org-capture-link-is-already-stored' is bound before evaluating.
9308
93092010-07-19 Eric Schulte <schulte.eric@gmail.com>
9310
a628ad9d 9311 * org.el: Add autoload for org-babel-do-load-languages.
86fbb8ca
CD
9312
93132010-07-19 Eric Schulte <schulte.eric@gmail.com>
9314
a628ad9d 9315 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
86fbb8ca
CD
9316
93172010-07-19 David Maus <dmaus@ictsoc.de>
9318
9319 * org-feed.el: Change indentation to match coding style
9320 guideline.
9321
93222010-07-19 David Maus <dmaus@ictsoc.de>
9323
9324 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
9325 library if necessary.
9326
93272010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9328
9329 * org-beamer.el (org-beamer-amend-header): Standardize the
9330 header cookie for the beamer extra stuff.
9331
93322010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9333
9334 * org-beamer.el (org-beamer-amend-header): Put extra header
9335 last in header.
9336
93372010-07-19 David Maus <dmaus@ictsoc.de>
9338
9339 * org-exp-blocks.el (org-export-blocks-format-ditaa)
9340 (org-export-blocks-format-dot): Remove text properties of body before
9341 calculating cache hash.
9342
93432010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9344
9345 * org-latex.el (org-export-latex-tabular-environment): New option.
9346 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
9347
93482010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9349
9350 * org-compat.el (org-version-check): New function.
9351
9352 * org-indent.el (org-indent-mode): Check for exact emacs version.
9353
93542010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9355
9356 * org-capture.el (org-capture-templates): Allow the template
9357 to come from a file or function call.
9358 (org-capture-place-entry): Get the template from file or function.
9359
93602010-07-19 David Maus <dmaus@ictsoc.de>
9361
9362 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
9363 position if target is entire file.
9364
93652010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9366
9367 * org.el (org-autoload): Autoload a few more org-table functions.
9368
93692010-07-19 Eric Schulte <schulte.eric@gmail.com>
9370
a628ad9d 9371 * org.el (org-babel-load-languages): Add ob-mscgen.
86fbb8ca
CD
9372
93732010-07-19 Eric Schulte <schulte.eric@gmail.com>
9374
a628ad9d
JB
9375 * org-latex.el (org-export-latex-tables): Format string now
9376 matches options.
86fbb8ca
CD
9377
93782010-07-19 Eric Schulte <schulte.eric@gmail.com>
9379
a628ad9d 9380 * org.el (org-babel-load-languages): This variable controls which
86fbb8ca
CD
9381 languages will be loaded by org-babel. It is customizable through
9382 the customize interface.
9383
93842010-07-19 Eric Schulte <schulte.eric@gmail.com>
9385
a628ad9d
JB
9386 * org-latex.el (org-export-latex-format-image): Update number of
9387 arguments to allow for an optional short-name.
86fbb8ca
CD
9388
93892010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9390
a628ad9d 9391 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
86fbb8ca
CD
9392
93932010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9394
4d789d84
SM
9395 * org-capture.el (org-capture-set-target-location):
9396 Store exact positions for file+regexp and file+function targets.
86fbb8ca 9397 (org-capture-place-entry, org-capture-place-item)
4d789d84
SM
9398 (org-capture-place-table-line, org-capture-place-plain-text):
9399 Respect exact positions.
86fbb8ca
CD
9400 (org-capture-finalize): Make sure we are at the beginning of a line
9401 when fixing the empty lines after the entry.
9402
94032010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9404
9405 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
9406 (org-entry-get): Pass `literal-nil' into
9407 `org-entry-get-with-inheritance'.
9408 (org-todo): React to nil values of the LOGGING property.
9409
94102010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9411
a628ad9d 9412 * org.el (org-default-notes-file): Update docstring.
86fbb8ca
CD
9413
94142010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9415
9416 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
9417
94182010-07-19 Eric Schulte <schulte.eric@gmail.com>
9419
4d789d84
SM
9420 * org-exp.el (org-export-attach-captions-and-attributes):
9421 Add a shortname attribute to caption strings under the symbol name
86fbb8ca
CD
9422 org-caption-shortn.
9423
94242010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9425
4d789d84
SM
9426 * org.el (org-switchb): Rename from `org-iswitchb'.
9427 Improve docstring.
86fbb8ca
CD
9428 (org-iswitchb): New alias.
9429 (org-ido-switchb): Make alias point to `org-switchb'.
9430
94312010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9432
4d789d84
SM
9433 * org-capture.el (org-capture-fill-template):
9434 Respect time-of-day preference in template prompt.
86fbb8ca
CD
9435
94362010-07-19 David Maus <dmaus@ictsoc.de>
9437
9438 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
9439
94402010-07-19 David Maus <dmaus@ictsoc.de>
9441
9442 * org-wl.el (org-wl-disable-folder-check): New customization
9443 variable.
9444 (org-wl-open): Disable folder check depending on
9445 `org-wl-disable-folder-check'.
9446
94472010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9448
4d789d84
SM
9449 * org-capture.el (org-capture-set-target-location):
9450 Fix file+function interpretation.
86fbb8ca
CD
9451
94522010-07-19 David Maus <dmaus@ictsoc.de>
9453
9454 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
9455 content.
9456
94572010-07-19 David Maus <dmaus@ictsoc.de>
9458
9459 * org-feed.el (xml-entity-alist): Declare variable
9460 `xml-entity-alist' for byte compiler.
9461
94622010-07-19 David Maus <dmaus@ictsoc.de>
9463
4d789d84
SM
9464 * org-feed.el (org-feed-unescape): New function.
9465 Unescape protected entities.
86fbb8ca
CD
9466 (org-feed-parse-atom-entry): Use function for atom:content
9467 type text and html.
9468
94692010-07-19 David Maus <dmaus@ictsoc.de>
9470
9471 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
9472 element names.
9473
94742010-07-19 Bernt Hansen <bernt@norang.ca>
9475
9476 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
9477 when displaying items on todays agenda date.
9478
94792010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9480
9481 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
9482 value of EXTRA.
9483
94842010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9485
4d789d84
SM
9486 * org-publish.el (org-publish-initialize-cache):
9487 Make timestamp directory, the entire path to it.
86fbb8ca
CD
9488
94892010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9490
9491 * org-exp.el (org-export-handle-comments): Make sure to check
9492 for protection in the comment line, and not in the line after it.
9493
94942010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9495
9496 * org-html.el (org-export-html-preprocess): Call org-format-latex,
9497 possibly with a protect-only argument.
9498
9499 * org.el (org-format-latex): New argument PROTECT-ONLY.
9500
95012010-07-19 Eric Schulte <schulte.eric@gmail.com>
9502
a628ad9d 9503 * org-exp.el (org-export-handle-table-metalines): This function
86fbb8ca
CD
9504 removes table specific meta-lines, now that we aren't wiping
9505 everything that looks remotely like a comment at the end of the
9506 export process we have to be sure to catch all of the specific lines
a628ad9d 9507 in org-exp.el.
86fbb8ca
CD
9508
95092010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9510
a628ad9d 9511 * org-exp.el (org-export-select-backend-specific-text): Properly
86fbb8ca
CD
9512 get rid of #+Backend and #+ATTR_Backend specifics to backends not
9513 matching the one we're exporting to.
9514
86fbb8ca
CD
95152010-07-19 Eric Schulte <schulte.eric@gmail.com>
9516
a628ad9d 9517 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
86fbb8ca 9518 option which will strip newline characters from the text of table
a628ad9d 9519 cells and replace then with "\n".
86fbb8ca
CD
9520
95212010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9522
76e3243a 9523 * org.el (org-confirm-shell-link-function)
86fbb8ca
CD
9524 (org-confirm-elisp-link-function): Limit the values that can be set by
9525 file variables.
9526
95272010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9528
9529 * org.el (org-compute-latex-and-specials-regexp): Deal with
9530 string elements by discarding them.
9531
95322010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9533
9534 * org.el (org-iswitchb): Make sure to use at least iswitchb.
9535
95362010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9537
a628ad9d
JB
9538 * org-capture.el (org-capture-position-for-last-stored)
9539 (org-capture-bookmark-last-stored-position): New functions.
86fbb8ca 9540 (org-capture-place-table-line): Better error catching.
76e3243a 9541 (org-capture-place-item, org-capture-place-entry)
4d789d84
SM
9542 (org-capture-place-plain-text):
9543 Call `org-capture-position-for-last-stored'.
86fbb8ca
CD
9544 (org-capture-finalize): Just call
9545 `org-capture-bookmark-last-stored-position'.
9546
95472010-07-19 Eric Schulte <schulte.eric@gmail.com>
9548
4d789d84
SM
9549 * org-exp.el (org-export-mark-blockquote-verse-center):
9550 Fix small bug, now grabbing match data before overwritten by looking-at
86fbb8ca 9551 this fixes a problem with remainders of #+end_quote lines appearing
a628ad9d 9552 in exported output.
86fbb8ca
CD
9553
95542010-07-19 David Maus <dmaus@ictsoc.de>
9555
9556 * org.el (org-link-frame-setup): Add customization option for
9557 Wanderlust.
9558
95592010-07-19 Eric Schulte <schulte.eric@gmail.com>
9560
a628ad9d 9561 * org-latex.el (org-export-latex-fixed-width): Now check
86fbb8ca 9562 org-example rather than org-protected on verbatim export, because by
a628ad9d 9563 default all ": " prefixed lines are marked protected.
86fbb8ca
CD
9564
95652010-07-19 Eric Schulte <schulte.eric@gmail.com>
9566
a628ad9d
JB
9567 * org-latex.el (org-export-latex-fixed-width): Check for
9568 protection before wrapping ": " lines as verbatim.
86fbb8ca
CD
9569
95702010-07-19 Eric Schulte <schulte.eric@gmail.com>
9571
a628ad9d
JB
9572 * org-exp.el (org-export-handle-comments): Check for protection
9573 before removing comments.
86fbb8ca
CD
9574
95752010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9576
9577 * org-entities.el (org-entities): Restructure the list.
9578 (org-entities-help): Turn the help output into a buffer
9579 in Org-mode, so that it becomes easier to find a symbol
9580 in the structure.
9581 (org-entities-create-table): Deal with new structure.
9582
95832010-07-19 David Maus <dmaus@ictsoc.de>
9584
9585 * org-agenda.el (org-write-agenda): Use backquotes to expand
9586 `flet' at compile time.
9587
95882010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9589
9590 * org.el (org-entry-properties): Make sure that standard property
9591 names are used even if the user has customized time keywords.
9592
95932010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9594
9595 * org-macs.el (org-not-nil): Return the value if not interpreted
9596 as nil.
9597
76e3243a 9598 * org.el (org-entry-get)
86fbb8ca
CD
9599 (org-entry-get-with-inheritance): Interpret the value "nil"
9600 as nil for properties.
9601
96022010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9603
9604 * org.el (org-switch-to-buffer-other-window): Return the buffer.
9605
96062010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9607
9608 * org-macs.el (org-not-nil): New function.
9609
9610 * org.el (org-block-todo-from-children-or-siblings-or-parent):
9611 Use `org-not-nil' to interpret a property value of nil.
9612
96132010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9614
9615 * org.el (org-truely-invisible-p): New function.
9616 (org-beginning-of-line): Use `org-truely-invisible-p'.
9617
96182010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9619
9620 * org-agenda.el (org-agenda-get-timestamps): No errors
9621 while getting TODO state.
9622 (org-agenda-highlight-todo): No error when no keyword has
9623 been matched.
9624
96252010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9626
9627 * org.el (org-timestamp-change): New optional argument UPDOWN.
9628 Use this to identify calls from org-timestamp-up/down, so that we can
9629 skip by rounding minutes in this case.
76e3243a 9630 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
86fbb8ca
CD
9631 (org-timestamp-down-day): Call org-timestamp-change with the
9632 updown argument.
9633
96342010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9635
9636 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
9637
9638 * org-capture.el: New file.
9639
9640 * org-compat.el (org-get-x-clipboard): Function moved here from
9641 remember.el.
9642
a628ad9d 9643 * org-mks.el: New file.
86fbb8ca
CD
9644
9645 * org.el (org-set-regexps-and-options): Allow statistic cookies as
9646 part of complex headlines.
9647 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
9648 OLP does not contain a file name.
9649
96502010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9651
9652 * org.el (org-mode): Set `comment-start' instead of changing the
9653 syntax of the `#' character.
9654
96552010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9656
9657 * org-exp.el (org-export-format-source-code-or-example): Mark examples
a628ad9d 9658 by a property.
86fbb8ca
CD
9659
9660 * org-html.el (org-export-html-close-lists-maybe): Check if raw
a628ad9d 9661 HTML stuff was actually made from an example.
86fbb8ca 9662
86fbb8ca
CD
96632010-07-19 Bastien Guerry <bzg@altern.org>
9664
a628ad9d 9665 * org-latex.el: Items are no longer skipped when their first line
86fbb8ca
CD
9666 ends on a protected element.
9667
a628ad9d 9668 * org-list.el: Protected environments looking like lists are not
86fbb8ca
CD
9669 exported anymore.
9670
96712010-07-19 Eric Schulte <schulte.eric@gmail.com>
9672
9673 * org-exp-blocks.el (org-export-blocks-preprocess):
a628ad9d 9674 Cleanup trailing newline after block.
86fbb8ca
CD
9675
96762010-07-19 Bastien Guerry <bzg@altern.org>
9677
a628ad9d 9678 * org-exp.el: Comment regexp now matches documentation. No more
86fbb8ca
CD
9679 protection check when deleting comments before export.
9680
96812010-07-19 Bastien Guerry <bzg@altern.org>
9682
9683 * org-exp.el (org-export-preprocess-string):
a628ad9d
JB
9684 Now using `org-export-handle-include-files-recurse' to resolve
9685 included files.
86fbb8ca
CD
9686
96872010-07-19 Bastien Guerry <bzg@altern.org>
9688
76e3243a 9689 * org-agenda.el (org-agenda-get-deadlines)
86fbb8ca 9690 (org-agenda-get-scheduled):
86fbb8ca
CD
9691 * org.el (org-time-string-to-seconds):
9692 For deadline and scheduled agenda display ignore the cyclic repeater
9693 when calculating how many days late the task is. If you have a weekly
9694 task and miss the date the agenda view will show more than a week late
9695 now instead of resetting on the cyclic repeating date. This makes it
9696 much more obvious when you missed a repeating task after the repeater.
9697
96982010-07-19 Bastien Guerry <bzg@altern.org>
9699
9700 * org-exp.el (org-export-mark-blockquote-verse-center):
9701 Consider environments that end at eob.
9702
97032010-07-19 Mikael Fornius <mfo@abc.se>
9704
9705 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
a628ad9d 9706 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
86fbb8ca
CD
9707 display correctly.
9708
97092010-07-19 Mikael Fornius <mfo@abc.se>
9710
9711 * org.el (org-at-property-p): Use save-match-data macro instead of let.
9712
97132010-07-19 Mikael Fornius <mfo@abc.se>
9714
a628ad9d 9715 * org.el (test): Remove unused test function.
86fbb8ca
CD
9716
97172010-07-19 Eric Schulte <schulte.eric@gmail.com>
9718
a628ad9d 9719 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
86fbb8ca
CD
9720
97212010-07-19 Eric Schulte <schulte.eric@gmail.com>
9722
4d789d84
SM
9723 * org-exp-blocks.el (org-export-blocks-postblock-hook):
9724 Add documentation to and turn into a defcustom.
86fbb8ca
CD
9725
97262010-07-19 Eric Schulte <schulte.eric@gmail.com>
9727
a628ad9d 9728 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
86fbb8ca
CD
9729 instead of to nil we avoid errors when :prefix1 is defined, but
9730 prefix is not.
9731
97322010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9733
9734 * org-latex.el (org-export-latex-preprocess): Environments coming
9735 from latex backend specific instructions (#+LaTeX) are already
9736 protected and won't be treated as normal environments.
9737
97382010-07-19 Bastien Guerry <bzg@altern.org>
9739
9740 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
9741
97422010-07-19 Bastien Guerry <bzg@altern.org>
9743
9744 * org-timer.el (org-timer-set-timer): Use a prefix argument.
9745 See the docstring of the function.
9746
97472010-07-19 Bastien Guerry <bzg@altern.org>
9748
9749 * org-timer.el (org-timer-set-timer): Fix bug about cancelling
9750 timers.
9751
97522010-07-19 David Maus <dmaus@ictsoc.de>
9753
9754 * org-w3m.el (org-w3m-copy-for-org-mode)
9755 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
9756 Get text property directly, not using macro `w3m-anchor'.
9757
97582010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9759
9760 * org.el (org-emph-re): Document the match groups.
9761
a628ad9d 97622010-07-19 Bernt Hansen <bernt@norang.ca>
86fbb8ca
CD
9763
9764 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
9765 t before calling `org-clock-out', so that that function can
9766 know its call context.
9767
97682010-07-19 Bastien Guerry <bzg@altern.org>
9769
9770 * org-timer.el (org-timer-default-timer): New variable.
9771 (org-timer-set-timer): Use the new variable. Also offer the
9772 possibility to replace the current timer by a new one.
9773
97742010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9775
9776 * org.el (org-kill-note-or-show-branches): Hide subtree before
9777 exposing the headings.
9778
97792010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9780
9781 * org.el (org-add-planning-info): Remove the empty line also
9782 if there is no whitespace at all in there.
9783
9784 * org-table.el (org-table-align): Fix alignment of strings
9785 with invisible characters.
9786
97872010-07-19 David Maus <dmaus@ictsoc.de>
9788
9789 * org.el (org-refile-cache-get): Return empty list of targets
9790 when cache was cleared.
9791 (org-clone-subtree-with-time-shift): Maybe create ID property
9792 in cloned subtrees.
9793 (org-clone-delete-id): New customization variable.
9794 (org-clone-subtree-with-time-shift): Use customization
9795 variable `org-clone-delete-id'.
9796 (org-clone-subtree-with-time-shift): Remove empty property
9797 drawer in cloned subtrees.
9798
97992010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9800
9801 * org.el (org-refile-use-cache): New option.
9802 (org-refile-cache, org-refile-markers): New variable.
9803 (org-refile-marker, org-refile-cache-clear)
9804 (org-refile-cache-check-set, org-refile-cache-put)
9805 (org-refile-cache-get): New function.
9806 (org-get-refile-targets): Use the refile cache.
9807
9808 * org-clock.el (org-clock-sum): Don't include running clock if
9809 the time block is wrong.
9810
98112010-07-19 John Wiegley <jwiegley@gmail.com>
9812
4d789d84
SM
9813 * org-clock.el (org-clock-clock-in, org-clock-in):
9814 Add parameter `start-time'.
a628ad9d 9815 (org-clock-resolve-clock): Add parameter `clock-out-time'.
86fbb8ca
CD
9816 If set, and resolve-to is a past time, then the clock out
9817 event occurs at `clock-out-time' rather than at `resolve-to'.
9818 In this case, `resolve-to' becomes the clock in time.
a628ad9d 9819 (org-clock-jump-to-current-clock): Create new global command
86fbb8ca 9820 to reveal the current clock.
a628ad9d 9821 (org-clock-resolve): Add new commands g/G and j/J, and a
86fbb8ca
CD
9822 help window describing all commands and their meaning.
9823 (org-clock-resolve-expert): New customization variable.
a628ad9d 9824 (org-find-open-clocks): Fix a bug that caused discovered
86fbb8ca 9825 clocks not to match up with the currently active clock.
a628ad9d 9826 (org-resolve-clocks): Change the argument
86fbb8ca
CD
9827 `also-non-dangling-p' to `only-dangling-p', since due to a bug
9828 this was the default behavior all along.
9829
98302010-07-19 David Maus <dmaus@ictsoc.de>
9831
9832 * org-id.el (org-id-uuid): New function. Return string with
9833 random (version 4) UUID.
9834 (org-id-method): Make 'uuid the new default value.
9835 (org-id-new): Use `org-id-uuid' if call to uuidgen program
9836 does not return a UUID.
9837
98382010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9839
9840 * org-latex.el (org-export-latex-format-image): Add support
9841 for multicolumn figures in LaTeX.
9842
98432010-07-19 David Maus <dmaus@ictsoc.de>
9844
9845 * org.el (org-clone-subtree-with-time-shift): Remove ID
9846 property of original subtree in cloned subtrees.
9847
98482010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9849
9850 * org-exp.el (org-export-format-source-code-or-example):
9851 XEmacs compatibility.
9852
9853 * org-latex.el (org-export-latex-tables): Accept comma in
9854 align string.
9855
9856 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
9857 (org-export-docbook-xslt-proc-command): Fix docstring.
9858 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4d789d84
SM
9859 (org-export-as-docbook-pdf):
9860 Improve formatting of the xslt command.
86fbb8ca
CD
9861
9862 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
9863
9864 * org.el (org-file-contents): Improve error message.
9865 (org-set-regexps-and-options): Remove spaces at both ends.
9866
98672010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9868
4d789d84
SM
9869 * org-docbook.el (org-export-as-docbook-pdf):
9870 Improve formatting of the xslt command.
86fbb8ca
CD
9871
98722010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
9873
9874 * org-publish.el (org-publish-cache): Use one big hashmap for
9875 each project defined in `org-publish-project-alist'.
9876 (initialize-files-alist): Function removed.
a628ad9d 9877 (org-publish-validate-link): Function removed.
86fbb8ca
CD
9878 (org-publish-get-base-files): Add variable `sitemap-requested'
9879 to avoid sorting where possible.
9880 (org-publish-get-files): Function removed.
9881 (org-publish-get-project-from-filename): Make independent of
9882 file list.
9883 (org-publish-file): New argument NO-CACHE.
9884
98852010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9886
4d789d84
SM
9887 * org.el (org-beginning-of-defun, org-end-of-defun):
9888 New functions.
86fbb8ca
CD
9889 (org-mode): Install the `org-beginning-of-defun' and
9890 `org-end-of-defun' functions.
9891 (org-pretty-entities): New option.
9892 (org-toggle-pretty-entities): New command.
9893 (org-fontify-entities): New function.
9894 (org-startup-options): New keywords for pretty entities.
9895 (org-set-font-lock-defaults): Call the pretty entities
9896 function.
9897
9898 * org-latex.el (org-export-latex-keywords-maybe): Protect the
9899 TODO markup.
9900
99012010-07-19 Mikael Fornius <mfo@abc.se>
9902
9903 * org-habit.el (org-habit-build-graph): Help-echo date when
9904 mouse is over stars.
9905
99062010-07-19 Jan Böker <jan.boecker@jboecker.de>
9907
9908 * org.el (org-file-apps): Improve docstring to reflect
a628ad9d 9909 grouping matches.
86fbb8ca
CD
9910
99112010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9912
9913 * org.el (org-set-startup-visibility): Fix empty line display.
9914
9915 * org-latex.el (org-export-latex-links): Use the formatting
9916 function of the link type, if it is available.
9917
9918 * org-table.el (org-table-get-remote-range): Return to
9919 original buffer when retrieving remote reference.
9920
9921 * org.el (org-display-inline-images): Do the entire buffer,
9922 not just the narrowed region. Clear the cache.
9923 (org-display-inline-images): Match mode file paths.
9924
99252010-07-19 David Maus <dmaus@ictsoc.de>
9926
9927 * org-wl.el (org-wl-store-link-folder): Don't throw error when
9928 called on WL folder group.
9929
99302010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9931
9932 * org.el (org-replace-escapes): Make sure the cdr is not nil.
9933 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
9934 (org-mode): Revert comment syntax changes.
9935
99362010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9937
9938 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
9939 keywords, and `C-c / T' for a specific one.
9940
99412010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9942
9943 * org.el (org-mode): Fix comment syntax settings.
9944
4d789d84
SM
9945 * org-src.el (org-edit-src-allow-write-back-p):
9946 Define variable.
86fbb8ca
CD
9947
9948 * org.el (org-inline-image-overlays): New variable.
9949 (org-toggle-inline-images, org-display-inline-images)
9950 (org-remove-inline-images): New commands.
9951 (org-mode-map): Define a key for `org-toggle-inline-images'.
9952
99532010-07-19 David Maus <dmaus@ictsoc.de>
9954
4d789d84
SM
9955 * org-wl.el (org-wl-message-field): New function.
9956 Return content of header field in message entity.
86fbb8ca
CD
9957 (org-wl-store-link): Call `org-wl-store-link-folder' or
9958 `org-wl-store-link-message' depending on major-mode.
9959 (org-wl-store-link-folder): New function. Store link to
9960 Wanderlust folder.
9961 (org-wl-store-link-message): New function. Store link to
9962 Wanderlust message.
9963 (org-wl-store-link-message): Store link to message while
9964 visiting message.
9965 (org-wl-open): Don't try to jump to message when opening a
9966 folder link.
9967
99682010-07-19 David Maus <dmaus@ictsoc.de>
9969
9970 * org.el (org-replace-escapes): Avoid infinite loop when
9971 replace string contains escape sequence it replaces.
9972
99732010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9974
9975 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
9976 encryption when now key is set.
9977
99782010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9979
9980 * org-table.el (org-table-recalculate-buffer-tables)
9981 (org-table-iterate-buffer-tables): New commands.
9982
9983 * org.el (org-check-for-hidden): When there is a region, skip
9984 the check.
9985
99862010-07-19 Dan Davison <davison@stats.ox.ac.uk>
9987
9988 * org-src.el (org-edit-src-code): allow-write-back-p had
a628ad9d 9989 erroneously been omitted from let binding.
86fbb8ca
CD
9990
99912010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9992
9993 * org-agenda.el (org-sorting-choice): New sorting type alpha.
9994 (org-cmp-alpha): New defsubst.
9995 (org-em): New defsubst.
9996 (org-entries-lessp): Only compute needed comparisons.
9997
99982010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9999
10000 * org-html.el (org-format-org-table-html): Test all columns
10001 for number content.
10002
100032010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10004
4d789d84
SM
10005 * org-latex.el (org-export-latex-treat-sub-super-char):
10006 Make sure parenthesis matching is consistent.
86fbb8ca
CD
10007
10008 * org-table.el (org-table-colgroup-line-p)
10009 (org-table-cookie-line-p): New functions.
10010
10011 * org-exp.el (org-table-clean-before-export): Better tests for
10012 colgroup and cookie lines.
10013
100142010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10015
10016 * org-agenda.el (org-agenda-goto): Push a mark before changing
10017 the position.
10018
10019 * org-footnote.el (org-footnote): New group.
10020 (org-footnote-section)
10021 (org-footnote-tag-for-non-org-mode-files): Fix typos.
10022
10023 * org-list.el (org-end-of-item-text-before-children): Also do
10024 the right thing at the end of a file.
10025
4d789d84
SM
10026 * org.el (org-set-packages-alist, org-get-packages-alist):
10027 New function.
86fbb8ca
CD
10028 (org-export-latex-default-packages-alist)
10029 (org-export-latex-packages-alist): Add extra flag to
10030 each package, indicating if it should be used for snippets.
10031 (org-create-formula-image): Add the snippet argument.
10032 (org-splice-latex-header): New argument SNIPPET-P, pass it
10033 through to `org-latex-packages-to-string'.
10034 (org-latex-packages-to-string): New argument SNIPPET-P.
10035
10036 * org-latex.el (org-export-latex-make-header): Add the snippet
10037 argument.
10038
10039 * org-docbook.el (org-export-as-docbook): Implement ordered
10040 lists starting at some offset.
10041
100422010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10043
10044 * org.el (org-link-types, org-open-at-point): Add doi links.
10045
10046 * org-ascii.el (org-export-ascii-preprocess): Remove list
10047 startcounter cookies.
10048
10049 * org-list.el (org-renumber-ordered-list): Respect counter
10050 start values.
10051
10052 * org-latex.el (org-export-latex-lists): Accept ordered list
10053 item offset cookie.
10054
10055 * org-html.el (org-export-as-html): Accept ordered list
10056 item offset cookie.
10057
10058 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
10059 which messes up alignment of tags.
10060
100612010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10062
10063 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
10064 the modeline display is removed.
10065
4d789d84
SM
10066 * org-exp.el (org-export-format-drawer-function):
10067 Fix docstring.
86fbb8ca
CD
10068
10069 * org-agenda.el (org-agenda-refile): New optional argument
10070 NO-UPDATE.
10071 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
10072 is set.
10073 (org-agenda-bulk-action): Call the refile command with updates
10074 suppressed - but arrange for `org-agenda-redo' to be called at
10075 the end.
10076
10077 * org.el (org-mode): Make table mapping quiet.
10078 (org-table-map-tables): New optional argument QUIETLY.
10079
10080 * org-ascii.el (org-export-ascii-preprocess): Make table
10081 mapping quiet.
10082
4d789d84
SM
10083 * org-html.el (org-export-as-html, org-html-level-start):
10084 Change XHTML IDs to not use dots.
86fbb8ca 10085
4d789d84
SM
10086 * org-exp.el (org-export-define-heading-targets):
10087 Change XHTML IDs to not use dots.
86fbb8ca 10088
4d789d84
SM
10089 * org-docbook.el (org-export-docbook-level-start):
10090 Change XHTML IDs to not use dots.
86fbb8ca
CD
10091
10092 * org-latex.el (org-export-as-latex): Make sure that the
10093 result buffer is in latex-mode.
10094
10095 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4d789d84
SM
10096 (org-shiftleft-final-hook, org-shiftright-final-hook):
10097 New hooks.
86fbb8ca
CD
10098
100992010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10100
10101 * org-table.el (org-table-justify-field-maybe): Make sure that
10102 inserting a value does not turn a line into a hline.
10103
101042010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10105
10106 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
10107 (org-clock-sum): Add property to selected headlines.
10108 (org-dblock-write:clocktable): Make tags matcher.
10109
10110 * org.el (org-set-autofill-regexps): XEmacs compatibility.
10111
10112 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
a628ad9d 10113 in latex class definitions.
86fbb8ca
CD
10114
10115 * org.el (org-shiftup-hook, org-shiftdown-hook)
10116 (org-shiftleft-hook, org-shiftright-hook): New hooks.
10117
10118 * org-entities.el (org-entities): Use \land and \lor for logical
10119 operators.
10120
10121 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
10122 indentation commands.
10123 (org-hidden-tree-error): New defsubst.
10124 (org-metaleft, org-metaright): Check for hidden stuff and throw an
10125 error.
10126 (org-check-for-hidden): New function.
10127
10128 * org-list.el (org-item-re): New function.
10129 (org-at-item-p): Use `org-item-re'.
10130 (org-end-of-item-text-before-children): New function.
10131 (org-outdent-item, org-indent-item): Arrange for leaving the
10132 subtree alone.
10133 (org-outdent-item-tree, org-indent-item-tree): New argument
10134 NO-SUBTREE.
10135 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
10136 to find the end for processing while ignoring the subtree.
10137
10138 * org-publish.el (org-publish-sitemap-sort-alphabetically)
10139 (org-publish-sitemap-sort-folders)
10140 (org-publish-sitemap-sort-ignore-case): New options.
10141
101422010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10143
10144 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
10145
10146 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
10147
10148 * org-publish.el (org-publish-project-alist): Update docstring.
10149 (org-publish-file-title-cache): New variable.
4d789d84
SM
10150 (org-publish-initialize-files-alist):
10151 Initialize `org-publish-initialize-files-alist' to nil.
86fbb8ca
CD
10152 (org-publish-sort-directory-files): New function.
10153 (org-publish-projects): Access the new properties.
10154 (org-publish-find-title): Use the file title cache.
10155 (org-publish-find-title): Build the file title cache.
10156 (org-publish-get-base-files-1): Sort files.
10157 (org-publish-aux-preprocess): Do not throw an error when before
10158 the first headline. Allow an empty target, meaning to link just
10159 to the file.
10160 (org-publish-index-generate-theindex.inc): Check if there is
10161 actually a target and only then add it to the link.
a628ad9d 10162 (org-publish-projects): Fix a remaining issue with the last commit.
86fbb8ca
CD
10163
10164 * org-html.el (org-export-as-html): Treat verse as open/close
10165 paragraph.
10166 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
10167 and out of lists.
10168
101692010-07-19 Dan Davison <davison@stats.ox.ac.uk>
10170
10171 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
10172 be used in a read-only mode.
a628ad9d 10173 (org-edit-src-code): Different message in read-only mode.
86fbb8ca
CD
10174
101752010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10176
10177 * org-src.el (org-edit-src-find-region-and-lang): Test for
10178 table.el as late as possible.
10179
10180 * org-colview-xemacs.el: Make sure this file is never loaded into
10181 Emacs. Remove all tests for XEmacs.
10182
10183 * org-colview.el: Make sure this file is never loaded into XEmacs.
10184
10185 * org-agenda.el (org-highlight, org-unhighlight): Use direct
10186 overlay calls.
10187
10188 * org.el (org-key): Apply the translations defined in
10189 `org-xemacs-key-equivalents'.
10190
10191 * org-mouse.el (org-mode-hook): Use `org-defkey'.
10192
10193 * org-compat.el (org-xemacs-key-equivalents): New constant.
10194
101952010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10196
10197 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
10198 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
10199 Obey `org-odd-levels-only'.
10200
10201 * org-compat.el (org-find-overlays): Use overlays-in/at.
10202
10203 * org.el (org-remove-empty-overlays-at)
10204 (org-outline-overlay-data, org-hide-block-toggle)
10205 (org-format-latex, org-context): Use overlays-in/at.
10206
10207 * org-src.el (org-edit-src-exit): Use overlays-in/at.
10208
10209 * org-agenda.el (org-agenda-mark-clocking-task)
10210 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
10211 (org-agenda-entry-text-hide)
10212 (org-agenda-fix-tags-filter-overlays-at)
10213 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
10214
10215 * org-compat.el (org-overlays-at): Function removed.
10216 (org-overlays-in): Function removed.
10217
102182010-07-19 Bastien Guerry <bzg@altern.org>
10219
10220 * org-clock.el (org-clock-set-current): Just return the headline
10221 itself, strip the TODO keyword, the priority cookie and the tags.
10222
102232010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10224
10225 * org-compat.el (org-xemacs-without-invisibility): New macro.
10226 (org-xemacs-without-invisibility): New macro.
10227 (org-indent-to-column, org-indent-line-to, org-move-to-column):
10228 Redefine using the macro `org-xemacs-without-invisibility'.
10229
10230 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
10231
10232 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
10233
10234 * org-compat.el (org-make-overlay, org-delete-overlay)
10235 (org-overlay-start, org-overlay-end, org-overlay-put)
4d789d84
SM
10236 (org-overlay-get, org-overlay-move, org-overlay-buffer):
10237 Functions removed.
86fbb8ca
CD
10238 (org-add-to-invisibility-spec): Function removed.
10239
10240 * org-html.el (org-export-as-html-and-open): Add argument to
10241 kill-buffer.
10242
10243 * org-habit.el (require): `calendar' is now required already by
10244 org.el on top level.
10245
10246 * org-clock.el (require): `calendar' is now required already by
10247 org.el on top level.
10248
10249 * org-agenda.el (require, org-timeline, org-agenda-list)
10250 (org-todo-list, org-agenda-to-appt): `calendar' is now required
10251 already by org.el on top level.
10252
10253 * org.el (org-export-latex-fix-inputenc): Declare function.
10254
10255 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10256 variables.
10257
10258 * org.el (calendar): Require calendar now on top level in org.el
10259 and define aliases to new variables when needed.
10260 (org-read-date, org-goto-calendar): Do not bind obsolete
10261 variables.
10262
10263 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
10264 compilation warning, add comment that this cannot be done with
10265 `with-current-buffer'.
10266
10267 * org-wl.el (org-wl-open): Use `with-current-buffer'.
10268
10269 * org.el (overlay, org-remove-empty-overlays-at)
10270 (org-outline-overlay-data, org-set-outline-overlay-data)
10271 (org-show-block-all, org-hide-block-toggle)
10272 (org-highlight-new-match, org-remove-occur-highlights)
10273 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
10274 (org-read-date, org-read-date-display, org-eval-in-calendar)
10275 (org-format-latex, org-context)
10276 (org-speedbar-restriction-lock-overlay)
10277 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
10278
10279 * org-table.el (org-table-add-rectangle-overlay)
10280 (org-table-remove-rectangle-highlight)
10281 (org-table-overlay-coordinates)
10282 (org-table-toggle-coordinate-overlays): Use the normal overlay
10283 API.
10284
10285 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
10286 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
10287 normal overlay API.
10288
10289 * org-colview.el (org-columns-new-overlay)
10290 (org-columns-display-here, org-columns-remove-overlays)
10291 (org-columns-edit-value, org-columns-next-allowed-value)
10292 (org-columns-update): Use the normal overlay API.
10293
10294 * org-clock.el (org-clock-out, org-clock-cancel)
10295 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
10296 overlay API.
10297
10298 * org-agenda.el (org-agenda-mark-filtered-text)
10299 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
10300 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
10301 (org-agenda-entry-text-hide)
10302 (org-agenda-restriction-lock-overlay)
10303 (org-agenda-set-restriction-lock)
10304 (org-agenda-filter-by-tag-hide-line)
10305 (org-agenda-fix-tags-filter-overlays-at)
10306 (org-agenda-filter-by-tag-show-all, org-hl)
10307 (org-agenda-goto-calendar, org-agenda-bulk-mark)
10308 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
10309
10310 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 10311 (org-freemind-from-org-mode)
4d789d84
SM
10312 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
10313 Use interactive-p instead of called-interactively, because this is
86fbb8ca
CD
10314 backward compatible with older Emacsen I still support..
10315
103162010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10317
10318 * org-exp.el (org-export-define-heading-targets): Fix bug in
10319 regexp finding ID and CUSTOM_ID properties.
10320
103212010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10322
4d789d84
SM
10323 * org-footnote.el (org-footnote-goto-previous-reference):
10324 Rename from `org-footnote-goto-next-reference'.
86fbb8ca
CD
10325
10326 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
10327 org-log-repeat is non-nil, or if there is clocking data in the
10328 entry.
10329
10330 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
10331
103322010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10333
10334 * org.el (org-align-all-tags): New command.
10335
103362010-07-19 David Maus <dmaus@ictsoc.de>
10337
10338 * org-wl.el (org-wl-link-remove-filter): New customizable
10339 variable. If non-nil, filter conditions are stripped when storing
10340 link to message in filter folder.
4d789d84
SM
10341 (org-wl-shimbun-prefer-web-links): New customizable variable.
10342 If non-nil, links to shimbun messages are created as web links to
86fbb8ca 10343 message source.
4d789d84
SM
10344 (org-wl-nntp-prefer-web-links): New customizable variable.
10345 If non-nil, links to nntp message are created as web links to gmane
86fbb8ca
CD
10346 or googlegroups.
10347 (org-wl-namazu-default-index): New customizable variable.
10348 Directory of namazu search index that should be used as default
10349 when opening a link in a search folder.
10350 (org-wl-folder-types): New constant. Wanderlust folder type
10351 indicators.
10352 (org-wl-folder-type): New function. Return type of Wanderlust
10353 folder.
10354 (org-wl-store-link): Create web links for shimbun or nntp messages
10355 and strip filter conditions depending on customizable variables.
10356 (org-wl-open): Open namazu search folder for message when called
10357 with prefix.
10358
103592010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10360
10361 * org.el (org-remove-if, org-remove-if-not): New functions.
10362 (org-open-file): Use internal remove-if functions.
10363
103642010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10365
a628ad9d
JB
10366 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
10367 (org-file-apps-ex): Remove variable.
86fbb8ca
CD
10368 (org-open-file): Integrate org-file-apps-ex functionality back
10369 into org-file-apps, and decide whether to match a regexp against
10370 the link or the filename using org-file-apps-entry-uses-grouping-p.
10371
103722010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10373
a628ad9d 10374 * org.el (org-file-apps-ex): New variable.
86fbb8ca 10375 (org-open-file): Before considering org-file-apps, first match the
4d789d84
SM
10376 regexps from org-file-apps-ex against the whole link.
10377 See docstring of org-file-apps-ex.
86fbb8ca
CD
10378
103792010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10380
4d789d84
SM
10381 * org.el (org-export-latex-default-packages-alist):
10382 Remove microtype package.
86fbb8ca
CD
10383 (org-todo-repeat-to-state): New variable.
10384 (org-auto-repeat-maybe): Allow user-selected target states.
10385 (org-default-properties): Add the new property REPEAT_TO_STATE.
10386
103872010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10388
10389 * org-mobile.el (org-mobile-check-setup): Make sure that there is
10390 a binary to compute checksums.
10391
3820f429
CD
103922010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
10393
10394 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10395 variables.
10396
10397 * org.el (calendar): Require calendar now on top level in org.el
10398 and define aliases to new variables when needed.
10399 (org-read-date, org-goto-calendar): Do not bind obsolete
10400 variables.
10401
c50b0f11
GM
104022010-06-22 Glenn Morris <rgm@gnu.org>
10403
10404 * org-entities.el: Add explicit utf-8 coding cookie to file with
10405 utf-8 characters.
10406
6dc439cb
SM
104072010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
10410
61a808e8
CY
104112010-05-07 Chong Yidong <cyd@stupidchicken.com>
10412
10413 * Version 23.2 released.
10414
365f8d85
SM
104152010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * org-table.el (orgtbl-setup):
10418 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
10419
56eb0904
SM
104202010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * org-table.el (orgtbl-mode): Use define-minor-mode.
10423
ed21c5c8
CD
104242010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10425
56eb0904
SM
10426 * org.el (org-insert-link): Find the link buffer on visible frames.
10427 (org-export-latex-default-packages-alist): Hyperref must be loaded
ed21c5c8
CD
10428 late.
10429 (org-open-file): More care with the new matching for file links.
10430
104312010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10432
10433 * org-latex.el (org-export-latex-preprocess): Do not yet protect
10434 defined entities - these will be taken care of later.
10435 (org-export-latex-special-chars): Post-process entity replacement.
10436 (org-export-latex-fontify-headline): Do not yet protect defined
10437 entities - these will be taken care of later.
10438 (org-export-latex-tables, org-export-latex-links): Format the
10439 caption properly.
10440
10441 * org-entities.el (org-entities-user): Fix typo.
10442
a628ad9d 10443 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
ed21c5c8
CD
10444
10445 * org-entities.el (org-entities-user): Improve docstring.
10446
104472010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10448
10449 * org-entities.el (org-macs): Require org-macs, to be sure that we
10450 have `declare-function' defined.
10451
104522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10453
10454 * org-latex.el (org-export-latex-classes): Update docstring.
10455
10456 * org.el (org-format-latex-header): Add cookies to the header.
0235128c 10457 (org-splice-latex-header): Implement placement according to cookies.
ed21c5c8
CD
10458
104592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10460
10461 * org-publish.el (org-publish-aux-preprocess): Control case
10462 sensitivity.
10463
104642010-04-10 Bastien Guerry <bzg@altern.org>
10465
10466 * org.el (org-splice-latex-header): Fix typo.
10467
104682010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10469
0235128c
SM
10470 * org-latex.el (org-export-latex-make-header):
10471 Use `org-splice-latex-header' to build the header.
ed21c5c8
CD
10472 (org-export-latex-classes): Update docstring.
10473
10474 * org.el (org-splice-latex-header): New function.
10475 (org-create-formula-image): Use `org-splice-latex-header' to build
10476 the header.
10477
10478 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
10479
104802010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10481
10482 * org.el (org-export-latex-packages-alist)
10483 (org-export-latex-default-packages-alist): Fix docstring to
10484 reflect the expected structure.
10485
10486 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
10487 (org-export-docbook-finalize-table): Make use of label for tables.
10488
104892010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10490
10491 * org-attach.el (org-attach-commit): Split on newlines.
10492
10493 * org.el (org-export-latex-default-packages-alist): Use list
10494 instead of cons for the entries.
10495
104962010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10497
10498 * org-entities.el (org-entity-get-representation): Catch the case
10499 that there is not entry in the list.
10500
10501 * org-mobile.el (org-mobile-use-encryption)
10502 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
10503 New options.
10504 (org-mobile-check-setup): CHeck the encryption setup.
10505 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
10506 (org-mobile-create-sumo-agenda): Use encryption code.
10507 (org-mobile-encrypt-and-move): New function.
4d789d84
SM
10508 (org-mobile-encrypt-file, org-mobile-decrypt-file):
10509 New functions.
ed21c5c8
CD
10510 (org-mobile-move-capture): Decrypt the capture file.
10511
10512 * org.el (org-entities): Require the new file.
10513 (org-export-latex-default-packages-alist): New variable.
10514 (org-complete): Use new entity code for completion.
10515 (org-create-formula-image): Use the new packages variable.
10516
10517 * org-latex.el (org-export-latex-classes): Remove the standard
10518 packages from the class headers.
10519 (org-export-latex-make-header): Use the new package variable.
10520 (org-export-latex-special-chars): Better regexp for entities, to
10521 support entity name that contain numbers.
10522 (org-export-latex-treat-backslash-char): Use the new entity code.
10523
10524 * org-html.el (org-html-do-expand): Use the new entity code.
10525
10526 * org-exp.el (org-export): Add the new export commands.
10527 (org-html-entities): Constant removed.
10528 (org-export-visible): Add the new export commands.
10529
ed21c5c8
CD
10530 * org-docbook.el (org-docbook-do-expand): Use new entity code.
10531
10532 * org-ascii.el (org-export-ascii-entities): New variable.
10533 (org-export-as-latin1, org-export-as-latin1-to-buffer)
10534 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
10535 (org-export-as-encoding): New function.
10536 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
10537 (org-ascii-replace-entities): New function.
10538
2b4aa886 105392010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4e2af782 10540 Ulf Stegemann <ulf@zeitform.de>
2b4aa886
GM
10541
10542 * org-entities.el: New file.
10543
ed21c5c8
CD
105442010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10545
10546 * org-html.el (org-html-level-start): Catch the case that target
10547 might be nil.
10548
105492010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10550
10551 * org.el (org-appearance): Change Customize group variable name
10552 from org-font-lock to org-appearance, and change tag from "Org
c4cc8b9a
JB
10553 Font Lock" to "Org Appearance".
10554 (org-odd-levels-only): Change Customize group variable name.
10555 (org-level-color-stars-only): Change Customize group variable name.
10556 (org-hide-leading-stars): Change Customize group variable name.
10557 (org-hidden-keywords): Change Customize group variable name.
10558 (org-fontify-done-headline): Change Customize group variable name.
10559 (org-fontify-emphasized-text): Change Customize group variable name.
10560 (org-fontify-whole-heading-line): Change Customize group variable name.
ed21c5c8 10561 (org-highlight-latex-fragments-and-specials): Change Customize
c4cc8b9a
JB
10562 group variable name.
10563 (org-hide-emphasis-markers): Change Customize group variable name.
10564 (org-emphasis-alist): Change Customize group variable name.
ed21c5c8 10565 (org-emphasis-regexp-components): Change Customize group variable
c4cc8b9a 10566 name.
a628ad9d 10567 (org-modules): Remove mention of org-R.
ed21c5c8 10568
a628ad9d 10569 * org-faces.el (org-faces): Change Customize group variable name.
ed21c5c8
CD
10570
105712010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10572
10573 * org-agenda.el (org-diary-last-run-time): New variable.
a628ad9d 10574 (org-diary): Prepare agenda buffers only if last call was some
ed21c5c8
CD
10575 time ago.
10576
10577 * org-html.el (org-export-html-preprocess): Replace \ref macros
10578 with a link.
10579 (org-format-org-table-html): Add the label as an anchor.
10580
10581 * org-docbook.el (org-export-docbook-format-image): Do some
10582 formatting on captions.
10583
10584 * org-latex.el (org-export-latex-tables, org-export-latex-links):
10585 Do some formatting on captions.
10586
10587 * org-html.el (org-export-html-format-image)
10588 (org-format-org-table-html): Do some formatting on captions.
10589
105902010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10591
a628ad9d 10592 * org.el (org-hidden-keywords): New customizable variable. This is
ed21c5c8
CD
10593 a list of symbols specifying which of the special keywords #+DATE,
10594 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
10595 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
91af3942 10596 implementing new faces and hiding behavior.
ed21c5c8 10597
c4cc8b9a
JB
10598 * org-faces.el (org-document-title): New face for #+TITLE lines.
10599 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
a628ad9d
JB
10600 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
10601 keywords.
ed21c5c8
CD
10602
106032010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10604
10605 * org-publish.el (org-publish-sanitize-plist): New function to
10606 rename "index" properties to "sitemap". Do this renaming
10607 globally.
10608 (org-publish-with-aux-preprocess-maybe): New macro.
10609 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
10610 macro.
10611 (org-publish-aux-preprocess)
10612 (org-publish-index-generate-theindex.inc): New function.
10613
106142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10615
10616 * org-table.el (org-table-align): Interpret <N> at fixed width,
10617 not as maximum width.
10618
106192010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10620
4d789d84
SM
10621 * org-exp.el (org-export-author-info, org-export-email-info):
10622 Fix docstrings.
ed21c5c8 10623
a628ad9d 10624 * org-beamer.el (org-beamer-select-environment): Rename from
ed21c5c8
CD
10625 `org-beamer-set-environment-tag'. Improve docstring.
10626
10627 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
10628 problem with odd levels.
10629
10630 * org-ascii.el (org-export-as-ascii): Export email only if the
10631 author wants it.
10632
10633 * org-docbook.el (org-export-as-docbook): Export email only if the
10634 author wants it.
10635
10636 * org-html.el (org-export-as-html): Export email only if the
10637 author wants it.
10638
10639 * org-exp.el (org-export-email-info): New option.
10640 (org-export-plist-vars): Add entry for `org-export-email'.
10641
106422010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10643
10644 * org-table.el (org-table-goto-line): Fix typo.
10645
106462010-04-10 Mikael Fornius <mfo@abc.se>
10647
10648 * org.el (org-agenda-files): Typo.
10649 (org-read-agenda-file-list): Add optional argument to help
10650 `org-store-new-agenda-file-list' to remember un-expanded file
10651 names. Expand file names relative to `org-directory'.
10652 (org-store-new-agenda-file-list): Keep un-expanded file names when
10653 saving, if available.
10654 (org-agenda-files): Update documentation.
10655
106562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10657
10658 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
10659 a buffer with no file name attached.
10660
10661 * org.el (org-log-refile): New option.
10662 (org-log-note-headings): Add a heading for refiling.
10663 (org-startup-options): Add keywords for logging of the refile
10664 action.
10665 (org-refile): Add logging action.
10666 (org-add-log-note): Allow for refiling action.
10667
10668 * org-agenda.el (org-agenda-bulk-action): Make sure
10669 `org-log-refile' is not `note' during a bulk action.
10670
106712010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10672
10673 * org.el (org-map-dblocks): Use save-excursion to remember the
10674 position.
10675
10676 * org-attach.el (org-attach-commit): Remove dependence on xargs.
10677 (org-attach-delete-one): Commit after deleting a file.
10678
10679 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
10680 borders for strike-through emphasis.
10681
10682 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
10683 handling of odd levels.
10684
10685 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
10686 and `future' values.
10687 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10688 Handle `past' and `future' values.
10689
10690 * org.el (org-read-agenda-file-list): Interpret file names
10691 relative to org-directory and allow environment variables and
10692 "~".
10693
10694 * org-latex.el (org-export-latex-special-chars): Allow a
10695 parenthesis before an exponent or subscript.
10696
106972010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10698
10699 * org-src.el (org-edit-src-exit): When returning from code edit
10700 buffer, if code block is hidden, leave point at start of
a628ad9d 10701 #+begin_src line.
ed21c5c8
CD
10702
107032010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10704
10705 * org.el (org-insert-heading): Do not remove all spaces if the
10706 headline is empty.
10707
10708 * org-indent.el (org-indent): Fix group name.
10709
107102010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10711
10712 * org-table.el (org-table-goto-column): Fix forcing a non-existing
10713 column.
10714 (org-table-get, org-table-put, org-table-goto-line)
10715 (org-table-current-line): New functions.
10716
107172010-04-10 Jan Böcker <jan.boecker@jboecker.de>
10718
10719 * org.el (org-open-file): Allow regular expressions in
10720 org-file-apps to capture link parameters using groups. In a
10721 command string to be executed, the parameters can be referenced
10722 using %1, %2, etc. Lisp forms can access them using
10723 (match-string n link).
10724 (org-apps-regexp-alist): Adopt the created regexp, as this is now
10725 matched against a file: link instead of the file name.
10726
107272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10728
10729 * org-crypt.el (org-reveal-start-hook): Add a decryption function
10730 to this hook.
4d789d84
SM
10731 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
10732 Add docstrings.
ed21c5c8
CD
10733
10734 * org.el (org-point-at-end-of-empty-headline)
10735 (org-level-increment, org-get-previous-line-level): New function.
10736 (org-cycle-level): Rewritten to be independent of when this
10737 function is called.
10738 (org-in-regexps-block-p): New function.
10739 (org-reveal-start-hook): New hook.
10740 (org-reveal): Run new hook.
10741
107422010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10743
10744 * org-latex.el (org-export-latex-keywords): Start a new paragraph
10745 after time keywords, do not add "\newline".
10746
10747 * org-html.el (org-export-as-html): Avoid double # in href.
10748
10749 * org.el (org-refile-get-location): Catch an invalid target
10750 specification.
10751
107522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10753
10754 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
10755 Make sure the behavior regarding to extracting time is
10756 consistent.
10757
107582010-04-10 Stephen Eglen <stephen@gnu.org>
10759
4d789d84
SM
10760 * org-agenda.el (org-agenda-insert-diary-extract-time):
10761 New variable.
ed21c5c8
CD
10762 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
10763 variable rather than `org-agenda-search-headline-for-time'.
10764
107652010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10766
10767 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
10768
107692010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10770
10771 * org.el (org-adaptive-fill-regexp-backup): New variable.
10772 (org-set-autofill-regexps): Store a backup of
10773 `adaptive-fill-regexp'.
10774 (org-adaptive-fill-function): Fix filling of comments and ordered
a628ad9d 10775 lists. If there is no other match, till try adaptive fill.
ed21c5c8
CD
10776
107772010-04-10 John Wiegley <jwiegley@gmail.com>
10778
a628ad9d 10779 * org-agenda.el (org-agenda-include-deadlines): Add new
ed21c5c8
CD
10780 customization variable to determine whether unscheduled tasks
10781 should appear in the agenda solely because of their deadline.
10782 Default to true, which was the previous behavior (it just wasn't
10783 configurable).
10784 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
10785 the agenda to show/hide deadline tasks.
a628ad9d 10786 (org-agenda-menu): Add menu option for show/hide deadlines.
ed21c5c8
CD
10787 (org-agenda-list): Make the agenda list sensitive to the value of
10788 `org-agenda-include-deadlines'.
10789 (org-agenda-toggle-deadlines): New function to toggle the value of
10790 `org-agenda-include-deadlines' and repaint the modeline
10791 indicators.
10792 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
10793 modeline if deadline tasks are being displayed.
10794
107952010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10796
10797 * org-table.el (org-table-eval-formula): Replace $# and @# by
10798 current column and row number.
10799
108002010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10801
10802 * org.el (org-set-property, org-delete-property): Go back to
10803 prompting for the property.
10804
10805 * org-latex.el (org-export-latex-make-header): Fully process
10806 author line.
10807 (org-export-latex-fontify-headline): Allow several arguments, not
10808 just one.
10809 (org-export-latex-fix-inputenc): Catch the error when
10810 `latexenc-coding-system-to-inputenc' is not defined.
10811
10812 * org-agenda.el (org-agenda-skip-if-todo): New function.
10813 (org-agenda-skip-if): Add conditions for TODO keywords.
10814 (org-agenda-skip-if): Document the new todo conditions.
10815
108162010-04-10 Mikael Fornius <mfo@abc.se>
10817
10818 * org.el (org-at-property-p): Check if we are inside a property
10819 drawer not just any drawer.
10820 (org-set-property, org-delete-property): When cursor is on a
10821 property key value pair do not prompt for property name instead
10822 use name at cursor.
10823 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
10824 on the first line of a property drawer.
10825 (org-property-end-re): Spell check.
10826
108272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10828
10829 * org-exp.el (org-export-attach-captions-and-attributes): Add the
10830 properties to the entire table, in case the first line is
10831 removed.
10832
10833 * org-archive.el (org-archive-reversed-order): New option.
10834 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
10835 option `org-archive-reversed-order'.
10836
108372010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10838
10839 * org-agenda.el (org-agenda-entry-types): New variable.
10840 (org-agenda-list): Use `org-agenda-entry-types'.
10841 (org-agenda-custom-commands-local-options): Support for setting
10842 `org-agenda-entry-types' as an option.
10843 (org-diary): Shift some documentation from here to the variable
10844 `org-agenda-entry-types'.
10845
108462010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10847
10848 * org-latex.el (org-export-latex-make-header): Apply macros in
10849 author field.
10850
10851 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
10852 (org-clock-select-task, org-clock-notify-once-if-expired)
10853 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
10854 (org-clock-out-if-current, org-clock-save): Use the new functions.
10855
108562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10857
10858 * org-docbook.el (org-export-as-docbook): Remove unnecessary
10859 newline.
10860 (org-export-as-docbook): Remove unnecessary newline.
10861 (org-export-as-docbook): Fix problem with double footnote
10862 reference in one place.
10863
4d789d84
SM
10864 * org-exp.el (org-export-format-source-code-or-example):
10865 Remove unnecessary newline.
ed21c5c8
CD
10866
10867 * org.el (org-deadline, org-schedule): Allow rescheduling entries
10868 with repeaters.
10869
10870 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
10871 function calls that look like references.
10872
10873 * org.el (org-open-at-point): Get link abbreviations from
10874 reference buffer.
10875
108762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10877
10878 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
10879 as a reference.
10880
108812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10882
10883 * org.el (org-link-unescape): Solve issue with lower-case escapes.
10884
108852010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10886
4d789d84
SM
10887 * org-latex.el (org-export-latex-classes):
10888 Add \usepackage{latexsym} to all classes.
ed21c5c8
CD
10889
108902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10891
10892 * org-html.el (org-export-as-html): Do not allow protected lines
10893 into the table of contents.
10894
10895 * org-latex.el (org-export-latex-special-chars): Find subsequent
10896 occurrences of special characters.
10897 (org-export-latex-tables): Do not convert table-like stuff that is
10898 protected.
10899
109002010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10901
10902 * org-list.el (org-toggle-checkbox): No errors when updating
10903 checkbox count fails because there is no heading.
10904
109052010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10906
4d789d84
SM
10907 * org-clock.el (org-clock-report-include-clocking-task):
10908 New option.
ed21c5c8
CD
10909 (org-clock-sum): Add the current clocking task.
10910
109112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10912
10913 * org.el (org-cycle): Print a message when in a table.el table.
10914 (org-edit-special): Recognize the table.el context.
10915 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
10916
10917 * org-src.el (org-at-table.el-p): Declare.
10918 (org-edit-src-code): Handle a special case for table.el editing.
10919 (org-edit-src-find-region-and-lang): Recognize the table.el
10920 context.
10921
10922 * org-latex.el (org-export-latex-tables): Convert table.el
10923 tables.
10924 (org-export-latex-convert-table.el-table): New function.
10925
10926 * org-html.el (org-html-expand): Fix table.el export.
10927
10928 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10929 headings.
10930
10931 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
10932 table for the id locations.
10933
10934 * org.el (org-read-date-analyze): Match American-style dates, like
10935 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
10936 current year when reading ISO and American dates.
10937
109382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10939
10940 * org.el (org-face-from-face-or-color): New function.
10941 (org-get-todo-face, org-font-lock-add-priority-faces)
10942 (org-get-tag-face): Use `org-face-from-face-or-color'.
10943
4d789d84
SM
10944 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
10945 Allow simple colors as values.
ed21c5c8
CD
10946 (org-faces-easy-properties): New option.
10947
10948 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
10949 restricted, as an agenda mode.
10950 (org-agenda-fontify-priorities): Allow simple colors as values.
10951
109522010-04-10 Bastien Guerry <bzg@altern.org>
10953
a628ad9d 10954 * org-timer.el (org-timer-current-timer): Rename from
ed21c5c8 10955 `org-timer-last-timer'.
a628ad9d 10956 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
ed21c5c8
CD
10957 (org-timer-cancel-timer, org-timer-show-remaining-time)
10958 (org-timer-set-timer): Update to use only one timer.
10959
10960 * org.el (org-set-property): Remove useless space in the prompt.
10961
109622010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10963
10964 * org-html.el (org-export-html-style-default): Add a default style
10965 for textareas.
10966
4d789d84
SM
10967 * org-exp.el (org-export-format-source-code-or-example):
10968 Fix textarea tag.
ed21c5c8
CD
10969
109702010-04-10 Bastien Guerry <bzg@altern.org>
10971
10972 * org-clock.el (org-clock-current-task): New variable to store
10973 last clocked in task.
10974 (org-clock-set-current, org-clock-delete-current): New functions.
10975
109762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10977
10978 * org-remember.el (org-remember-apply-template): Extend comment.
10979 (org-remember-handler): Implement clock sibling filing.
10980
109812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10982
10983 * org-publish.el (org-publish-all, org-publish-current-file)
10984 (org-publish-current-project): When called with prefix argument
10985 FORCE, also rebuild the validation file list.
10986
10987 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10988 section headings.
10989
109902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10991
10992 * org-html.el (org-export-as-html-and-open): Kill product buffer
10993 if the user wants that.
10994
10995 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
10996 if the user wants that.
10997
4d789d84
SM
10998 * org-exp.el (org-export-kill-product-buffer-when-displayed):
10999 New option.
ed21c5c8
CD
11000
11001 * org-agenda.el (org-batch-agenda-csv): Use the time property
11002 instead of the `time-of-day' property.
11003
110042010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11005
11006 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
11007 (org-timer-pause-hook, org-timer-set-hook)
11008 (org-timer-cancel-hook): New hooks.
11009 (org-timer-start): Run `org-timer-start-hook'.
11010 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
11011 (org-timer-stop): Run `org-timer-stop-hook'.
11012 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
11013
110142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11015
11016 * org.el (org-reveal): Double prefix arg shows the subtree of the
11017 parent.
11018
110192010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11020
11021 * org-agenda.el (org-search-view): Fix bug with searching full
11022 words in headlines in search view.
11023 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
11024 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
11025 scheduled (if the user configures it so.
11026
110272010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11028
11029 * org.el (org-hide-archived-subtrees): Don't jump to end of
11030 subtree if the match was not in a headline.
11031 (org-inside-latex-macro-p): Allow more complex arguments.
11032 (org-emphasize): Protect against use at end of buffer.
11033
110342010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11035
11036 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
11037 text properties.
11038
110392010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11040
11041 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
11042 values.
11043 (org-agenda-todo-ignore-scheduled)
11044 (org-agenda-todo-ignore-deadlines): More control with different
11045 allowed values.
11046 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
11047 Honor the new option settings.
11048
110492010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11050
11051 * org.el (org-get-location): Make sure the selection buffer is
11052 shown in the current frame.
11053
4d789d84
SM
11054 * org-ascii.el (org-export-ascii-table-widen-columns):
11055 New option.
ed21c5c8
CD
11056 (org-export-ascii-preprocess): Realign tables to remove narrowing
11057 if `org-export-ascii-table-widen-columns' is set.
11058
11059 * org-table.el (org-table-do-narrow): New variable.
11060 (org-table-align): Narrow only if `org-table-do-narrow' is t.
11061
11062 * org.el (org-deadline, org-schedule): Allow updating if the
11063 relevant time stamp does not have a repeater, i.e. do not require
11064 that no time stamp has a repeater.
11065
11066 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
11067 new white space before the tags.
11068
11069 * org-latex.el (org-export-as-latex): Do nit require the buffer to
11070 be visiting a file when only exporting to a buffer or string.
11071 (org-export-latex-fix-inputenc): Only save the buffer is there is
11072 a file name attached to it.
11073
110742010-04-10 Dan Davison <davison@stats.ox.ac.uk>
11075
a628ad9d 11076 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
ed21c5c8
CD
11077
110782010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11079
4d789d84
SM
11080 * org.el (org-fontify-meta-lines-and-blocks):
11081 Honor `org-fontify-quote-and-verse-blocks'.
ed21c5c8
CD
11082
11083 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
11084
110852010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11086
11087 * org.el (org-open-at-point): Also check for text property
11088 org-linked-text before offering collected links.
11089
110902010-04-10 Stephen Eglen <stephen@gnu.org>
11091
11092 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11093 Optionally extract time specification from text and add to the
11094 timestamp.
11095
110962010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11097
11098 * org-exp.el (org-html-entities): Fix typo.
11099
11100 * org-latex.el (org-export-latex-make-header): Use \providecommand
11101 to make sure the \alert macro is defined.
11102
11103 * org.el (org-format-latex-signal-error)
11104 (org-create-formula-image): Use `org-format-latex-signal-error'.
11105
111062010-04-10 Stephen Eglen <stephen@gnu.org>
11107
11108 * org.el (org-store-link): For dired buffers, use
11109 default-directory as link name if dired-get-filename returns
11110 nil.
11111
111122010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11113
11114 * org-exp.el (org-export-concatenate-multiline-links): The for
11115 protectedness at beginning of match.
11116
11117 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
11118 AUTO as a coding system, instead default to utf8.
11119
111202010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11121
11122 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11123 (org-block-todo-from-checkboxes): Respect the local variable
11124 value when deciding if blocking should be active.
11125
11126 * org-latex.el (org-export-latex-make-header): Define the align
11127 macro if it is not yet defined.
11128
4d789d84
SM
11129 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
11130 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 11131
4d789d84
SM
11132 * org-mac-message.el (org-mac-message-insert-flagged):
11133 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 11134
a628ad9d 11135 * org.el (org-insert-heading): New argument INVISIBLE-OK.
ed21c5c8
CD
11136
11137 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
11138 prompt message.
11139
11140 * org-html.el (org-html-level-start): Use the
11141 `html-container-class' text property to set an additional class
11142 for an outline container.
11143
4d789d84
SM
11144 * org-exp.el (org-export-remember-html-container-classes):
11145 New function.
11146 (org-export-preprocess-string):
11147 Call `org-export-remember-html-container-classes'.
ed21c5c8
CD
11148
11149 * org.el (org-cycle): Mention level cycling in the docstring.
11150 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
11151
11152 * org-remember.el (org-remember-apply-template): Do file insertion
11153 first.
11154
111552010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11156
11157 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
11158 problem with mis-aligned graphs when showing habits.
11159
111602010-04-10 Mikael Fornius <mfo@abc.se>
11161
11162 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
a628ad9d
JB
11163 when assigning. Begin using numerical characters when all in name
11164 is used up. This is to spare alphanumeric characters for better
ed21c5c8
CD
11165 match with other keywords.
11166
111672010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11168
11169 * org-exp.el (org-export-preprocess-hook): Improve documentation.
11170
11171 * org-latex.el (org-export-latex-preprocess): More consistent
11172 conversion and protection of the words LaTeX and TeX.
11173 (org-export-latex-fontify-headline, org-export-latex-preprocess):
11174 Allow angle brackets in commands, for beamer.
11175
111762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11177
11178 * org-clock.el (org-clock-in): Improve the look of the clock line
11179 by formatting links.
11180
111812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11182
11183 * org-latex.el (org-export-latex-classes): Use AUTO as the place
11184 holder string for the coding system. And improve the
11185 documentation.
11186 (org-export-latex-fix-inputenc): Only modify the coding system if
11187 it is given by the placeholder AUTO.
11188
111892010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11190
11191 * org-clock.el (org-task-overrun-text): New option.
11192 (org-task-overrun, org-clock-update-period): New variables.
4d789d84
SM
11193 (org-clock-get-clock-string, org-clock-update-mode-line):
11194 Mark overrun clock.
ed21c5c8
CD
11195 (org-clock-notify-once-if-expired): Check if clock is overrun.
11196
11197 * org-faces.el: New face `org-mode-line-clock-overrun'.
11198
111992010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11200
11201 * org.el (org-narrow-to-subtree): Position the end of the narrowed
11202 region before the line with the next heading, to prevent the user
11203 from prepending text to the next headline.
11204
112052010-04-10 Stephen Eglen <stephen@gnu.org>
11206
4d789d84
SM
11207 * org-agenda.el (org-get-time-of-day):
11208 Use org-agenda-time-leading-zero to allow leading zero (rather than
ed21c5c8
CD
11209 space) for times.
11210
112112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11212
11213 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11214 org-datetree.el is loaded.
11215
a628ad9d 11216 * org-datetree.el: Autoload `org-datetree-find-day-create'.
ed21c5c8
CD
11217
11218 * org-latex.el (org-export-latex-hyperref-format): New option.
11219 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
11220
112212010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11222
11223 * org-ctags.el (org-ctags-enable): Change order of functions.
11224 (org-ctags-create-tags): Add wildcard to file name expansion.
11225
112262010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11227
11228 * org.el (org-entry-properties): Fix some important bugs.
11229
112302010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11231
11232 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
11233 the table is not explicitly given.
11234
112352010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11236
11237 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
11238 as value.
11239 (org-clock-out-if-current): Work with the new list value of
11240 `org-clock-out-when-done'.
11241 (org-clock-out, org-clock-out-if-current): Avoid circular logic
11242 between clocking out and state changes.
11243
11244 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
11245
11246 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
11247 accident protect a character that is before a backslash.
11248
2b4aa886
GM
112492010-04-10 Paul Sexton <eeeickythump@gmail.com>
11250
11251 * org-ctags.el: New file.
11252
ed21c5c8
CD
112532010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11254
4d789d84
SM
11255 * org-agenda.el (org-diary-class):
11256 Use `org-order-calendar-date-args'.
ed21c5c8
CD
11257
11258 * org.el (org-order-calendar-date-args): New function.
11259
11260 * org-exp.el (org-export-target-internal-links): Check for
11261 protectedness after the first bracket.
11262
11263 * org.el (org-entry-properties): Don't match wrong-case TODO
11264 keywords.
11265
11266 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
11267 Document that ARG is passed through to remove the date.
4d789d84
SM
11268 (org-agenda-bulk-action): Accept prefix arg and pass it on.
11269 Do not read a date when the user has given a `C-u' prefix.
ed21c5c8
CD
11270
112712010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11272
11273 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
11274 tags are hidden.
11275
112762010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11277
11278 * org-latex.el (org-export-latex-fix-inputenc): New function.
11279 (org-export-latex-inputenc-alist): New option.
11280
11281 * org-exp.el (org-export): New key SPC to publish enclosing
11282 subtree.
11283
112842010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11285
11286 * org-indent.el (org-indent-add-properties): Catch case when there
11287 is no headline in the buffer.
11288
112892010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11290
11291 * org-exp.el (org-html-entities): Add checkmark symbol.
11292
11293 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
11294 verbatim code for ASCII export.
11295
11296 * org.el (org-update-statistics-cookies): Also see checkboxes in
11297 ordered lists.
11298
112992010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11300
11301 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
11302 key.
11303
11304 * org-beamer.el (org-beamer-amend-header): Change the location
11305 where `org-beamer-header-extra' is inserted.
11306
11307 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
11308 just for computing this regexp.
11309
113102010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11311
11312 * org-beamer.el (org-beamer-frame-default-options): New option.
11313 (org-beamer-sectioning): Use default options if the user does not
11314 have defined any.
11315 (org-beamer-fix-toc): Put a frame around the table of contents.
11316
4d789d84
SM
11317 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
11318 Make sure case-folding works well when processing comment stuff.
ed21c5c8
CD
11319
11320 * org-latex.el (org-export-latex-after-save-hook): New hook.
11321 (org-export-as-latex): Run the new hook.
11322
113232010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11324
11325 * org-beamer.el (org-beamer-environments-default): Add the note
11326 environments.
11327 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
11328 lines and collect and combine the content.
11329 (org-beamer-after-initial-vars): Check for note tags and make sure
11330 they will be seen like a property.
11331
11332 * org.el (org-offer-links-in-entry): Fix bug when there is a
11333 single link.
11334
11335 * org-exp.el (org-export): Make sure the mark is activated, also
11336 when `transient-mark-mode' is off.
11337
11338 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
11339 (org-agenda-search-view-search-words-only): Obsolete variable, is
11340 now an alias for `org-agenda-search-view-always-boolean'.
11341 (org-agenda-search-view-force-full-words): New option.
11342 (org-search-view): Improve docstring, and implement a better logic
11343 for Boolean and phrase searches.
11344 (org-agenda-last-search-view-search-was-boolean): New variable.
11345 (org-agenda-manipulate-query): Consider the type of the last
11346 search when modifying the search string.
11347
113482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11349
11350 * org-latex.el (org-export-as-latex): Do the first letbind in the
11351 right moment.
11352
11353 * org-agenda.el (org-get-entries-from-diary): Add the new face to
11354 these entries.
11355
11356 * org-faces.el (org-agenda-diary): New face.
11357
11358 * org.el (org-make-link-regexps): Allow regexp-special characters
11359 in link types.
11360 (org-open-file): When in-emacs is `system', also force system
11361 opening, like when the value was `(16)'.
11362 (org-update-statistics-cookies): Handle entries without children.
11363
11364 * org-exp.el
11365 (org-export-preprocess-before-normalizing-links-hook): New hook.
11366 (org-export-preprocess-string): Run the new hook.
11367
11368 * org.el (org-offer-links-in-entry): Make RET open all links.
11369
11370 * org-html.el (org-export-as-html): Remove any leftover display
11371 properties in the html file.
11372
11373 * org-wl.el (org-wl-store-link): Work-around for format bug with
11374 text properties.
11375
11376 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
11377 invisibility while adding the graphs.
11378
113792010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11380
11381 * org-remember.el (org-select-remember-template): Use C letter to
11382 customize remember templates.
11383
11384 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
11385 Move cursor to next visible line.
11386
113872010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11388
11389 * org-beamer.el (org-beamer-sectioning): Leave columns environment
11390 by specifying 0 or 1 for column width.
11391 (org-beamer-column-widths): Make 0 stand for 0.0.
11392
113932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11394
11395 * org-exp.el (org-export-mark-radio-links): Don't match inside
11396 <<target>>.
11397
11398 * org.el (org-format-latex-header-extra): New variable.
11399 (org-format-latex): Set org-format-latex-header-extra from
11400 in-buffer stuff.
11401 (org-format-latex): Add org-format-latex-header-extra to the
11402 variables on which image creation depends.
11403 (org-create-formula-image): Add the header stuff from in-buffer
11404 settings.
11405 (org-read-date-analyze): Base the analysis for future preference
11406 on NOW, not on the default date.
11407
11408 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
11409 for TODO keyword in inline tasks.
11410
11411 * org.el (org-log-note-headings): New headings for removing
11412 deadline or scheduling date.
11413 (org-deadline, org-schedule): Arrange for logging when removing a
11414 date.
11415 (org-add-log-note): Handle deadline and scheduling removal.
11416
114172010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11418
11419 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
11420
114212010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11422
11423 * org-agenda.el (org-diary-class): New function.
11424
114252010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11426
11427 * org-latex.el (org-export-latex-preprocess): Do process the text
11428 of a radio target.
11429
114302010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11431
11432 * org.el (org-entry-properties): Add TIMESTAMP properties back
11433 in.
11434
114352010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11436
11437 * org.el (org-all-time-keywords): New variable.
11438 (org-set-regexps-and-options): Set `org-all-time-keywords'.
11439 (org-entry-blocked-p): New function.
11440 (org-special-properties): Add BLOCKED as a new special property.
11441 (org-entry-properties): New optional argument SPECIFIC, only parse
11442 for this property when it is specified.
11443 (org-entry-get): Pass a SPECIFIC argument to
11444 `org-entry-properties'.
11445
11446 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
11447
114482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11449
11450 * org-latex.el (org-export-latex-tables): No forced line end if
11451 there is no caption.
11452
114532010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11454
11455 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
11456 package.
11457
11458 * org-latex.el (org-export-latex-tables): Only add a caption when
58179cce 11459 macro is in longtable environments if one has been defined.
ed21c5c8
CD
11460
11461 * org-html.el (org-export-as-html): Only take title from buffer if
11462 not exporting body-only.
11463
11464 * org-latex.el (org-export-latex-preprocess): Better version of
11465 the regular expression for protecting LaTeX macros.
11466 (org-export-latex-preprocess): Start searching for macros to
11467 protect from beginning of buffer.
11468
11469 * org-exp.el (org-export-target-internal-links): Check for
11470 protectedness earlier in the string.
11471
11472 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
11473 case sensitively.
11474
11475 * org-id.el (org-id-store-link): Match TODO keywords case
11476 sensitively.
11477
11478 * org.el (org-heading-components, org-get-outline-path)
11479 (org-display-outline-path): Match TODO keywords case sensitively.
11480
11481 * org-latex.el (org-export-as-latex): Ignore read-only
11482 properties.
11483
11484 * org-exp.el (org-export-preprocess-string): Remove any
11485 `read-only' properties.
11486
11487 * org-agenda.el (org-agenda-inactive-leader): New option.
11488 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
11489 (org-tags-view): Prompt for matcher if MATCH is an empty string.
11490 (org-todo-list): Prompt for matcher if ARG is an empty string.
11491
114922010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11493
11494 * org.el (org-open-link-functions): New hook.
11495 (org-open-at-point): Run `org-open-link-functions'.
11496
114972010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11498
11499 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
11500 stamps as well.
11501
11502 * org.el (org-inhibit-startup-visibility-stuff): New variable.
11503 (org-mode): Don't do startup visibility if inhibited.
4d789d84
SM
11504 (org-outline-overlay-data, org-set-outline-overlay-data):
11505 New functions.
ed21c5c8
CD
11506 (org-save-outline-visibility): New macro.
11507 (org-log-note-headings): Document that one should not change the
11508 `state' note format.
11509
115102010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11511
11512 * org.el (org-make-link-regexps): Capture link path into a group.
11513
115142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11515
11516 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
11517 the options plist.
11518
115192010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11520
11521 * org.el (org-startup-with-beamer-mode): New option.
11522 (org-property-changed-functions)
11523 (org-property-allowed-value-functions): New hooks.
11524 (org-entry-put, org-property-get-allowed-values): Run the new
11525 hooks.
11526 (org-property-next-allowed-value): Run the new hooks.
11527
11528 * org-exp.el (org-export-select-backend-specific-text): Add the
11529 special beamer tags.
11530
2b4aa886 11531 * org-beamer.el: New file.
ed21c5c8
CD
11532
11533 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
4d789d84
SM
11534 (org-export-as-latex):
11535 Run `org-export-latex-after-initial-vars-hook'.
ed21c5c8 11536 (org-export-latex-format-toc-function)
4d789d84
SM
11537 (org-export-latex-make-header):
11538 Call `org-export-latex-format-toc-function'.
ed21c5c8
CD
11539
11540 * org.el (org-fill-template): Make template searches case sensitive.
11541
11542 * org-exp.el (org-export): Use "1" as a sign to export only the
11543 subtree.
11544
4d789d84
SM
11545 * org-colview-xemacs.el (org-columns-edit-value):
11546 Use org-unrestricted property.
ed21c5c8 11547
4d789d84
SM
11548 * org-colview.el (org-columns-edit-value):
11549 Use org-unrestricted property.
ed21c5c8
CD
11550
11551 * org.el (org-compute-property-at-point): Set org-unrestricted
11552 text property if the list contains ":ETC".
4d789d84
SM
11553 (org-insert-property-drawer):
11554 Use org-unrestricted property.
ed21c5c8
CD
11555
11556 * org-exp.el
11557 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
4d789d84
SM
11558 (org-export-preprocess-string):
11559 Run `org-export-preprocess-before-selecting-backend-code-hook'.
ed21c5c8
CD
11560
11561 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
11562
4d789d84
SM
11563 * org-latex.el (org-export-region-as-latex):
11564 Run `org-export-first-hook'.
ed21c5c8
CD
11565
11566 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
11567
4d789d84
SM
11568 * org-docbook.el (org-export-as-docbook):
11569 Run `org-export-first-hook'.
ed21c5c8
CD
11570
11571 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
11572
11573 * org-exp.el (org-export-first-hook): New hook.
11574
115752010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11576
11577 * org-list.el (org-previous-item): Exit at the beginning of the
11578 buffer.
11579
11580 * org-id.el (org-id-locations-save): Only write the id locations
11581 if any are defined.
11582
11583 * org-archive.el (org-archive-all-done): Make this work in a file
11584 with org-odd-levels-only set.
11585
11586 * org.el (org-get-refile-targets): Catch the case when a buffer
11587 has no file.
11588
11589 * org-latex.el (org-export-as-latex): Cleanup forced line ends
11590 where they are not needed.
11591 (org-export-latex-subcontent): Remove unnecessary newlines.
11592
115932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11594
11595 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
11596 (org-export-latex-fontify): Fix regexp bug that takes special
11597 care of protecting the right boundary characters in emphasis
11598 matches.
11599 (org-export-latex-preprocess): Allow multiple arguments to latex
11600 macros.
11601
11602 * org.el (org-make-link-regexps): Use John Gruber's regexp for
11603 urls.
11604
11605 * org-macs.el (org-re): Interpret :punct: in regexps.
11606
4d789d84
SM
11607 * org-exp.el (org-export-replace-src-segments-and-examples):
11608 Also take the final newline after the END line.
ed21c5c8
CD
11609
11610 * org.el (org-clean-visibility-after-subtree-move): Only fix
11611 entries that are not entirely invisible already.
11612 (org-insert-link): Respect org-link-file-path-type for
11613 "docview:" links in addition to "file:" links.
11614
116152010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11616
4d789d84
SM
11617 * org-exp.el (org-export-format-source-code-or-example):
11618 Avoid additional extra white lines in LaTeX.
ed21c5c8
CD
11619
11620 * org-list.el (org-list-parse-list): Leave empty lines after the
11621 list, don't consider them as part of the list.
11622
11623 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
11624 searches.
11625
11626 * org-clock.el (org-clock-select-task): Convert integer to
11627 character for XEmacs.
11628
116292010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11630
11631 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
11632 compatible.
11633
116342010-04-10 Tassilo Horn <tassilo@member.fsf.org>
11635
4d789d84
SM
11636 * org.el (org-complete-tags-always-offer-all-agenda-tags):
11637 New variable.
ed21c5c8
CD
11638 (org-set-tags): Use it.
11639
116402010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11641
4d789d84
SM
11642 * org-list.el (org-empty-line-terminates-plain-lists):
11643 Update docstring.
ed21c5c8
CD
11644
11645 * org.el (org-format-latex): Fix link creation for processed latex
11646 snippets.
11647
116482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11649
11650 * org-footnote.el (org-footnote-normalize): Protect replacement
11651 text.
11652
11653 * org.el (org-inside-latex-macro-p): Save match data.
11654
116552010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11656
11657 * org-docview.el: New file.
11658
116592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11660
11661 * org-latex.el (org-export-latex-class-options): New variable.
11662 (org-export-latex-set-initial-vars): Use the class options.
11663
11664 * org.el (org-forward-same-level): Stop at headings that start
11665 with an invisible character.
11666 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
11667
116682010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11669
11670 * org-footnote.el (org-footnote-normalize): Don't take optional
11671 arguments in LaTeX macros as footnotes.
11672
11673 * org.el (org-inside-latex-macro-p): New function.
11674
11675 * org-latex.el (org-latex-to-pdf-process): Change customization
11676 group to `org-export-pdf'.
11677
11678 * org-agenda.el (org-agenda-get-blocks): Look at time string also
11679 on days after the first one.
11680
11681 * org.el (org-insert-heading): Also check for item before assuming
11682 before-first-heading condition.
11683
11684 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
11685 (org-export-pdf-logfiles): New option.
11686 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
11687 (org-export-pdf-logfiles): Fix customization type.
11688
11689 * org.el (org-insert-link): Improve error message when there is no
11690 default link to select with RET.
11691
11692 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
11693 parameter list.
11694
116952010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11696
11697 * org-latex.el (org-export-latex-parse-global)
11698 (org-export-latex-parse-content)
4d789d84
SM
11699 (org-export-latex-parse-subcontent):
11700 Use `org-re-search-forward-unprotected'.
ed21c5c8
CD
11701 (org-export-as-pdf): Remove log files produced by XeTeX.
11702
11703 * org-macs.el (org-re-search-forward-unprotected): New function.
11704
117052010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
11706
11707 * org-colview.el (org-agenda-colview-summarize): Sort out some
11708 confusion between properties and titles, which resulted in
11709 agenda summaries not working if a title was set for a column.
11710
117112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11712
11713 * org-mobile.el (org-mobile-agendas): New option.
11714 (org-mobile-sumo-agenda-command): Select the right agendas.
11715
11716 * org-latex.el (org-export-latex-format-image): Preserve the
11717 original-indentation property.
11718
117192010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11720
11721 * org-clock.el (org-clock-insert-selection-line): Catch error when
11722 an old tasks no longer exists.
11723
11724 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
11725 (org-export-as-pdf): Don't remove the old PDF file before making
11726 the new one.
11727
11728 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
11729 (org-mouse-context-menu): Use `org-looking-back'.
11730
11731 * org.el (org-cycle-level): Use `org-looking-back'.
11732
4d789d84
SM
11733 * org-list.el (org-cycle-item-indentation):
11734 Use `org-looking-back'.
ed21c5c8
CD
11735
11736 * org-compat.el (org-looking-back): New function.
11737
11738 * org.el (org-insert-heading): Catch before-first-headline when
11739 inserting a headline.
11740
117412010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11742
11743 * org-latex.el (org-export-latex-format-image): Indent figure
11744 environment, so that it does not interrupt plain list.
11745
11746 * org.el (org-open-at-point): Allow long link descriptions.
11747
117482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11749
11750 * org-html.el (org-export-as-html): Remove empty lines at the
11751 beginning of the exported text.
11752
eba5b4dd
CY
117532010-03-12 Chong Yidong <cyd@stupidchicken.com>
11754
11755 * org.el (org): Remove from hypermedia group.
11756
288f9fc0
CY
117572010-03-10 Chong Yidong <cyd@stupidchicken.com>
11758
11759 * Branch for 23.2.
11760
adad7a44
CY
117612010-02-15 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 11764 (org-freemind-from-org-mode)
adad7a44
CY
11765 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
11766 Pass arg to called-interactively-p.
11767
d1f18ec0
JB
117682010-01-14 Juanma Barranquero <lekktu@gmail.com>
11769
11770 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
11771 Fix typos in docstrings.
11772
db4a7382
JB
117732010-01-01 Juanma Barranquero <lekktu@gmail.com>
11774
11775 * org.el (org-get-outline-path, org-speed-command-help):
11776 Fix typos in error messages.
11777
364bc556
JL
117782009-12-14 Juri Linkov <juri@jurta.org>
11779
11780 * org-html.el (org-export-html-style-include-default):
11781 Put `safe-local-variable booleanp' on
11782 `org-export-html-style-include-default' instead of mistakenly
11783 duplicate `org-export-html-style'.
11784
5dec9555
CD
117852009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
11786
4d789d84
SM
11787 * org-agenda.el (org-agenda-diary-entry-in-org-file):
11788 Rebuild agenda after adding new entry.
5dec9555
CD
11789
11790 * org-datetree.el (org-datetree-find-day-create): Fix regular
11791 expression.
11792
11793 * org.el (org-display-outline-path): Use a format specifier for
11794 message, to avoid problems with heading containing `%'.
11795
11796 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
11797 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
11798 (org-agenda-fix-displayed-tags): New function.
11799 (org-agenda-do-context-action): Just call
11800 `org-display-outline-path', without piping the result through
11801 `message'.
11802
11803 * org-latex.el (org-export-latex-preprocess): Protect secondary
11804 footnote references.
11805
11806 * org-indent.el (org-indent-initialize): Avoid empty strings as
11807 line prefixes.
11808
11809 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11810 hat checking for the mark does not throw an error.
11811 (org-agenda-diary-entry-in-org-file): Catch the case that there is
11812 not `day' text property in the cursor line.
11813
11814 * org.el (org-sort-entries-or-items): Make sure that the final
11815 entry has a newline before doing the sorting.
11816
11817 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
11818 property at the beginning of the line.
11819
11820 * org.el (org-make-link-string): Don't allow a description with
11821 only white space.
11822
11823 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
11824 (org-agenda-insert-diary-as-top-level): New function.
4d789d84
SM
11825 (org-agenda-add-entry-to-org-agenda-diary-file):
11826 Call `org-agenda-insert-diary-as-top-level'.
5dec9555
CD
11827
11828 * org.el (org-occur-in-agenda-files): Make sure none of the
11829 buffers is narrowed.
11830 (org-activate-plain-links): Add the face property here.
11831 (org-set-font-lock-defaults): Do not add the face to plain links,
11832 the activator function does this.
11833
11834 * org-habit.el (org-is-habit-p): Add doc string.
11835
11836 * org-archive.el (org-archive-subtree-default-with-confirmation):
11837 Autoload.
11838
11839 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
11840 after match optional (happens at the end of a line...).
11841
11842 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
11843 for special blocks.
11844
11845 * org-faces.el (org-copy-face): Set lisp indentation.
11846 (org-quote, org-verse): New faces.
11847
11848 * org-agenda.el (org-agenda-remove-date): Remove variable.
11849
11850 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
11851
11852 * org-html.el (org-export-as-html): Move the home/up link into
11853 the content div.
11854
11855 * org.el (org-export-latex-packages-alist): Option definition
11856 moved here from org-latex.el.
11857
11858 * org-html.el (org-export-html-home/up-format): Add an ID to the
11859 up/home div.
11860
11861 * org-wl.el (org-wl-store-link): Handle the case that
11862 `wl-use-petname' is set.
11863
11864 * org.el (org-set-effort): Improve prompt.
11865 (org-get-outline-path): Widen to get full path.
11866 (org-compact-display-after-subtree-move): Function removed.
11867
118682009-11-20 Eric Schulte <schulte.eric@gmail.com>
11869
11870 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
11871 hash keys to cache and re-use images generated by the
11872 org-exp-blocks interface to ditaa and dot.
11873
11874 * org.el (org-format-latex): Latex images are now saved to files
11875 named by the sha1 hash of the latex source text avoiding
11876 regeneration of identical images.
11877
1bcdebed
CD
118782009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11879
11880 * org-latex.el (org-export-as-latex): Add the :drawers property.
11881
118822009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11883
11884 * org.el (org-speed-commands-user): Allow documentation headlines.
11885 (org-speed-commands-default): Organize the value of this constant
11886 with descriptive headlines.
11887 (org-print-speed-command): Output the headlines.
11888
118892009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11890
11891 * org-agenda.el (org-agenda-show-outline-path): New option.
11892 (org-agenda-do-context-action): New function.
4d789d84
SM
11893 (org-agenda-next-line, org-agenda-previous-line):
11894 Use `org-agenda-do-context-action'.
1bcdebed
CD
11895
11896 * org.el (org-use-speed-commands): Allow function value.
11897 (org-speed-commands-default): Make headline motion safe, so that
11898 these commands always end on a headline.
11899 (org-speed-commands-default): New key `v' for `org-agenda'.
11900 (org-speed-move-safe): New function.
11901 (org-self-insert-command): Use the function value of
11902 `org-use-speed-commands'.
11903 (org-get-outline-path): Improve docstring.
11904 (org-format-outline-path): New function.
11905 (org-display-outline-path): New function.
11906
119072009-11-15 John Wiegley <jwiegley@gmail.com>
11908
11909 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
11910 a string, use that to find the LOGBOOK drawer.
11911
68a1b090
GM
119122009-11-15 Glenn Morris <rgm@gnu.org>
11913
11914 * org-agenda.el (org-datetree-find-date-create)
11915 (org-habit-get-priority):
11916 * org.el (org-format-agenda-item): Fix declarations.
11917
8bfe682a
CD
119182009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11919
11920 * org.el (org-clone-subtree-with-time-shift): Make it work at the
11921 end of the buffer.
11922
11923 * org-mobile.el (org-mobile-write-checksums): Specify coding
11924 system.
11925 (org-mobile-timestamp-buffer): Keep local variable/mode line at
11926 beginning of buffer.
11927
11928 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
11929
11930 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11931 (org-block-todo-from-checkboxes): Do not block changes to a nil
11932 TODO state.
11933
119342009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
11935
11936 * org-habit.el (org-habit-parse-todo): Indicate which habit is
11937 wrongly set up in the error messages.
11938
11939 * org-colview.el (org-columns-display-here): Don't try to
11940 calculate values if the underlying property is not set.
11941 (org-columns-string-to-number): Convert age strings back into
11942 fractional days.
11943 (org-agenda-colview-summarize): Handle extended summary types
11944 properly.
11945
11946 * org-colview-xemacs.el (org-columns-display-here): Don't try to
11947 calculate values if the underlying property is not set.
11948 (org-columns-string-to-number): Convert age strings back into
11949 fractional days.
11950 (org-agenda-colview-summarize): Handle extended summary types
11951 properly.
11952
119532009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11954
11955 * org-exp.el (org-export-format-drawer-function): New variable.
11956 (org-export-format-drawer): New function.
11957 (org-export-preprocess-string): Pass the backend as a parameter to
11958 `org-export-remove-or-extract-drawers'.
11959 (org-export-remove-or-extract-drawers): New parameter BACKEND.
11960
11961 * org-protocol.el (org-protocol-char-to-string): New defsubst.
11962
119632009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11964
11965 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
11966 message when no block is selected.
11967
11968 * org-latex.el (org-export-latex-links): Check for protectedness
11969 in the last matched character, not after the match.
11970
4d789d84
SM
11971 * org-datetree.el (org-datetree-find-date-create):
11972 Respect restriction when KEEP-RESTRICTION is set.
8bfe682a
CD
11973 (org-datetree-file-entry-under): New function.
11974 (org-datetree-cleanup): New command.
11975
119762009-11-13 Dan Davison <davison@stats.ox.ac.uk>
11977
11978 * org-src.el (org-edit-src-code): New optional argument context
11979 allows calling functions to avoid altering the saved window
11980 configuration.
11981 (org-edit-src-exit): Do not restore window configuration when this
11982 function is used in the context of saving the edit buffer.
11983
119842009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11985
11986 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
11987 instances to switching to with-current-buffer, because these seem
11988 to cause problems - no idea why.
11989
11990 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11991 Require diary-lib for (diary-date-display-form).
11992
119932009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11994
11995 * org.el (org-log-reschedule, org-log-redeadline): New options.
11996 (org-log-note-headings): Add templates for rescheduling and
11997 deadline changing.
11998 (org-startup-options): Add in-buffer settings for logging changing
11999 schedule and deadline time stamps.
12000 (org-deadline, org-schedule): Check for existing date and arrange
12001 for logging if the user requests it.
12002 (org-add-log-note): Prepare proper note buffers for rescheduling
12003 and deadline changes.
12004
120052009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12006
12007 * org-agenda.el (org-agenda-diary-entry-in-org-file)
12008 (org-agenda-add-entry-to-org-agenda-diary-file)
12009 (org-agenda-insert-diary-make-new-entry): New functions.
4d789d84
SM
12010 (org-agenda-diary-entry):
12011 Call `org-agenda-diary-entry-in-org-file' when appropriate.
8bfe682a
CD
12012
12013 * org.el (org-calendar-insert-diary-entry-key): New option.
12014 (org-agenda-diary-file): New option.
12015 ("calendar"): Install our insertion function in the calendar.
12016
12017 * org-remember.el (org-datetree): Require.
12018 (org-remember-templates): Add new positioning option.
12019 (org-remember-reference-date): New variable.
12020 (org-remember-apply-template): Store the reference date in a local
12021 variable.
12022 (org-remember-handler): Implement date tree positioning of entries.
12023
12024 * org-datetree.el: New file.
12025
12026 * org-latex.el (org-export-latex-preprocess): Protect targets in
12027 verbatim emphasis.
12028
12029 * org-html.el (org-export-as-html): Protect targets in verbatim
12030 emphasis.
12031
12032 * org-docbook.el (org-export-as-docbook): Protect targets in
12033 verbatim emphasis.
12034
120352009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12036
12037 * org-clock.el (org-show-notification): Handle messages that
12038 contain a percent character.
12039
12040 * org-remember.el (org-remember-apply-template): Turn of partial
12041 completion.
12042
12043 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
12044 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
12045
12046 * org.el (org-indent-mode): Define variable already in org.el.
12047 (org-unfontify-region): Remove line-prefix and wrap-prefix
12048 properties only if org-indent-mode is active.
12049
120502009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12051
12052 * org-icalendar.el (org-print-icalendar-entries): Save match data
12053 around call to verify function.
12054 (org-print-icalendar-entries): Add a call to the verification
12055 function.
12056
12057 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
12058 save-restrivtion' form.
12059
120602009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12061
4d789d84
SM
12062 * org-exp.el (org-export-format-source-code-or-example):
12063 Restrict scope of preserve-indentp to the let binding.
a628ad9d 12064 (org-src): Require org-src, since org-src-preserve-indentation is used.
8bfe682a
CD
12065
120662009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12067
12068 * org-timer.el (org-timer-set-timer): Set variables
12069 org-timer-timer[123] correctly.
12070
8bfe682a
CD
12071 * org-mobile.el (org-mobile-files-alist): Make it work when
12072 `agenda-archives' is included in
12073 `org-agenda-text-search-extra-files'.
12074 (org-mobile-push): Restore agenda after mobile push.
12075
120762009-11-13 John Wiegley <jwiegley@gmail.com>
12077
12078 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
12079 way the amount of idle time is presented in the minibuffer.
12080
120812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12082
4d789d84
SM
12083 * org-icalendar.el (org-print-icalendar-entries):
12084 Use org-icalendar-verify-function only if non-nil.
8bfe682a
CD
12085
12086 * org.el (org-refile): Refile to clock only if the prefix arg is
12087 2.
12088 (org-sparse-tree): Fix docstring to be in line with prompt.
4d789d84
SM
12089 (org-update-parent-todo-statistics):
12090 Call `org-after-todo-statistics-hook' on each level.
8bfe682a
CD
12091
120922009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12093
12094 * org-remember.el (org-remember-apply-template): Make sure the
12095 buffer exists.
12096
120972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12098
12099 * org.el (org-tab-ind-state): New variable.
12100 (org-cycle-level): New function.
12101 (org-cycle-level-after-item/entry-creation): New option.
12102 (org-flag-subtree): New function.
12103 (org-hide-archived-subtrees): Call `org-flag-subtree'.
12104 (org-set-effort): Indexed access.
12105
12106 * org-list.el (org-cycle-item-indentation): New function.
12107
12108 * org.el (org-refile): Make prefix argument 2 refile to current
12109 clock.
12110 (org-priority): Interpret action `remove' as call to remove the
12111 priority cookie.
12112
12113 * org-remember.el (org-remember-apply-template): Don't depend on
12114 buffer name being like file name.
12115
121162009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12117
12118 * org-clock.el (org-clock-play-sound): Expand file in
12119 org-clock-sound, to allow ~ for home.
12120
4d789d84
SM
12121 * org-remember.el (org-remember-handler):
12122 Set text-before-node-creation even if this already looks like a node,
8bfe682a
CD
12123 because the string might be needed on non-org-mode target files.
12124
12125 * org-agenda.el (org-agenda-open-link): Make this work in agenda
12126 clocktables.
12127 (org-agenda-switch-to): Follow a link at point if
12128 org-return-follows-link' is set and there is nothing else to do in
12129 this line.
12130
121312009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12132
a628ad9d 12133 * org-colview-xemacs.el: Add in changes from org-colview.el.
8bfe682a
CD
12134
121352009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12136
12137 * org-exp-blocks.el: Modify split separator regexp to avoid empty
12138 strings.
12139
121402009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12141
12142 * org-colview.el (org-columns-new): Make this work with the new
12143 operators.
12144 (org-columns-store-format): Make this work with the new operators.
12145
121462009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12147
12148 * org-src.el (org-src-preserve-indentation): Document that this
12149 variable is also used during export.
12150
4d789d84
SM
12151 * org-exp.el (org-export-format-source-code-or-example):
12152 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
12153 `org-src-preserve-indentation' is set.
12154
4d789d84
SM
12155 * org-exp-blocks.el (org-export-blocks-preprocess):
12156 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
12157 `org-src-preserve-indentation' is set.
12158
121592009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12160
12161 * org.el (org-mode-map): Define the new archiving keys.
12162 (org-speed-commands-default): Define an archiving key in the speed
12163 command map.
12164 (org-org-menu): Improve the menu structure concerning archiving.
12165
12166 * org-archive.el (org-archive-subtree-default-with-confirmation):
12167 New command.
12168
12169 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
12170 (org-agenda-menu): Add the new archiving commands to the menu.
12171 (org-agenda-archive-default)
12172 (org-agenda-archive-default-with-confirmation): New commands.
4d789d84
SM
12173 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
12174 Just call `org-agenda-archive-with'.
8bfe682a
CD
12175 (org-agenda-archive-with): New function.
12176
12177 * org-table.el (org-table-convert-region): Inert spaces around "|"
12178 to avoid line beginnings like "|-1" which will be mistaken as
12179 hlines.
12180
121812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12182
12183 * org.el (org-offer-links-in-entry): Return nil if there are no
12184 links, t if a link has been selected.
12185 (org-open-at-point): Open attachment directory when called in the
12186 headline and there are no links in the entry body.
12187 (org-speed-commands-default): Add "o" for open-at-point as a speed
12188 command.
12189
12190 * org-attach.el (org-attach-reveal): Optional prefix arg
12191 IF-EXISTS, which avoids creating the attachment directory if it
12192 does not yet exist.
12193
4d789d84
SM
12194 * org-agenda.el (org-agenda, org-run-agenda-series):
12195 Evaluate MATCH.
8bfe682a
CD
12196
121972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12198
12199 * org.el ("abbrev"): Work with abbrev tables only after they have
12200 been loaded.
12201
12202 * org-list.el (org-list-send-list): Fix bug related to match
12203 data.
12204
12205 * org-latex.el (org-export-latex-fontify): Apply verbatim
12206 emphasis.
12207 (org-export-latex-make-header): Insert \obeylines if line breaks
12208 should be preserved.
12209
12210 * org-exp.el (org-export-protect-verbatim): Add an
12211 `org-verbatim-emph' property to such text.
12212
122132009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12214
12215 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
12216 (org-print-icalendar-entries): Skip entries where the timestamp is
12217 not a deadline and not scheduled, if the user requests that.
12218
12219 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
12220 before an opening quote.
12221
12222 * org-archive.el (org-archive-subtree): Keep archive after
12223 archiving something.
12224
12225 * org-id.el (org-id-update-id-locations): Add archive files if
12226 that is required by `org-id-extra-files'.
12227
122282009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12229
12230 * org-src.el (org-src-window-setup): New option.
12231 (org-src-switch-to-buffer): New function.
12232 (org-edit-src-exit): Add optional argument CONTEXT and use it to
12233 restore window configuration.
12234 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
12235 Call `org-src-switch-to-buffer'.
12236
12237 * org.el (org-default-properties): Add STYLE property.
12238 (org-files-list): Use the function call to get the files.
12239 (org-additional-option-like-keywords): Add SETUPFILE to completion
12240 list.
12241
122422009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12243
12244 * org-table.el (org-table-convert-region): Correctly interpret
12245 quoting in csv import.
12246
12247 * org.el (org-icompleting-read): Make iswitchb completion work
12248 with lists and tables.
12249
12250 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
12251 while pushing the mobile agenda.
12252
122532009-11-13 John Wiegley <jwiegley@gmail.com>
12254
12255 * org-clock.el
12256 (org-clock-auto-clock-resolution): Now takes three values: nil, t
12257 and `when-no-clock-is-running'.
12258 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
12259 whether or not to resolve Org buffers on clock in.
12260
122612009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12262
12263 * org-colview.el (org-format-time-period): Function to format
12264 times in fractional days for display.
12265 (org-columns-display-here): Add support for showing a calculated
12266 value in place of the property.
12267 (org-columns): Set `org-columns-time' to the current time so time
12268 difference calculations will work.
12269 (org-columns-time): Use to store the current time when column view
12270 is displayed, so all time differences will use the same reference
12271 point.
12272 (org-columns-compile-map): There is now an extra position in each
12273 entry specifying the function to use to calculate the displayed
c4cc8b9a 12274 value for the non-calculated properties in the column.
8bfe682a
CD
12275 (org-columns-compute-all): Set `org-columns-time' to the current
12276 time so time difference calculations will work.
12277 (org-columns-compute): Handle column operators where the values
12278 used are calculated from the underlying property.
c4cc8b9a 12279 (org-columns-number-to-string): Handle the 'age' column format.
8bfe682a 12280 (org-columns-string-to-number): Correct the function name (was
5ce6e4f4 12281 org-column...). Add support for the 'age' column format.
8bfe682a
CD
12282 (org-columns-compile-format): Support the additional parameter in
12283 org-columns-compile-map.
12284
122852009-11-13 Bastien Guerry <bzg@altern.org>
12286
12287 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
12288 variable.
12289
122902009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12291
12292 * org-clock.el (org-clock-has-been-used): New variable.
12293 (org-clock-in): Set `org-clock-has-been-used'.
12294 (org-clock-save): Save only if clock data has been used or created
12295 during this session.
12296
122972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12298
12299 * org-clock.el (org-clock-persist): New value, to store only the
12300 clock history.
12301 (org-clock-save): Don't save the clock if only the history should
12302 be stored.
12303 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
12304 when restoring a saved clock.
12305
123062009-11-13 John Wiegley <jwiegley@gmail.com>
12307
4d789d84
SM
12308 * org-clock.el (org-clock-display, org-clock-put-overlay):
12309 Use `org-time-clock-use-fractional'.
8bfe682a
CD
12310
12311 * org.el (org-time-clocksum-use-fractional)
12312 (org-time-clocksum-fractional-format): Two new customizable
12313 variables which allow the user to select fractional times (1.25
12314 instead of 1:25) in the `org-clock-display' report.
12315
123162009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12317
12318 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
12319 New option.
12320
12321 * org.el (org-tag-alist): Fix customization type.
12322
123232009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12324
12325 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
12326 Make sure the regexp search can fail without throwing an error.
12327 (org-mobile-apply): Save the inbox buffer after removing
12328 successfully applied changes.
12329
123302009-11-13 John Wiegley <jwiegley@gmail.com>
12331
12332 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
12333 time is reported after the user comes back (but before they
12334 resolve time).
12335
12336 * org.el (org-get-repeat): Change so that this function can be
12337 called with either `org-scheduled-string' or
12338 `org-deadline-string'.
12339
a628ad9d 12340 * org-clock.el (org-clock-auto-clock-resolution): Rename from
8bfe682a
CD
12341 `org-clock-disable-clock-resolution', since negatives don't sound
12342 good in customization variables.
12343 (org-clock-in): Don't use the auto-resolution logic if the user is
12344 clocking into a different task while an active clock is running.
12345 This then allows the default behavior of clocking out of the open
12346 task and then into the new task.
12347
12348 * org.el (org-modules): Made this variable more consistent, since
12349 it was referring to Org, OrgMode and Org-mode, whereas the docs
12350 for the variable always refer to Org-mode.
12351
123522009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12353
12354 * org.el (org-repeat-re): The changed org-repeat-re no longer
5ce6e4f4 12355 matched simple +2d type repeaters. Fix it so it does.
8bfe682a
CD
12356
123572009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12358
12359 * org-latex.el (org-export-latex-preprocess): Protect the vspace
12360 macro in the VERSE environment.
12361
123622009-11-13 John Wiegley <jwiegley@gmail.com>
12363
12364 * org-habit.el (org-habit-get-priority): A new function that
12365 determines the relative priority of a habit, based on how long
12366 past its scheduled date it is, and how near the deadline is.
12367
12368 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
12369 using `org-habit-get-priority'.
12370
12371 * org-habit.el (org-habit-build-graph): Start displaying colors
12372 from the first scheduled date, if that date is earlier than the
12373 first completion date.
12374
12375 * org-habit.el: Changed all "color" variables to faces, and made
12376 them appropriate for light and dark backgrounds.
12377
12378 * org-habit.el (org-habit-duration-to-days): Made this function
12379 more general.
12380 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
12381
a628ad9d 12382 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
8bfe682a
CD
12383 habits, since they don't use DEADLINE anymore.
12384
12385 * org.el (org-repeat-re, org-display-custom-time)
a628ad9d 12386 (org-timestamp-change): Extend to support the new ".+N/N"
8bfe682a
CD
12387 syntax, used for habits.
12388
a628ad9d 12389 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
8bfe682a
CD
12390 variable reference.
12391
12392 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
12393 modeline when habits are being displayed (if that module is being
12394 loaded).
12395
123962009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12397
12398 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
12399 idle time using the xscreensaver extension.
12400 (org-user-idle-seconds): Use X11 idle time if available.
12401
124022009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12403
12404 * org-agenda.el (org-agenda-next-line): New command.
12405 (org-agenda-previous-line): New commands.
4d789d84
SM
12406 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
12407 New commands.
8bfe682a
CD
12408 (org-agenda-follow-mode): Do the follow immediately if the mode is
12409 turned on here.
12410 (previous-line, next-line): Replace keys with the corresponding
12411 org functions.
12412 (org-agenda-mode-map): Bind backspace and delete to the scrolling
12413 command.
12414
12415 * org.el (org-icompleting-read): Turn off partial completion mode
12416 for the duration of this completion round.
12417
12418 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
12419 macros in author lines and similar stuff.
12420
12421 * org.el (org-file-tags): Fix docstring.
12422 (org-get-buffer-tags): Add the #+FILETAGS tags.
a628ad9d 12423 ("ecb"): Make ecb show context after jumping into an Org file.
8bfe682a
CD
12424
124252009-11-13 John Wiegley <johnw@newartisans.com>
12426
12427 * org-agenda.el (org-finalize-agenda): Draw habit consistency
12428 graphs after everything else in the buffer has been setup.
12429
124302009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12431
12432 * org-mobile.el (org-mobile-apply): Count success and failure.
12433
12434 * org.el (org-indent-line-function): Fix regexp replace problem.
12435
124362009-11-13 John Wiegley <johnw@newartisans.com>
12437
4d789d84
SM
12438 * org-clock.el (org-clock-disable-clock-resolution):
12439 New customization variable that disable automatic clock resolution on
8bfe682a
CD
12440 clock in.
12441 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
12442 not automatically resolve anything. This is does not affect
12443 idle-time resolution, however, if `org-clock-idle-time' is set.
12444
124452009-11-13 John Wiegley <johnw@newartisans.com>
12446
12447 * org-habit.el: New file, which implements code to build a "habit
12448 consistency graph".
12449
12450 * org-agenda.el (org-agenda-get-deadlines)
12451 (org-agenda-get-scheduled): Display consistency graphs when
12452 outputting habits into the agenda. The graphs are always relative
12453 to the current time.
a628ad9d 12454 (org-format-agenda-item): Add new parameter `habitp', which
8bfe682a
CD
12455 indicates whether we are formatting a habit or not. Do not
12456 display "extra" leading information if habitp is true.
12457
a628ad9d 12458 * org.el (org-repeat-re): Improve regexp to include .+ and ++
8bfe682a
CD
12459 leaders for repeat strings.
12460 (org-get-repeat): Now takes a string parameter `tagline', so the
12461 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
12462
124632009-11-13 John Wiegley <johnw@newartisans.com>
12464
4d789d84
SM
12465 * org-agenda.el (org-agenda-auto-exclude-function):
12466 New customization variable for allowing the user to create an "auto
8bfe682a
CD
12467 exclusion" filter for doing context-aware auto tag filtering.
12468 (org-agenda-filter-by-tag): Changes to support the use of
01c35094 12469 `org-agenda-auto-exclude-function'. See the new manual addition.
8bfe682a
CD
12470
124712009-11-13 John Wiegley <johnw@newartisans.com>
12472
12473 * org.el (org-files-list): Don't attempt to return a file name for
12474 Org buffers which have no associated file.
12475
a628ad9d 12476 * org-agenda.el (org-agenda-do-action): Fix a typo.
8bfe682a
CD
12477
124782009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12479
12480 * org-mobile.el (org-mobile-locate-entry): Interpret files
12481 relative to org-directory.
12482 (org-mobile-inbox-for-pull): Document the best location for this
12483 file.
12484 (org-mobile-check-setup): Verify `org-directory'.
12485 (org-mobile-create-index-file): Sort the files to be listed in
12486 index.org.
12487
124882009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12489
12490 * org.el (org-fast-tag-selection): Add a way to display a
5ce6e4f4 12491 description for a tag group. This is done by adding a string to
8bfe682a
CD
12492 either the startgroup or endgroup cell.
12493
124942009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12495
12496 * org-clock.el (org-clock-resolve, org-resolve-clocks)
12497 (org-emacs-idle-seconds): Use `org-float-time' instead of
a628ad9d 12498 `time-to-seconds'.
8bfe682a
CD
12499
125002009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12501
12502 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
12503 type.
12504
12505 * org.el (org-pre-cycle-hook): Document that `empty' can also be
12506 the value of ARG when doing local cycling.
12507
125082009-11-13 John Wiegley <johnw@newartisans.com>
12509
12510 * org-clock.el (org-clock-resolve-clock): If keeping or
12511 subtracting time results in a clock out at a time in the past, and
12512 if the resolution occurred due to idleness or invoking `M-x
12513 org-resolve-clocks', remember that past moment in time. On the
12514 next clock in, the user will be prompted to see if they want to
12515 back-date their new clock to then.
12516 (org-clock-resolve): Do not jump the user to the location of a
484eaeac 12517 dangling clock if the resolution is occurring due to an idle
8bfe682a
CD
12518 timeout. In that case there is typically only one dangling clock,
12519 the active one, and there is no value gained by shuffling their
12520 windows around to show it to them. Being prompted to resolve an
12521 idle clock should be as inobtrusive as possible.
12522 (org-resolve-clocks-if-idle): New function that resolves only the
12523 currently active clock if the user has exceeded the time returned
12524 by `org-user-idle-seconds', based on the value of
12525 `org-clock-idle-time'.
c4cc8b9a 12526 (org-clock-in): If, after resolving clocks, (???)
8bfe682a
CD
12527 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
12528
12529 * org-clock.el (org-clock-resolve-clock): New function that
12530 resolves a clock to a specific time, closing or resuming as need
12531 be, and possibly even starting a new clock.
12532 (org-clock-resolve): New function used by `org-resolve-clocks'
4d789d84
SM
12533 that sets up for the call to `org-clock-resolve-clock'.
12534 It determines the time to resolve to based on a single-character
8bfe682a
CD
12535 selection from the user to either keep time, subtract away time or
12536 cancel the clock.
12537 (org-resolve-clocks): New user command which resolves dangling
12538 clocks -- that is, open but not active -- anywhere in the file
12539 list returned by `org-files-list'.
12540 (org-clock-in): Automatically resolve dangling clocks whenever a
12541 user clocks in.
12542 (org-clock-cancel): If the user cancels the solely clock in a
12543 LOGBOOK, remove the empty drawer.
12544
12545 * org-clock.el (org-clock-idle-time): New user customizable option
12546 for detecting whether the user has left a clock idle. Note: it is
12547 only used in this commit to test whether it's worthwhile to check
12548 OS X to get the Mac user's current idle time. If the Emacs idle
12549 time is less than the value, the user hasn't been away long enough
12550 to be worth checking (a more expensive test than just getting
12551 Emacs idle time).
12552 (org-user-idle-seconds, org-mac-idle-seconds)
12553 (org-emacs-idle-seconds): This three functions, in conjunction
12554 with the user customization variable `org-clock-idle-time', return
12555 the number of seconds (as a floating point) that the user has been
12556 away from their Emacs (or, if running on OS X, their computer).
12557
12558 * org-clock.el (org-find-open-clocks): New function that returns a
12559 list of all open clocks in the given FILE. Note that each clock
12560 it returns is a cons cell of the format (MARKER . START-TIME).
12561 This "clock" value is used by several of the new clock module
12562 utility functions.
12563 (org-is-active-clock): New inline function which tests whether the
12564 given clock value is the same as the currently active clock.
12565 Returns non-nil if this is the case.
12566 (org-with-clock-position): New macro that evaluates FORMS with
12567 point in the buffer and at the position of the given clock.
12568 Changes to the current clock are global.
12569 (org-with-clock): New macro that evaluates FORMS with point in the
12570 buffer and at the position of the given clock. However, changes
12571 to the current clock are local and have no effect on the user's
12572 active clock. This allows, for example, far any clock to be
12573 cancelled without cancelling the active clock.
12574 (org-clock-clock-in): New inline function that switches the active
12575 clock to the given clock. If either the argument RESUME, or the
12576 global `org-clock-in-resume', are non-nil, it will resume a clock
12577 that was previously left open.
12578 (org-clock-clock-out): New inline function that clocks out the
12579 given clock value without affecting the currently active clock.
12580 (org-clock-clock-cancel): New inline function that cancels the
12581 given clock value without affecting the currently active clock.
12582
12583 * org-clock.el (org-clock-in): Before creating
12584 `org-clock-mode-line-timer', check to make sure an older timer is
12585 not currently running.
12586 (org-clock-out): Accept new third parameter `at-time', which
12587 permits a clock to be clocked out at a specific time. Note that
12588 no attempt is made to verify that the clock out time is later than
12589 the clock in time.
12590
12591 * org.el (org-files-list): New utility function for returning a
12592 list of all open org-mode buffers, plus all files used to build
12593 the agenda buffer. Note that not all the files will necessarily
12594 be visited by a buffer at time of call.
12595 (org-entry-beginning-position): Like the function
12596 `line-beginning-position', this inline function returns the
12597 beginning position of the current heading/entry.
12598 (org-entry-end-position): Like the function `line-end-position',
12599 this inline function returns the end position of the current
12600 heading/entry.
12601
126022009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12603
12604 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
12605 a header line.
12606
126072009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12608
12609 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
12610
126112009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12612
12613 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
12614 entries that have no tags.
12615 (org-agenda-search-view): New customize group.
12616 (org-agenda-search-view-search-words-only): New option.
12617 (org-search-view): Implement substring search.
12618
126192009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12620
12621 * org.el (org-outline-level): Add doc string.
12622
126232009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12624
12625 * org-inlinetask.el (org-inlinetask-export): Re-introduce
12626 variable.
12627 (org-inlinetask-export-handler): Only export inline task if the
12628 user option calls for it.
12629
126302009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12631
12632 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
12633 END if present.
12634
126352009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12636
12637 * org-latex.el (org-export-latex-tables): Don't format in
12638 protected regions.
12639
126402009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12641
12642 * org-src.el (org-edit-src-code)
4d789d84
SM
12643 (org-edit-src-find-region-and-lang, org-edit-src-exit):
12644 Handle macro editing.
8bfe682a
CD
12645
12646 * org-agenda.el (org-prefix-category-max-length): New variable.
12647 (org-format-agenda-item): Use `org-prefix-category-max-length'.
12648 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
12649
126502009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12651
12652 * org-mobile.el (org-mobile-create-index-file): Improve the
12653 listing of tags and todo keywords.
12654
12655 * org-latex.el (org-export-latex-format-image): New function.
12656 (org-export-latex-links): Use `org-export-latex-format-image'.
12657
126582009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12659
12660 * org-inlinetask.el (org-inlinetask-get-current-indentation)
12661 (org-inlinetask-remove-terminator): New functions.
12662 (org-inlinetask-export-handler): Terminate the description list.
12663
12664 * org-exp.el (org-export-select-backend-specific-text): Remove the
12665 region markers.
12666
a628ad9d 12667 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
8bfe682a
CD
12668 tasks without content.
12669
12670 * org-clock.el: Make sure the clock-in target position does not
12671 move to a different node by widening the buffer.
12672
12673 * org-html.el (org-export-html-format-image): Wrap image into
12674 figure div only when there is a caption.
12675
12676 * org-archive.el (org-archive-mark-done): Change default value to
12677 nil.
12678
126792009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12680
12681 * org.el (org-context): Call `bobp', not `eobp'.
12682
12683 * org-clock.el (org-clock-cancel): Remove quotes from marker
12684 variables.
12685
12686 * org.el (org-read-date-prefer-future): New allowed value `time'.
12687 (org-read-date-analyze): Shift day to tomorrow depending on time
12688 entered and value of `org-read-date-prefer-future'.
12689
81ad75af
SM
126902009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * org.el (org-version, org-get-refile-targets, org-refile)
12693 (org-store-log-note, org-diary-to-ical-string)
12694 (org-speedbar-set-agenda-restriction):
12695 * org-publish.el (org-publish-find-title):
12696 * org-plot.el (org-plot/gnuplot):
12697 * org-mouse.el (org-mouse-do-remotely):
12698 * org-mobile.el (org-mobile-move-capture):
12699 * org-mac-message.el (org-mac-message-insert-flagged):
12700 * org-latex.el (org-replace-region-by-latex):
12701 * org-docbook.el (org-replace-region-by-docbook):
12702 * org-clock.el (org-clock-out, org-clock-cancel):
12703 * org-bibtex.el (org-execute-file-search-in-bibtex):
12704 Use with-current-buffer.
12705
04e65fdb
JB
127062009-10-04 Juanma Barranquero <lekktu@gmail.com>
12707
12708 * org.el (org-directory, org-map-entries):
12709 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
12710
8d642074
CD
127112009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12712
12713 * org.el (org-set-tags-to): New command.
12714
12715 * org-latex.el (org-export-latex-set-initial-vars): Also check in
12716 the plist.
12717
12718 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
12719 keyword.
12720
12721 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
12722
127232009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12724
12725 * org-inlinetask.el (org-inlinetask-export): Option removed.
12726 (org-inlinetask-export-handler): Better export.
12727
12728 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
12729 (org-export-as-xoxo): Run the new hook.
12730
12731 * org-html.el (org-export-html-final-hook): New hook.
12732 (org-export-as-html): Run the new hook.
12733
12734 * org-docbook.el (org-export-docbook-final-hook): New hook.
12735 (org-export-as-docbook): Run the new hook.
12736
12737 * org-ascii.el (org-export-ascii-final-hook): New hook.
12738 (org-export-as-ascii): Run the new hook.
12739
12740 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
12741 space character as the character before the ^/_.
12742 (org-export-latex-final-hook): New hook.
12743 (org-export-as-latex): Run `org-export-latex-final-hook'.
12744
127452009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12746
12747 * org-macs.el (org-if-unprotected-at): Fix docstring.
12748
12749 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
12750 text in the prefix (if category is a link).
12751
12752 * org-latex.el (org-export-latex-preprocess): Deal properly with
12753 empty lines in verse environments.
12754
12755 * org.el (org-format-latex-header): Inline fullpage.sty.
12756
12757 * org-footnote.el (org-footnote-create-definition): Reveal context
12758 to add a new footnote definition.
12759
12760 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
12761 org-table-recalculate when cursor is in TBLFM line.
12762
12763 * org-list.el (org-renumber-ordered-list): Fix cursor position
12764 when bullet length has changed.
12765
127662009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12767
12768 * org.el (org-format-latex): Mention `org-format-latex-options' in
12769 the docstring.
12770
127712009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12772
12773 * org.el (org-agenda-get): New function.
12774
12775 * org-agenda.el (org-agenda-post-command-hook): No longer move
12776 point away from end of line.
12777 (org-agenda-add-entry-text, org-agenda-collect-markers)
12778 (org-finalize-agenda, org-agenda-mark-clocking-task)
12779 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
12780 (org-agenda-entry-text-show, org-agenda-highlight-todo)
12781 (org-agenda-compare-effort, org-agenda-filter-apply)
12782 (org-agenda-later, org-agenda-change-time-span)
12783 (org-agenda-post-command-hook, org-agenda-show-priority)
12784 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
12785 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
12786 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
12787 (org-agenda-open-link, org-agenda-copy-local-variable)
12788 (org-agenda-switch-to, org-agenda-check-no-diary)
12789 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
12790 (org-agenda-add-note, org-agenda-change-all-lines)
12791 (org-agenda-priority, org-agenda-set-tags)
12792 (org-agenda-set-property, org-agenda-set-effort)
12793 (org-agenda-toggle-archive-tag, org-agenda-date-later)
12794 (org-agenda-show-new-time, org-agenda-date-prompt)
12795 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
12796 (org-agenda-clock-in, org-agenda-bulk-mark)
4d789d84
SM
12797 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
12798 Use `org-get-at-bol'.
8d642074
CD
12799
12800 * org-colview.el (org-columns-display-here)
4d789d84
SM
12801 (org-columns-edit-allowed, org-agenda-columns):
12802 Use `org-get-at-bol'.
8d642074
CD
12803
128042009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12805
12806 * org.el (org-special-ctrl-a/e): Improve documentation and
12807 customize type.
12808 (org-end-of-line): Don't jump to after the ellipsis.
12809 (org-mode-map): Bind <home> and <end> as well.
12810
128112009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12812
12813 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
12814 space after #+ as comments.
12815 (org-open-at-point): Run `org-follow-link-hook' always.
12816
12817 * org-latex.el (org-export-latex-emph-format): Use better commands
12818 to insert special characters in verbatim snippets.
12819
128202009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12821
12822 * org-faces.el (org-copy-face): New function. Use it to create
12823 various faces formerly created by using `copy-face'.
12824
12825 * org-agenda.el (org-prepare-agenda): Don't officially mark this
12826 window dedicated.
12827 (org-agenda-quit): Kill the frame containing the agenda window if
12828 that frame was created for the agenda.
12829
128302009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12831
12832 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
12833 stamp in the agenda.
12834
128352009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12836
4d789d84
SM
12837 * org-agenda.el (org-prepare-agenda):
12838 Reset `org-drawers-for-agenda'.
8d642074
CD
12839 (org-prepare-agenda): Uniquify list of drawers.
12840
12841 * org.el (org-complex-heading-regexp-format): New variable.
4d789d84
SM
12842 (org-set-regexps-and-options):
12843 Define `org-complex-heading-regexp-format'.
8d642074
CD
12844 (org-drawers-for-agenda): New variable.
12845 (org-map-entries): Bind `org-drawers-for-agenda'.
12846 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
12847
12848 * org-remember.el (org-go-to-remember-target)
12849 (org-remember-handler): Use `org-complex-heading-regexp-format'.
12850
128512009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12852
12853 * org-agenda.el (org-agenda-highlight-todo): Fix text property
12854 problem.
12855
12856 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
12857 always with `invisible-ok'.
12858 (org-store-link): No error when there is nothing to link to in the
12859 agenda.
12860
12861 * org-list.el (org-update-checkbox-count): Insert changed cookie
12862 before the old, to avoid problems with invisibility at the end of
12863 the line.
12864 (org-update-checkbox-count): Insert changed cookie before the old,
12865 to avoid problems with invisibility at the end of the line.
12866
12867 * org.el (org-sort-entries-or-items): Include the final newline.
12868 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
12869 lines for fontification.
12870 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
12871 (org-prepare-dblock): Store the current indentation of the BEGIN
12872 line.
12873 (org-update-dblock): Apply the indentation of the begin line to
12874 the rest of the block.
12875 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
12876 (org-startup-folded): New allowed value `showeverything'.
12877 (org-startup-options): Add STARTUP keyword `showeverything'.
12878 (org-set-startup-visibility): Respect value `showeverything' in
12879 org-startup-folded.
12880
128812009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12882
12883 * org.el (org-closest-date): Fix issue with past preference.
12884
12885 * org-archive.el (org-archive-set-tag)
12886 (org-archive-subtree-default): New commands.
12887
4d789d84
SM
12888 * org-clock.el (org-clock-clocktable-default-properties):
12889 New option.
12890 (org-clock-report):
12891 Use `org-clock-clocktable-default-properties'.
8d642074
CD
12892
128932009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12894
12895 * org.el (org-iswitchb-completing-read): Fix typo.
12896
12897 * org-crypt.el: New file.
12898
12899 * org.el: Add an entry for org-crypt.
12900
129012009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12902
12903 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
12904 consistency.
12905 (org-batch-store-agenda-views): New function.
12906 (org-agenda-title-append): Define variable.
12907 (org-write-agenda): New export to Org files.
12908 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
12909 (org-agenda): Allow to keep the restricted file list if a special
12910 variable is bound to t.
12911 (org-agenda): Define a special agenda view for working on flagged
12912 entries.
12913 (org-agenda-get-restriction-and-command): List the new agenda
12914 view.
12915 (org-agenda-show-the-flagging-note): New command.
12916 (org-agenda-mode-map): New key `?' for looking at the flagging
12917 note.
12918
12919 * org.el (org-autoload): Autoload org-mobile.el.
12920 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
12921
12922 * org-mobile.el: New file.
12923
12924 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
12925
129262009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12927
12928 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
12929 statements.
12930 (org-table-get-remote-range): Match indented #+TBLNAME
12931 statements.
12932
12933 * org.el (org-convert-to-odd-levels)
12934 (org-convert-to-oddeven-levels): Work also correctly if the file
12935 is in outline-mode.
12936
129372009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12938
12939 * org.el (org-store-link): When in agenda buffer, link to
12940 referenced entry.
12941 (org-add-planning-info): Remove spaces at eol.
12942
12943 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
12944 property.
12945
129462009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12947
12948 * org-latex.el (org-export-latex-first-lines): Fix problem with
12949 LaTeX export of first line and selected subtree.
12950
12951 * org.el (org-shifttab): Interpret arg differently when using only
12952 odd levels.
12953
129542009-10-01 Bastien Guerry <bzg@altern.org>
12955
a628ad9d 12956 * org.el (org-check-agenda-file): Use a more explicit message.
8d642074
CD
12957
129582009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12959
12960 * org-exp.el (org-export-remove-special-table-lines): Don't remove
12961 normal lines.
12962
129632009-10-01 Bastien Guerry <bzg@altern.org>
12964
12965 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
12966 prompt in the temporary window.
12967
12968 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
12969 prefix for marked entries in the agenda view.
12970
5ce6e4f4 129712009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
8d642074
CD
12972
12973 * org.el (outline-end-of-subtree): Bugfix: advise this function in
12974 a way that prevents any trailing character from being displayed.
12975
129762009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12977
12978 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
12979 menu.
12980
12981 * org-exp.el (org-export-remove-special-table-lines): Remove bad
12982 slow regexp match.
12983
129842009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12985
12986 * org-latex.el (org-export-latex-preprocess): Do not protect in
12987 the LaTeX header.
12988
12989 * org-src.el (org-edit-src-save): Save window setup while saving.
12990 (org-edit-src-code): Use new buffer name construction scheme.
12991
129922009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12993
4d789d84
SM
12994 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
12995 New variable.
8d642074
CD
12996 (org-agenda-entry-text-cleanup-hook): New hook.
12997 (org-agenda-get-some-entry-text): Remove matches of
12998 `org-agenda-entry-text-exclude-regexps' and run the hook
12999 `org-agenda-entry-text-cleanup-hook'.
13000
13001 * org.el (org-offer-links-in-entry): New argument ZERO to
13002 implement a link with index zero.
13003 (org-cycle-show-empty-lines): Not keep empty line under header
13004 hidden.
13005 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
13006 to nil for special completion.
13007 (org-store-link): Don't error before the first heading.
13008
13009 * org-agenda.el (org-agenda-open-link): Pass the prefix to
13010 `org-offer-links-in-entry'.
13011
130122009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
13013
13014 * org-agenda.el (org-agenda-quit): Provide the window argument for
13015 `window-dedicated-p', Emacs 22 needs it.
13016 (org-format-agenda-item): If the category is a link, arrange for
13017 invisible text to replaced with spaces.
13018 (org-compile-prefix-format): Add the extra space.
13019 (org-prefix-category-length): New variable.
13020
13021 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
13022 references from TOC lines.
13023
13024 * org.el (org-selected-window): New variable.
13025
13026 * org-table.el (org-table-edit-formulas): Remember the selected
13027 window.
13028 (org-table-fedit-finish, org-table-fedit-abort): Select the window
13029 that was originally selected.
13030
13031 * org-exp.el (org-export-preprocess-apply-macros): Scan the
13032 expansion of a macro for more macro definitions.
13033
13034 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
13035 invisibility overlay starts on the newline.
13036
b15c31c7
GM
130372009-10-01 Glenn Morris <rgm@gnu.org>
13038
13039 * org-agenda.el (calendar-check-holidays):
13040 * org-exp.el (org-agenda-skip):
13041 * org-list.el (outline-back-to-heading):
13042 * org-wl.el (wl-summary-goto-folder-subr):
13043 * org.el (iswitchb-mode, remember, remember-buffer-desc)
13044 (remember-finalize, remember-save-after-remembering, remember-register)
13045 (remember-buffer, remember-handler-functions)
13046 (remember-annotation-functions): Remove unused declarations.
13047
13048 * org.el (iswitchb-read-buffer): Fix declaration.
13049
9d459fc5
GM
130502009-09-30 Glenn Morris <rgm@gnu.org>
13051
13052 * org-compat.el (w32-focus-frame):
13053 * org-exp-blocks.el (R):
13054 * org-exp.el (htmlize-buffer):
13055 * org-protocol.el (server-edit):
13056 * org-table.el (org-format-org-table-html):
13057 * org.el (org-indent-mode): Fix declarations.
13058
13059 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
13060 free variable `fun'.
13061
baf0cb84
JB
130622009-09-29 Juanma Barranquero <lekktu@gmail.com>
13063
13064 * org-agenda.el (org-agenda-restore-windows-after-quit):
13065 Fix typo in docstring.
13066
f924a367
JB
130672009-09-23 Juanma Barranquero <lekktu@gmail.com>
13068
13069 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
13070 (org-shiftselect-error, org-ctrl-c-ctrl-c):
13071 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
13072 * org-attach.el (org-attach-check-absolute-path):
13073 * org-docbook.el (org-export-as-docbook):
13074 * org-html.el (org-export-as-html):
13075 * org-id.el (org-id-update-id-locations):
13076 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
13077 Fix typos in error messages.
13078
52e5311b
SM
130792009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13080
13081 * org-ascii.el: Require CL for the `loop' macro.
13082
fc226b2f
CD
130832009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
13084
13085 * org-gnus.el (require): Wrap (require gnus-sum) into
8bdd66dc 13086 eval-when-compile.
fc226b2f 13087
94db5327
CD
130882009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
13089
53e31a31
CD
13090 * org-protocol.el (org-protocol-store-link)
13091 (org-protocol-remember, org-protocol-open-source): Remove autoload
13092 cookies again.
13093
40ba71a5
CD
13094 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
13095 referencing the start of the line.
13096
94db5327
CD
13097 * org-gnus.el: Remove unnecessary declare-function forms.
13098 (gnus-sum): Always require gnus-sum.
13099
54a0dee5
CD
131002009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13101
13102 * org-protocol.el (org-protocol-store-link)
13103 (org-protocol-remember, org-protocol-open-source): Add autoloads.
13104
13105 * org-compat.el (org-float-time): New function.
13106
13107 * org.el (org-clock-update-time-maybe)
13108 (org-sort-entries-or-items, org-do-sort)
13109 (org-evaluate-time-range, org-time-string-to-seconds)
13110 (org-closed-in-range): Use `org-float-time'.
13111
13112 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
8bdd66dc 13113 (org-timer-seconds): Use `org-float-time'.
54a0dee5
CD
13114
13115 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
13116 (org-clock-sum, org-dblock-write:clocktable)
8bdd66dc 13117 (org-clocktable-steps): Use `org-float-time'.
54a0dee5
CD
13118
13119 * org-agenda.el (org-agenda-last-marker-time)
8bdd66dc 13120 (org-agenda-new-marker, org-diary): Use `org-float-time'.
54a0dee5
CD
13121
13122 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
13123 function.
13124
13125 * org-exp.el (org-get-file-contents): Only protect lines that
13126 really need it.
13127
13128 * org-html.el (require): Require cl for compilation.
13129
8bdd66dc 13130 * org.el: Avoid using `default-major-mode'.
54a0dee5
CD
13131
13132 * org-plot.el (require): Require CL only at compile time.
13133
13134 * org-exp.el (require): Require CL only at compile time.
13135
13136 * org-agenda.el (org-agenda-quit): When the agenda window is
13137 dedicated, remove other windows before exiting, so that the frame
13138 really will be killed.
13139
13140 * org-exp.el (org-export-handle-include-files): Reset START and
13141 END for each loop cycle.
13142
131432009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13144
4d789d84
SM
13145 * org.el (org-eval-in-calendar):
13146 Use `org-select-frame-set-input-focus'.
54a0dee5
CD
13147
13148 * org-compat.el (org-select-frame-set-input-focus): New function.
13149
13150 * org.el (org-update-statistics-cookies): New function.
13151 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
13152
131532009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13154
13155 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
13156 after the local variables are set.
13157
13158 * org-latex.el (org-export-latex-protect-amp): New function.
13159 (org-export-latex-links): Protect link ampersands in tables.
13160
13161 * org-exp.el (org-export-select-backend-specific-text): Match in
13162 two steps, to avoid regexp problems.
13163
13164 * org.el (org-offer-links-in-entry): Improve working with many and
13165 duplicate links.
13166
13167 * org-agenda.el (org-agenda-show-1): Make more consistent with
13168 normal cycling.
13169 (org-agenda-cycle-show): Make more consistent with normal cycling.
13170
13171 * org-gnus.el (org-gnus-store-link): Restore the linking to a
13172 website.
13173
131742009-09-02 Bastien Guerry <bzg@altern.org>
13175
13176 * org-latex.el (org-export-latex-first-lines): Bugfix.
13177
131782009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13179
13180 * org-clock.el (org-clock-modify-effort-estimate): Emit message
13181 about new effort.
13182
13183 * org.el (org-set-effort): New function.
13184 (org-mode-map): New key for effort setting command.
13185
13186 * org-agenda.el (org-agenda): Keep window setup when calling
13187 agenda from within agenda window.
13188 (org-agenda-mode-map): New keys for effort setting commands.
13189 (org-agenda-menu): Add effort setting commands to menu.
13190 (org-agenda-set-property, org-agenda-set-effort): New functions.
13191
4d789d84
SM
13192 * org-latex.el (org-export-latex-tables):
13193 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
54a0dee5
CD
13194 the first column has been removed.
13195
131962009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13197
13198 * org.el (org-remove-timestamp-with-keyword): Only remove in
13199 entry, not in subtree.
13200
13201 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
13202 emacs lisp.
13203
13204 * org.el (org-open-at-point): When on headline, offer all strings
13205 in entry.
13206
13207 * org-remember.el (org-remember-templates): Documentation fix.
13208
13209 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
13210 `org-get-last-sibling' instead of the outline versions of these
13211 functions.
13212 (org-get-last-sibling): New function.
13213 (org-refile): Use `org-get-next-sibling' instead of the outline
13214 version of this function.
4d789d84
SM
13215 (org-clean-visibility-after-subtree-move):
13216 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
54a0dee5
CD
13217 outline versions of these functions.
13218
132192009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13220
13221 * org-agenda.el (org-prepare-agenda): When creating a new frame
13222 for the agenda, make the window dedicated.
13223
13224 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
13225
13226 * org-table.el (org-table-align): Change the order of reinsertion
13227 and deletion, to avoid problems with overlays following the table.
13228
13229 * org.el (org-parse-time-string): Better error message.
13230 (org-show-subtree): Use org-end-of-subtree.
13231
13232 * org-macs.el (org-goto-line): New defsubst.
13233
13234 * org.el (org-open-file, org-change-tag-in-region)
13235 (org-fast-tag-show-exit): Don't use `goto-line'.
13236
13237 * org-table.el (org-table-align, org-table-insert-column)
13238 (org-table-delete-column, org-table-move-column)
13239 (org-table-sort-lines, org-table-copy-region)
13240 (org-table-paste-rectangle, org-table-wrap-region)
13241 (org-table-get-specials, org-table-rotate-recalc-marks)
13242 (org-table-get-range, org-table-recalculate)
13243 (org-table-edit-formulas, org-table-fedit-convert-buffer)
4d789d84
SM
13244 (org-table-show-reference, org-table-highlight-rectangle):
13245 Don't use `goto-line'.
54a0dee5
CD
13246
13247 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
13248 (org-edit-src-exit): Don't use `goto-line'.
13249
13250 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
13251
13252 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
13253 Don't use `goto-line'.
13254
13255 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
13256
13257 * org-colview.el (org-columns, org-columns-redo)
13258 (org-agenda-columns): Don't use `goto-line'.
13259
4d789d84
SM
13260 * org-colview-xemacs.el (org-columns, org-agenda-columns):
13261 Don't use `goto-line'.
54a0dee5
CD
13262
13263 * org-agenda.el (org-agenda-mode): Force visual line motion off.
13264 (org-agenda-add-entry-text-maxlines): Improve docstring.
13265 (org-agenda-start-with-entry-text-mode): New option.
13266 (org-agenda-entry-text-maxlines): New option.
13267 (org-agenda-entry-text-mode): New variable.
13268 (org-agenda-mode): Set initial value of
13269 `org-agenda-entry-text-mode'.
13270 (org-agenda-mode-map): Add the `E' key.
13271 (org-agenda-menu): Add entry text mode to the menu.
13272 (org-agenda-get-some-entry-text): Fix line count bug.
13273 (org-finalize-agenda): Apply entry text mode if appropriate.
13274 (org-agenda-entry-text-show-here): New function.
13275 (org-agenda-entry-text-show): New function.
13276 (org-agenda-entry-text-hide): New function.
13277 (org-agenda-view-mode-dispatch): Add entry text mode to the view
13278 key menu.
13279 (org-agenda-entry-text-mode): New command.
13280 (org-agenda-set-mode-name): Add entry text mode to the mode line
13281 string.
13282 (org-agenda-undo, org-agenda-get-restriction-and-command)
13283 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
13284 `goto-line'.
13285
132862009-09-02 Bernt Hansen <bernt@norang.ca>
13287
13288 * org-clock.el (org-notify): Bugfix.
13289
132902009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13291
13292 * org-agenda.el (org-agenda-open-link): Handle multiple links and
13293 check for after-string.
13294
13295 * org-gnus.el (org-gnus-store-link): Simplify.
13296
13297 * org.el (org-latex-regexps): Don't add extra empty lines for
13298 display formulas.
13299
133002009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13301
13302 * org-agenda.el (org-agenda-get-some-entry-text): New function.
4d789d84
SM
13303 (org-agenda-add-entry-text):
13304 Use `org-agenda-get-some-entry-text'.
54a0dee5
CD
13305
13306 * org.el (org-cycle-separator-lines): Update docstring.
13307 (org-cycle-show-empty-lines): Handle negative values for
13308 `org-cycle-show-empty-lines'.
13309
13310 * org-exp.el (org-export-protect-sub-super): New function.
13311 (org-export-normalize-links): Protect the url of plain links from
13312 supscript and superscript processing.
13313
13314 * org-remember.el (org-remember-escaped-%): New function.
13315 (org-remember-apply-template): Use `org-remember-escaped-%' to
13316 detect escaped % signs.
13317
133182009-09-02 Bastien Guerry <bzg@altern.org>
13319
13320 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
13321 sound when showing the notification.
13322
13323 * org-clock.el (org-notify): New function.
13324 (org-clock-notify-once-if-expired): Use `org-notify'.
13325
13326 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
13327 and `gnus-article-mode' separately.
13328 (gnus-summary-article-header): Fix the declare-function.
13329
133302009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13331
4d789d84
SM
13332 * org-exp.el (org-export-format-source-code-or-example):
13333 Translate language.
54a0dee5 13334
c4cc8b9a 13335 * org-src.el (org-src-lang-modes): New variable.
54a0dee5
CD
13336 (org-edit-src-code): Translate language.
13337
13338 * org-exp.el (org-export-format-source-code-or-example): Deal wit
13339 the new structure of the `org-export-latex-listings-langs'
13340 variable.
13341
13342 * org-latex.el (org-export-latex-listings-langs): Change structure
13343 of the variable from plist to alist.
13344
133452009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13346
13347 * org.el (org-in-commented-line): New function.
13348
133492009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13350
13351 * org.el (org-hide-block-toggle): Make folded blocks searchable.
13352
8bdd66dc 133532009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
54a0dee5
CD
13354
13355 * org.el (org-flag-drawer): More useful error.
13356
133572009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13358
4d789d84
SM
13359 * org-remember.el (org-remember-apply-template):
13360 Use org-icompleting-read.
54a0dee5
CD
13361
13362 * org-publish.el (org-publish): Use org-icompleting-read.
13363
13364 * org-colview.el (org-columns-edit-value, org-columns-new)
13365 (org-insert-columns-dblock): Use org-icompleting-read.
13366
13367 * org-colview-xemacs.el (org-columns-edit-value)
4d789d84
SM
13368 (org-columns-new, org-insert-columns-dblock):
13369 Use org-icompleting-read.
54a0dee5 13370
4d789d84
SM
13371 * org-attach.el (org-attach-delete-one, org-attach-open):
13372 Use org-icompleting-read.
54a0dee5
CD
13373
133742009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13375
13376 * org.el (org-hierarchical-todo-statistics): Improve docstring.
13377 (org-version): Return the version text.
13378 (org-org-menu): Add a menu entry for the new bug reporter.
13379 (org-submit-bug-report): New command.
13380
4d789d84
SM
13381 * org-list.el (org-hierarchical-checkbox-statistics):
13382 Improve docstring.
54a0dee5
CD
13383
13384 * org.el (org-emphasis-regexp-components): Add "`" to set of
13385 pre-emphasis characters.
13386
13387 * org-latex.el (org-export-latex-classes): Always include the soul
13388 package.
13389 (org-export-latex-emphasis-alist): Use \st for strikethough.
13390
4d789d84
SM
13391 * org-exp-blocks.el (org-export-blocks-preprocess):
13392 Use `indent-code-rigidly' to indent.
54a0dee5 13393
4d789d84
SM
13394 * org-agenda.el (org-agenda-get-restriction-and-command):
13395 Remove properties only if MATCH really is a string.
54a0dee5
CD
13396
133972009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13398
4d789d84
SM
13399 * org-latex.el (org-export-latex-packages-alist):
13400 Fix customization type.
54a0dee5
CD
13401
13402 * org.el (org-create-formula-image): Also use
13403 `org-export-latex-packages-alist'.
13404
13405 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
13406 (org-export-as-html): Format footnotes correctly.
13407
134082009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13409
13410 * org.el (org-fast-tag-selection): Avoid text properties on tags
13411 in the alist.
13412
4d789d84
SM
13413 * org-agenda.el (org-agenda-get-restriction-and-command):
13414 Avoid text properties on the match element.
54a0dee5
CD
13415
134162009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13417
13418 * org.el (org-set-regexps-and-options): Make sure the list of done
13419 keywords is not invalid.
13420
13421 * org-exp.el (org-export-interpolate-newlines): New function.
13422
134232009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13424
13425 * org.el (org-format-latex): Avoid nested overlays.
13426
13427 * org-latex.el (org-export-latex-listings-langs): Add a few more
13428 languages.
13429
13430 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
13431 ignore newlines and space before the first macro argument.
13432
13433 * org-latex.el (org-export-latex-tables): Remove save-excursion
13434 around `org-table-align'.
13435
134362009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13437
4d789d84
SM
13438 * org.el (org-export-html-special-string-regexps):
13439 Definition moved into org.el.
54a0dee5
CD
13440
13441 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
13442 in macro calls.
13443
134442009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13445
13446 * org-latex.el (org-export-latex-listings)
13447 (org-export-latex-listings-langs): New options.
13448
4d789d84
SM
13449 * org-exp.el (org-export-format-source-code-or-example):
13450 Use listing package if requested by the user.
54a0dee5
CD
13451
134522009-09-02 Bastien Guerry <bzg@altern.org>
13453
13454 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
13455 command before actually switching to a buffer.
13456
134572009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13458
13459 * org-exp.el (org-get-file-contents): Only quote org lines when
13460 the markup is src or example.
13461
13462 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
c4cc8b9a 13463 New option.
54a0dee5
CD
13464 (org-agenda-get-day-entries): Remember deadline results and pass
13465 them on into the function getting the scheduling information.
13466 (org-agenda-get-scheduled): Accept deadline results as parameters
13467 and maybe skip some entries.
13468 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
13469
13470 * org.el (org-insert-heading): When respecting content, do not
13471 convert current line to headline.
13472
4d789d84
SM
13473 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
13474 Also cheeeeeck the hd marker.
54a0dee5
CD
13475 (org-clock-in): Also set the hd marker.
13476 (org-clock-out): Also set the hd marker.
13477 (org-clock-cancel): Reset markers.
13478
13479 * org.el (org-clock-hd-marker): New marker.
13480
13481 * org-faces.el (org-agenda-clocking): New face.
13482
13483 * org-agenda.el (org-agenda-mark-clocking-task): New function.
a628ad9d 13484 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
54a0dee5
CD
13485
13486 * org.el (org-modules): Add org-track.el.
13487
13488 * org-agenda.el (org-agenda-bulk-marked-p): New function.
4d789d84
SM
13489 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
13490 Use `org-agenda-bulk-marked-p'.
54a0dee5
CD
13491 (org-agenda-bulk-toggle): New command.
13492
134932009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13494
13495 * org.el (org-move-subtree-down): Hide subtree if it was folded,
13496 not just the body.
13497
13498 * org-remember.el (org-remember-finalize): Avoid buffer-modified
13499 messages.
13500
14acf2f5
SM
135012009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * org-html.el (org-export-as-html):
13504 * org-docbook.el (org-export-as-docbook):
13505 Use (default-value 'major-mode) instead of default-major-mode.
13506
7f25cb00
CD
135072009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
13508
13509 * org-docbook.el: Add arch-tag.
13510
8bdd66dc 13511 * org-exp-blocks.el: Add arch-tag.
7f25cb00 13512
8bdd66dc 13513 * org-id.el: Add arch-tag.
7f25cb00 13514
8bdd66dc 13515 * org-indent.el: Add arch-tag.
7f25cb00 13516
8bdd66dc 13517 * org-inlinetask.el: Add arch-tag.
7f25cb00 13518
8bdd66dc 13519 * org-protocol.el: Add arch-tag.
7f25cb00 13520
c8d0cf5c
CD
135212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13522
13523 * org.el (org-create-formula-image): Remove the -E option for
13524 dvipng.
13525
13526 * org-exp.el (org-default-export-plist): Respect #+BIND.
13527 (org-export-confirm-letbind): New function.
13528
13529 * org.el (org-paste-subtree): Test the kill ring entry if it is
13530 going to be used.
13531 (org-copy-subtree): Use `org-forward-same-level'.
13532 (org-forward-same-level): Respect the `invisibe-ok' arg for
13533 back-to-heading.
13534
135352009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13536
13537 * org.el (org-table-map-tables): Make sure cursor is back at table
13538 beginning after funcall.
13539
13540 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
13541 handled before children, and do not error if an entry is not
13542 found, probably because it hase been remove when the parent was
13543 archived or refiled.
13544
13545 * org.el (org-ido-completing-read): Accept straight lists for
13546 completion as well as alists.
13547
3e344045 13548 * org-timer.el (org-timer-cancel-timers): Rename from
c8d0cf5c
CD
13549 `org-timer-cancel-timers'.
13550
13551 * org.el (org-cycle-internal-local): Fix problem with finding next
13552 invisible line.
13553
135542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13555
4d789d84
SM
13556 * org-list.el (org-list-send-list):
13557 Call `org-list-goto-true-beginning' instead of
c8d0cf5c
CD
13558 `org-list-find-true-beginning', which does not exist.
13559
13560 * org-timer.el (org-timer-reset-timers): Use `mapc'.
13561 (org-timer-set-timer): Do not assign to heading.
13562
13563 * org-id.el (org-id-open): Quote function name.
13564
13565 * org-macs.el (org-unmodified): Turn off recording undo
13566 information while running inside the macro.
13567
13568 * org-table.el (org-table-export): Also work in file-less
13569 buffers.
13570
13571 * org.el (org-startup-indented): New option.
13572 (org-startup-options): Add new options indent and noindent.
13573 (org-unfontify-region): Remove line-prefix and wrap-prefix
13574 properties.
4d789d84
SM
13575 (org-after-demote-entry-hook, org-after-promote-entry-hook):
13576 New hooks.
c8d0cf5c
CD
13577 (org-promote, org-demote): Run the new hooks.
13578
13579 * org-table.el (org-table-align): Replace leading \n as well.
13580
13581 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
13582 and `line-wrap' text properties.
13583
13584 * org-compat.el (org-kill-new): New function.
13585
13586 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
13587 `line-wrap' text properties.
13588
13589 * org-indent.el: New file.
13590
135912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13592
13593 * org.el (org-provide-todo-statistics): Tweak docstring.
13594
13595 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
13596
135972009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13598
13599 * org-exp.el (org-export-as-org): Insert the "-source" string
13600 before the extension.
13601
13602 * org.el (org-read-date): Make sure the calendar is in the current
13603 frame.
13604 (org-set-emph-re): Remove the ? from the post-match.
13605 (org-emphasis-regexp-components): Add backslash to the
13606 postmatch class.
13607 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
13608 optional so that also lines at the end of the buffers will still
13609 be matched as headlines.
13610
13611 * org-table.el (org-table-error-on-row-ref-crossing-hline):
13612 Variable made obsolete.
13613 (org-table-relative-ref-may-cross-hline): New option.
13614 (org-table-find-row-type): Honow the new option
13615 `org-table-relative-ref-may-cross-hline'.
13616
136172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13618
4d789d84
SM
13619 * org-table.el (org-table-cut-region, org-table-copy-region):
13620 Work on single field if no active region.
c8d0cf5c
CD
13621
136222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13623
13624 * org-latex.el (org-export-latex-make-header): Only insert title
13625 if one is defined.
13626
13627 * org.el (org-make-options-regexp): Allow empty values.
13628
136292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13630
13631 * org.el (org-cycle-internal-local): Improved version of finding
13632 next visible line.
13633 (org-cycle-hide-drawers): Only hide drawers if this is really
13634 necessary.
13635 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
13636 org-version of this function in Org-mode. We use advice to
13637 implement this change, so that future changes to this function in
13638 outline.el wil be handled properly.
13639 (org-forward-same-level, org-backward-same-level): New commands.
13640
136412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13642
13643 * org.el (org-remove-empty-overlays-at)
cd1181db 13644 (org-clean-visibility-after-subtree-move): New functions.
c8d0cf5c
CD
13645 (org-move-subtree-down): Simplify cleanup of display.
13646
136472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13648
13649 * org-mac-message.el (org-mac-message-get-links): Improve
13650 docstring. Make argument SELECT-OR-FLAGGED optional, default to
13651 "s". Fix the return value.
13652 (org-mac-message-insert-flagged): Simplify.
13653
13654 * org.el (org-refile-get-location): Tamper with refile history o
13655 that history contains compete matches instead of the entered
13656 string.
13657
136582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13659
13660 * org.el (org-store-link): Never store a link to an inline task.
13661
4d789d84
SM
13662 * org-footnote.el (org-footnote-goto-local-insertion-point):
13663 Skip inline tasks when positioning footnotes.
c8d0cf5c
CD
13664
13665 * org.el (org-refile): Remove the END line when archiving an
13666 inline task that does have an END line.
13667
13668 * org-archive.el (org-archive-subtree): Remove the END line when
13669 archiving an inline task that does have an END line.
13670
13671 * org-macs.el (org-with-limited-levels): New macro.
13672 (org-get-limited-outline-regexp): New function.
13673
13674 * org-exp.el (org-export-format-source-code-or-example): Fix bug
13675 that did not enumerate first line.
13676 (org-export-mark-radio-links): Skip matches in links.
13677
136782009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13679
13680 * org.el (org-activate-plain-links): Make single-match.
13681 (org-adapt-indentation): Fix docstring.
13682
13683 * org-macs.el (org-unmodified): Turn of modification hooks while
13684 running this macro.
13685
136862009-08-06 Bastien Guerry <bzg@altern.org>
13687
13688 * org.el (org-adapt-indentation): Slightly improve the docstring.
13689 (org-occur): Sends an error when the user inputs an empty string.
13690 (org-priority): Bugfix: the tag alignement should happen within
13691 save-excursion.
13692
136932009-08-06 Bastien Guerry <bzg@altern.org>
13694
13695 * org.el (org-make-link-regexps): Don't exclude parentheses from
c4cc8b9a 13696 `org-plain-link-re'.
c8d0cf5c 13697 (org-cycle-internal-local): When locally cycling, switch directly
c4cc8b9a 13698 from CHILDREN to FOLDED if there is no subtree.
c8d0cf5c
CD
13699 (org-cycle): Update the docstring to document the new behavior of
13700 `org-cycle-internal-local'.
13701
8bdd66dc 137022009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
c8d0cf5c
CD
13703
13704 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
13705 an abbreviated format for days.
13706
137072009-08-06 Bastien Guerry <bzg@altern.org>
13708
4d789d84
SM
13709 * org-protocol.el (org-protocol-default-template-key):
13710 New option.
c8d0cf5c
CD
13711
13712 * org.el (org-refile): Bugfix: save-excursion before reading the
13713 refile target, otherwise cursor moves might confuse `org-refile'.
13714
13715 * org.el (org-toggle-heading): Bugfix: correctly convert list
13716 items before the first headline.
13717
13718 * org.el (org-provide-todo-statistics): Allow a list of TODO
13719 keywords to compute statistics against headlines containing a
13720 keyword from this list.
13721 (org-update-parent-todo-statistics): Possibly use the new allowed
13722 value of `org-provide-todo-statistics'.
13723
137242009-08-06 Bastien Guerry <bzg@altern.org>
13725
13726 * org-timer.el: Add autoload cookie.
13727
13728 * org.el (org-occur-link-in-agenda-files): New function.
13729
13730 * org-timer.el (org-timer-last-timer): New variable.
13731
13732 * org-agenda.el (org-agenda-mode-map): New key for
13733 org-timer-set-timer called from the agenda.
13734
13735 * org.el (org-mode-map): New key for org-timer-set-timer.
13736
13737 * org-timer.el (org-timer-reset-timers)
4d789d84
SM
13738 (org-timer-show-remaining-time, org-timer-set-timer):
13739 New functions.
c8d0cf5c
CD
13740
13741 * org-clock.el (org-show-notification): Update the docstring.
13742
13743 * org.el (org-provide-todo-statistics): Allow new value
13744 'all-headlines for this option, which includes entries with no
13745 TODO keywords in the todo statistics.
13746 (org-update-parent-todo-statistics): Possibly use the new
13747 'all-headline value from `org-provide-todo-statistics'.
13748
137492009-08-06 Bastien Guerry <bzg@altern.org>
13750
13751 * org-clock.el (org-dblock-write:clocktable): Add a new option
13752 :timestamp which allows display of timestamps in clock reports.
13753
13754 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
13755 list to a subtree, preserving the structure of the list.
13756 (org-set-emph-re): Make the last element optional in the regexp.
13757 This regexp now matches an emphasized string at the end of a line.
13758
13759 * org-list.el (org-list-goto-true-beginning)
13760 (org-list-make-subtree, org-list-make-subtrees): New functions.
13761
13762 * org.el (org-eval-in-calendar): Select the right frame.
13763 (org-save-frame-excursion): Remove this macro.
13764
137652009-08-06 Bastien Guerry <bzg@altern.org>
13766
13767 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
13768 trying to find the beginning of a list.
13769
13770 * org-exp.el (org-get-file-contents): Use a new argument: markup.
13771 When present, tell org-get-file-contents not to protect org-like
13772 lines.
13773
13774 * org-id.el (org-id-uuid-program): New option to set the name of
13775 the uuidgen program.
13776 (org-id-method): Use `org-id-uuid-program'.
13777 (org-id-new): Use `org-id-uuid-program'.
13778
137792009-08-06 Bastien Guerry <bzg@altern.org>
13780
13781 * org-exp.el (org-export-number-lines): Allow whitespace in code
13782 references. Allow the -r switch to remove the references in the
13783 source code even when the lines are not numbered: the labels can
13784 be explicit enough.
13785
13786 * org.el (org-fontify-whole-heading-line): New option.
13787 (org-set-font-lock-defaults): Use the new option.
13788
13789 * org-clock.el (org-show-notification-handler): New option.
13790 (org-show-notification): Use the new option.
13791
137922009-08-06 Bastien Guerry <bzg@altern.org>
13793
13794 * org.el (org-eval-in-calendar): Fix a bug about calendar
13795 navigation when `calendar-setup' value is 'calendar-only.
13796
137972009-08-06 Bastien Guerry <bzg@altern.org>
13798
13799 * org.el (orgstruct++-mode): Fix typo in docstring.
13800 (org-insert-link): Clean up: (or (...)) => (...)
13801 (org-insert-link): Use TAB for stored links completion.
13802
138032009-08-06 Bastien Guerry <bzg@altern.org>
13804
13805 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
13806 building the list of targets.
13807
4d789d84
SM
13808 * org-remember.el (org-remember-delete-empty-lines-at-end):
13809 New option.
c8d0cf5c
CD
13810 (org-remember-handler): Use the new option.
13811
138122009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13813
13814 * org.el (org-tags-sort-function): New option for sorting tags.
13815 (org-set-tags): Use the new option to sort tags.
13816
13817 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
13818 premature deletion of the data when using org-plot in a script.
13819
138202009-08-06 Bastien Guerry <bzg@altern.org>
13821
13822 * org-clock.el (org-clock-in-prepare-hook): New hook.
13823 (org-clock-in): Use this new hook.
13824
138252009-08-06 Bastien Guerry <bzg@altern.org>
13826
c7015153 13827 * org.el (org-special-ctrl-a/e): Explicitly bind the value
c8d0cf5c
CD
13828 'reversed for this option to the "true line boundary first"
13829 behavior.
13830 (org-tags-match-list-sublevels): Document the 'indented value for
13831 this variable.
13832
13833 * org-latex.el (org-export-latex-first-lines): Fix problem with
13834 publishing the region.
13835
4d789d84
SM
13836 * org-exp.el (org-export-format-source-code-or-example):
13837 Fix bad line numbering when exporting examples in HTML.
c8d0cf5c
CD
13838
138392009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13840
13841 * org-colview.el (org-format-time-period): Formats a time in
13842 fractional days as days, hours, mins, seconds.
13843 (org-columns-display-here): Add special handling for SINCE and
13844 SINCE_IA to format for display.
13845
13846 * org.el (org-time-since): Add a function to get the time since an
13847 org timestamp.
13848 (org-entry-properties): Add two new special properties: SINCE and
f924a367 13849 SINCE_IA. These give the time since any active or inactive
c8d0cf5c
CD
13850 timestamp in an entry.
13851 (org-special-properties): Add SINCE, SINCE_IA.
13852 (org-tags-sort-function): Add custom declaration for tags
13853 sorting function.
8bdd66dc 13854 (org-set-tags): Sort tags if org-tags-sort-function is set.
c8d0cf5c
CD
13855
138562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13857
13858 * org-clock.el (org-clock-goto): Find hidden headlines as well.
13859
13860 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
13861
13862 * org-plot.el (org-plot/add-options-to-plist): Add timeind
13863 option.
13864
138652009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13866
13867 * org-publish.el (org-publish-remove-all-timestamps): New function.
13868 (org-publish-all): Remove all timestamp files if `org-publish-all'
13869 is called with a prefix argument.
13870
13871 * org-list.el (org-indent-item): Fix typo.
13872 (org-item-indent-positions): Normalize ordered bullet.
13873
138742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13875
13876 * org-macs.el (org-set-local): Make a local variable, do not make
13877 the variable buffer-local!
13878
13879 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
13880
13881 * org-exp.el (org-infile-export-plist): Read BIND lines.
13882 (org-install-letbind): New function.
4d789d84
SM
13883 (org-export-as-org, org-export-preprocess-string):
13884 Call `org-install-letbind'.
c8d0cf5c
CD
13885
13886 * org-list.el (org-list-demote-modify-bullet): New option.
13887 (org-first-list-item-p): Save point.
13888 (org-fix-bullet-type): New optional argument FORCE-BULLET.
13889 (org-indent-item): Honor `org-list-demote-modify-bullet'.
13890 (org-item-indent-positions): Return bullet types along with
13891 indentation.
13892
138932009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13894
13895 * org.el (org-show-entry): Hide drawers.
13896
138972009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13898
13899 * org-footnote.el (org-footnote-auto-adjust): New option.
13900 (org-footnote-auto-adjust-maybe): New function.
4d789d84
SM
13901 (org-footnote-new, org-footnote-delete):
13902 Call `org-footnote-auto-adjust-maybe'.
c8d0cf5c
CD
13903
13904 * org.el (org-startup-options): Add new footnote-related
13905 keywords.
13906
13907 * org-publish.el (org-publish-timestamp-filename): Additional
13908 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
13909 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
13910 TRUE-PUB-DIR. Pass them through to
13911 `org-publish-timestamp-filename'.
13912 (org-publish-update-timestamp): Additional arguments PUB-DIR and
13913 PUB-FUNC, which are included in the hash.
13914 (org-publish-file): Delay timestamp test until the publishing
13915 function is known.
13916
139172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13918
13919 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
13920 setting the deadline.
13921
13922 * org.el (org-read-date-final-answer): New variable.
13923 (org-read-date): Store the final answer string, including the date
13924 from the calendar, for reuse by agenda bulk commands.
13925
13926 * org-publish.el (org-publish-attachment): Fix publishing of
13927 attachments.
13928
13929 * org-latex.el (org-export-latex-quotation-marks): Fix export of
13930 quotation makrs in parenthesis.
13931 (org-remove-initial-hash): New function.
13932 (org-export-latex-preprocess): Fix bug with infinite loop if
13933 environment is not properly closed.
13934
13935 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
13936 when indented.
13937
13938 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
13939 highlight also when indented.
13940
139412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13942
13943 * org-footnote.el (org-footnote-renumber-fn:N): New command.
13944 (org-footnote-action): Offer renumbering.
13945
13946 * org.el (org-cycle): Honor the `integrate' value of
13947 org-cycle-include-plain-lists'.
13948
13949 * org-list.el (org-cycle-include-plain-lists): New allowed value
13950 `internal'. Improve the docstring.
13951
13952 * org.el (org-set-autofill-regexps): Improve the paragraph-start
13953 regexp to work better with LaTeX commands.
13954
139552009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13956
13957 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
13958 and eps extensions.
13959
139602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13961
13962 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
13963 loaded.
13964
13965 * org.el (org-map-entries): No longer force
13966 `org-tags-match-list-sublevels' to t during a todo-only tags
13967 search.
13968
139692009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13970
13971 * org-latex.el (org-export-latex-low-levels): Allow user-defined
13972 environment.
13973 (org-export-latex-subcontent): Handle user-defined environment.
13974
13975 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
13976 the View dispatcher.
13977
13978 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
13979 `make-overlay'.
13980
13981 * org-latex.el (org-export-as-pdf): Protect match data during call
13982 to shell-quote-argument.
13983
13984 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
13985 (org-agenda-view-mode-dispatch): New function.
13986
139872009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13988
13989 * org-agenda.el (org-agenda-mode): Reset list of marks.
13990 (org-agenda-mode-map): Define new keys for refile and bulk action.
13991 (org-agenda-menu): Add menu itesm for refile and bulk action.
13992 (org-agenda-refile): New function.
13993 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
13994 (org-agenda-marked-entries): New variable.
13995 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
13996 (org-agenda-remove-all-bulk-action-marks)
13997 (org-agenda-bulk-action): New functions/commands.
13998
139992009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14000
14001 * org-exp.el (org-get-file-contents): Protect org-like lines in
14002 included files.
14003 (org-export-format-source-code-or-example): Remove newlines.
14004
14005 * org-latex.el (org-export-latex-links): Check for no-description
14006 marking.
14007
14008 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
14009 argument separator back to comma.
14010 (org-export-normalize-links): Mark links without description.
14011
140122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14013
14014 * org-exp.el (org-infile-export-plist): Fix bug in macro
14015 processing.
14016
14017 * org-agenda.el (org-agenda-clock-out): Update line after clocking
14018 out.
14019 (org-agenda-highlight-todo): Fix bug with highlighting.
14020
140212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14022
14023 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
14024 new alignment strings.
14025
14026 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
14027 command list.
14028 (org-table-align): Check for forced align type.
14029
14030 * org.el (org-self-insert-command): Add yas/expand to command
14031 list.
14032
14033 * org-clock.el (org-clock-in-hook): New hook.
14034 (org-clock-in): Run `org-clock-in-hook.
14035 (org-clock-out-hook): New hook.
14036 (org-clock-out): Run `org-clock-out-hook.
14037 (org-clock-cancel-hook): New hook.
14038 (org-clock-cancel): Run `org-clock-cancel-hook.
14039 (org-clock-goto-hook): New hook.
14040 (org-clock-goto): Run `org-clock-goto-hook.
14041
140422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14043
14044 * org.el (org-store-link): Better default description for link to
14045 Org-mode headline.
14046
14047 * org-exp.el (org-export-generic): Autoload the generic exporter
14048 function.
14049 (org-export): Implement the `g' key for the generic exporter.
14050
140512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14052
14053 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
14054 and for zbacktab'.
14055
14056 * org-exp.el (org-infile-export-plist): Get macros also from
14057 #+SETUPFILE.
14058
140592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14060
14061 * org-colview.el (org-columns-capture-view): Protect vertical bars
14062 in column values.
14063 (org-columns-capture-view): Exclude comment and archived trees.
14064
4d789d84
SM
14065 * org-colview-xemacs.el (org-columns-capture-view):
14066 Protect vertical bars in column values.
c8d0cf5c
CD
14067 (org-columns-capture-view): Exclude comment and archived trees.
14068
14069 * org.el (org-quote-vert): New function.
14070
14071 * org-latex.el (org-export-latex-verbatim-wrap): New option.
14072
4d789d84
SM
14073 * org-exp.el (org-export-format-source-code-or-example):
14074 Use `org-export-latex-verbatim-wrap'.
c8d0cf5c
CD
14075
14076 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
14077 time stamps.
14078
646bcdd7 140792009-08-06 Eric Schulte <schulte.eric@gmail.com>
c8d0cf5c
CD
14080
14081 * org-exp-blocks.el: New file.
14082
646bcdd7
GM
140832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14084
c8d0cf5c
CD
14085 * org-remember.el (org-remember-templates): Allow the headline
14086 element to be a function.
14087 (org-remember-apply-template): If the headline is a function, call
14088 it to get the true function.
14089
14090 * org-clock.el (org-clock-menu): New function.
14091 (org-clock-update-mode-line): Update help string.
14092 (org-clock-modify-effort-estimate): New function.
14093 (org-clock-mark-default-task): New function.
14094
14095 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
14096 minutes as input.
14097 (org-org-menu): Add new clocking stuff.
14098 (org-clock-is-active): New function.
14099
141002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14101
14102 * org.el (org-open-non-existing-files): Improve docstring.
14103
141042009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14105
4d789d84
SM
14106 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
14107 New option.
c8d0cf5c
CD
14108 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
14109
14110 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
14111
14112 * org-list.el (org-get-checkbox-statistics-face): Use the new
14113 faces.
14114
14115 * org-faces.el (org-checkbox-statistics-todo)
14116 (org-checkbox-statistics-done): New faces.
14117
141182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14119
14120 * org-latex.el (org-export-latex-use-verb): New variable.
14121 (org-export-latex-emph-format): Prefer \texttt over \verb when
14122 org-export-latex-use-verb is set.
14123
141242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14125
14126 * org-remember.el (org-remember-handler): Abort remember if the
14127 buffer is empty.
14128
4d789d84
SM
14129 * org-exp.el (org-export-format-source-code-or-example):
14130 Run `org-src-mode-hook'.
c8d0cf5c
CD
14131
141322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14133
14134 * org.el (org-indent-line-function): Fix indentation of +#end lines.
14135
141362009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14137
14138 * org-gnus.el (org-gnus-store-link): Require message.el in
14139 org-gnus-store-link.
14140
141412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14142
646bcdd7 14143 * org-src.el: New file, split out of org.el.
c8d0cf5c
CD
14144
14145 * org-macs.el (org-replace-match-keep-properties): New function.
14146
4d789d84
SM
14147 * org-exp.el (org-export-mark-blockquote-verse-center):
14148 Better preprocessing of center and quote and verse blocks.
c8d0cf5c
CD
14149
14150 * org-list.el (org-list-end): Respect the stored "original"
14151 indentation when determining the end of the list.
14152
14153 * org-exp.el (org-export-replace-src-segments-and-examples):
14154 Remember indentation correctly.
14155
141562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14157
14158 * org-clock.el (org-clock-update-mode-line): Apply face
14159 org-mode-line-clock.
14160
14161 * org-faces.el (org-mode-line-clock): New face.
14162
141632009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14164
14165 * org-gnus.el (org-gnus-store-link): Fix bug where
14166 `org-gnus-store-link' used wrong subject when called in an article
14167 buffer. Patch provided by fengli AT gmail DOT com.
14168
141692009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14170
4d789d84
SM
14171 * org-exp.el (org-export-format-source-code-or-example):
14172 Remember the original indentation of source code snippets and examples.
c8d0cf5c
CD
14173
14174 * org-latex.el (org-export-as-latex): Relocate the table of
14175 contents.
14176
14177 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
14178
14179 * org-agenda.el (org-run-agenda-series): Scope global options also
14180 when creating the agenda buffer.
14181
141822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14183
14184 * org.el (org-adapt-indentation): Improve documentation.
14185 (org-insert-property-drawer): Respect org-adapt-indentation when
14186 inserting the drawer.
14187 (org-remove-flyspell-overlays-in): New function.
14188 (org-do-emphasis-faces, org-activate-plain-links)
14189 (org-activate-code, org-fontify-meta-lines-and-blocks)
14190 (org-activate-angle-links, org-activate-footnote-links)
14191 (org-activate-bracket-links, org-activate-dates)
14192 (org-activate-target-links, org-activate-tags): Remove flyspell
14193 overlays.
14194
141952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14196
14197 * org.el (org-edit-src-save): New function.
14198
14199 * org-clock.el (org-clock-out-switch-to-state): New option.
14200 (org-clock-out): Honor `org-clock-out-switch-to-state'.
14201
14202 * org-compat.el (org-compatible-face): Improve macro.
14203
14204 * org.el (org-global-properties-fixed): Add default for
14205 CLOCK_MODELINE_TOTAL.
14206
76e3243a
JB
14207 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
14208 and tend.
c8d0cf5c
CD
14209 (org-clock-sum-current-item): Optional argument TSTART, pass it to
14210 org-clock-sum.
14211 (org-clock-get-sum-start): New function.
14212
14213 * org.el (org-startup-options): New keywords blockhide and
14214 blockshow.
14215 (org-mode): Add new invisibility spec.
14216 (org-set-startup-visibility): Hide block on startup if so
14217 desired.
14218 (org-hide-block-startup): New option.
14219 (org-block-regexp): New constant.
14220 (org-hide-block-overlays): New variable.
14221 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
14222 (org-show-block-all, org-hide-block-toggle-maybe)
14223 (org-hide-block-toggle): New functions.
14224 (org-edit-src-exit): Do not quote lines starting with # and no +
14225 behind it.
14226 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
14227 entry.
14228
142292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14230
14231 * org.el (org-buffer-property-keys): Add Effort property for
14232 completion.
14233
142342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14235
14236 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
14237 when retrieving total clocked time in the subtree.
14238
14239 * org.el (org-quoting-blocks): New variable.
14240
142412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14242
14243 * org-table.el (org-table-store-formulas)
14244 (org-table-get-stored-formulas, org-table-fix-formulas)
14245 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
14246 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
14247
4d789d84
SM
14248 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
14249 Allow indented #+TBLFM line.
c8d0cf5c 14250
4d789d84
SM
14251 * org-footnote.el (org-footnote-goto-local-insertion-point):
14252 Allow indented #+TBLFM line.
c8d0cf5c
CD
14253
14254 * org-colview.el (org-dblock-write:columnview): Allow indented
14255 #+TBLFM line.
14256
4d789d84
SM
14257 * org-colview-xemacs.el (org-dblock-write:columnview):
14258 Allow indented #+TBLFM line.
c8d0cf5c
CD
14259
14260 * org-clock.el (org-dblock-write:clocktable): Allow indented
14261 #+TBLFM line.
14262
142632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14264
4d789d84
SM
14265 * org-exp.el (org-export-format-source-code-or-example):
14266 Make editing indented blocks work correctly.
c8d0cf5c
CD
14267
14268 * org.el (org-edit-src-nindent): New variable.
14269 (org-edit-src-code, org-edit-fixed-width-region)
4d789d84
SM
14270 (org-edit-src-find-region-and-lang, org-edit-src-exit):
14271 Make editing indented blocks work correctly.
c8d0cf5c
CD
14272
142732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14274
4d789d84
SM
14275 * org-exp.el (org-export-replace-src-segments-and-examples):
14276 Find indented blocks.
c8d0cf5c
CD
14277 (org-export-format-source-code-or-example): Fix indentation of
14278 blocks.
14279 (org-export-remove-indentation): New function.
14280 (org-export-select-backend-specific-text): Allow backend-specific
14281 code to be indented.
14282 (org-export-mark-blockquote-verse-center): Allow markers to be
14283 indented.
14284
14285 * org.el (org-fontify-meta-lines): New function.
14286 (org-set-font-lock-defaults): Call the new fontification
14287 function.
14288
c4cc8b9a 14289 * org-faces.el (org-meta-line): New face.
8bdd66dc 14290 (org-block): New face.
c8d0cf5c
CD
14291
142922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14293
14294 * org.el (org-treat-insert-todo-heading-as-state-change)
4d789d84
SM
14295 (org-treat-S-cursor-todo-selection-as-state-change):
14296 New variables.
14297 (org-insert-todo-heading):
14298 Honor `org-treat-insert-todo-heading-as-state-change'.
14299 (org-shiftright, org-shiftleft):
14300 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
c8d0cf5c
CD
14301 (org-inhibit-logging): New variable.
14302
143032009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14304
4d789d84
SM
14305 * org-agenda.el (org-remove-subtree-entries-from-agenda):
14306 Reduce range for marker position checking.
c8d0cf5c
CD
14307
14308 * org-latex.el (org-export-latex-first-lines): Fix bug when
14309 exporting a region.
14310
143112009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14312
14313 * org-exp.el (org-export-push-to-kill-ring): Protect using
14314 x-set-selection, because that does not always work.
14315
14316 * org-agenda.el (org-agenda-list): Apply the new face
14317 `org-agenda-date-today'.
14318
14319 * org-faces.el (org-agenda-date-today): New face.
14320
143212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14322
14323 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
14324 creating appointments.
14325
14326 * org-latex.el (org-export-latex-low-levels): Fix customization
14327 type.
14328
4d789d84
SM
14329 * org.el (org-priority, org-shiftup, org-shiftdown):
14330 Disable priority commands.
c8d0cf5c
CD
14331
14332 * org-agenda.el (org-agenda-priority): Disable priority commands.
14333
14334 * org.el (org-enable-priority-commands): New option.
14335
14336 * org-colview-xemacs.el (org-columns-compute)
14337 (org-columns-number-to-string): Fix problems with empty fields.
14338
14339 * org-colview.el (org-columns-compute)
14340 (org-columns-number-to-string): Fix problems with empty fields.
14341
14342 * org-exp.el (org-export-push-to-kill-ring): New function.
14343 (org-export-copy-to-kill-ring): New option.
14344
4d789d84
SM
14345 * org-latex.el (org-export-as-latex):
14346 Call `org-export-push-to-kill-ring'.
c8d0cf5c 14347
4d789d84
SM
14348 * org-exp.el (org-export-show-temporary-export-buffer):
14349 New option.
c8d0cf5c 14350
4d789d84
SM
14351 * org-latex.el (org-export-as-latex):
14352 Use `org-export-show-temporary-export-buffer'.
c8d0cf5c 14353
4d789d84
SM
14354 * org-exp.el (org-export-show-temporary-export-buffer):
14355 New option.
c8d0cf5c
CD
14356 (org-export-push-to-kill-ring): New function.
14357
14358 * org-colview.el (org-columns-compile-map): New variable.
14359 (org-columns-new, org-columns-compute)
14360 (org-columns-number-to-string, org-columns-uncompile-format)
14361 (org-columns-compile-format): Implement new operators.
14362
143632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14364
14365 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
14366
14367 * org-list.el (org-update-checkbox-count): Make property
14368 dependent.
14369
14370 * org.el (org-hierarchical-todo-statistics): New option.
3e344045 14371 (org-update-parent-todo-statistics): Modify to handle recursive
c8d0cf5c
CD
14372 statistics.
14373
143742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14375
14376 * org-publish.el (org-publish): Make this function behave
14377 correctly in interactive use when called with a prefix argument.
14378
14379 * org.el (org-todo-statistics-hook): New hook.
14380 (org-update-parent-todo-statistics): Use new hook.
14381 (org-log-into-drawer): New function.
14382 (org-add-log-setup): Use the new `org-log-into-drawer' function to
14383 determine if we should be logging into a drawer.
14384 (org-log-into-drawer): Update docstring.
14385 (org-default-properties): Add LOG_INTO_DRAWER as a property.
14386
14387 * org-list.el (org-checkbox-statistics-hook): New hook.
14388 (org-update-checkbox-count-maybe): Use new hook.
14389
143902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14391
14392 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
14393 better bufer-generating mechanism.
14394 (org-edit-src-find-buffer): New function.
14395
14396 * org-icalendar.el (org-print-icalendar-entries): Don't check for
14397 archive tag, this is already done by `org-agenda-skip'.
14398 data while constructing lost of tags.
14399
144002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14401
14402 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
14403 as argument separator in macros.
14404
144052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14406
14407 * org.el (org-after-sorting-entries-or-items-hook): New hook.
14408 (org-sort-entries-or-items): Run the new hook.
14409 (org-after-refile-insert-hook): New hook.
14410 (org-refile): Run `org-after-refile-insert-hook'.
14411
14412 * org-agenda.el (org-agenda-get-progress): Never take time of day
14413 from headline when displaying progress.
14414
14415 * org-latex.el (org-export-latex-complex-heading-re): New variable.
14416 (org-export-as-latex): Force the correct regexp in the
14417 preprocessor buffer.
4d789d84
SM
14418 (org-export-latex-set-initial-vars):
14419 Set `org-export-latex-complex-heading-re'.
c8d0cf5c
CD
14420
14421 * org-agenda.el (org-agenda-start-with-log-mode): New option.
14422 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
14423
144242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14425
14426 * org-latex.el (org-export-latex-tables-centered): New option.
14427 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
14428
14429 * org-exp.el (org-export-as-org): New command.
14430 (org-export-as-org): New command.
14431
14432 * org-publish.el (org-publish-org-to-org): New function.
14433
144342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14435
14436 * org.el (org-yank): Just call `org-yank-generic'.
14437 (org-yank-generic): New function, containing the formaer
14438 functionality of `org-yank'.
14439
14440 * org-latex.el (org-export-latex-not-done-keywords)
14441 (org-export-latex-done-keywords): New variables.
14442 (org-export-latex-todo-keyword-markup): New option.
14443 (org-export-latex-set-initial-vars): Remember the TODO keywords.
14444 (org-export-latex-keywords-maybe): Apply the TODO markup.
14445
144462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14447
14448 * org-exp.el (org-infile-export-plist): Add more default macros.
14449 (org-export-preprocess-apply-macros): Process macro arguments.
14450
144512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14452
a628ad9d 14453 * org-icalendar.el (org-icalendar-include-todo): New allowed value
c8d0cf5c
CD
14454 `unblocked'.
14455 (org-print-icalendar-entries): Respect the new value of
14456 `org-icalendar-include-todo'.
14457
14458 * org.el (org-link-try-special-completion)
14459 (org-file-complete-link): New functions.
14460 (org-insert-link): Add special completion support for some link
14461 types.
14462
14463 * org-bbdb.el (org-bbdb-complete-link): New function.
14464
144652009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14466
14467 * org-list.el (org-update-checkbox-count): Allow recursive
14468 statistics.
14469 (org-hierarchical-checkbox-statistics): New option.
14470
14471 * org.el (org-cycle): Remove erraneous space character.
14472
14473 * org-icalendar.el (org-icalendar-timezone): Initialize from
14474 environment.
14475
144762009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14477
14478 * org.el (org-autoload): Fix autoloading of ascii export
14479 functions.
14480 (org-modules): Add org-special-blocks.
14481
144822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14483
14484 * org-icalendar.el (org-start-icalendar-file): Use the new option.
14485 (org-ical-timezone): New option.
14486
14487 * org-exp.el (org-export-get-coderef-format): Use the description
14488 is present.
14489
14490 * org.el (org-sort-entries-or-items): Improve docstring, and make
14491 better implementation for time sorting.
14492
144932009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14494
14495 * org.el (org-edit-src-persistent-message): New option.
14496 (org-edit-src-code, org-edit-fixed-width-region): Use the new
14497 option.
14498
14499 * org-clock.el (org-clock-insert-selection-line): Fix prefious
14500 patch.
14501
4d789d84
SM
14502 * org.el (org-edit-src-code, org-edit-fixed-width-region):
14503 Use separate buffer instead of indirect buffer to edit source code.
c8d0cf5c
CD
14504 (org-edit-src-exit): Make this function work with the new setup.
14505
14506 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
14507 are properly fontified before shown in the selection menu.
14508
14509 * org.el (org-fontify-like-in-org-mode): New function.
14510
14511 * org-latex.el (org-export-latex-links): Use the property list to
14512 retrieve the default image attributes.
14513
14514 * org-exp.el (org-export-plist-vars): Add a new option.
14515
145162009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14517
14518 * org-exp.el (org-export, org-export-visible): Support ASCII
c4cc8b9a 14519 export to buffer.
c8d0cf5c
CD
14520 (org-export-normalize-links): Do not protect the description if it
14521 is explicitly given.
14522
3e344045 14523 * org-list.el (org-reset-checkbox-state-subtree): Move here from
c8d0cf5c 14524 org-checklist.el.
4d789d84
SM
14525 (org-reset-checkbox-state-subtree):
14526 Call `org-reset-checkbox-state-subtree'.
c8d0cf5c
CD
14527
14528 * org-remember.el (org-select-remember-template): For the
14529 selection of a valid template.
14530
14531 * org-latex.el (org-export-region-as-latex): Supply the
14532 force-no-subtree argument.
14533 (org-export-as-latex): Provide better limits when exporting the
14534 first line. When exporting to string, we still want the first
14535 lines.
14536 (org-export-latex-first-lines): New argument END, to force the end
14537 of the region.
14538 (org-export-region-as-latex): Use the property list.
01c35094 14539 (org-export-as-latex): ????
c8d0cf5c
CD
14540
14541 * org-colview-xemacs.el (org-columns-remove-overlays)
14542 (org-columns): Fix call to `local-variable-p'.
14543
145442009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14545
14546 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
14547 (org-export-latex-preprocess): Run the new hook.
14548
14549 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
14550 (org-export-preprocess-string): Run the new hook.
14551
145522009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14553
14554 * org-macs.el (org-check-external-command): New defsubst.
14555
14556 * org.el (org-mode-map): New key for reload.
14557 (org-format-latex): Better error message when external programs
14558 are not available.
14559
14560 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
14561
14562 * org.el (org-sort-entries-or-items): Explicit sorting function
14563 for priorities, needed for XEmacs compatibility.
14564
14565 * org-remember.el (org-remember-apply-template): Improve auto-save
14566 behavior.
14567
145682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14569
14570 * org-latex.el (org-export-latex-preprocess): Also protect
14571 environments ending in a star.
14572
14573 * org-list.el (org-at-item-p): Fix regular expression.
14574
145752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14576
14577 * org.el (org-end-of-subtree): Improve speed.
14578
14579 * org-agenda.el (org-agenda-get-timestamps)
14580 (org-agenda-get-progress, org-agenda-get-deadlines)
14581 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
14582 in particular, wait as long as possible to collect the tags.
14583 (org-stuck-projects): Improve docstring.
14584
14585 * org.el (org-store-link): No errors when getting custom id before
14586 first headline.
14587 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
14588
145892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14590
14591 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
14592
14593 * org-protocol.el: Remove dependency on url.el.
4d789d84
SM
14594 (org-protocol-unhex-compound, org-protocol-open-source):
14595 Remove dependency on url.el.
c8d0cf5c 14596
4d789d84
SM
14597 * org-latex.el (org-export-as-pdf):
14598 Use `org-latex-to-pdf-process'.
c8d0cf5c
CD
14599
146002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14601
14602 * org-latex.el (org-latex-to-pdf-process): New option.
14603
14604 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
14605 New option.
4d789d84
SM
14606 (org-agenda-get-timestamps):
14607 Honor `org-agenda-skip-additional-timestamps-same-entry'.
c8d0cf5c
CD
14608
14609 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
14610 (org-clock-goto): Find recent task only if
14611 `org-clock-goto-may-find-recent-task' allows it.
14612
14613 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
14614 drawers, and drawers that are missing the :END: line.
14615
146162009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14617
14618 * org-clock.el (org-clock-goto): Go to recently clocked task if no
14619 clock is running.
14620
146212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14622
14623 * org.el (org-update-parent-todo-statistics): Check for
14624 STATISTICS_FROM property.
14625
14626 * org-list.el (org-update-checkbox-count): Check for
14627 STATISTICS_FROM property.
14628
14629 * org.el (org-tab-first-hook)
14630 (org-tab-after-check-for-table-hook)
14631 (org-tab-after-check-for-cycling-hook): New hooks.
4d789d84
SM
14632 (org-cycle-internal-global, org-cycle-internal-local):
14633 New functions, split out from `org-cycle'.
c8d0cf5c
CD
14634 (org-cycle): Call the new hooks.
14635
146362009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14637
14638 * org-exp.el (org-export-preprocess-string): Reset the list of
14639 preferred targets for each run of the preprocessor.
14640
4d789d84
SM
14641 * org.el (org-refile-target-verify-function):
14642 Improve documentation.
c8d0cf5c
CD
14643 (org-get-refile-targets): Respect point being moved by the
14644 verification function.
14645
4d789d84
SM
14646 * org-latex.el (org-export-latex-timestamp-keyword-markup):
14647 New option.
c8d0cf5c
CD
14648 (org-export-latex-keywords): Use new option.
14649
14650 * org.el (org-rear-nonsticky-at): New defsubst.
14651 (org-activate-plain-links, org-activate-angle-links)
14652 (org-activate-footnote-links, org-activate-bracket-links)
14653 (org-activate-dates, org-activate-target-links)
14654 (org-activate-tags): Place the rear-nonsticky properties at the
14655 correct location.
14656
146572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14658
14659 * org-protocol.el (server-edit): Declare `server-edit'.
4d789d84
SM
14660 (org-protocol-unhex-string, org-protocol-unhex-compound):
14661 New functions.
c8d0cf5c
CD
14662 (org-protocol-check-filename-for-protocol): Call `server-edit'.
14663
14664 * org.el (org-default-properties): New default properteis for
14665 completion.
14666
14667 * org-exp.el (org-export-add-subtree-options): Add new properties
14668 for subtree export.
14669
146702009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14671
14672 * org-id.el (org-id-get-with-outline-path-completion): Turn off
14673 org-refile-target-verify-function for the duration of the command.
14674
14675 * org.el (org-link-to-org-use-id): New possible value
14676 `create-if-interactive-and-no-custom-id'.
14677 (org-store-link): Use custom IDs.
14678 (org-link-search): Find custom ID properties from #link.
14679 (org-default-properties): Add CUSTOM_ID for property completion.
14680 (org-refile-target-verify-function): New option.
14681 (org-goto): Turn off org-refile-target-verify-function
14682 for the duration of the command.
14683
146842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14685
14686 * org-exp.el (org-export-preferred-target-alist): New variable.
14687 (org-export-define-heading-targets): Find the new CUSTOM_ID
14688 property.
14689 (org-export-target-internal-links): Target the custom ids when
14690 possible.
14691
14692 * org-latex.el (org-export-latex-preprocess): Better regexp for
14693 matching latex macros with arguments.
14694
146952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14696
14697 * org-remember.el (org-remember-handler): Allow filing to non-org
14698 files.
14699
8bdd66dc 147002009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
c8d0cf5c
CD
14701
14702 * org-table.el (org-table-fix-formulas): Do not change references
14703 to remote tables.
14704 (org-table-get-remote-range): Convert standard coordinates to RC
14705 format.
14706
14707 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
14708
147092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14710
14711 * org-compat.el (org-sha1-string): Function removed.
14712
14713 * org.el (org-refile-allow-creating-parent-nodes): New option.
14714 (org-refile-get-location): New argument NEW-NODES.
14715 (org-refile): Call `org-refile-get-location' with the new
14716 argument.
14717 (org-refile-get-location): Arrange for adding a new child.
14718 (org-refile-new-child): New function.
14719
14720 * org-clock.el: Fix a number of docstrings.
14721 (org-clock-find-position): New argument
14722 FIND-UNCLOSED to make the function find an unclosed clock in the
14723 entry.
14724 (org-clock-in): Call `org-clock-find-position' with the new
14725 argument if we might be resuming a clock.
14726
147272009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14728
14729 * org-latex.el (org-export-latex-display-custom-times): New variable.
14730 (org-export-latex-timestamp-markup): New option.
14731 (org-export-latex-set-initial-vars): Remember the local value of
14732 `org-display-custom-times'.
14733 (org-export-latex-content): Process time stamps.
14734 (org-export-latex-time-stamps): New function.
14735
14736 * org-macs.el (org-maybe-intangible): Add intangible property
14737 again to invisible text.
14738
147392009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14740
14741 * org-exp.el (org-default-export-plist): Handle undefined
14742 variables.
14743
147442009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14745
53964682 14746 * org.el (org-sort-entries-or-items): Match TODO keywords
c8d0cf5c
CD
14747 case-sensitively, when sorting.
14748 (org-priority): Do not match TODO keywords with wrong case.
14749
147502009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14751
14752 * org.el (org-todo): Honor the NOBLOCKING property.
14753
14754 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
14755 NOBLOCKING property.
14756
8bdd66dc 14757 * org.el (org-scan-tags): Fix bug in tag scanner.
c8d0cf5c
CD
14758
147592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14760
14761 * org.el (org-modules): Mark obsolete packages.
14762
14763 * org-html.el: New file, split out from org-exp.el.
14764
14765 * org-icalendar.el: New file, split out from org-exp.el.
14766
14767 * org-xoxo.el: New file, split out from org-exp.el.
14768
14769 * org-ascii.el: New file, split out from org-exp.el.
14770
147712009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14772
14773 * org-compat.el (org-find-library-name): New function.
14774
14775 * org.el (org-pre-cycle-hook): New hook.
14776 (org-cycle): Call the new hook in appropriate places.
14777 (org-reload): Only reload files that have been loaded before.
14778
147792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14780
14781 * org.el (org-set-font-lock-defaults): Enforxe space or line end
14782 after todo keyword.
14783 (org-todo): When changing TODO state, do matching
14784 case-sensitively.
14785 (org-map-continue-from): New variable.
14786 (org-scan-tags): Respect values in `org-map-continue-from'.
14787 (org-reload): Make XEmacs compatible.
14788
147892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14790
14791 * org-protocol.el (org-protocol-flatten-greedy): New function.
14792 (org-protocol-flatten): New function.
14793
14794 * org.el (org-open-link-from-string): Pass reference buffer to
14795 `org-open-at-point'.
14796 (org-open-at-point): New optional argument `reference-buffer'.
14797
147982009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14799
14800 * org.el (org-scan-tags): Make tag scan find headline in first
14801 line, 2nd attempt.
14802 (org-get-refile-targets): Add the naked file name.
14803 (org-refile): Store as top-level entry when only file name was
14804 given.
14805
14806 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
14807
14808 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3e344045 14809 Rename from org-block-todo-from-children-or-siblings, and
c8d0cf5c
CD
14810 enhanced to look for the parent's status as well.
14811
14812 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
14813 (org-agenda-get-progress): Add first notes line to log entry if so
14814 desired.
14815
148162009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14817
14818 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
14819 (org-agenda-cleanup-fancy-diary): Call the new hook.
14820
14821 * org-remember.el (org-remember-apply-template): Take the default
14822 for the annotation from the :annotation property.
14823
14824 * org-mac-message.el (org-mac-message-get-link): Remove the
14825 quotes.
14826 (org-mac-message-get-link): Return the result.
14827
148282009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14829
14830 * org.el (org-refile-get-location): Add file name only if not
14831 already included in outline path.
14832
14833 * org-faces.el (org-n-level-faces): Fix customization type from
14834 number to integer.
14835
14836 * org-exp.el (org-export-headline-levels): Fix customization type
14837 from number to integer.
14838
14839 * org-agenda.el (org-agenda-confirm-kill)
14840 (org-agenda-custom-commands-local-options)
14841 (org-timeline-show-empty-dates, org-agenda-ndays)
4d789d84
SM
14842 (org-agenda-start-on-weekday, org-scheduled-past-days):
14843 Fix customization type from number to integer.
c8d0cf5c
CD
14844
148452009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14846
14847 * org-protocol.el: Declare some functions.
14848
4d789d84
SM
14849 * org-agenda.el (org-agenda-compare-effort):
14850 Honor `org-sort-agenda-noeffort-is-high'.
c8d0cf5c
CD
14851 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
14852 (org-agenda-compare-effort): Implement the "?" operator for
14853 finding entries without effort setting.
14854
14855 * org.el (org-extract-attributes-from-string): New function.
14856
14857 * org-exp.el (org-export-splice-attributes): New function.
14858
646bcdd7
GM
148592009-08-06 Bastien Guerry <bzg@altern.org>
14860 Daniel M German <dmg@uvic.org>
14861 Sebastian Rose <sebastian_rose@gmx.de>
14862 Ross Patterson <me@rpatterson.net>
14863
14864 * org-protocol.el: New file.
14865
148662009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
14867
14868 * org-docbook.el: New file.
14869
c8d0cf5c
CD
148702009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14871
646bcdd7 14872 * org-mouse.el: XEmacs compatibility fixes.
c8d0cf5c 14873
c4cc8b9a 14874 * org.el (org-modules): Add org-inlinetasks.el.
c8d0cf5c
CD
14875 (org-cycle): Implement limiting level on cycling.
14876 (org-move-subtree-down): Fix bug with swapping subtrees at end of
14877 buffer.
14878
14879 * org-inlinetask.el: New file.
14880
c8d0cf5c
CD
14881 * org.el (org-emphasis-regexp-components): Allow braces in
14882 emphasis pre and post match.
14883
a628ad9d 14884 * org-footnote.el (org-footnote-normalize): When only sorting, do
c8d0cf5c
CD
14885 not insert inline notes at the end.
14886
14887 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
14888
c8d0cf5c
CD
148892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14890
14891 * org.el (org-reftex-citation): New command.
14892
148932009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14894
14895 * org-agenda.el (org-agenda-cmp-user-defined): New option.
14896 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
14897 sorting options.
14898 (org-entries-lessp): Apply the new sorting option.
14899
14900 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
14901 blocker code, when an older sibling has children.
14902
14903 * org-mac-message.el (org-mac-message-get-link): Improve getting
14904 links from multiple selected messages.
14905
149062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14907
14908 * org-remember.el (org-remember-finalize): Do not set buffer file
14909 name to nil.
14910 (org-remember-handler): Mark buffer as unmodified.
14911 (org-remember-handler): Delete backup file and show message about
14912 remaining backup files.
14913 (org-remember-auto-remove-backup-files): New option.
14914
14915 * org.el (org-store-link): Use buffer name as link description in
14916 w3-mode buffers.
14917 (org-ido-switchb): Fix argument bug for completion.
14918
14919 * org-remember.el (org-remember-apply-template): Set local
14920 variable `auto-save-visited-file-name' instead of global one.
14921
149222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14923
14924 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
14925 (org-agenda-get-todos): Mark file tags as inherited.
14926 (org-agenda-list): Always search diary lines for a time.
14927
149282009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14929
14930 * org-feed.el: New file.
14931
14932 * org-exp.el (org-export-as-html): Close local lists depending on
14933 indentation, also when starting a table.
14934
14935 * org-remember.el (org-remember-backup-directory)
14936 (org-remember-backup-name): New internal variable.
14937
149382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14939
14940 * org-clock.el (org-clock-out-if-current): Make buffer detection
14941 work in indirect buffers as well.
14942
14943 * org.el (org-emphasis-regexp-components): Add the exxclamation
14944 mark to the post-emphasis characters.
14945
149462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14947
14948 * org.el (org-read-date-minibiffer-septup-hook): New hook.
14949 (org-read-date): Run the new hook.
14950
14951 * org-mac-message.el (org-mac-flagged-mail): New group.
14952 (org-mac-mail-account): New variable.
4d789d84
SM
14953 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
14954 New commands.
c8d0cf5c
CD
14955
14956 * org-remember.el (org-remember-backup-directory): New variable.
14957 (org-remember-apply-template): Write file to backup directory.
14958
149592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14960
14961 * org-mouse.el (org-mouse-todo-menu): New function.
14962 (org-mouse-todo-keywords): Function removed.
14963 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
14964
14965 * org-table.el (org-table-beginning-of-field)
c4cc8b9a 14966 (org-table-end-of-field): New commands.
4d789d84
SM
14967 (org-table-previous-field, org-table-beginning-of-field):
14968 Better error messages.
c8d0cf5c
CD
14969 (orgtbl-setup): Include `M-a' and `M-e'.
14970
4d789d84
SM
14971 * org.el (org-backward-sentence, org-forward-sentence):
14972 New commands.
c8d0cf5c 14973
4d789d84
SM
14974 * org-colview.el (org-colview-initial-truncate-line-value):
14975 New variable.
c8d0cf5c
CD
14976 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
14977 (org-columns): Remember the value of `truncate-lines'.
14978
14979 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
14980 New variable.
14981 (org-columns-remove-overlays): Restore the value of
14982 `truncate-lines'.
14983 (org-columns): Remember the value of `truncate-lines'.
14984
14985 * org.el (org-columns-skip-arrchived-trees): New option.
14986
14987 * org-agenda.el (org-agenda-export-html-style): Define color for
14988 org-agenda-done face.
14989 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
14990 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
14991
14992 * org.el (org-scan-tags): Use the new face.
14993
14994 * org-faces.el (org-agenda-done): New face.
14995
14996 * org.el (org-scan-tags): Test the value org
14997 `org-tags-match-list-sublevels'.
14998 (org-tags-match-list-sublevels): New allowed value: indented.
14999
15000 * org-latex.el (org-export-latex-make-header): Apply macros
15001 in header.
15002
15003 * org-exp.el (org-export-apply-macros-in-string): New function.
15004
15005 * org-latex.el (org-export-latex-list-parameters): Fix bug
15006 with the definition of a checked box.
15007
15008 * org-clock.el (org-clock-find-position): Fix drawer indentations.
15009
15010 * org-latex.el (org-export-latex-low-levels): More options
15011 for how to process lower levels in LaTeX.
15012 (org-export-latex-subcontent): Better treatment for lists as a
15013 means of publishing lower levels.
15014
150152009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15016
15017 * org.el (org-set-font-lock-defaults): Use new checkbox face.
15018
15019 * org-faces.el (org-checkbox): New face.
15020
15021 * org-exp.el (org-export-html-preprocess): Only create LaTeX
15022 fragement images if there is an export file.
15023
150242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15025
15026 * org-agenda.el (org-stuck-projects): Document that the subtree of
15027 projects that are not stuck will now be searched for stuck
15028 sub-projects.
15029 (org-agenda-skip-entry-when-regexp-matches)
15030 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4d789d84
SM
15031 (org-agenda-list-stuck-projects):
15032 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
c8d0cf5c 15033
4d789d84
SM
15034 * org-latex.el (org-export-latex-preprocess):
15035 Improve export of verses.
c8d0cf5c
CD
15036
15037 * org-exp.el (org-export-as-html): Implement centering as a div
15038 rather than a paragraph. Do a better job with line-end in verse
15039 environments.
15040
150412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15042
15043 * org.el (org-open-at-point): Fix tags searches by mouse click.
15044
150452009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15046
15047 * org-latex.el (org-export-latex-preprocess): Implement the
15048 centering markup.
15049
4d789d84
SM
15050 * org-exp.el (org-export-mark-blockquote-verse-center):
15051 Rename from `org-export-mark-blockquote-and-verse'.
c8d0cf5c
CD
15052 (org-export-as-html): Implement the centering markup.
15053
15054 * org-latex.el (org-export-latex-tables): Fix vertical
15055 lines in tables.
15056
150572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15058
15059 * org.el (org-read-date-history): New variable.
15060 (org-read-date): Use new history variable.
15061 (org-toggle-heading): Fix bug when used before first headline.
15062 (org-store-log-note): Remove drawer if empty while note is
15063 aborted.
15064 (org-remove-empty-drawer-at): New function.
15065 (org-check-after-date): New command.
15066 (org-sparse-tree): New sparse tree command "a".
15067
15068 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
15069
150702009-08-06 Bastien Guerry <bzg@altern.org>
15071
15072 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
15073 column and a space, not only a column.
15074
150752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15076
4d789d84
SM
15077 * org-latex.el (org-export-latex-emphasis-alist):
15078 Better defaults for verbose emphasis.
c8d0cf5c
CD
15079 (org-export-latex-emph-format): New function.
15080 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
15081
15082 * org-agenda.el (org-agenda-menu): Add new commands to menu.
15083 (org-agenda-do-date-later, org-agenda-do-date-earlier)
15084 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4d789d84
SM
15085 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
15086 New commands.
c8d0cf5c
CD
15087
15088 * org.el (org-timestamp-change): Move end-time along with start
15089 time.
15090
150912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15092
15093 * org-exp.el (org-export-target-internal-links)
15094 (org-export-as-html): Protect links specified as #name.
15095
150962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15097
15098 * org.el (org-clone-subtree-with-time-shift): New command.
15099
15100 * org-latex.el (org-export-latex-special-chars)
15101 (org-export-latex-treat-sub-super-char): Fix subscript export.
15102
15103 * org-exp.el (org-create-multibrace-regexp): Do not add
15104 backslashes to the class.
15105
151062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15107
15108 * org-colview.el (org-columns-map): Better functions for moving up
15109 and down a row, even if `truncate-line' is nil.
15110
15111 * org.el (org-insert-todo-heading): Make sure the keyword is
15112 inserted at the correct position.
15113
15114 * org-publish.el (org-publish-project-alist)
15115 (org-publish-projects, org-publish-org-index): Change default anme
15116 for the index of file names to "sitemap.org".
15117
4d789d84
SM
15118 * org-latex.el (org-export-latex-tables):
15119 Use `org-split-string', for Emacs 21 compatibility.
c8d0cf5c
CD
15120
151212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15122
15123 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
15124
151252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15126
15127 * org-exp.el (org-export-page-description)
15128 (org-export-page-keywords): New variables.
15129 (org-export-plist-vars): Add entries for :keywords and
15130 :description.
15131 (org-infile-export-plist): Parse for new keywords.
c4cc8b9a 15132 (org-get-current-options): Add new keywords.
c8d0cf5c
CD
15133 (org-export-as-html): Publish description and keywords.
15134
4d789d84
SM
15135 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
15136 New option.
15137 (org-agenda-add-entry-text):
15138 Honor `org-agenda-add-entry-text-descriptive-links'.
c8d0cf5c
CD
15139
15140 * org-latex.el (org-export-latex-preprocess): Make all
15141 external preprocess functions use a PARAMETER arg.
15142
15143 * org-exp.el (org-export-preprocess-string)
15144 (org-export-select-backend-specific-text)
15145 (org-export-format-source-code-or-example)
15146 (org-format-org-table-html): Support docbook export.
15147 (org-export-preprocess-string): Make all external preprocess
15148 functions use a PARAMETER arg.
15149
151502009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15151
15152 * org-exp.el (org-export-html-style-include-scripts): New option.
15153 (org-export-plist-vars): Add new option
15154 `org-export-html-style-include-scripts'.
15155 (org-export-as-html): Honor new option
15156 `org-export-html-style-include-scripts'.
4d789d84
SM
15157 (org-export-html-scripts, org-export-html-style-default):
15158 Fix xml issues with the Safari browser.
c8d0cf5c
CD
15159
151602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15161
15162 * org-publish.el (org-publish-attachment): Only copy file when the
15163 directories differ.
15164
151652009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15166
15167 * org-clock.el (org-clocktable-steps): Use inactive time stamps
15168 for clocktable steps.
15169
15170 * org.el (org-additional-option-like-keywords): Add two more
15171 keywords.
15172
151732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15174
4d789d84
SM
15175 * org-exp.el (org-export-format-source-code-or-example):
15176 Mark temporary buffer unmodified, so that it will be killed even if
c8d0cf5c
CD
15177 mode like message mode has decided to assign a file name.
15178
15179 * org.el (org-scan-tags): Improve tag inheritance.
15180 (org-scan-tags, org-make-tags-matcher): Make tag comparison
15181 case-sensitive.
15182 (org-scan-tags): Use the internal tags list instead of creating it
15183 from scratch.
15184 (org-trust-scanner-tags, org-scanner-tags): New variables.
15185 (org-scan-tags): Set `org-scanner-tags'.
15186 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
15187 (org-map-entries): Document the possible speedup using scanner
15188 tags.
15189
151902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15191
15192 * org.el (org-add-planning-info): Fix bug with looking for keyword
15193 only at column 0.
15194
4d789d84
SM
15195 * org-agenda.el (org-agenda-custom-commands-local-options):
15196 Add option for tags filter preset.
c8d0cf5c
CD
15197 (org-prepare-agenda): Store filter preset as a property on the
15198 filter variable.
15199 (org-finalize-agenda): Call the filter, if there is a preset.
15200 (org-agenda-filter-by-tag): Filter again after clearing the
15201 filter, when there still is a preset.
15202 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
15203 Include the preset filter.
15204 (org-agenda-redo): Apply the filter again, also the preset filter.
15205
15206 * org-exp.el (org-export-as-html): Use IDs in the correct way.
15207
cd1181db 15208 * org.el (org-uuidgen-p): New function.
c8d0cf5c
CD
15209
15210 * org-agenda.el (org-agenda-fontify-priorities): New default value
15211 `cookies'.
3e344045 15212 (org-agenda-fontify-priorities): Rename from
c8d0cf5c
CD
15213 org-fontify-priorities.
15214
4d789d84
SM
15215 * org.el (org-set-font-lock-defaults):
15216 Call `org-font-lock-add-priority-faces'.
c8d0cf5c
CD
15217 (org-font-lock-add-priority-faces): New function.
15218
04e65fdb 15219 * org-faces.el (org-set-tag-faces): New option.
c8d0cf5c
CD
15220 (org-priority-faces): New variable.
15221
15222 * org-exp.el (org-export-as-html): Add a "content" div around the
15223 entire content of the body tag.
15224 (org-export-html-get-bibliography): New function.
15225 (org-export-html-validation-link): New variable.
15226 (org-export-as-html): Add validation link to exported page.
15227
3e344045 15228 * org.el (org-match-sparse-tree): Rename from
c8d0cf5c
CD
15229 `org-tags-sparse-tree'.
15230 (org-tags-sparse-tree): New alias.
15231
152322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15233
15234 * org.el (org-get-valid-level): Catch the case where the level
15235 change is nil.
15236
15237 * org-clock.el (org-clock-find-position): Better indentation of
15238 new clock drawers.
15239
152402009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15241
15242 * org-agenda.el (org-agenda-quit): Delete window only when the
15243 frame-setup was not `current-window'.
15244
15245 * org.el (org-tag-persistent-alist): New option.
15246 (org-startup-options): Add keyword `noptag'.
15247 (org-fast-todo-selection): Handle :newline correctly.
15248 (org-set-tags): Handle :newline correctly.
15249 (org-fast-tag-selection): Handle :newline correctly.
15250
152512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15252
15253 * org-exp.el (org-export-as-ascii): Reverse link buffer before
15254 outputting it.
15255 (org-export-ascii-push-links): Fix bug with pussing links into the
15256 export buffer.
15257
152582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15259
15260 * org-archive.el (org-archive-subtree): Do not add 1 to level if
15261 pasting at top level.
15262
15263 * org-bbdb.el: Improve documentation.
15264
152652009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15266
15267 * org-list.el (org-insert-item): Only consider insert empty lines
15268 is `org-empty-line-terminates-plain-lists' is not nil.
15269
15270 * org.el (org-blank-before-new-entry): Mention the dependence on
15271 `org-empty-line-terminates-plain-lists' in the docstring.
15272
4d789d84
SM
15273 * org-publish.el (org-publish-get-project-from-filename):
15274 New optional argument UP. Only find the top project if UP is set.
c8d0cf5c
CD
15275 (org-publish-current-project): Find the top encloding project.
15276
15277 * org-agenda.el (org-agenda-before-write-hook)
15278 (org-agenda-add-entry-text-maxlines): New options.
15279 (org-write-agenda): Run the new hook in the temporary buffer.
15280 (org-agenda-add-entry-text): New function.
15281 (org-write-agenda): Implement PDF export, using ps2pdf.
15282
15283 * org.el (org-global-properties-fixed, org-global-properties):
15284 Improve documentation string.
15285
15286 * org-exp.el (org-export-ascii-links-to-notes): New option.
15287 (org-export-as-ascii): Handle links better.
4d789d84
SM
15288 (org-export-ascii-wrap, org-export-ascii-push-links):
15289 New functions.
c8d0cf5c
CD
15290
152912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15292
15293 * org-agenda.el (org-agenda): Make prefix arg optional.
15294 (org-agenda-search-headline-for-time): New option.
4d789d84
SM
15295 (org-format-agenda-item):
15296 Honor `org-agenda-search-headline-for-time'.
c8d0cf5c
CD
15297
15298 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
15299 characters.
15300
15301 * org.el (org-self-insert-cluster-for-undo): New option.
15302 (org-self-insert-command): Cluster undo for 20 characters.
15303 (org-self-insert-command-undo-counter): New variable.
15304
153052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15306
15307 * org-exp.el (org-export-as-html): Fix problem with closing colone
15308 example.
15309
153102009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15311
15312 * org-latex.el (org-export-as-latex)
15313 (org-export-latex-first-lines): Avoid modification flag when
15314 adding or removing text properties.
15315 (org-export-latex-fontify): Catch error when org-emph-alist has
15316 entries that are not defined for LaTeX export.
15317
a628ad9d 15318 * org-export-latex.el: Rename to org-latex.el.
c8d0cf5c 15319
a628ad9d 15320 * org-latex.el: Rename from org-export-latex.el.
c8d0cf5c
CD
15321
15322 * org.el (orgstruct++-mode): New function.
15323 (turn-on-orgstruct++): Call `orgstruct++-mode'.
15324 (org-context-p): Allow detecting item context after the first line
15325 of an item.
15326 (orgstruct-make-binding): Detect if item-body context should be
15327 seen.
15328 (orgstruct-is-++): New variable.
15329 (org-add-planning-info): Catch the case when there is no planning
15330 info yet and the call does not want to add anything, only maybe
15331 tries to remove something.
15332 (org-special-ctrl-a/e): All value to be a cons cell with separate
04e65fdb 15333 settings for `C-a' and `C-e'.
c8d0cf5c
CD
15334 (org-beginning-of-line, org-end-of-line): Honor separate values
15335 for `C-a' and `C-e'.
15336
153372009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15338
15339 * org.el (org-reload): New command.
15340
a5a79894
TH
153412009-06-05 Tassilo Horn <tassilo@member.fsf.org>
15342
15343 * org-gnus.el (org-gnus-store-link): Fix bug where
15344 org-gnus-store-link used wrong subject when called in an article
15345 buffer. Patch provided by fengli AT gmail DOT com.
15346
1f82c9ed
GM
153472009-03-13 D. Goel <deego3@gmail.com>
15348
15349 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
15350 replace ls by (values-list ls).
15351
9148fdd0
CD
153522009-02-20 Carsten Dominik <dominik@science.uva.nl>
15353
15354 * org-remember.el (org-remember-apply-template): Turn off ido for
15355 this completion.
15356
15357 * org.el (org-priority): Also find invisible headings, for remote
15358 editing.
15359 (org-completing-read-no-ido): New function.
15360 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
15361
15362 * org-colview.el (org-columns-edit-value): No special treatment of
15363 prefix arg.
15364
7b96ff9a
CD
153652009-02-19 Carsten Dominik <dominik@science.uva.nl>
15366
4d789d84
SM
15367 * org.el (org-block-todo-from-children-or-siblings):
15368 Use `org-up-heading-all' so that this will work correctly with hidden
7b96ff9a
CD
15369 property drawers and entries.
15370 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
15371 falling back to normal, default command.
15372 (org-get-location): Temporarily turn off special behavior.
15373
41342c80
GM
153742009-02-13 Glenn Morris <rgm@gnu.org>
15375
15376 * org-rmail.el (rmail-show-message): Restore argument list to the
15377 declaration now that this functions behaves in Emacs 23 as in 22.
15378
576e334d
GM
153792009-02-12 Glenn Morris <rgm@gnu.org>
15380
15381 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
15382
153832009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
15384
15385 * org-footnote.el (org-footnote-action): Fix doc typo.
15386
0b91aef0
CD
153872009-02-06 Carsten Dominik <dominik@science.uva.nl>
15388
ee9d4ebe
CD
15389 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
15390 text before first headline.
7297ca6d
CD
15391 (org-export-remove-or-extract-drawers): Fix regular expression for
15392 extracting drawers.
ee9d4ebe 15393
0b91aef0
CD
15394 * org.el (org-format-latex): Stop LaTeX fragment processing in
15395 protected examples.
15396
c82c35fc
GM
153972009-02-05 Glenn Morris <rgm@gnu.org>
15398
15399 * org-rmail.el (rmail-show-message): Update declaration.
15400 (rmail-buffer, rmail-view-buffer): Declare.
15401 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
15402
cc6dbcb7
CD
154032009-02-04 Carsten Dominik <dominik@science.uva.nl>
15404
15405 * org.el (org-return-follows-link): Revert setting
15406 `org-return-follows-link' to t by default.
15407
20106e31
CD
154082009-02-02 Carsten Dominik <dominik@science.uva.nl>
15409
15410 * org.el (org-cycle-global-at-bob): Fix typo.
15411
15412 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
15413
5ace2fe5
CD
154142009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
15415
15416 * org.el (org-mode): Make dependence stuff work more reliably.
15417 (org-update-parent-todo-statistics): Fix bug with updating
15418 statistics cookie.
15419 (org-yank-adjusted-subtrees, org-return-follows-link)
15420 (org-use-fast-todo-selection, org-tags-column): New default
15421 setting for variables.
15422
15423 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
15424 ~ as verbatim delimiters, to avoid table bug.
15425 (org-export-latex-classes): Remove the a4paper option from the
15426 default styles.
15427
15428 * org-exp.el (org-export-html-format-image): New argument
15429 PAR-OPEN, to fix XHTM validation bug.
15430 (org-export-as-html): Pass par-open to
15431 `org-export-html-format-image'.
15432 (org-export-html-footnotes-section): Use a more consistent id for
15433 footnotes.
15434
15435 * org-agenda.el (org-agenda-sorting-strategy)
15436 (org-agenda-tags-column): New default setting for variables, based
15437 on a poll what typical uses use.
15438 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
15439 setting the blocked tag.
15440
72d06d81
CD
154412009-01-31 Carsten Dominik <dominik@science.uva.nl>
15442
15443 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
15444 only checking for blocks.
15445
8bdd66dc
JB
15446 * org-exp.el (org-export-html-footnotes-section): Make the div id
15447 consistent.
72d06d81 15448
4d789d84
SM
15449 * org-export-latex.el (org-export-latex-classes):
15450 Remove paper size option from LaTeX classes.
72d06d81 15451
6c817206
CD
154522009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
15453
15454 * org.el (org-enforce-todo-checkbox-dependencies): New option.
15455 (org-block-todo-from-checkboxes): New function.
15456 (org-todo): Make tripple prefix arg circumvent blocking.
15457
6f3e2af6
GM
154582009-01-30 Glenn Morris <rgm@gnu.org>
15459
805b5d9c
GM
15460 * org-list.el (org-empty-line-terminates-plain-lists)
15461 (org-toggle-checkbox): Doc fixes.
15462
6f3e2af6
GM
15463 * org-table.el (org-table-clean-before-export): Fix declaration.
15464
a2a2e7fb
CD
154652009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
15466
15467 * org-timer.el (org-timer): Provide the timer feature.
15468
15469 * org.el (org-require-autoloaded-modules): Add a few more files to
15470 the list of autoloaded modules.
15471
15472 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
15473
15474 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
15475 drawers that are unprotected.
15476 (org-export-html-format-image): Make sure inlined LaTeX fragment
15477 images remain inlined.
15478
15479 * org.el (org-toggle-ordered-property): New function.
15480 (org-mode-map): Add a key for `org-toggle-ordered-property'.
15481 (org-org-menu): Add menu entries for TODO dependencies.
15482
15483 * org.el (org-default-properties): Add ORDERED to the default
15484 properties, to get completion support for it.
15485
15486 * org-list.el (org-update-checkbox-count): Update more than one cookie.
15487
15488 * org.el (org-update-parent-todo-statistics): Update more than one
15489 cookie.
15490
d6685abc
CD
154912009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
15492
15493 * org-agenda.el (org-agenda-get-todos): Start search from correct
15494 position.
15495
15496 * org.el (org-fast-todo-selection): Make sure TODO selection does
15497 not change buffer position.
15498
15499 * org-list.el (org-toggle-checkbox): Implement adding or removing
15500 checkboxes from line or region when called with a prefix
15501 argument.
15502
15503 * org-rmail.el (org-rmail-store-link): Protect the call to
15504 `rmail-narrow-to-non-pruned-header'.
15505
15506 * org-clock.el (org-clock-special-range): Fix week display in
15507 clock tables.
15508
15509 * org-exp.el (org-get-current-options): Fix bug when in indirect
15510 buffer.
15511
15512 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
15513 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
15514 (org-agenda-dim-blocked-tasks): New function.
15515
15516 * org.el (org-enforce-todo-dependencies): New option.
15517 (org-block-todo-from-children-or-siblings): New function.
15518
15519 * org-faces.el (org-agenda-dimmed-todo-face): New face.
15520
65c439fd
CD
155212009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
15522
15523 * org.el (org-todo): Return correct state type even if the blocker
15524 throws an error.
3e344045 15525 (org-modifier-cursor-error): Rename from
65c439fd
CD
15526 `org-shiftcursor-error'.
15527 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
15528 (org-shiftmetadown): Call `org-modifier-cursor-error'.
15529
15530 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
15531 to get real errors from the blocker hook.
15532
4d789d84
SM
15533 * org.el (org-shiftselect-error, org-call-for-shift-select):
15534 New functions.
65c439fd
CD
15535 (org-set-visibility-according-to-property): Turn off the setting
15536 of `org-show-entry-below', to avoid overruling a FOLDED visibility
15537 property.
15538
15539 * org.el (org-support-shift-select): New option.
15540 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
15541 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
15542 selection outside contexts.
15543
15544 * org-list.el (org-at-item-bullet-p): New function.
15545
15546 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
15547 variables.
15548
15549 * org-footnote.el (org-footnote-normalize): Remove unnecessary
15550 variable.
4d789d84
SM
15551 (org-insert-footnote-reference-near-definition):
15552 Remove unnecessary let form.
65c439fd 15553
1e4f816a
CD
155542009-01-26 Carsten Dominik <dominik@science.uva.nl>
15555
4d789d84
SM
15556 * org-export-latex.el (org-export-as-latex):
15557 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
3c9ebe55
CD
15558 (org-export-latex-first-lines): New parameter OPT-PLIST.
15559
1e4f816a
CD
15560 * org.el (org-yank): Tell `delete-selection-mode' about
15561 `org-yank'.
15562
15563 * org-faces.el (org-clock-overlay): Fix face definition.
15564
4d789d84
SM
15565 * org-export-latex.el (org-export-latex-first-lines):
15566 Pass timestamp and footnote parameters to the preprocessor.
1e4f816a
CD
15567
15568 * org-exp.el (org-export-remove-timestamps): Do not remove time
15569 stamps inside tables.
15570
0bd48b37
CD
155712009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15572
15573 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
15574
4d789d84
SM
15575 * org.el (org-agenda-tags-todo-honor-ignore-options):
15576 Declare variable.
0bd48b37 15577
c5e87d10 15578 * org-table.el (org-table-insert-hline): Fix typo in function call
0bd48b37
CD
15579 to `backward-char'.
15580
15581 * org-exp.el (org-export-as-html): Remove the initial space from
15582 colon examples.
15583
4d789d84
SM
15584 * org.el (org-scan-tags):
15585 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37 15586
4d789d84
SM
15587 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
15588 New customization groups.
0bd48b37
CD
15589 (org-agenda-tags-todo-honor-ignore-options): New option.
15590 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15591 New function.
4d789d84
SM
15592 (org-agenda-get-todos):
15593 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37
CD
15594
155952009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15596
4d789d84
SM
15597 * org-exp.el (org-export-format-source-code-or-example):
15598 Escape HTML characters also in examples that anre not treated with
0bd48b37
CD
15599 htmlize. Also, just switch to EXAMPLE processing if we do not
15600 have a good version of htmlize.
15601
15602 * org-rmail.el: Fix copyright notice.
15603
15604 * org.el (org-activate-footnote-links): Improve footnote link
15605 highlighting.
15606
15607 * org-footnote.el (org-footnote-normalize): Fix finding the end of
15608 a footnote definition at the end of the file.
15609
15610 * org-table.el (org-table-get-specials): Add an imagined hline at
15611 the end of the table. This can be useful for references that want
15612 to go to the end of the table. Also fix bug when computing last
15613 row constants, in tables that do not start right at the right
15614 margin.
15615 (org-table-eval-formula): Match and replace remove references.
15616 (org-table-formula-substitute-names): Make sure that names inside
15617 a "remote" call are left alone, the will be replaced later when
15618 the remote call is handled.
15619 (org-table-convert-refs-to-rc): Do not convert things that might
15620 look like a reference, but are really part of an ID or namei n a
15621 remote reference.
15622 (org-table-get-remote-range): New function.
15623
156242009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15625
15626 * org-faces.el (org-clock-overlay): Fix bug in face definition.
15627
15628 * org-clock.el (org-clock-put-overlay): Use new face instead of
15629 `secondary-selection'.
15630
15631 * org-faces.el (org-clock-overlay): New face.
15632
156332009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15634
15635 * org-exp.el (org-get-current-options): Include the option for
15636 publishing time stamps.
15637
3e344045 15638 * org.el (org-toggle-heading): Rename from
0bd48b37
CD
15639 `org-toggel-region-headings'.
15640 No longer needs a region defined, but will use it if there is one.
3e344045 15641 (org-ctrl-c-star): Simplify, relying more on the internal
0bd48b37 15642 workings of `org-toggle-heading'.
3e344045 15643 (org-toggle-item): Rename from `org-toggle-region-items'.
0bd48b37 15644 No longer needs a region defined, but will use it if there is one.
3e344045 15645 (org-ctrl-c-minus): Simplify, relying more on the inernal
0bd48b37
CD
15646 workings of `org-toggle-item'.
15647
15648 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
15649 environment detection. Also, do real changes only in unprotected
15650 places.
15651
156522009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15653
4d789d84
SM
15654 * org-export-latex.el (org-export-latex-quotation-marks):
15655 Use `org-if-unprotected-1'.
0bd48b37
CD
15656 (org-export-latex-set-initial-vars): Check for class definition in
15657 property.
15658
15659 * org-macs.el (org-if-unprotected-1): New macro.
15660
156612009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15662
15663 * org-compat.el (org-count-lines): New function.
15664
4d789d84
SM
15665 * org-exp.el (org-export-format-source-code-or-example):
15666 Handle switches related to text areas.
0bd48b37
CD
15667
15668 * org.el (org-activate-footnote-links): Don't allow match inside a
15669 link.
15670
15671 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
15672
15673 * org-export-latex.el (org-export-latex-links): Keep a relative
15674 path relative also after export.
15675
15676 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
15677
15678 * org.el (org-make-tags-matcher): Never use IDO for completing the
15679 tags matcher match string.
15680 (org-completing-read): Also remove the special biding for "?".
15681
15682 * org-attach.el (org-attach-allow-inheritance): New option.
15683 (org-attach-inherited): New variable.
15684 (org-attach-dir): Handle properties related to the attachment
15685 directory.
15686 (org-attach-check-absolute-path): New function.
15687 (org-attach-set-directory, org-attach-set-inherit): New commands.
15688 (org-attach): Accommodate the new commands in the dispatcher.
15689
156902009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15691
15692 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
15693 `window-full-width-p'.
15694
15695 * org-exp.el (org-export-as-html): Only check for images files
8bdd66dc 15696 that really can be inlined.
0bd48b37
CD
15697
15698 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
15699 list of extensions to be a parameter.
15700
4d789d84
SM
15701 * org-exp.el (org-export-html-inline-image-extensions):
15702 New variable.
0bd48b37 15703
4d789d84
SM
15704 * org-agenda.el (org-prepare-agenda):
15705 Use `org-agenda-block-separator'.
0bd48b37
CD
15706 (org-agenda-block-separator): New option.
15707
157082009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15709
4d789d84
SM
15710 * org-export-latex.el (org-export-latex-tables):
15711 Call `org-table-clean-before-export' with the new optional argument.
0bd48b37
CD
15712
15713 * org-exp.el (org-table-clean-before-export): New optional
15714 parameter MAYBE-QUOTED, allows for quoted characters like \# in
15715 first column.
15716
157172009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15718
15719 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
15720 histograms.
15721
4d789d84
SM
15722 * org-colview.el (org-colview-construct-allowed-dates):
15723 Better error catching when a date/time property does not have allowed
0bd48b37
CD
15724 values defined.
15725
15726 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
15727 Better error catching when a date/time property does not have
15728 allowed values defined.
15729
157302009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15731
15732 * org.el (org-map-entries): Restore point and restriction after
15733 `org-map-entries'.
15734
157352009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15736
15737 * org.el (org-time=, org-time<, org-time<=, org-time>)
15738 (org-time>=, org-time<>): Make sure both values are dates.
15739
157402009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15741
15742 * org-archive.el (org-extract-archive-heading): Allow %s for file
15743 name also in achive location heading.
15744
157452009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15746
15747 * org-archive.el (org-add-archive-files): Uniquify the list before
15748 returning it.
15749
157502009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15751
4d789d84
SM
15752 * org-compat.el (org-fit-window-to-buffer):
15753 Use `window-full-width-p'.
0bd48b37
CD
15754
15755 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
15756 space after the colon in short examples.
15757
15758 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
15759 enforce a space after the colon. However, we also allow lines
15760 that are *only* a colon.
15761 (org-export-as-html): Enforce the space after the colon in short
15762 examples.
15763 (org-export-preprocess-string): Do the colon example protection
15764 earlier.
15765 (org-export-remove-timestamps): Do not check for protection at the
15766 end of the line.
15767
157682009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15769
15770 * org.el (org-format-latex-options): Add new matcher for single
15771 letters between dollars.
15772 (org-get-header): Function removed.
15773 (org-heading-components): New function.
15774
15775 * org-exp.el (org-export-define-heading-targets): Record ID's also
15776 as alternative targets.
15777 (org-export-as-html): Interpret "id:" links to other files by
15778 preserving the relative path.
15779
15780 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
15781 is nil.
15782
15783 * org-exp.el (org-export-normalize-links): Protect the main link,
15784 to avoid special character processing.
15785
15786 * org-export-latex.el (org-export-latex-special-keyword-regexp):
15787 New variable.
15788 (org-export-latex-special-string-regexps): Variable removed.
15789 (org-export-latex-keywords): Use the new regexp.
15790
15791 * org-exp.el (org-export-handle-include-files): Fetch switches and
15792 put them into the BEGIN statement.
15793
15794 * org-timer.el (org-timer-mode-line-string): New variable.
15795
3e344045 15796 * org-clock.el (org-clock-mode-line-map): Rename from
0bd48b37 15797 `org-clock-mode-map'.
3e344045
SM
15798 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
15799 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
15800 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
15801 (org-clock-remove-overlays): Rename from
0bd48b37
CD
15802 `org-remove-clock-overlays'.
15803
15804 * org-timer.el (org-timer-pause-or-continue): Implement stopping
15805 and mode line display.
15806 (org-timer-stop): New command.
15807 (org-timer-seconds): Return correct time when timer is paused.
15808 (org-timer-mode-line-timer): New variable.
4d789d84
SM
15809 (org-timer-set-mode-line, org-timer-update-mode-line):
15810 New functions.
0bd48b37 15811
8bdd66dc 15812 * org.el (org-insert-heading): Handle new value `auto' for
0bd48b37
CD
15813 `org-blank-before-new-entry'.
15814 (org-org-menu): Add new items for timer functions.
15815
15816 * org-list.el (org-insert-item): Handle new value `auto' for
15817 `org-blank-before-new-entry'.
15818
15819 * org.el (org-blank-before-new-entry): New value `auto', made
15820 default.
15821
158222009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15823
15824 * org-exp.el (org-export-normalize-links): If the link is also
15825 used as the description, protect the description.
15826
158272009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15828
15829 * org.el (org-closest-date): Fix bug with yearly repeats, in
15830 combination with preference of the past as it is used for deadline
15831 and scheduling search.
15832
15833 * org-exp.el (org-html-handle-time-stamps): No longer check for
15834 the `org-export-with-timestamps' option, because the preprocesser
15835 has taken care of this already.
15836
15837 * org.el (org-entry-properties): Catch the case when this is
15838 called in a non-org-mode file.
15839
15840 * org-export-latex.el (org-export-latex-remove-from-headlines):
15841 Variable made obsolete, also LaTeX export now uses the standard
15842 variables.
15843 (org-export-as-latex): Add the timestamps parameter to the
15844 preprocessor parameter list.
15845 (org-export-latex-content): Export the remaining keywords without
15846 considering to remove them.
15847 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
15848 Use bold font instead of tt font for the keywords.
15849 (org-export-latex-fontify-headline): Format headlines, assuming
15850 that all keywords still present should be published.
15851 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
15852 publish what ever remains of the time stamps.
15853 (org-export-latex-list-parameters): New option.
15854 (org-export-latex-lists): Pass additional parameters to the list
15855 converter.
15856
15857 * org-exp.el (org-export-preprocess-string): Remove clock lines
15858 and timestamps already in the preprocesor.
4d789d84
SM
15859 (org-export-remove-timestamps, org-export-remove-clock-lines):
15860 New functions.
0bd48b37
CD
15861 (org-export-as-ascii, org-export-as-html): Add the timestamps
15862 parameter to the preprocessor parameter list.
15863
15864 * org-list.el (org-list-parse-list): Parse for checkboxes.
15865 (org-list-to-generic): Introduce and handle new parameters :cbon
15866 and :cboff.
4d789d84
SM
15867 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
15868 Add optional parameter PARAMS.
0bd48b37 15869
4d789d84
SM
15870 * org-export-latex.el (org-export-latex-special-chars):
15871 Fix problems with interpreting dollar signs.
0bd48b37
CD
15872 (org-inside-latex-math-p): New function.
15873 (org-export-latex-preprocess): Protect all the math fragments.
15874
15875 * org.el (org-latex-regexps): Allow a dash after a dollar.
15876
15877 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
15878 mark after copying.
15879
15880 * org-agenda.el (org-run-agenda-series): Have series options set
15881 when finalizing the agenda.
15882
4d789d84
SM
15883 * org-exp.el (org-export-format-source-code-or-example):
15884 Protect the converted examples.
0bd48b37
CD
15885
15886 * org.el (org-set-regexps-and-options): Fix the regexp
15887 `org-complex-heading-regexp'.
15888
158892009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15890
15891 * org.el (org-edit-src-get-label-format): New function.
15892 (org-coderef-label-format): New option.
15893 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
15894 a label format specification and make sure it is used in the edit
15895 buffer.
15896 (org-edit-src-get-label-format): New function.
15897 (org-store-link): Handle new coderef formats.
15898 (org-link-search): Handle new coderef formats.
15899
15900 * org-footnote.el (org-footnote-create-definition)
15901 (org-footnote-goto-local-insertion-point): Make footnote insertion
15902 work correctly when the "Footnotes" headline is the last line in
15903 the buffer.
15904
15905 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
15906 the location.
15907
159082009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15909
15910 * org-w3m.el (org-w3m): New customization group.
15911 (org-w3m-deactivate-mark): New option.
15912 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
15913 option say not to.
15914
159152009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15916
15917 * org.el (org-set-font-lock-defaults): Trigger footnote
15918 fontification.
15919 (org-activate-footnote-links): New function.
15920 (org-activate-links): New entry `footnote'.
15921
15922 * org-faces.el (org-footnote): New face.
15923
159242009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15925
15926 * org-macs.el (org-re): Handle the [:word:] class.
15927
4d789d84
SM
15928 * org-exp.el (org-export-preprocess-string):
15929 Call `org-export-protect-colon-examples'.
3e344045 15930 (org-export-protect-colon-examples): Rename from
0bd48b37
CD
15931 `org-export-protect-examples', and scope limited to lines starting
15932 with a colon.
15933
159342009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15935
15936 * org-exp.el (org-export-preprocess-string): Move the preprocess
15937 hook to after turning on Org-mode.
15938 (org-export-preprocess-after-include-files-hook)
15939 (org-export-preprocess-after-tree-selection-hook)
15940 (org-export-preprocess-before-backend-specifics-hook)
15941 (org-export-preprocess-final-hook): New hooks.
15942 (org-export-preprocess-string): Run the new hooks.
15943
15944 * org.el (org-ctrl-c-minus): Fix indentation for new items.
15945
15946 * org-footnote.el: New file.
15947
15948 * org.el (org-footnote): Require footnote code.
15949 (org-startup-options): Add new footnote options.
15950 (org-mode-map): New keybindig for footnotes.
15951 (org-ctrl-c-ctrl-c): Add function at footnotes.
15952 (org-org-menu): New menu entries for footnotes.
15953
15954 * org-export-latex.el (org-export-as-latex): Pass footnote
15955 variable to preprocessor.
15956 (org-export-latex-preprocess): Treat multiple references to a
15957 footnote.
15958
4d789d84
SM
15959 * org-exp.el (org-export-preprocess-string):
15960 Call `org-footnote-normalize'.
0bd48b37
CD
15961 (org-export-as-ascii, org-export-as-html): Pass footnote variable
15962 to preprocessor.
15963 (org-export-as-html): Treat multiple references to a footnote.
15964
159652009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15966
15967 * org-export-latex.el (org-export-latex-links): Handle coderef
15968 links.
15969
15970 * org.el (org-bracket-link-analytic-regexp++): New variable.
4d789d84
SM
15971 (org-make-link-regexps):
15972 Initialize `org-bracket-link-analytic-regexp++'.
0bd48b37
CD
15973 (org-store-link): Implement special case in edit-src buffer.
15974 (org-insert-link): No use of ide to insert stored links.
15975 (org-link-search): Implement special case for coderefs.
15976
15977 * org-exp.el (org-export-html-scripts): New constant.
15978 (org-export-html-style-default): Add a new style for highlighted
15979 code.
15980 (org-export-code-refs): New variable.
15981 (org-export-preprocess-string): Initialize `org-export-code-refs'.
15982 Call `org-export-replace-src-segments-and-examples'
15983 No longer call `org-export-protect-examples'.
15984 (org-export-target-internal-links): Take care of coderef targets.
15985 (org-export-last-code-line-counter-value): New variable.
3e344045 15986 (org-export-replace-src-segments-and-examples): Rename from
0bd48b37 15987 `org-export-replace-src-segments', and modified.
3e344045 15988 (org-export-format-source-code-or-example): Rename from
0bd48b37
CD
15989 `org-export-format-source-code'.
15990 (org-export-number-lines): New function.
15991 (org-export-as-ascii, org-export-as-html): Handle coderef links.
15992
bd5e4c2b
GM
159932009-01-23 Glenn Morris <rgm@gnu.org>
15994
15995 * org-rmail.el (rmail-narrow-to-non-pruned-header):
15996 Remove declaration of deleted function.
15997
0e47efc5
GM
159982009-01-16 Glenn Morris <rgm@gnu.org>
15999
4d789d84
SM
16000 * org-mouse.el (org-mouse-show-context-menu):
16001 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
0e47efc5
GM
16002 mouse-major-mode-menu.
16003
bb31cb31
CD
160042008-12-23 Carsten Dominik <dominik@science.uva.nl>
16005
16006 * org-remember.el (org-remember-handler): Safer way to get a new
16007 buffer accessing the target file.
16008
16009 * org.el (org-refile-get-location): Handle case of current buffer
16010 not having a file associated with it.
16011
830334b1
CD
160122008-12-22 Carsten Dominik <dominik@science.uva.nl>
16013
16014 * org-table.el (org-table-get-formula): Only ask to overwrite
16015 field formula if there really is one.
16016
6671980f
CD
160172008-12-21 Carsten Dominik <dominik@science.uva.nl>
16018
16019 * org-export-latex.el (org-export-latex-make-header): Double the
16020 commenting % in the time stamp format.
e9aab93b
CD
16021 (org-export-latex-special-chars): Handle case where there is no
16022 match group 3.
6671980f 16023
a11ac4ae
CD
160242008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16025
4d789d84
SM
16026 * org.el (org-get-refile-targets, org-refile-get-location):
16027 Use expanded file name to improve comparison.
a11ac4ae
CD
16028
160292008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16030
16031 * org.el (org-scan-tags): Rescan for tags, to get the correct
16032 upcase/downcase stuff. This slows things down for now, but it
16033 works.
16034 (org-mode): Make sure the tag-faces regexp is initialized.
16035
16036 * org-export-latex.el (org-export-latex-links): Fix bug with
16037 undefined label.
16038
4d789d84
SM
16039 * org-table.el (org-table-get-specials):
16040 Set `org-table-current-last-data-line'.
a11ac4ae
CD
16041 (org-table-current-last-data-line): New variable.
16042 (org-table-insert-column, org-table-delete-column)
4d789d84
SM
16043 (org-table-move-column, org-table-fix-formulas):
16044 Call `org-table-fix-formulas' a second time to fix the $LR references.
a11ac4ae
CD
16045 (org-table-get-specials): Add the $LR references to the tables.
16046 (org-table-get-formula): Do not offer last-row names as LHS of
16047 formulas.
16048
16049 * org.el (org-store-link): Capture link description from
16050 `org-id-store-link'.
16051
16052 * org-exp.el (org-export-html-format-image): Add the / to the end
16053 of the <img> tag.
16054 (org-export-format-source-code): Surround example by empty lines,
16055 to make sure it will not be inside a paragraph.
16056
16057 * org.el (org-ido-switchb): New function.
16058
160592008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16060
16061 * org-agenda.el (org-agenda-show): New prefix argument
16062 FULL-ENTRY.
16063
16064 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
16065 argument.
16066
fd8d5da9
GM
160672008-12-20 Glenn Morris <rgm@gnu.org>
16068
16069 * org.el (org-org-menu): Fix some more menu entries.
16070
bd67cbf0
CD
160712008-12-18 Carsten Dominik <dominik@science.uva.nl>
16072
d21d2e9a
CD
16073 * org-table.el (org-table-get-specials): Revert introduction of @0
16074 as reference of the last table row, because of conflicts.
16075
bd67cbf0
CD
16076 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
16077 argument, get the current tags directly.
16078 (org-agenda-set-tags): Leave getting current tags to
16079 `org-agenda-change-all-lines'.
16080
521beede
CD
160812008-12-17 Carsten Dominik <dominik@science.uva.nl>
16082
16083 * org.el (org-org-menu): Do not quote the set-tags command.
16084
ff28a0bd
CD
160852008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
16086
16087 * Fix typos in comments and docstrings throughout Org-mode.
16088
16089 * org.el (org-get-outline-path): Fix bug if level is not given.
16090
f0131492 16091 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
ff28a0bd 16092
8265647f
CD
160932008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16094
16095 * org.el (org-refile): Avoid refiling to within the region to be
16096 refiled.
16097
4d789d84
SM
16098 * org-export-latex.el (org-export-latex-special-chars):
16099 Replace special characters also in tables.
8265647f
CD
16100
16101 * org-agenda.el (org-agenda-change-all-lines): New argument
16102 FORCE-TAGS.
f0131492 16103 (org-agenda-set-tags): Get the new tags and pass them to
8265647f
CD
16104 `org-format-agenda-item'.
16105
161062008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16107
16108 * org-export-latex.el (org-export-latex-classes): Add longable as
16109 a default package to all classes.
16110 (org-export-latex-tables): Handle the longtable attribute and the
16111 align attribute.
16112
16113 * org-table.el (orgtbl-to-generic): Handle tables that start with
16114 a hline.
16115
16116 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
16117 \verb for colde-like snippets.
16118 (org-export-as-latex): Fix issues with region export.
16119
16120 * org.el (org-up-heading-safe): Speed up function by using a
16121 direct regexp search.
16122 (org-olpa): New variable.
16123 (org-get-outline-path): Speed-up path constructions in cases where
16124 this is possible because the entire hierarchy is scanned anyway.
16125 (org-refile-get-location): Don't compare the truenames of files,
16126 this is too slow.
16127 (org-goto-max-level): New option.
16128 (org-goto): Use `org-goto-max-level'.
16129
161302008-12-16 Tassilo Horn <tassilo@member.fsf.org>
16131
16132 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
16133 Strip angle brackets from message-ids in the former and don't do
16134 it in the latter.
16135 (org-gnus-follow-link): Open summary reliable, even if the last
16136 messages were deleted, and handle empty groups, too.
16137
161382008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16139
16140 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
16141 instead of \texttt for the =...= and ~===~ emphasis environments.
16142 (org-export-as-latex): Remove any old :org-license-to-kill text
16143 properties.
16144 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
16145 (org-export-latex-make-header): Add some hard space after the
16146 table of contents.
4d789d84
SM
16147 (org-export-latex-first-lines): Accept RBEG argument.
16148 Mark exported text so that it will be excuded in further steps.
8265647f
CD
16149
16150 * org-table.el (org-table-get-specials): Make @0 reference the
16151 last line in a table.
16152 (org-table-recalculate): Improve docstring.
16153
161542008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16155
16156 * org.el (org-log-done): Fix docstring.
16157
161582008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16159
16160 * org-exp.el (org-export-html-format-image): Fix bugs.
16161
16162 * org-export-latex.el (org-export-latex-tables)
16163 (org-export-latex-links): Implement attribute, label, and caption
16164 handling.
16165
16166 * org-exp.el (org-export-html-style-default): Add style
16167 definitions for the figure div.
4d789d84
SM
16168 (org-export-preprocess-string, org-export-as-html):
16169 Implement attribute, label, and caption handling.
8265647f
CD
16170 (org-export-attach-captions-and-attributes): New function.
16171 (org-export-html-format-image): New function.
16172 (org-format-org-table-html): Implement attribute, label, and
16173 caption handling.
16174
16175 * org.el (org-find-text-property-in-string): New function.
16176 (org-extract-attributes): Use the property org-attr instead of
16177 org-attrobutes, because this property is now set with the #+ATTR
16178 lines.
16179
161802008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16181
16182 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
16183 the case that FROM is nil.
16184
16185 * org.el (org-before-first-heading-p): New function.
16186
161872008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16188
16189 * org-exp.el (org-export-as-html): Do not add a space before
16190 enforces line breaks.
16191 (org-export-as-html): Close paragraph before blockquote and verse
16192 tags.
16193
161942008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16195
16196 * org-id.el (org-id-locations-file): Wrap file name with
16197 `convert-standard-filename'.
16198 (org-id-files): New variable.
16199 (org-id-use-hash): New option.
16200 (org-id-update-id-locations): Also search in all files current
16201 listed in `org-id-files'. Convert the resulting alist to a hash
16202 if the user customation says so.
16203 (org-id-locations-save): Handle he case if `org-id-locations' is a
16204 hash.
16205 (org-id-locations-load): Convert the alist to a hash.
16206 (org-id-add-location): Handle the hast case.
16207 (kill-emacs-hook): Make sure id locations are saved when Emacs is
16208 exited.
16209 (org-id-hash-to-alist, org-id-alist-to-hash)
16210 (org-id-paste-tracker): New functions.
243de2b4
CD
16211
162122008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16213
16214 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
16215 bindings of calendar variables.
16216
3e344045 16217 * org-table.el (org-table-find-row-type): Rename from
243de2b4 16218 `org-find-row-type'.
3e344045 16219 (org-table-rewrite-old-row-references): Rename from
243de2b4 16220 `org-rewrite-old-row-references'.
3e344045
SM
16221 (org-table-shift-refpart): Rename from `org-shift-refpart'.
16222 (org-table-cleanup-narrow-column-properties): Rename from
243de2b4
CD
16223 `org-cleanup-narrow-column-properties'.
16224
162252008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16226
16227 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
16228 for better error messages.
16229 (org-table-get-descriptor-line): Supply the new arguments to
16230 `org-find-row-type'.
16231 (org-table-error-on-row-ref-crossing-hline): New option.
16232
16233 * org.el (org-target-link-regexp): Make buffer-local.
16234 (org-move-subtree-down): Fix bug with trees at beginning of
16235 buffer.
16236
162372008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16238
16239 * org-faces.el (org-set-tag-faces): New function.
16240 (org-tags-special-faces-re): New variable.
16241
16242 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
16243
16244 * org-faces.el (org-tag-faces): New option.
16245 (org-tag): Mention `org-tag-faces' in the docstring.
16246
162472008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16248
16249 * org-exp.el (org-export-html-style-default): Implement new
16250 quoting.
16251
16252 * org-jsinfo.el (org-infojs-template): Implement new quoting.
16253
16254 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
16255 command to the `w3m-minor-mode-map'.
16256
4d789d84
SM
16257 * org-archive.el (org-archive-to-archive-sibling):
16258 Protect `this-command' to avoid appending kills during archiving.
243de2b4
CD
16259
16260 * org-exp.el (org-export-with-priority): New variable.
16261 (org-export-add-options-to-plist): Use `org-export-plist-vars'
16262 instead of internal list of strings and properties.
16263 (org-print-icalendar-entries): Retrieve the location property with
16264 inheritance.
16265
162662008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16267
16268 * org-exp.el (org-export-with-todo-keywords): New option.
16269 (org-export-plist-vars): Include also the keys for the #+OPTIONS
16270 line.
16271 (org-default-export-plist, org-export-add-options-to-plist)
16272 (org-export-as-ascii, org-export-as-html): Use the new structure
16273 of `org-export-plist-vars'.
16274
16275 * org.el (org-map-entries): Return all values.
16276
162772008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16278
16279 * org.el (org-matcher-time): Recognize more special values.
16280
16281 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
16282
162832008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16284
16285 * org.el (org-tags-exclude-from-inheritance): New option.
4d789d84
SM
16286 (org-tag-inherit-p, org-remove-uniherited-tags):
16287 Respect `org-tags-exclude-from-inheritance'.
243de2b4
CD
16288
16289 * org-agenda.el (org-agenda-show-inherited-tags): New option.
16290 (org-format-agenda-item): Add inherited tags to the agenda line
16291 string, and make sure that properties are kept when downcasing the
16292 tags list.
16293 (org-agenda-add-inherited-tags): New function.
16294 (org-downcase-keep-props): New function.
16295
16296 * org.el (org-scan-tags): Mark inherited tags with a text
16297 property.
16298 (org-get-tags-at): Mark inherited tags with a text property.
16299 (org-add-prop-inherited): New function.
16300
16301 * org-agenda.el (org-agenda-add-inherited-tags): New function.
16302 (org-agenda-show-inherited-tags): New option.
16303
163042008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16305
16306 * org.el (org-modules): Add org-w3m to the default modules.
16307
16308 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
16309 orgtbl-mode.
16310 (orgtabl-create-or-convert-from-region): New command.
16311
16312 * org-exp.el (org-export-as-ascii): Remove the handling of
16313 targets.
16314 (org-export-ascii-preprocess): Handle targets already in this
16315 function.
16316
163172008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16318
16319 * org-timer.el (org-timer-start-time): Define this variable.
16320 (org-timer-item): Make argument optional.
16321
16322 * org-list.el (org-insert-item): Automatically insert a timer item
16323 if the current list is a timer list.
16324
16325 * org-timer.el: New file.
16326
16327 * org-publish.el (org-publish-org-index): Only exclude the index
16328 file in the main directory from being added to the site-map.
16329 (org-publish-get-project-from-filename): If the current project is
16330 a component, start publishing from the parent project.
16331
163322008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16333
16334 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
16335
16336 * org-publish.el (org-publish-org-index): Improve removal of
16337 temporary buffers.
16338
d95a8199
CD
163392008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
16340
16341 * org-agenda.el (org-get-closed): Re-apply changes
16342 accidentially overwritten by last commit to Emacs.
16343
16344 * org.el (org-outline-path-complete-in-steps): New option.
4d789d84
SM
16345 (org-refile-get-location):
16346 Honor `org-outline-path-complete-in-steps'.
d95a8199
CD
16347 (org-agenda-change-all-lines, org-tags-sparse-tree)
16348 (org-time-string-to-absolute, org-small-year-to-year)
16349 (org-link-escape): Re-apply changes accidentially overwritten
16350 by last commit to Emacs.
16351
770f39cf
CD
163522008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16353
16354 * org-clock.el (org-dblock-write:clocktable): Make sure the
16355 clocktable sees the first line.
16356 (org-clock-in): Warn if the clock cannot be resumed.
16357
163582008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16359
16360 * org.el (org-open-at-point): Fix mixup about interactive and
16361 non-interactive elisp links.
16362
163632008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16364
16365 * org-exp.el (org-export-preprocess-string): Allow one comment
16366 line before the first headline to always be included. This is
16367 to not miss a commented target.
16368
4d789d84
SM
16369 * org-mouse.el (org-mouse-insert-item):
16370 Call `org-indent-to-column' instead of `indent-to', for XEmacs
770f39cf
CD
16371 compatibility.
16372
16373 * org.el (org-refile-targets): Fix customize definition so
16374 that it works also in XEmacs.
16375 (org-fixup-indentation): Call `org-indent-to-column' instead
16376 of `indent-to', for XEmacs compatibility.
16377
163782008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
16379
16380 * org-mew.el (org-mew-store-link): Get the correct case folder
16381 for refiled messages.
16382
163832008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16384
16385 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
16386 line break indicators.
16387
16388 * org.el (org-ido-completing-read): Remove the "i:" prefix for
16389 ido-completion propts.
16390
163912008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16392
4d789d84
SM
16393 * org-remember.el (org-remember-apply-template):
16394 Use `org-substring-no-properties'.
770f39cf
CD
16395
16396 * org-compat.el (org-substring-no-properties): New function.
16397
4d789d84
SM
16398 * org-remember.el (org-remember-apply-template):
16399 Use `org-substring-no-properties' for compatibility.
770f39cf 16400
4d789d84
SM
16401 * org-list.el (org-list-two-spaces-after-bullet-regexp):
16402 New option.
16403 (org-fix-bullet-type):
16404 Respect `org-list-two-spaces-after-bullet-regexp'.
770f39cf
CD
16405
16406 * org-clock.el (org-clock-load): Clean up the code.
16407
16408 * org.el (org-adaptive-fill-function): Allow two spaces after
16409 "1." as a list bullet.
16410
164112008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16412
16413 * org-clock.el (org-clock-save, org-clock-load): Check for
16414 live buffers, existing files, and buffer file names to ensure
16415 consistent information.
16416 (org-clock-persist): Make `clock' a special value of this
16417 variable, and improve docstring.
16418
16419 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
16420 (org-get-string-indentation): Adapt indentation when the bullet
16421 width changes.
16422
164232008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16424
16425 * org-remember.el (org-remember-finalize): Make interactive.
16426 (org-remember-kill): New command.
16427 (org-remember-finish-immediately): Call `org-remember-finalize'
16428 directly.
16429 (org-remember-finalize): Make `org-remember-finalize' an interactive
16430 function.
16431
164322008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16433
16434 * org-remember.el (org-remember-apply-template): No ido completion
16435 for free prompts in remember templates.
16436 (org-remember-before-finalize-hook): New hook.
16437 (org-remember-mode): New minor mode.
16438 (org-remember-apply-template): Turn on `org-remember-mode'.
16439
770f39cf
CD
16440 * org-remember.el (org-remember-apply-template): Fix the way how
16441 the list of allowed properties is retrieved from the target file.
16442
16443 * org.el (org-insert-link): Improve file link matching.
16444
164452008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16446
16447 * org-colview.el (org-columns-display-here): New argument
16448 DATELINE, to trigger using the new face.
16449 (org-agenda-colview-summarize): Call `org-columns-display-here'
16450 with the new argument.
16451
16452 * org-faces.el (org-agenda-column-dateline): New face.
16453
16454 * org-publish.el (org-publish-org-index): Use index-title at page
16455 title, not as section.
16456
16457 * org-exp.el (org-export-html-format-desc): Respect the
16458 org-protect property.
16459 (org-export-as-html): Protect image specifiers that are in the
16460 description part of a link.
16461
16462 * org.el (org-sort-entries-or-items, org-completing-read)
16463 (org-refile-get-location, org-olpath-completing-read, org-todo)
16464 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
16465 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
16466 (org-set-property, org-delete-property)
16467 (org-delete-property-globally): Use `org-ido-completing-read'.
16468
4d789d84
SM
16469 * org-remember.el (org-remember-apply-template):
16470 Use `org-ido-completing-read'.
770f39cf
CD
16471
16472 * org-publish.el (org-publish): Use `org-ido-completing-read'.
16473
16474 * org-colview.el (org-columns-edit-value, org-columns-new)
16475 (org-insert-columns-dblock): Use `org-ido-completing-read'.
16476
16477 * org-colview-xemacs.el (org-columns-edit-value)
4d789d84
SM
16478 (org-columns-new, org-insert-columns-dblock):
16479 Use `org-ido-completing-read'.
770f39cf 16480
4d789d84
SM
16481 * org-attach.el (org-attach-delete-one, org-attach-open):
16482 Use `org-ido-completing-read'.
770f39cf 16483
4d789d84
SM
16484 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
16485 Use `org-ido-completing-read'.
770f39cf
CD
16486
16487 * org.el (org-time-today): New function.
16488 (org-matcher-time): Use `org-time-today'. Add special treatment
16489 for "<tomorrow>" and "<yesterday>".
16490 (org-ido-completing-read): New function.
16491 (org-completion-use-ido): New option.
16492
16493 * org-exp.el (org-export-format-source-code): Fix bug in require
16494 htmlize code.
16495 (org-export-target-internal-links): Fix bug in search for text
16496 property.
16497
164982008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16499
4d789d84 16500 * org-export-latex.el (org-export-latex-subcontent):
c7015153 16501 Interpret target aliases as additional labels.
770f39cf
CD
16502
16503 * org-exp.el (org-export-target-aliases): New variable.
16504 (org-export-preprocess-string)
16505 (org-export-handle-invisible-targets): Fill the alias alist.
16506 (org-export-as-html): Remove the &nbsp; from the anchor, and also
16507 assign an id.
91af3942 16508 (org-html-level-start): Insert the target aliases as additional
770f39cf
CD
16509 anchors.
16510
16511 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
16512 picture area.
16513
165142008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16515
16516 * org.el (org-open-at-mouse): Ensure correct link abbreviations
16517 when following a link with the mouse from the agenda.
16518
16519 * org-exp.el (org-export-as-html): Avoid lone </div> when no
16520 headlines are created.
16521
165222008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16523
16524 * org.el (org-link-translation-function): New option.
16525 (org-open-at-point): Call `org-link-translation-function' if
16526 non-nil.
16527 (org-translate-link): New function.
16528 (org-translate-link-from-planner): New function.
16529 (org-open-at-point): Allow interactive commands in elisp links.
16530
16531 * org-exp.el (org-icalendar-cleanup-string): Restore the old
16532 iCalendar quoting. The new one seems to caus problems with
16533 applications.
16534
16535 * org.el (org-yank): Set `this-command' to `yank', so that
16536 `yank-pop' will work.
16537
165382008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16539
16540 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
16541 compliance as far as quoting is concerned.
16542
16543 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
16544 hexified version of the tag.
16545
16546 * org-vm.el (org-vm-follow-link): Require `vm-search'.
16547
4d789d84
SM
16548 * org.el (org-up-heading-safe, org-forward-same-level):
16549 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
770f39cf
CD
16550 (org-back-to-heading): New wrapper around outline-back-to-heading,
16551 with a useful error message telling where the error happened.
16552
16553 * org-list.el (org-update-checkbox-count): Always call
16554 `org-back-to-heading' instead of `outline-back-to-heading'.
16555
16556 * org-exp.el (org-export-as-html): Make sure that each <img> tag
16557 has an `alt' attribute, to ensure XHTML validation.
16558
165592008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16560
16561 * org-publish.el (org-publish-attachment): Allow publishing to
16562 overwrite attachment files.
16563
16564 * org-agenda.el (org-agenda-timerange-leaders): New option.
16565 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
16566
16567 * org.el (org-edit-src-exit): Untabify ASCII image before
16568 returning.
16569
dcbfa92b
GM
165702008-11-19 Glenn Morris <rgm@gnu.org>
16571
16572 * org.el, org-mouse.el (org-agenda-change-all-lines):
16573 Fix declaration.
16574
0dade8aa
CD
165752008-11-18 Carsten Dominik <dominik@science.uva.nl>
16576
16577 * org.el ("speedbar"): Only show context if the file really is an
16578 org-mode buffer.
16579
062552e7
JB
165802008-11-17 Juanma Barranquero <lekktu@gmail.com>
16581
16582 * org.el (org-time-string-to-absolute, org-small-year-to-year)
16583 (org-tags-sparse-tree): Fix typos in docstrings.
16584
4389931e
CD
165852008-11-15 Carsten Dominik <dominik@science.uva.nl>
16586
d7dbaa7d 16587 * org-publish.el (org-publish-attachment): Allow copy-file to
4389931e
CD
16588 overwrite files.
16589
2cc7988b
GM
165902008-11-13 Glenn Morris <rgm@gnu.org>
16591
16592 * org-agenda.el (org-get-closed): Fix alias.
16593
7173f311 165942008-11-12 Juanma Barranquero <lekktu@gmail.com>
fb8df73b 16595
7173f311 16596 * org.el (org-link-escape): Fix typo in docstring.
fb8df73b
CD
16597
165982008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16599
16600 * org.el (org-yank): Make any prefix force normal yanking.
16601 Suppress folding if text would be swallowed into a folded
16602 subtree.
16603 (org-yank-folded-subtrees, org-yank): Docstring updates.
16604
16605 * org-agenda.el (org-agenda-compare-effort): Treat no effort
16606 defined as 0.
16607
16608 * org-exp.el (org-export-language-setup): Add Catalan and
16609 Esperanto language entries.
16610
166112008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16612
16613 * org.el (org-refile): Allow refiling of entire regions.
16614
16615 * org-clock.el (org-clock-time%): New function.
16616
16617 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
16618 retrieve property values.
16619
166202008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16621
16622 * org-agenda.el (org-agenda-list): Handle the value `only' of
16623 org-agenda-show-log'.
16624 (org-agenda-log-mode): Interpret a double prefix arg.
16625
166262008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16627
16628 * org-exp.el (org-export-html-footnotes-section): New variable.
16629 (org-export-as-html): Use `org-export-html-footnotes-section' to
16630 insert the footnotes.
16631 (org-export-language-setup): Add "Footnotes" to language words.
16632
166332008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16634
16635 * org.el (org-yank): Fix bug when not inserting a subtree.
16636
166372008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16638
16639 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
16640 instead of `vm-beginning-of-message'.
16641
16642 * org.el (org-make-link-regexps): Make sure that links to gnus can
16643 contain brackets.
16644
166452008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16646
16647 * org-attach.el (org-attach-dir): Remove duplicate ID creation
16648 code.
16649
16650 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
16651 shell output.
16652
16653 * org.el (org-link-abbrev-alist): Improve customization type.
16654
4d789d84
SM
16655 * org-attach.el (org-attach-expand-link, org-attach-expand):
16656 New functions.
fb8df73b 16657
3e344045 16658 * org-agenda.el (org-agenda-get-progress): Rename from
fb8df73b
CD
16659 `org-get-closed'. Implement searching for state changes as well.
16660 (org-agenda-log-mode-items): New option.
16661 (org-agenda-log-mode): New option prefix argument, interpreted as
16662 request to show all possible progress info.
16663 (org-agenda-get-day-entries): Call `org-get-progress' instead of
16664 `org-get-closed'.
16665 (org-agenda-set-mode-name): Handle the more complex log mode
16666 settings.
16667 (org-get-closed): New alias, pointing to `org-get-progress'.
16668
166692008-11-12 Carsten Dominik <dominik@science.uva.nl>
16670
16671 * org.el (org-file-apps-defaults-gnu)
16672 (org-file-apps-defaults-macosx)
16673 (org-file-apps-defaults-windowsnt): Add an entry defining the
16674 system command.
16675 (org-file-apps): Allow `system' as key and value.
16676 (org-open-at-point): Explain the effect of a double prefix arg.
16677 (org-open-file): If the argument `in-emacs' is (16),
16678 i.e. corresponding to a double prefix argument, try to open the
16679 file externally.
16680
166812008-11-12 Carsten Dominik <dominik@science.uva.nl>
16682
16683 * org.el (org-insert-link): Abbreviate absolute files names in
16684 links. Also, fix a bug in which the double C-u prefix would not
16685 be honored.
16686
166872008-11-12 Carsten Dominik <dominik@science.uva.nl>
16688
16689 * org.el (org-insert-heading): If buffer does not end with a
16690 newline, add one if necessary to insert headline correctly.
16691
16692 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
16693 paragraphs, not inside.
16694
4d789d84
SM
16695 * org.el (org-todo):
16696 Quote `org-agenda-headline-snapshot-before-repeat'.
fb8df73b
CD
16697
16698 * org-exp.el (org-export-as-html): Fully process link descriptions.
16699 (org-export-html-format-desc): New function.
16700 (org-export-as-html): Collect footnotes into the correct basket.
16701 (org-html-protect): No longer protect quotations marks here, this
16702 goes wrong.
16703
16704 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
16705 BEG.
16706
16707 * org-compat.el (org-fit-window-to-buffer): New function (not
16708 really, a preliminary and incomplete version was present earlier,
16709 but not used).
16710
4d789d84
SM
16711 * org.el (org-fast-todo-selection, org-fast-tag-selection):
16712 Use `org-fit-window-to-buffer'.
fb8df73b
CD
16713
16714 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
16715
16716 * org-agenda.el (org-agenda-get-restriction-and-command)
4d789d84
SM
16717 (org-fit-agenda-window, org-agenda-convert-date):
16718 Use `org-fit-window-to-buffer'.
fb8df73b
CD
16719
16720 * org-exp.el (org-export-as-html): Process href links through
16721 `org-export-html-format-href'.
16722 (org-export-html-format-href): New function.
16723
16724 * org-agenda.el (org-agenda-todo): Update only the current
16725 headline if this is a repeated TODO, marked done for today.
16726 (org-agenda-change-all-lines): New argument JUST-THIS, to change
16727 only the current line.
16728
16729 * org.el (org-todo): Take a snapshot of the headline if the
16730 repeater might change it.
16731
167322008-11-12 Carsten Dominik <dominik@science.uva.nl>
16733
16734 * org-publish.el (org-publish-find-title): Remove buffers visited
16735 only for extracting the title.
16736
16737 * org-exp.el (org-export-html-style)
16738 (org-export-html-style-default): Mark style definitions as
16739 unparsed CDATA.
16740
4d789d84
SM
16741 * org-publish.el (org-publish-validate-link):
16742 Function re-introduced.
fb8df73b
CD
16743
167442008-11-12 Charles Sebold <csebold@gmail.com>
16745
16746 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
16747 property.
16748 (org-plot-quote-timestamp-field): New function.
16749 (org-plot-quote-tsv-field): Call timestamp field function when
16750 necessary rather than just quoting as a string.
16751 (org-plot/gnuplot-to-data): Pass in timefmt property.
16752 (org-plot/gnuplot-script): Supports timefmt property.
16753 (org-plot/gnuplot): Checks for timestamp column before checking
16754 for text index column.
16755
167562008-11-12 Carsten Dominik <dominik@science.uva.nl>
16757
16758 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
16759
16760 * org-publish.el (org-publish-org-index): Create a section in the
16761 index file.
16762 (org-publish-org-index): Stop linking to directories.
16763
16764 * org.el (org-emphasis-alist): Use span instead of <u> to
16765 underline text.
16766
16767 * org-exp.el (org-export-as-html): Make sure <p> is closed before
16768 <pre> sections.
16769
167702008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
16771
16772 * org-jsinfo.el (org-infojs-template): Remove language attribute
16773 from script tag.
16774
167752008-11-12 Carsten Dominik <dominik@science.uva.nl>
16776
16777 * org-agenda.el (org-agenda-remove-marked-text): New function.
16778 (org-agenda-mark-filtered-text)
16779 (org-agenda-unmark-filtered-text): New functions.
a628ad9d 16780 (org-write-agenda): Remove filtered text.
fb8df73b
CD
16781
16782 * org.el (org-make-tags-matcher): Give access to TODO "property"
16783 without speed penalty.
16784
167852008-11-12 Carsten Dominik <dominik@science.uva.nl>
16786
16787 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
16788 option.
16789 (org-store-link-props): Make sure adding to the plist works
16790 correctly.
16791
16792 * org-gnus.el (org-gnus-no-new-news): New function.
16793 (org-gnus-follow-link): Allow the article ID to be a message-id,
16794 in addition to allowing article numbers. Message IDs make much
16795 more roubust links.
16796 (org-gnus-store-link): Use message-id to create link.
16797
167982008-11-12 Carsten Dominik <dominik@science.uva.nl>
16799
16800 * org.el (org-emphasize): Reverse the selection array.
16801 (org-emphasis-alist): Set <code> tags for the verbatim
16802 environment.
16803
16804 * org-remember.el (org-remember-handler): Fix bug with
16805 prefix-related changing of the note storage target.
16806
16807 * org-exp.el (org-print-icalendar-entries): Make the exported
16808 priorities compatible with RFC 2445.
16809
16810 * org-clock.el (org-clock-save): Insert time stamp without
16811 dependence on time-stamp.el.
16812
168132008-11-12 Carsten Dominik <dominik@science.uva.nl>
16814
16815 * org.el ("saveplace"): If saveplace puts point into an invisible
16816 location, make it visible.
16817 (org-make-tags-matcher): Allow inactive time stamps in time
16818 comparisons.
16819 (org-yank-adjusted-subtrees): New option.
16820 (org-yank): Incorporate adjusting trees.
16821 (org-paste-subtree): New argument FOR-YANK which will cause
16822 insertion at point without backing up over white lines, and leave
16823 point at the end of the inserted text. Also if the cursor is
16824 at the beginning of a headline, use the same level or the inserted
16825 tree.
16826
16827 * org-publish.el (org-publish-get-base-files-1): Deal correctly
8bdd66dc 16828 with broken symlinks.
fb8df73b
CD
16829
168302008-11-12 Carsten Dominik <dominik@science.uva.nl>
16831
16832 * org-exp.el (org-export-select-tags, org-get-current-options):
16833 Fix typo.
16834
ed08ccb4
GM
168352008-11-06 Glenn Morris <rgm@gnu.org>
16836
49ace7fb
GM
16837 * org-publish.el (org-publish-attachment): Use copy-file rather than
16838 eshell/cp.
ed08ccb4 16839
40ac2137
JB
168402008-11-04 Juanma Barranquero <lekktu@gmail.com>
16841
16842 * org.el (org-columns-modify-value-for-display-function):
16843 * org-table.el (org-table-convert-region): Fix typos in docstrings.
16844
9fc10007
GM
168452008-10-28 Glenn Morris <rgm@gnu.org>
16846
16847 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
16848
16849 * org-list.el (outline-next-heading, outline-back-to-heading):
16850 Fix declarations.
16851
71d35b24
CD
168522008-10-26 Carsten Dominik <dominik@science.uva.nl>
16853
16854 * org-agenda.el (org-format-agenda-item)
16855 (org-agenda-filter-make-matcher): Make sure tags are stored and
9b8ba1e5 16856 compared downcased.
71d35b24
CD
16857
168582008-10-26 Carsten Dominik <dominik@science.uva.nl>
16859
16860 * org.el (org-insert-todo-heading): Fix bug with force-heading
16861 argument.
16862
168632008-10-26 Carsten Dominik <dominik@science.uva.nl>
16864
16865 * org-exp.el (org-export-as-ascii): Handle the case that we are
16866 bulishing from an indirect buffer.
16867
16868 * org-table.el (org-table-copy-down): Fix bug with time stamp
16869 increment.
16870
16871 * org-mouse.el (org-mouse-features): New option.
16872 (org-mode-hook): Turn on features depending on
16873 `org-mouse-features'.
16874
16875 * org.el (org-insert-heading-respect-content): Force heading
16876 creation.
a628ad9d 16877 (org-insert-heading): Keep the folding state of the heading before
71d35b24
CD
16878 the inserted one.
16879
168802008-10-26 Carsten Dominik <dominik@science.uva.nl>
16881
16882 * org-archive.el (org-archive-to-archive-sibling): Handle top
16883 level headlines better.
16884
168852008-10-26 Bastien Guerry <bzg@altern.org>
16886
4d789d84
SM
16887 * org-export-latex.el (org-export-latex-classes):
16888 Add \usepackage{graphicx} to the default list of packages.
71d35b24
CD
16889
168902008-10-26 Carsten Dominik <dominik@science.uva.nl>
16891
3e344045 16892 * org-agenda.el (org-agenda-filter): Rename from
71d35b24
CD
16893 `org-agenda-filter-tags'.
16894
168952008-10-26 Carsten Dominik <dominik@science.uva.nl>
16896
16897 * org.el (org-entry-properties): Add CATEGORY property, iven if it
16898 is not defined as a property in this entry.
16899 (org-add-log-note): Mask prefix argument when immediately storing
16900 the note.
16901
4d789d84
SM
16902 * org-agenda.el (org-agenda-filter-effort-default-operator):
16903 New option.
71d35b24
CD
16904
169052008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16906
16907 * org.el (org-add-log-setup): Bugfix; code to find insertion point
16908 after drawers was skipping ahead one line too many, so notes were
16909 inserted after the first note instead of before it.
16910
169112008-10-26 Carsten Dominik <dominik@science.uva.nl>
16912
01c35094 16913 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
71d35b24
CD
16914 New variables.
16915 (org-prepare-agenda): Reset the filter tags.
16916 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
16917 Show filter tags in mode line.
16918
16919 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
16920 formatter.
16921
16922 * org-export-latex.el (org-latex-entities-regexp): New constant.
16923 (org-export-as-pdf): Use two calls to `shell-command'.
16924
169252008-10-26 Carsten Dominik <dominik@science.uva.nl>
16926
16927 * org-export-latex.el (org-export-latex-treat-sub-super-char):
16928 Honor the {} value of the subsuperscript setting. Make sure that
16929 longer subsuperscripts are typeset in a roman font.
16930
16931 * org.el (org-clock-update-time-maybe): Compute negative clock
16932 intervals correctly.
16933
169342008-10-26 Carsten Dominik <dominik@science.uva.nl>
16935
4d789d84
SM
16936 * org.el (org-add-log-setup):
16937 Respect `org-log-state-notes-insert-after-drawers'.
71d35b24
CD
16938 (org-log-state-notes-insert-after-drawers): New option.
16939 (org-todo-trigger-tag-changes): New function.
16940 (org-todo): Call `org-todo-trigger-tag-changes'.
16941
169422008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16943
88dbda51 16944 * org.el (org-add-log-setup): Only skip drawers if they are
71d35b24
CD
16945 immediately after the scheduling keywords.
16946
16947 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
c4cc8b9a 16948 function.
71d35b24
CD
16949 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
16950 call it with the current todo state to get the state to switch to
16951 when clocking in.
16952 (org-clock-in): Use org-indent-line-function to indent clock lines.
16953 (org-clock-find-position): Fix indentation of empty clock drawers.
16954
169552008-10-26 Carsten Dominik <dominik@science.uva.nl>
16956
16957 * org-publish.el (org-publish-org-to): Handle case when
16958 org-export-to-pdf does return a file name, not a buffer.
16959 (org-publish-org-to-pdf): New function.
16960
16961 * org-export-latex.el (org-export-as-pdf)
16962 (org-export-as-pdf-and-open): New commands.
16963
16964 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
16965 forms as ranges.
16966
16967 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
16968 things in protexted regions.
16969
169702008-10-26 Carsten Dominik <dominik@science.uva.nl>
16971
4d789d84
SM
16972 * org-export-latex.el (org-export-latex-preprocess):
16973 Improve quoting of LaTeX environments.
71d35b24 16974
34767325
EZ
169752008-10-19 Eli Zaretskii <eliz@gnu.org>
16976
646bcdd7
GM
16977 * org.el (org-default-notes-file):
16978 * org-publish.el (org-publish-timestamp-directory):
34767325
EZ
16979 * org-id.el (org-id-locations-file): Run file names that begin
16980 with a period thru `convert-standard-filename'.
16981
a3c1e192
CD
169822008-10-12 Carsten Dominik <dominik@science.uva.nl>
16983
16984 * org-plot.el: Switch coding system to unix.
16985
646bcdd7
GM
169862008-10-12 John Wiegley <johnw@newartisans.com>
16987
16988 * org-attach.el: New file.
16989
621f83e4
CD
169902008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
16991
16992 * org.el (org-edit-fixed-width-region): Exclude final newline from
16993 picture area.
16994
16995 * org-export-latex.el (org-export-latex-subcontent): Add labels to
16996 sections, to make internal links work.
16997 (org-export-latex-fontify-headline): Do not remove all text
16998 properties, to make sure that target properties survive this
16999 process.
17000
17001 * org-exp.el (org-export-preprocess-string): Change sequence of
17002 modifications, to make sure links are prepared before the LaTeX
17003 conversions do happen.
17004
3e344045 17005 * org-attach.el (org-attach-delete-all): Rename from
621f83e4
CD
17006 `org-attch-delete'. Add a security query before deleting the
17007 entire directory. New optional argument FORCE can overrule the
17008 security query.
17009 (org-attach-delete-one): New command.
17010
17011 * org-attach.el (org-attach-file-list): Fix bug with directory.
17012
17013 * org.el (org-apps-regexp-alist): New function.
17014 (org-file-apps): Add auto-mode to the default value.
17015 (org-open-file): Use the new structure of org-file-apps.
17016
17017 * org-attach.el (org-attach): Support the new keys.
17018 (org-attach-method): New option.
17019
17020 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
17021 March.
17022
17023 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
17024 of the list value o `org-use-tag-inheritance'.
17025
17026 * org-attach.el (org-attach-auto-tag): New option.
17027 (org-attach-tag, org-attach-untag): New functions.
4d789d84
SM
17028 (org-attach-attach, org-attach-new, org-attach-sync):
17029 Call `org-attach-tag'.
621f83e4
CD
17030 (org-attach-delete): Call `org-attach-untag'.
17031
621f83e4
CD
17032 * org-table.el (orgtbl-self-insert-command): Make this work for
17033 the keypad as well.
17034
17035 * org.el (org-add-log-setup): Limit searc for drawers to entry
17036 text, not to subtree.
17037
17038 * org-clock.el (org-clock-heading-for-remember): New variable.
17039 (org-clock-in): Set `org-clock-heading-for-remember'.
17040
f44d8669 170412008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
17042
17043 * org-remember.el (org-remember-apply-template): Add new
17044 expansions: %k, %K for currently clocked task and a link to the
17045 currently clocked task, and %< to file notes in the currently
17046 clocked task.
17047
170482008-10-12 Carsten Dominik <dominik@science.uva.nl>
17049
17050 * org-export-latex.el (org-export-latex-make-header): Also insert
17051 the content of the property :latex-header-extra.
17052
17053 * org-exp.el (org-infile-export-plist): Put the content of
17054 #+LATEX_HEADER: into the property :latex-header-extra.
17055
4d789d84
SM
17056 * org-colview.el (org-columns-get-format-and-top-level):
17057 Remove resetting the marker.
621f83e4
CD
17058
17059 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
17060 Remove resetting the marker.
17061
17062 * org.el (org-entry-property-inherited-from): Improve docstring.
17063 (org-entry-get-with-inheritance): Reset marker before starting the
17064 search.
17065
17066 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
17067
17068 * org.el (org-entry-get-multivalued-property)
4d789d84
SM
17069 (org-entry-protect-space, org-entry-restore-space):
17070 New functions.
7877f373 17071 (org-file-apps-defaults-macosx): Let PostScript files be opened by
621f83e4
CD
17072 preview.
17073 (org-time-stamp-inactive): Call `org-time-stamp'.
cd1181db 17074 (org-time-stamp): New argument `inactive'. Also edit inactive
f924a367 17075 stamps. Convert time stamp type.
621f83e4
CD
17076 (org-open-file): Interpret the `default' value for the `command'
17077 in `org-file-apps'.
17078
17079 * org-id.el (org-id-int-to-b36-one-digit)
17080 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3e344045 17081 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
621f83e4
CD
17082 b36.
17083
17084 * org-id.el (org-id-reverse-string): New function.
17085 (org-id-new): Use `org-id-reverse-string' to make sure the
17086 beginning chars of the ID are mutating fast. This allows to use a
17087 directory structure to spread things better.
3e344045 17088 (org-id-prefix): Change default to nil.
621f83e4
CD
17089
17090 * org-list.el (org-move-item-down, org-move-item-up): Remember and
17091 restore the column of the cursor position.
17092
17093 * org-remember.el (org-remember-apply-template): Remove properties
17094 from `initial'.
17095
17096 * org-wl.el (org-wl-open): Remove useless call to
17097 `wl-thread-open-all'.
17098
17099 * org-remember.el (org-remember-handler): Fix bug with `bottom'
17100 location.
17101
17102 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
17103 `org-bbdb-anniversaries'.
17104
4d789d84
SM
17105 * org.el (org-get-next-sibling, org-forward-same-level):
17106 New functions, similar to the outline versions, but invisible headings
621f83e4
CD
17107 are OK.
17108
171092008-10-12 Bastien Guerry <bzg@altern.org>
17110
17111 * org.el (org-auto-repeat-maybe): Insert a space between
17112 the timestamp's type and the timestamp itself.
17113
171142008-10-12 Carsten Dominik <dominik@science.uva.nl>
17115
17116 * org-table.el (org-table-sum): Do not format the result with %g,
17117 it does rounding when there are too many digits.
17118
17119 * org.el (org-map-entries): Protect the keyword-selecting variables.
17120
171212008-10-12 Bastien Guerry <bzg@altern.org>
17122
17123 * org-agenda.el (org-agenda-to-appt): Make sure the function check
17124 against all agenda files.
17125
171262008-10-12 Carsten Dominik <dominik@science.uva.nl>
646bcdd7 17127 Bastien Guerry <bzg@altern.org>
621f83e4
CD
17128
17129 * org-list.el: New file, aggregating list functions from org.el
17130 and org-export-latex.el.
17131
646bcdd7
GM
171322008-10-12 Carsten Dominik <dominik@science.uva.nl>
17133
621f83e4
CD
17134 * org.el (org-edit-src-region-extra): New option.
17135
17136 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
17137 time before 1am.
17138
171392008-10-12 Bastien Guerry <bzg@altern.org>
17140
17141 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
17142
f44d8669 171432008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
17144
17145 * org-plot.el (org-plot/gnuplot): Make tables starting with a
17146 hline work correctly.
17147 (org-plot/gnuplot-script): Put commas at the end of each script
17148 line.
17149
17150 * org.el (org-get-refile-targets): Replace links with their
c4cc8b9a 17151 descriptions.
621f83e4
CD
17152 (org-imenu-get-tree): Replace links with their descriptions.
17153
17154 * org-remember.el (org-remember-apply-template): Add a new
17155 expansion for adding properties to remember items.
17156
17157 * org.el (org-add-log-setup): Skip over drawers (properties,
17158 clocks etc) when adding notes.
17159
a628ad9d 17160 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
621f83e4
CD
17161 items as well as the start and end times.
17162
17163 * org-compat.el (org-get-x-clipboard-compat): Add a compat
17164 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
17165
17166 * org-remember.el (org-get-x-clipboard): Use the compat
17167 function to get clipboard values when x-selection-value is
f924a367 17168 unavailable. Use substring-no-properties instead of
621f83e4
CD
17169 set-text-properties to remove text properties from the clipboard
17170 value.
17171
76e3243a 17172 * org-clock.el (org-update-mode-line): Support limiting the
621f83e4 17173 modeline clock string, and display the full todo value in the
f924a367 17174 tooltip. Set a local keymap so mouse-3 on the clock string goes to
621f83e4
CD
17175 the currently clocked task.
17176 (org-clock-string-limit): Add a custom value for the maximum
17177 length of the clock string in the modeline.
8bdd66dc 17178 (org-clock-mode-map): Add a keymap for the modeline string.
621f83e4
CD
17179
171802008-10-12 Carsten Dominik <dominik@science.uva.nl>
17181
17182 * org-compat.el (org-propertize): New function.
17183
171842008-10-12 Bastien Guerry <bzg@altern.org>
17185
a628ad9d 17186 * org-export-latex.el (org-export-latex-tables): Protect exported
621f83e4
CD
17187 tables from further special chars conversion.
17188 (org-export-latex-preprocess): Preserve LaTeX environments.
17189 (org-list-parse-list): Parse descriptive lists.
17190 (org-list-to-generic, org-list-to-latex, org-list-to-html)
17191 (org-list-to-texinfo): Export descriptive lists.
17192 (org-quote-chars): Remove.
17193 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
17194 (org-export-latex-list-beginning-re): Rename to
c4cc8b9a 17195 `org-list-beginning-re'.
8bdd66dc 17196 (org-list-item-begin): Rename to `org-list-item-beginning'.
621f83e4 17197
646bcdd7
GM
171982008-10-12 Eric Schulte <schulte.eric@gmail.com>
17199
17200 * org-plot.el: New file.
17201
621f83e4
CD
172022008-10-12 Carsten Dominik <dominik@science.uva.nl>
17203
17204 * org.el (org-refile): Allow refiling to the last entry in the
17205 buffer.
17206 (org-get-tags-at): Fix bug when inheritance is turned off.
17207
17208 * org.el (org-indent-line-function): No longer check for src
17209 regions, this is too much overhead.
17210
17211 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
17212 matching.
17213
17214 * org.el (org-scan-tags): Make sure that tags matching is not case
17215 sensitive. TODO keyword matching is case sensitive, however, to
17216 avoid confusion with similar words that are not meant to be
17217 keywords.
17218
17219 * org.el (org-get-local-tags-at): New function.
17220 (org-get-local-tags): New function.
17221
17222 * org-exp.el (org-export-get-categories): New function.
17223
17224 * org-agenda.el (org-sorting-choice)
17225 (org-agenda-sorting-strategy, org-agenda-get-todos)
17226 (org-agenda-get-timestamps, org-agenda-get-deadlines)
17227 (org-agenda-get-scheduled, org-agenda-get-blocks)
17228 (org-entries-lessp): Implement sorting by TODO state.
17229 (org-cmp-todo-state): New defsubst.
17230
4d789d84
SM
17231 * org-colview.el (org-colview-construct-allowed-dates):
17232 New function.
17233 (org-columns-next-allowed-value):
17234 Use `org-colview-construct-allowed-dates'.
621f83e4 17235
4d789d84
SM
17236 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
17237 New function.
17238 (org-columns-next-allowed-value):
17239 Use `org-colview-construct-allowed-dates'.
621f83e4
CD
17240
17241 * org.el (org-protect-slash): New function.
17242 (org-get-refile-targets): Use `org-protect-slash'.
17243
17244 * org-agenda.el (org-global-tags-completion-table): New variable.
17245
17246 * org-exp.el (org-export-handle-export-tags): New function.
4d789d84
SM
17247 (org-export-preprocess-string):
17248 Call `org-export-handle-export-tags'.
621f83e4 17249
621f83e4
CD
17250 * org-publish.el (org-publish-expand-components): Function removed.
17251 (org-publish-expand-projects): Allow components to have components.
17252
17253 * org.el (org-indent-line-function): Do not indent in regions that
17254 are external source code.
17255 (org-yank-and-fold-if-subtree): New function.
17256
17257 * org-agenda.el (org-agenda-todayp): New function.
4d789d84
SM
17258 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17259 Use `org-agenda-todayp'.
621f83e4
CD
17260
17261 * org.el (org-insert-heading-respect-content)
17262 (org-insert-todo-heading-respect-content): New commands.
17263 (org-insert-heading-respect-content): New option.
17264 (org-insert-heading): Respect `org-insert-heading-respect-content'.
17265
17266 * org-clock.el (org-clock-find-position): Make sure the note after
17267 the clock line gets moved into the new clock drawer.
17268
17269 * org-id.el (org-id-new): New option.
17270
17271 * org-table.el (org-table-copy-down): Avoid overflow during
17272 increment. Use prefix argument 0 to temporarily disable the
17273 increment.
17274
17275 * org-exp.el (org-export-as-html): Do not turn on the major mode
17276 if the buffer will be killed anyway.
17277 (org-get-current-options): Exclude the #+TEXT field.
17278 (org-export-as-html): Make sure text before the first headline is
17279 a paragraph.
17280
17281 * org-publish.el (org-publish-org-to): Tell the exporter that this
17282 buffer will be killed, so it is not necessary to do major mode
17283 initialization.
17284
17285 * org-archive.el (org-archive-to-archive-sibling): Show empty
17286 lines after folding the archive sibling.
17287
17288 * org.el (org-log-note-extra): New variable.
17289
172902008-10-12 Bastien Guerry <bzg@altern.org>
17291
3e344045 17292 * org.el (org-additional-option-like-keywords): Add keywords for
621f83e4
CD
17293 the _QUOTE, _VERSE and _SRC environments.
17294
17295 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
17296 exporting _QUOTE and _VERSE environments.
17297
172982008-10-12 Carsten Dominik <dominik@science.uva.nl>
17299
17300 * org-agenda.el (org-agenda-filter-by-tag): New command.
17301
17302 * org-exp.el (org-get-current-options): Remove angular brackets
17303 from the date entry.
17304
17305 * org.el (org-edit-fixed-width-region): New function.
17306 (org-edit-fixed-width-region): Also try
17307 `org-edit-fixed-width-region'.
17308 (org-edit-fixed-width-region-mode): New option.
c7015153 17309 (org-activate-code): Only interpret lines starting with colon
621f83e4
CD
17310 plus a space as example lines.
17311
17312 * org-remember.el (org-remember-templates): Add nil instead of
17313 empty strings to fix the length of remember templates.
17314
17315 * org-table.el (org-calc-default-modes): Fix the time format for
17316 calc, from 12 hour to 24 hour clock.
17317
17318 * org-agenda.el (org-agenda-get-deadlines)
17319 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
17320 entries that are pre-warnings of deadlines or reminders.
17321
17322 * org.el (org-sort-entries-or-items): Make numeric and alpha
17323 comparisons ignore any TODO keyword and priority cookie.
17324
17325 * org-remember.el (org-remember-handler): Reinterpretation of the
17326 prefix argument.
17327
17328 * org-agenda.el (org-agenda-get-scheduled): Use new
17329 `org-scheduled' face.
17330
17331 * org-faces.el (org-scheduled): New face.
17332
17333 * org-wl.el (org-wl-open): Remove incorrect declaration.
17334
17335 * org-gnus.el (org-gnus-store-link): Support for :to information
17336 in gnus links.
17337
3e344045 17338 * org-exp.el (org-export-as-html): Fix typo in creator
621f83e4
CD
17339 information.
17340 (org-export-protect-examples): New parameter indent. Insert extra
17341 spaces only when this parameter is specified.
17342 (org-export-preprocess-string): Call `org-export-protect-examples'
17343 with an indentation parameter when exporting to ASCII.
17344
17345 * org-remember.el (org-remember-templates)
17346 (org-remember-apply-template): Allow the file component to be a
17347 function.
17348
3e344045 17349 * org.el (org-goto-local-search-headings): Rename from
621f83e4
CD
17350 `org-goto-local-search-forward-headings'. Added the possibility
17351 to search backwards.
17352
17353 * org-export-latex.el (org-export-latex): New customization
17354 group.
17355
17356 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
17357
17358 * org-exp.el (org-html-do-expand): Allow {} to terminate
8bdd66dc 17359 tex macro.
621f83e4
CD
17360
17361 * org.el (org-buffer-list): Select buffers based on major mode,
17362 not on file name.
17363
17364 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
17365 face property.
17366
4d789d84
SM
17367 * org-colview.el (org-columns-display-here):
17368 Use `org-columns-modify-value-for-display-function'.
621f83e4 17369
4d789d84
SM
17370 * org-colview-xemacs.el (org-columns-display-here):
17371 Use `org-columns-modify-value-for-display-function'.
621f83e4
CD
17372
17373 * org.el (org-columns-modify-value-for-display-function): New option.
17374
621f83e4
CD
17375 * org-publish.el (org-publish-file): Make sure the directory match
17376 for the publishing directory works correctly.
17377
17378 * org-agenda.el (org-agenda-execute-calendar-command)
17379 (org-agenda-diary-entry): Additional optional argument.
17380
173812008-07-24 Carsten Dominik <dominik@science.uva.nl>
17382
17383 * org-exp.el (org-export-as-html): Add attributes also in mailto
17384 and ftp links.
17385
17386 * org.el (org-autoload): Add `org-dblock-write:columnview'.
17387
79e43d6e
GM
173882008-08-11 Glenn Morris <rgm@gnu.org>
17389
17390 * org-mac-message.el (do-applescript): Fix declaration.
17391
5c94b31c
GM
173922008-08-10 Glenn Morris <rgm@gnu.org>
17393
17394 * org-exp.el (org-export-as-html): Let-bind `i'.
17395
17396 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
17397 (org-extract-attributes): Let-bind `key', `value'.
17398 (org-make-tags-matcher): Let-bind `time-p'.
17399
0eafa5a7
CD
174002008-07-27 Carsten Dominik <dominik@science.uva.nl>
17401
17402 * org-install.el: New file.
17403
ad9c4a78
CD
174042008-07-26 Carsten Dominik <dominik@science.uva.nl>
17405
17406 * org-exp.el (org-export-html-style)
17407 (org-export-html-style-extra): Declare as safe-local-variable.
17408
0627c265
CD
174092008-07-25 Carsten Dominik <dominik@science.uva.nl>
17410
17411 * org-publish.el (org-publish-file): Use the true name of the
17412 file.
17413
17414 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
17415 instead of :style.
17416
17417 * org-exp.el (org-export-plist-vars)
17418 (org-export-add-options-to-plist): Handle creator setting flag.
17419 (org-export-as-html): Handle attributes also for ftp and mailto
17420 links.
17421
17422 * org-agenda.el (org-agenda-diary-entry)
17423 (org-agenda-execute-calendar-command): Cater for the second
17424 argument of `calendar-cursor-to-date'.
17425
2c3ad40d
CD
174262008-07-24 Carsten Dominik <dominik@science.uva.nl>
17427
4d789d84
SM
17428 * org-exp.el (org-export-region-as-html, org-export-as-html):
17429 Make sure that calls from `org-export-region-as-html' do not do the
2c3ad40d
CD
17430 special check for a subtree.
17431
17432 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
17433
4d789d84
SM
17434 * org.el (org-open-file):
17435 Use `org-open-directory-means-index-dot-org'.
2c3ad40d
CD
17436 (org-open-directory-means-index-dot-org): New option.
17437
17438 * org.el (org-make-link-string): Remove link attributes from
17439 description.
10d1d0af 17440 (org-open-at-point): Remove link attributes before using the path.
2c3ad40d
CD
17441
17442 * org-exp.el (org-export-as-html): Handle link attributes.
17443
17444 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
17445
17446 * org-table.el (org-table-to-lisp): New function.
17447
17448 * org.el (org-narrow-to-subtree): Do not include the final newline
17449 into the narrowed region.
17450
4d789d84
SM
17451 * org-agenda.el (org-agenda-custom-commands-local-options):
17452 Fix bug with user-define skipping condition.
2c3ad40d 17453
3e344045 17454 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
2c3ad40d
CD
17455
17456 * org-exp.el (org-export-html-style-default): Automatic overflow
17457 handling for pre fields.
17458 (org-export-as-ascii, org-export-as-html): Change default format
17459 for time stamp.
17460
17461 * org-table.el (org-table-export): Offer completion for translator
17462 functions, and do not require a heading above the table.
17463
17464 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
17465 Cater for the case of a list starting in the first line of the
17466 buffer.
17467
17468 * org-publish.el (org-publish-find-title): Bug fix.
17469 (org-publish-org-index): Implement new :index-style option.
17470
4d789d84
SM
17471 * org-publish.el (org-publish-timestamp-filename):
17472 Use SHA1-encoded file names in the timestamp directory.
2c3ad40d
CD
17473
17474 * org-publish.el (org-publish-needed-p): Be verbose about files
17475 published and files skipped.
17476
17477 * org-exp.el (org-export-preprocess-string): Swap link
10d1d0af 17478 normalization and internal link targeting.
2c3ad40d
CD
17479
17480 * org-publish.el (org-publish-needed-p): Create timestamp
17481 directory when it does not exist.
17482
17483 * org-clock.el (org-clock-out-when-done): Doc fix.
17484
17485 * org.el (org-agenda-skip-unavailable-files): Doc fix.
17486
17487 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
17488 Ignore case when searching for the COMMENT cookie at export time.
17489
17490 * org-exp.el (org-get-file-contents)
17491 (org-get-and-remove-property): New functions.
17492 (org-export-handle-include-files): Handle the new prefix options.
17493 (org-export-as-html): Fix the verse environment.
17494
17495 * org.el (org-time=, org-time<, org-time<=, org-time>)
17496 (org-time>=, org-time<>, org-2ft): New functions.
10d1d0af 17497 (org-op-to-function): Also provide for the time testing functions.
2c3ad40d
CD
17498
17499 * org-exp.el (org-export-html-style-default): New constant.
17500
17501 * org-exp.el (org-export-html-style-extra): New variable.
17502 (org-export-splice-style): New function.
17503
17504 * org-exp.el (org-export-plist-vars, org-export-as-html):
17505 Implement `org-export-creator-info'.
17506 (org-export-creator-info): New option.
17507
17508 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
17509 (org-property-drawer-re, org-clock-drawer-re): New constants.
17510
17511 * org-exp.el (org-icalendar-use-deadline)
17512 (org-icalendar-use-scheduled): New options.
17513 (org-icalendar-include-todo): Default changed to t.
17514 (org-print-icalendar-entries): Implement better utilization of
17515 scheduling and deadline time stamps.
17516 (org-export-target-internal-links, org-export-as-html): Allow file
17517 lines without the "file:" prefix if the file path is an absolute
17518 path or starts with ".".
17519
10d1d0af 17520 * org-clock.el (org-clocktable-shift): Also understand yesterday,
2c3ad40d 17521 lastweek etc.
10d1d0af 17522 (org-clock-special-range): Also understand yesterday, lastweek etc.
2c3ad40d
CD
17523
17524 * org.el (org-agenda-skip-archived-trees): Docstring now
17525 discourages using this.
17526 (org-scan-tags): Check for org-agenda-archives-mode.
17527 (org-map-entries): Make sure org-agenda-archives-mode is nil.
17528 (org-agenda-files): Functionality of second arg changed.
17529
c4cc8b9a 17530 * org-agenda.el (org-agenda-archives-mode): New variable.
2c3ad40d
CD
17531 (org-write-agenda, org-prepare-agenda, org-agenda-list)
17532 (org-search-view, org-todo-list, org-tags-view)
17533 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
17534 `ifmode' argument.
17535 (org-agenda-quit): Reset the archives mode.
17536 (org-agenda-archives-mode): New command.
17537 (org-agenda-set-mode-name): Include archives info.
17538
17539 * org.el (org-paste-subtree): Make sure the yanked headline is
17540 visible if it was yanked at a visible point.
17541 (org-move-item-up): Fix the bug with moving white space at the end
17542 of the item.
17543 (org-show-empty-lines-in-parent): New function.
17544
ff759a98
JL
175452008-07-19 Juri Linkov <juri@jurta.org>
17546
17547 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
17548 new keymap `narrow-map' instead of binding "\C-xns".
17549
cf7241c8
JB
175502008-07-02 Juanma Barranquero <lekktu@gmail.com>
17551
17552 * org.el (org-agenda-skip-unavailable-files):
17553 * org-clock.el (org-clock-out-when-done): Doc fixes.
17554
2530ae2a
GM
175552008-06-18 Glenn Morris <rgm@gnu.org>
17556
17557 * org.el (org-map-entries): Let-bind `file'.
17558
b349f79f
CD
175592008-06-17 Carsten Dominik <dominik@science.uva.nl>
17560
17561 * org-colview.el (org-columns-next-allowed-value): Bug fix.
17562
17563 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
17564
17565 * org-agenda.el (org-agenda-get-closed): Get the end time into the
17566 agenda prefix as well.
17567
17568 * org-publish.el (org-publish-org-index): Make a properly indented
17569 list.
17570
17571 * org.el (org-calendar-agenda-action-key): New option.
17572 (org-get-cursor-date): New function.
17573 (org-mark-entry-for-agenda-action): New command.
17574 (org-overriding-default-time): New variable.
17575 (org-read-date): Respect `org-overriding-default-time'.
17576
17577 * org-remember.el (org-remember-apply-template): Respect the
cf7241c8 17578 overriding default time.
b349f79f
CD
17579
17580 * org-agenda.el (org-agenda-action-marker): New variable.
17581 (org-agenda-action): New command.
17582 (org-agenda-do-action): New function.
17583
175842008-06-17 Carsten Dominik <dominik@science.uva.nl>
17585
17586 * org.el (org-schedule, org-deadline): Protect scheduled and
17587 deadline tasks against changes that accidently remove the
17588 repeater. Also show a message with the new date when done.
17589
175902008-06-17 Carsten Dominik <dominik@science.uva.nl>
17591
17592 * org.el (org-beginning-of-line): Cater for the case when there
17593 are tags but no headline text.
17594 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
17595 it set.
17596
175972008-06-17 Carsten Dominik <dominik@science.uva.nl>
17598
17599 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
17600 the return value is nil instead of "nil" when there is no match.
17601
17602 * org-exp.el (org-insert-centered): Use fill-column instead of
17603 80.
17604 (org-export-as-ascii): Use string-width to measure the width of
17605 the heading.
17606
17607 * org.el (org-diary-to-ical-string): No longer kill buffer
17608 FROMBUF, this is now done by the caller.
17609
17610 * org-exp.el (org-print-icalendar-entries): Move the call to
17611 `org-diary-to-ical-string' out of the loop, and kill the buffer
17612 afterwords.
17613
4d789d84
SM
17614 * org-remember.el (org-remember-visit-immediately):
17615 Position cursor after moving to the note.
b349f79f
CD
17616 (org-remember-apply-template): Use a text property to record the
17617 cursor position.
17618 (org-remember-handler): Align tags after pasting the note.
17619
176202008-06-17 Carsten Dominik <dominik@science.uva.nl>
17621
17622 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
17623
17624 * org-agenda.el (org-agenda-open-link): If there is an
17625 org-bbdb-name property in the current line, jump to that bbdb
17626 entry.
17627
17628 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
17629 text property, so that the agenda knows where this entry comes
17630 from.
17631
3e344045 17632 * org-agenda.el (org-agenda-clock-in): Fix bug in the
b349f79f
CD
17633 interaction between clocking-in from the agenda, and automatic
17634 task state switching.
17635
10d1d0af 17636 * org-macs.el (org-with-point-at): Bug fix in macro definition.
b349f79f
CD
17637
17638 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
17639 zmacs-region stays after this command in XEmacs.
17640
176412008-06-17 Carsten Dominik <dominik@science.uva.nl>
17642
17643 * org.el (org-scan-tags): Allow new values for ACTION parameter.
17644
17645 * org-remember.el (org-remember-templates): Fix bug in
17646 customization type definition.
17647
17648 * org.el (org-map-entries): New function.
17649
176502008-06-17 Carsten Dominik <dominik@science.uva.nl>
17651
17652 * org-agenda.el (org-agenda-skip-comment-trees): New option.
17653 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
17654
176552008-06-17 Carsten Dominik <dominik@science.uva.nl>
17656
17657 * org-remember.el (org-jump-to-target-location): New variable.
4d789d84
SM
17658 (org-remember-apply-template):
17659 Set `org-remember-apply-template' if requested by template.
b349f79f
CD
17660 (org-remember-handler): Start an idle timer to jump to
17661 remember location.
17662
17663 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
17664
17665 * org.el (org-set-regexps-and-options): Fix bug with parsing of
17666 file tags.
17667 (org-get-tags-at): Add the content of `org-file-tags'.
17668
17669 * org-exp.el (org-export-handle-comments): Fix bug with several
17670 comment lines after each other.
17671 (org-number-to-roman, org-number-to-counter): New functions.
17672 (org-export-section-number-format): New option.
17673
176742008-06-17 Carsten Dominik <dominik@science.uva.nl>
17675
17676 * org-exp.el (org-export-protect-examples): Catch the case of a
17677 missing end_example line.
17678
17679 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
17680 `org-file-tags' to nil.
17681
17682 * org-colview.el (org-columns-next-allowed-value): Handle next
17683 argument NTH to directly select a value.
17684
17685 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
17686 argument NTH to directly select a value.
17687
176882008-06-17 Carsten Dominik <dominik@science.uva.nl>
17689
17690 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
17691
176922008-06-17 Carsten Dominik <dominik@science.uva.nl>
17693
17694 * org.el (org-columns-ellipses): New option.
17695
176962008-06-17 Carsten Dominik <dominik@science.uva.nl>
17697
17698 * org-colview.el (org-columns-add-ellipses): New function.
17699 (org-columns-compact-links): New function.
17700 (org-columns-cleanup-item): Call `org-columns-compact-links'.
17701 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
17702 when in agenda.
3e344045 17703 (org-columns-edit-value): Fix bug with editing values from
b349f79f
CD
17704 agenda column view.
17705 (org-columns-redo): Also redo the agenda itself.
17706
177072008-06-17 Carsten Dominik <dominik@science.uva.nl>
17708
4d789d84
SM
17709 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
17710 New option.
b349f79f
CD
17711
17712 * org-colview.el (org-agenda-columns-cleanup-item): New function.
17713
3e344045 17714 * org-exp.el (org-export-ascii-preprocess): Rename from
b349f79f
CD
17715 `org-export-ascii-clean-string'.
17716 (org-export-kill-licensed-text)
17717 (org-export-define-heading-targets)
17718 (org-export-handle-invisible-targets)
17719 (org-export-target-internal-links)
17720 (org-export-remove-or-extract-drawers)
17721 (org-export-remove-archived-trees)
17722 (org-export-protect-quoted-subtrees)
17723 (org-export-protect-verbatim, org-export-protect-examples)
17724 (org-export-select-backend-specific-text)
17725 (org-export-mark-blockquote-and-verse)
17726 (org-export-remove-comment-blocks-and-subtrees)
17727 (org-export-handle-comments, org-export-mark-radio-links)
17728 (org-export-remove-special-table-lines)
17729 (org-export-normalize-links)
17730 (org-export-concatenate-multiline-links)
17731 (org-export-concatenate-multiline-emphasis): New functions,
10d1d0af 17732 obtained from spliting the export preprocessor.
b349f79f
CD
17733
17734 * org-table.el (org-table-recalculate): Improve error message if
17735 the row number is invalid.
17736
177372008-06-17 Carsten Dominik <dominik@science.uva.nl>
17738
17739 * org-archive.el (org-archive-save-context-info): Fix bugs in
17740 customization setup and docstring.
17741
3e344045 17742 * org-exp.el (org-export-html-style): Change the size of in the
b349f79f
CD
17743 <pre> element to 90%.
17744
177452008-06-17 Carsten Dominik <dominik@science.uva.nl>
17746
17747 * org.el (org-find-src-example-start): Function removed.
17748 (org-edit-src-find-region-and-lang): New function.
17749
177502008-06-17 Carsten Dominik <dominik@science.uva.nl>
17751
17752 * org.el (org-edit-src-exit): New function.
17753 (org-exit-edit-mode): New minor mode.
17754
17755 * org-exp.el (org-export-preprocess-string): Fix bug with removing
17756 comment-like lines from protected examples.
17757
17758 * org.el (org-edit-src-example, org-find-src-example-start)
17759 (org-protect-source-example, org-edit-special): New functions.
17760
177612008-06-17 Carsten Dominik <dominik@science.uva.nl>
17762
17763 * org-publish.el (org-publish-project-alist): Fix typo in
17764 docstring.
17765 (org-publish-project-alist): Handle :index-title property.
17766
177672008-06-17 Carsten Dominik <dominik@science.uva.nl>
17768
17769 * org-export-latex.el (org-export-as-latex): Make sure region
17770 bounds are correct. Parse subtree properties relating to export.
17771
17772 * org-exp.el (org-export-add-options-to-plist): New function.
17773 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
17774
177752008-06-17 Carsten Dominik <dominik@science.uva.nl>
17776
17777 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
17778 EXPORT_TITLE.
17779
17780 * org-exp.el (org-export-get-title-from-subtree)
17781 (org-export-as-ascii, org-export-as-html): Make sure the original
3e344045 17782 region-beginning and region-end are used, even after moving point.
b349f79f
CD
17783 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
17784 property.
17785
17786 * org-remember.el (org-remember-last-stored-marker): New variable.
17787 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
17788 (org-remember-handler): Also use marker to remember
17789 last-stored position.
17790
17791 * org.el (org-goto-marker-or-bmk): New function.
17792
177932008-06-17 Carsten Dominik <dominik@science.uva.nl>
17794
3e344045 17795 * org.el (org-file-properties): Rename from `org-local-properties'.
b349f79f
CD
17796 (org-scan-tags): Take file tags into account.
17797 (org-tags-match-list-sublevels): Default changed to t.
17798
3e344045 17799 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
b349f79f
CD
17800
17801 * org.el (org-update-parent-todo-statistics): New function.
17802
17803 * org-exp.el (org-icalendar-store-UID): New option.
17804 (org-icalendar-force-UID): Option removed.
17805 (org-print-icalendar-entries): IMplement UIDs.
17806
178072008-06-17 Carsten Dominik <dominik@science.uva.nl>
17808
17809 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
17810
178112008-06-17 Carsten Dominik <dominik@science.uva.nl>
17812
17813 * org-faces.el (org-column): Document how this face is being used
062f2cfc 17814 and why sometimes the background faces shine through.
b349f79f
CD
17815
17816 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
17817
17818 * org-publish.el (org-publish-attachment): Create publishing
17819 directory if it does not yet exist.
17820
17821 * org-table.el (org-calc-default-modes): Change default number
17822 format to (float 8).
17823
17824 * org.el (org-olpath-completing-read): New function.
17825 (org-time-clocksum-format): New option.
17826 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
17827
17828 * org-clock.el (org-clock-display, org-clock-out)
17829 (org-update-mode-line): Use `org-time-clocksum-format'.
17830
4d789d84
SM
17831 * org-colview-xemacs.el (org-columns-number-to-string):
17832 Use `org-time-clocksum-format'.
b349f79f 17833
4d789d84
SM
17834 * org-colview.el (org-columns-number-to-string):
17835 Use `org-time-clocksum-format'.
b349f79f
CD
17836
178372008-06-17 Carsten Dominik <dominik@science.uva.nl>
17838
17839 * org-id.el: New file, move from contrib to core.
17840
17841 * org-exp.el (org-icalendar-force-UID): New option.
17842
178432008-06-17 Carsten Dominik <dominik@science.uva.nl>
17844
17845 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3e344045 17846 shifted by one day if there is a date range without an end time.
b349f79f
CD
17847
17848 * org.el (org-try-structure-completion): New function.
17849
178502008-06-17 Carsten Dominik <dominik@science.uva.nl>
17851
17852 * org.el (org-set-font-lock-defaults): Improve fontification of
17853 description lists.
17854 (org-insert-item): Handle description lists.
17855 (org-adaptive-fill-function): Improve auto indentation in
17856 description lists.
17857
17858 * org-exp.el (org-export-as-html, org-export-preprocess-string):
17859 Implement VERSE environment.
17860 (org-export-preprocess-string): Implement the COMMENT
17861 environment.
17862
4d789d84
SM
17863 * org-export-latex.el (org-export-latex-preprocess):
17864 Implement VERSE environment.
b349f79f
CD
17865
178662008-06-17 Carsten Dominik <dominik@science.uva.nl>
17867
17868 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
17869 option.
17870
178712008-06-17 Carsten Dominik <dominik@science.uva.nl>
17872
17873 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
17874
17875 * org.el (org-quote-csv-field): New functions.
17876
17877 * org-table.el (org-table-export-default-format): Remove :splice
17878 from default format, we get the same effect by not specifying
17879 :tstart and :tend.
17880 (org-table-export): Improve setup, distinguish better between
17881 interactive and non-interactive use, allow specifying the format
17882 on the fly, better protection against wrong file names.
17883 (orgtbl-to-generic): Fix documentation. Do not require :tstart
17884 and :tend when :splice is omitted.
17885
178862008-06-17 Carsten Dominik <dominik@science.uva.nl>
17887
17888 * org-clock.el (org-clock-select-task): Make sure the selection
17889 letters are 1-9 and A-Z, no special characters.
17890
178912008-06-17 Carsten Dominik <dominik@science.uva.nl>
17892
17893 * org-exp.el (org-export-htmlize): New group.
17894 (org-export-htmlize-output-type)
17895 (org-export-htmlize-css-font-prefix): New options.
17896 (org-export-htmlize-region-for-paste): New function.
17897 (org-export-htmlize-generate-css): New command.
17898
178992008-06-17 Carsten Dominik <dominik@science.uva.nl>
17900
17901 * org.el (org-set-visibility-according-to-property): New function.
17902 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
17903 and compute the regular expressions, and update font-lock.
17904 (org-property-re): Allow a dash in property names.
17905
17906 * org-archive.el (org-extract-archive-file): Insert the file name
17907 without the path into the format, to allow the location format to
17908 contain a subdirectory.
17909
17910 * org-agenda.el (org-agenda-post-command-hook): If point is at end
17911 of buffer, and the `org-agenda-type' property undefined, use the
17912 value from the character before.
17913
17914 * org.el (org-add-planning-info): Don't let indentation for
17915 would-be timestamp become extra whitespace at the end of headline.
17916
179172008-06-17 Carsten Dominik <dominik@science.uva.nl>
17918
4d789d84
SM
17919 * org.el (org-remove-double-quotes, org-file-contents):
17920 New functions.
b349f79f
CD
17921
17922 * org-exp.el (org-infile-export-plist): Also parse the
17923 contents of #+SETUPFILE files, recursively.
17924
17925 * org.el (org-set-regexps-and-options): Also parse the
17926 contents of #+SETUPFILE files, recursively.
17927
17928 * org-exp.el (org-export-handle-include-files): New function.
4d789d84
SM
17929 (org-export-preprocess-string):
17930 Call `org-export-handle-include-files'.
b349f79f
CD
17931
17932 * org.el (org-delete-property-globally)
17933 (org-delete-property, org-set-property): Ignore case during
17934 completion.
17935 (org-set-property): Use `org-completing-read' instead of
17936 `completing-read'.
17937
17938 * org.el (org-complete-expand-structure-template): New,
17939 experimental function.
17940 (org-structure-template-alist): New, experimental option.
17941 (org-complete): Call `org-complete-expand-structure-template'.
17942
f0131492 179432008-06-17 Bastien Guerry <bzg@altern.org>
b349f79f 17944
3e344045
SM
17945 * org-export-latex.el (org-export-latex-preprocess):
17946 Add support for blockquotes.
b349f79f
CD
17947
179482008-06-17 Carsten Dominik <dominik@science.uva.nl>
17949
17950 * org.el (org-read-date-analyze): Catch the case where only a
17951 weekday is given.
17952
179532008-06-17 Carsten Dominik <dominik@science.uva.nl>
17954
17955 * org.el (org-set-font-lock-defaults): Make the description
17956 tag bold.
17957
4d789d84
SM
17958 * org-exp.el (org-export-as-html, org-close-li):
17959 Implement description lists.
b349f79f 17960
f0131492 179612008-06-17 Jason Riedy <jason@acm.org>
b349f79f
CD
17962
17963 * org-table.el (*orgtbl-default-fmt*): New variable.
17964 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
17965 when there is no other fmt available.
17966
17967 (orgtbl-to-generic): Allow an explicitly nil :tstart or
17968 :tend to suppress the appropriate string.
17969
17970 (orgtbl-to-orgtbl): New function for translating to another orgtbl
17971 table.
17972
179732008-06-17 Carsten Dominik <dominik@science.uva.nl>
17974
17975 * org.el (org-read-date-analyze): "." as an alias for "+0" in
17976 read date.
17977
17978 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17979 New function.
17980
17981 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
17982 New function.
17983
179842008-06-17 Carsten Dominik <dominik@science.uva.nl>
17985
17986 * org-clock.el (org-clock-find-position): Don't include notes
17987 into clock drawer.
17988
17989 * org-archive.el (org-archive-subtree): No longer remove an
17990 extra line after cutting the subtree. `org-cut-subtree' already
17991 takes care of this.
17992
17993 * org-remember.el (org-remember-handler): Only kill the target
17994 buffer if it does not contain the running clock.
17995
17996 * org.el (org-markers-to-move): New variable.
17997 (org-save-markers-in-region, org-check-and-save-marker)
17998 (org-reinstall-markers-in-region): New function.
17999 (org-move-subtree-down, org-copy-subtree): Remember relative
18000 marker positions before cutting.
18001 (org-move-subtree-down, org-paste-subtree): Restore relative
18002 marker positions after pasting.
18003
18004 * org-remember.el (org-remember-clock-out-on-exit): New option.
18005 (org-remember-finalize): Clock out only if the setting in
18006 `org-remember-clock-out-on-exit' requires it.
18007 (org-remember-handler): Do the cleanup in the buffer, to make sure
18008 that the clock marker remains in tact.
18009
180102008-06-17 Carsten Dominik <dominik@science.uva.nl>
18011
18012 * org-clock.el (org-clock-goto): Widen buffer if necessary.
18013 (org-clock-in): Make sure that also tasks outside the narrowed
18014 region will be clocked in correctly.
18015 (org-clock-insert-selection-line): Widen the buffer so that we can
18016 find the correct task heading.
18017
18018 * org.el (org-base-buffer): New function.
18019
01c35094 18020 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
b349f79f
CD
18021 and ";" are escaped.
18022 (org-print-icalendar-entries): Also apply
18023 `org-icalendar-cleanup-string' to the headline, not only to the
18024 summary property.
18025
180262008-06-17 Carsten Dominik <dominik@science.uva.nl>
18027
18028 * org-exp.el (org-export-preprocess-hook): New hook.
3e344045 18029 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
b349f79f
CD
18030
18031 * org.el (org-font-lock-hook): New variable.
18032 (org-font-lock-hook): New function.
18033 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
18034
2530ae2a
GM
18035;; Local Variables:
18036;; coding: utf-8
18037;; add-log-time-zone-rule: t
18038;; End:
18039
73b0cd50 18040 Copyright (C) 2008-2011 Free Software Foundation, Inc.
2530ae2a
GM
18041
18042 This file is part of GNU Emacs.
18043
18044 GNU Emacs is free software: you can redistribute it and/or modify
18045 it under the terms of the GNU General Public License as published by
18046 the Free Software Foundation, either version 3 of the License, or
18047 (at your option) any later version.
18048
18049 GNU Emacs is distributed in the hope that it will be useful,
18050 but WITHOUT ANY WARRANTY; without even the implied warranty of
18051 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18052 GNU General Public License for more details.
18053
18054 You should have received a copy of the GNU General Public License
18055 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.