1 2010-04-18 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-habit.el (require): `calendar' is now required already by
6 * org-clock.el (require): `calendar' is now required already by
9 * org-agenda.el (require, org-timeline, org-agenda-list)
10 (org-todo-list, org-agenda-to-appt): `calendar' is now required
11 already by org.el on top level.
13 * org.el (org-export-latex-fix-inputenc): Declare function.
15 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18 * org.el (calendar): Require calendar now on top level in org.el
19 and define aliases to new variables when needed.
20 (org-read-date, org-goto-calendar): Do not bind obsolete
23 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
24 compilation warning, add comment that this cannot be done with
25 `with-current-buffer'.
27 * org-wl.el (org-wl-open): Use `with-current-buffer'.
29 * org.el (overlay, org-remove-empty-overlays-at)
30 (org-outline-overlay-data, org-set-outline-overlay-data)
31 (org-show-block-all, org-hide-block-toggle)
32 (org-highlight-new-match, org-remove-occur-highlights)
33 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
34 (org-read-date, org-read-date-display, org-eval-in-calendar)
35 (org-format-latex, org-context)
36 (org-speedbar-restriction-lock-overlay)
37 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
39 * org-table.el (org-table-add-rectangle-overlay)
40 (org-table-remove-rectangle-highlight)
41 (org-table-overlay-coordinates)
42 (org-table-toggle-coordinate-overlays): Use the normal overlay
45 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
46 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
49 * org-colview.el (org-columns-new-overlay)
50 (org-columns-display-here, org-columns-remove-overlays)
51 (org-columns-edit-value, org-columns-next-allowed-value)
52 (org-columns-update): Use the normal overlay API.
54 * org-clock.el (org-clock-out, org-clock-cancel)
55 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
58 * org-agenda.el (org-agenda-mark-filtered-text)
59 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
60 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
61 (org-agenda-entry-text-hide)
62 (org-agenda-restriction-lock-overlay)
63 (org-agenda-set-restriction-lock)
64 (org-agenda-filter-by-tag-hide-line)
65 (org-agenda-fix-tags-filter-overlays-at)
66 (org-agenda-filter-by-tag-show-all, org-hl)
67 (org-agenda-goto-calendar, org-agenda-bulk-mark)
68 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
70 * org-freemind.el (org-freemind-from-org-mode-node)
71 (org-freemind-from-org-mode, )
72 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
73 interactive-p instead of called-interactively, because this is
74 backward compatible with older Emacsen I still support..
76 2010-04-16 Carsten Dominik <carsten.dominik@gmail.com>
78 * org-exp.el (org-export-define-heading-targets): Fix bug in
79 regexp finding ID and CUSTOM_ID properties.
81 2010-04-14 Carsten Dominik <carsten.dominik@gmail.com>
83 * org-footnote.el (org-footnote-goto-previous-reference): Renamed
84 from `org-footnote-goto-next-reference'.
86 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
87 org-log-repeat is non-nil, or if there is clocking data in the
90 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
92 2010-04-13 Carsten Dominik <carsten.dominik@gmail.com>
94 * org.el (org-align-all-tags): New command.
96 2010-04-13 David Maus <dmaus@ictsoc.de>
98 * org-wl.el (org-wl-link-remove-filter): New customizable
99 variable. If non-nil, filter conditions are stripped when storing
100 link to message in filter folder.
101 (org-wl-shimbun-prefer-web-links): New customizable variable. If
102 non-nil, links to shimbun messages are created as web links to
104 (org-wl-nntp-prefer-web-links): New customizable variable. If
105 non-nil, links to nntp message are created as web links to gmane
107 (org-wl-namazu-default-index): New customizable variable.
108 Directory of namazu search index that should be used as default
109 when opening a link in a search folder.
110 (org-wl-folder-types): New constant. Wanderlust folder type
112 (org-wl-folder-type): New function. Return type of Wanderlust
114 (org-wl-store-link): Create web links for shimbun or nntp messages
115 and strip filter conditions depending on customizable variables.
116 (org-wl-open): Open namazu search folder for message when called
119 2010-04-12 Carsten Dominik <carsten.dominik@gmail.com>
121 * org.el (org-remove-if, org-remove-if-not): New functions.
122 (org-open-file): Use internal remove-if functions.
124 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
126 * org.el (org-file-apps-entry-match-against-dlink-p): new function.
127 (org-file-apps-ex): remove variable.
128 (org-open-file): Integrate org-file-apps-ex functionality back
129 into org-file-apps, and decide whether to match a regexp against
130 the link or the filename using org-file-apps-entry-uses-grouping-p.
132 2010-04-09 Jan Böcker <jan.boecker@jboecker.de>
134 * org.el (org-file-apps-ex): new variable.
135 (org-open-file): Before considering org-file-apps, first match the
136 regexps from org-file-apps-ex against the whole link. See
137 docstring of org-file-apps-ex.
139 2010-04-12 Carsten Dominik <carsten.dominik@gmail.com>
141 * org.el (org-export-latex-default-packages-alist): Remove
143 (org-todo-repeat-to-state): New variable.
144 (org-auto-repeat-maybe): Allow user-selected target states.
145 (org-default-properties): Add the new property REPEAT_TO_STATE.
147 2010-04-09 Carsten Dominik <carsten.dominik@gmail.com>
149 * org-mobile.el (org-mobile-check-setup): Make sure that there is
150 a binary to compute checksums.
152 2010-04-08 Carsten Dominik <carsten.dominik@gmail.com>
154 * org.el (org-insert-link): Find the link buffer on visible
156 (org-export-latex-default-packages-alist): hyperref must be loaded
159 2010-04-07 Carsten Dominik <carsten.dominik@gmail.com>
161 * org-latex.el (org-export-latex-preprocess): Do not yet protect
162 defined entities - these will be taken care of later.
163 (org-export-latex-special-chars): Post-process entity replacement.
164 (org-export-latex-fontify-headline): Do not yet protect defined
165 entities - these will be taken care of later.
166 (org-export-latex-tables, org-export-latex-links): Format the
169 * org-entities.el (org-entities-user): Fix typo.
171 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
173 * org-entities.el (org-entities-user): Improve docstring.
175 2010-04-06 Carsten Dominik <carsten.dominik@gmail.com>
177 * org-entities.el (org-macs): Require org-macs, to be sure that we
178 have `declare-function' defined.
180 2010-04-05 Carsten Dominik <carsten.dominik@gmail.com>
182 * org-latex.el (org-export-latex-classes): Update docstring.
184 * org.el (org-format-latex-header): Add cookies to the header.
185 (org-splice-latex-header): Implement placement according to
188 2010-04-04 Carsten Dominik <carsten.dominik@gmail.com>
190 * org-publish.el (org-publish-aux-preprocess): Control case
193 2010-04-04 Bastien Guerry <bzg@altern.org>
195 * org.el (org-splice-latex-header): Fix typo.
197 2010-04-04 Carsten Dominik <carsten.dominik@gmail.com>
199 * org-latex.el (org-export-latex-make-header): Use
200 `org-splice-latex-header' to build the header.
201 (org-export-latex-classes): Update docstring.
203 * org.el (org-splice-latex-header): New function.
204 (org-create-formula-image): Use `org-splice-latex-header' to build
207 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
209 2010-04-03 Carsten Dominik <carsten.dominik@gmail.com>
211 * org.el (org-export-latex-packages-alist)
212 (org-export-latex-default-packages-alist): Fix docstring to
213 reflect the expected structure.
215 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
216 (org-export-docbook-finalize-table): Make use of label for tables.
218 2010-04-02 Carsten Dominik <carsten.dominik@gmail.com>
220 * org-attach.el (org-attach-commit): Split on newlines.
222 * org.el (org-export-latex-default-packages-alist): Use list
223 instead of cons for the entries.
225 2010-04-01 Carsten Dominik <carsten.dominik@gmail.com>
227 * org-entities.el (org-entity-get-representation): Catch the case
228 that there is not entry in the list.
230 * org-mobile.el (org-mobile-use-encryption)
231 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
233 (org-mobile-check-setup): CHeck the encryption setup.
234 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
235 (org-mobile-create-sumo-agenda): Use encryption code.
236 (org-mobile-encrypt-and-move): New function.
237 (org-mobile-encrypt-file, org-mobile-decrypt-file): New
239 (org-mobile-move-capture): Decrypt the capture file.
241 * org.el (org-entities): Require the new file.
242 (org-export-latex-default-packages-alist): New variable.
243 (org-complete): Use new entity code for completion.
244 (org-create-formula-image): Use the new packages variable.
246 * org-latex.el (org-export-latex-classes): Remove the standard
247 packages from the class headers.
248 (org-export-latex-make-header): Use the new package variable.
249 (org-export-latex-special-chars): Better regexp for entities, to
250 support entity name that contain numbers.
251 (org-export-latex-treat-backslash-char): Use the new entity code.
253 * org-html.el (org-html-do-expand): Use the new entity code.
255 * org-exp.el (org-export): Add the new export commands.
256 (org-html-entities): Constant removed.
257 (org-export-visible): Add the new export commands.
259 * org-entities.el: New file.
261 * org-docbook.el (org-docbook-do-expand): Use new entity code.
263 * org-ascii.el (org-export-ascii-entities): New variable.
264 (org-export-as-latin1, org-export-as-latin1-to-buffer)
265 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
266 (org-export-as-encoding): New function.
267 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
268 (org-ascii-replace-entities): New function.
270 2010-03-31 Carsten Dominik <carsten.dominik@gmail.com>
272 * org-html.el (org-html-level-start): Catch the case that target
275 2010-03-31 Dan Davison <davison@stats.ox.ac.uk>
277 * org.el (org-appearance): Change Customize group variable name
278 from org-font-lock to org-appearance, and change tag from "Org
279 Font Lock" to "Org Appearance"
280 (org-odd-levels-only): Change Customize group variable name
281 (org-level-color-stars-only): Change Customize group variable name
282 (org-hide-leading-stars): Change Customize group variable name
283 (org-hidden-keywords): Change Customize group variable name
284 (org-fontify-done-headline): Change Customize group variable name
285 (org-fontify-emphasized-text): Change Customize group variable name
286 (org-fontify-whole-heading-line): Change Customize group variable name
287 (org-highlight-latex-fragments-and-specials): Change Customize
289 (org-hide-emphasis-markers): Change Customize group variable name
290 (org-emphasis-alist): Change Customize group variable name
291 (org-emphasis-regexp-components): Change Customize group variable
293 (org-modules): Remove mention of org-R
295 * org-faces.el (org-faces): Change Customize group variable name
297 2010-03-29 Carsten Dominik <carsten.dominik@gmail.com>
299 * org-agenda.el (org-diary-last-run-time): New variable.
300 (org-diary): prepare agenda buffers only if last call was some
303 * org-html.el (org-export-html-preprocess): Replace \ref macros
305 (org-format-org-table-html): Add the label as an anchor.
307 * org-docbook.el (org-export-docbook-format-image): Do some
308 formatting on captions.
310 * org-latex.el (org-export-latex-tables, org-export-latex-links):
311 Do some formatting on captions.
313 * org-html.el (org-export-html-format-image)
314 (org-format-org-table-html): Do some formatting on captions.
316 2010-03-28 Dan Davison <davison@stats.ox.ac.uk>
318 * org.el (org-hidden-keywords): New customizable variable. This is
319 a list of symbols specifying which of the special keywords #+DATE,
320 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
321 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
322 implementing new faces and hiding behaviour.
324 * org-faces.el (org-document-title): New face for #+TITLE lines
325 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
326 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
328 2010-03-28 Carsten Dominik <carsten.dominik@gmail.com>
330 * org-publish.el (org-publish-sanitize-plist): New function to
331 rename "index" properties to "sitemap". Do this renaming
333 (org-publish-with-aux-preprocess-maybe): New macro.
334 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
336 (org-publish-aux-preprocess)
337 (org-publish-index-generate-theindex.inc): New function.
339 2010-03-27 Carsten Dominik <carsten.dominik@gmail.com>
341 * org-table.el (org-table-align): Interpret <N> at fixed width,
342 not as maximum width.
344 2010-03-26 Carsten Dominik <carsten.dominik@gmail.com>
346 * org-exp.el (org-export-author-info, org-export-email-info): Fix
349 * org-beamer.el (org-beamer-select-environment): Renamed from
350 `org-beamer-set-environment-tag'. Improve docstring.
352 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
353 problem with odd levels.
355 * org-ascii.el (org-export-as-ascii): Export email only if the
358 * org-docbook.el (org-export-as-docbook): Export email only if the
361 * org-html.el (org-export-as-html): Export email only if the
364 * org-exp.el (org-export-email-info): New option.
365 (org-export-plist-vars): Add entry for `org-export-email'.
367 2010-03-25 Carsten Dominik <carsten.dominik@gmail.com>
369 * org-table.el (org-table-goto-line): Fix typo.
371 2010-03-25 Mikael Fornius <mfo@abc.se>
373 * org.el (org-agenda-files): Typo.
374 (org-read-agenda-file-list): Add optional argument to help
375 `org-store-new-agenda-file-list' to remember un-expanded file
376 names. Expand file names relative to `org-directory'.
377 (org-store-new-agenda-file-list): Keep un-expanded file names when
378 saving, if available.
379 (org-agenda-files): Update documentation.
381 2010-03-25 Carsten Dominik <carsten.dominik@gmail.com>
383 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
384 a buffer with no file name attached.
386 * org.el (org-log-refile): New option.
387 (org-log-note-headings): Add a heading for refiling.
388 (org-startup-options): Add keywords for logging of the refile
390 (org-refile): Add logging action.
391 (org-add-log-note): Allow for refiling action.
393 * org-agenda.el (org-agenda-bulk-action): Make sure
394 `org-log-refile' is not `note' during a bulk action.
396 2010-03-24 Carsten Dominik <carsten.dominik@gmail.com>
398 * org.el (org-map-dblocks): Use save-excursion to remember the
401 * org-attach.el (org-attach-commit): Remove dependence on xargs.
402 (org-attach-delete-one): Commit after deleting a file.
404 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
405 borders for strike-through emphasis.
407 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
408 handling of odd levels.
410 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
412 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
413 Handle `past' and `future' values.
415 * org.el (org-read-agenda-file-list): Interpret file names
416 relative to org-directory and allow environment variables and
419 * org-latex.el (org-export-latex-special-chars): Allow a
420 parenthesis before an exponent or subscript.
422 2010-03-23 Dan Davison <davison@stats.ox.ac.uk>
424 * org-src.el (org-edit-src-exit): When returning from code edit
425 buffer, if code block is hidden, leave point at start of
428 2010-03-23 Carsten Dominik <carsten.dominik@gmail.com>
430 * org.el (org-insert-heading): Do not remove all spaces if the
433 * org-indent.el (org-indent): Fix group name.
435 2010-03-21 Carsten Dominik <carsten.dominik@gmail.com>
437 * org-table.el (org-table-goto-column): Fix forcing a non-existing
439 (org-table-get, org-table-put, org-table-goto-line)
440 (org-table-current-line): New functions.
442 2010-03-21 Carsten Dominik <carsten.dominik@gmail.com>
444 * org-crypt.el (org-reveal-start-hook): Add a decryption function
446 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
449 * org.el (org-point-at-end-of-empty-headline)
450 (org-level-increment, org-get-previous-line-level): New function.
451 (org-cycle-level): Rewritten to be independent of when this
453 (org-in-regexps-block-p): New function.
454 (org-reveal-start-hook): New hook.
455 (org-reveal): Run new hook.
457 2010-03-19 Carsten Dominik <carsten.dominik@gmail.com>
459 * org-latex.el (org-export-latex-keywords): Start a new paragraph
460 after time keywords, do not add "\newline".
462 * org-html.el (org-export-as-html): Avoid double # in href.
464 * org.el (org-refile-get-location): Catch an invalid target
467 2010-03-18 Carsten Dominik <carsten.dominik@gmail.com>
469 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
470 Make sure the behavior regarding to extracting time is
473 2010-03-17 Stephen Eglen <stephen@gnu.org>
475 * org-agenda.el (org-agenda-insert-diary-extract-time): New
477 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
478 variable rather than `org-agenda-search-headline-for-time'.
480 2010-03-17 Carsten Dominik <carsten.dominik@gmail.com>
482 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
484 2010-03-15 Carsten Dominik <carsten.dominik@gmail.com>
486 * org.el (org-adaptive-fill-regexp-backup): New variable.
487 (org-set-autofill-regexps): Store a backup of
488 `adaptive-fill-regexp'.
489 (org-adaptive-fill-function): Fix filling of comments and ordered
490 lists. If there is no other match, till try adaptive fill.
492 2010-03-15 John Wiegley <jwiegley@gmail.com>
494 * org-agenda.el (org-agenda-include-deadlines): Added new
495 customization variable to determine whether unscheduled tasks
496 should appear in the agenda solely because of their deadline.
497 Default to true, which was the previous behavior (it just wasn't
499 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
500 the agenda to show/hide deadline tasks.
501 (org-agenda-menu): Added menu option for show/hide deadlines.
502 (org-agenda-list): Make the agenda list sensitive to the value of
503 `org-agenda-include-deadlines'.
504 (org-agenda-toggle-deadlines): New function to toggle the value of
505 `org-agenda-include-deadlines' and repaint the modeline
507 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
508 modeline if deadline tasks are being displayed.
510 2010-03-14 Carsten Dominik <carsten.dominik@gmail.com>
512 * org-table.el (org-table-eval-formula): Replace $# and @# by
513 current column and row number.
515 2010-03-12 Carsten Dominik <carsten.dominik@gmail.com>
517 * org.el (org-set-property, org-delete-property): Go back to
518 prompting for the property.
520 * org-latex.el (org-export-latex-make-header): Fully process
522 (org-export-latex-fontify-headline): Allow several arguments, not
524 (org-export-latex-fix-inputenc): Catch the error when
525 `latexenc-coding-system-to-inputenc' is not defined.
527 * org-agenda.el (org-agenda-skip-if-todo): New function.
528 (org-agenda-skip-if): Add conditions for TODO keywords.
529 (org-agenda-skip-if): Document the new todo conditions.
531 2010-03-11 Mikael Fornius <mfo@abc.se>
533 * org.el (org-at-property-p): Check if we are inside a property
534 drawer not just any drawer.
535 (org-set-property, org-delete-property): When cursor is on a
536 property key value pair do not prompt for property name instead
538 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
539 on the first line of a property drawer.
540 (org-property-end-re): Spell check.
542 2010-03-11 Carsten Dominik <carsten.dominik@gmail.com>
544 * org-exp.el (org-export-attach-captions-and-attributes): Add the
545 properties to the entire table, in case the first line is
548 * org-archive.el (org-archive-reversed-order): New option.
549 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
550 option `org-archive-reversed-order'.
552 2010-03-10 Carsten Dominik <carsten.dominik@gmail.com>
554 * org-agenda.el (org-agenda-entry-types): New variable.
555 (org-agenda-list): Use `org-agenda-entry-types'.
556 (org-agenda-custom-commands-local-options): Support for setting
557 `org-agenda-entry-types' as an option.
558 (org-diary): Shift some documentation from here to the variable
559 `org-agenda-entry-types'.
561 2010-03-09 Carsten Dominik <carsten.dominik@gmail.com>
563 * org-latex.el (org-export-latex-make-header): Apply macros in
566 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
567 (org-clock-select-task, org-clock-notify-once-if-expired)
568 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
569 (org-clock-out-if-current, org-clock-save): Use the new functions.
571 2010-03-08 Carsten Dominik <carsten.dominik@gmail.com>
573 * org-docbook.el (org-export-as-docbook): Remove unnecessary
575 (org-export-as-docbook): Remove unnecessary newline.
576 (org-export-as-docbook): Fix problem with double footnote
577 reference in one place.
579 * org-exp.el (org-export-format-source-code-or-example): Remove
582 * org.el (org-deadline, org-schedule): Allow rescheduling entries
585 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
586 function calls that look like references.
588 * org.el (org-open-at-point): Get link abbreviations from
591 2010-03-07 Carsten Dominik <carsten.dominik@gmail.com>
593 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
596 2010-03-05 Carsten Dominik <carsten.dominik@gmail.com>
598 * org.el (org-link-unescape): Solve issue with lower-case escapes.
600 2010-03-04 Carsten Dominik <carsten.dominik@gmail.com>
602 * org-latex.el (org-export-latex-classes): Add
603 \usepackage{latexsym} to all classes.
605 2010-03-03 Carsten Dominik <carsten.dominik@gmail.com>
607 * org-html.el (org-export-as-html): Do not allow protected lines
608 into the table of contents.
610 * org-latex.el (org-export-latex-special-chars): Find subsequent
611 occurrences of special characters.
612 (org-export-latex-tables): Do not convert table-like stuff that is
615 2010-03-01 Carsten Dominik <carsten.dominik@gmail.com>
617 * org-list.el (org-toggle-checkbox): No errors when updating
618 checkbox count fails because there is no heading.
620 2010-02-27 Carsten Dominik <carsten.dominik@gmail.com>
622 * org-clock.el (org-clock-report-include-clocking-task): New
624 (org-clock-sum): Add the current clocking task.
626 2010-02-26 Carsten Dominik <carsten.dominik@gmail.com>
628 * org.el (org-cycle): Print a message when in a table.el table.
629 (org-edit-special): Recognize the table.el context.
630 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
632 * org-src.el (org-at-table.el-p): Declare.
633 (org-edit-src-code): Handle a special case for table.el editing.
634 (org-edit-src-find-region-and-lang): Recognize the table.el
637 * org-latex.el (org-export-latex-tables): Convert table.el
639 (org-export-latex-convert-table.el-table): New function.
641 * org-html.el (org-html-expand): Fix table.el export.
643 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
646 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
647 table for the id locations.
649 * org.el (org-read-date-analyze): Match American-style dates, like
650 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
651 current year when reading ISO and American dates.
653 2010-02-25 Carsten Dominik <carsten.dominik@gmail.com>
655 * org.el (org-face-from-face-or-color): New function.
656 (org-get-todo-face, org-font-lock-add-priority-faces)
657 (org-get-tag-face): Use `org-face-from-face-or-color'.
659 * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
660 simple colors as values.
661 (org-faces-easy-properties): New option.
663 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
664 restricted, as an agenda mode.
665 (org-agenda-fontify-priorities): Allow simple colors as values.
667 2010-02-25 Bastien Guerry <bzg@altern.org>
669 * org-timer.el (org-timer-current-timer): Renamed from
670 `org-timer-last-timer'.
671 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
672 (org-timer-cancel-timer, org-timer-show-remaining-time)
673 (org-timer-set-timer): Update to use only one timer.
675 * org.el (org-set-property): Remove useless space in the prompt.
677 2010-02-25 Carsten Dominik <carsten.dominik@gmail.com>
679 * org-html.el (org-export-html-style-default): Add a default style
682 * org-exp.el (org-export-format-source-code-or-example): Fix
685 2010-02-24 Bastien Guerry <bzg@altern.org>
687 * org-clock.el (org-clock-current-task): New variable to store
688 last clocked in task.
689 (org-clock-set-current, org-clock-delete-current): New functions.
691 2010-02-24 Carsten Dominik <carsten.dominik@gmail.com>
693 * org-remember.el (org-remember-apply-template): Extend comment.
694 (org-remember-handler): Implement clock sibling filing.
696 2010-02-23 Carsten Dominik <carsten.dominik@gmail.com>
698 * org-publish.el (org-publish-all, org-publish-current-file)
699 (org-publish-current-project): When called with prefix argument
700 FORCE, also rebuild the validation file list.
702 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
705 2010-02-21 Carsten Dominik <carsten.dominik@gmail.com>
707 * org-html.el (org-export-as-html-and-open): Kill product buffer
708 if the user wants that.
710 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
711 if the user wants that.
713 * org-exp.el (org-export-kill-product-buffer-when-displayed): New
716 * org-agenda.el (org-batch-agenda-csv): Use the time property
717 instead of the `time-of-day' property.
719 2010-02-20 Carsten Dominik <carsten.dominik@gmail.com>
721 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
722 (org-timer-pause-hook, org-timer-set-hook)
723 (org-timer-cancel-hook): New hooks.
724 (org-timer-start): Run `org-timer-start-hook'.
725 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
726 (org-timer-stop): Run `org-timer-stop-hook'.
727 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
729 2010-02-19 Carsten Dominik <carsten.dominik@gmail.com>
731 * org.el (org-reveal): Double prefix arg shows the subtree of the
734 2010-02-17 Carsten Dominik <carsten.dominik@gmail.com>
736 * org-agenda.el (org-search-view): Fix bug with searching full
737 words in headlines in search view.
738 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
739 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
740 scheduled (if the user configures it so.
742 2010-02-16 Carsten Dominik <carsten.dominik@gmail.com>
744 * org.el (org-hide-archived-subtrees): Don't jump to end of
745 subtree if the match was not in a headline.
746 (org-inside-latex-macro-p): Allow more complex arguments.
747 (org-emphasize): Protect against use at end of buffer.
749 2010-02-15 Carsten Dominik <carsten.dominik@gmail.com>
751 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
754 2010-02-14 Carsten Dominik <carsten.dominik@gmail.com>
756 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
758 (org-agenda-todo-ignore-scheduled)
759 (org-agenda-todo-ignore-deadlines): More control with different
761 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
762 Honor the new option settings.
764 2010-02-12 Carsten Dominik <carsten.dominik@gmail.com>
766 * org.el (org-get-location): Make sure the selection buffer is
767 shown in the current frame.
769 * org-ascii.el (org-export-ascii-table-widen-columns): New
771 (org-export-ascii-preprocess): Realign tables to remove narrowing
772 if `org-export-ascii-table-widen-columns' is set.
774 * org-table.el (org-table-do-narrow): New variable.
775 (org-table-align): Narrow only if `org-table-do-narrow' is t.
777 * org.el (org-deadline, org-schedule): Allow updating if the
778 relevant time stamp does not have a repeater, i.e. do not require
779 that no time stamp has a repeater.
781 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
782 new white space before the tags.
784 * org-latex.el (org-export-as-latex): Do nit require the buffer to
785 be visiting a file when only exporting to a buffer or string.
786 (org-export-latex-fix-inputenc): Only save the buffer is there is
787 a file name attached to it.
789 2010-02-09 Dan Davison <davison@stats.ox.ac.uk>
791 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
793 2010-02-08 Carsten Dominik <carsten.dominik@gmail.com>
795 * org.el (org-fontify-meta-lines-and-blocks): Honor
796 `org-fontify-quote-and-verse-blocks'.
798 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
800 2010-02-03 Carsten Dominik <carsten.dominik@gmail.com>
802 * org.el (org-open-at-point): Also check for text property
803 org-linked-text before offering collected links.
805 2010-02-03 Stephen Eglen <stephen@gnu.org>
807 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
808 Optionally extract time specification from text and add to the
811 2010-02-03 Carsten Dominik <carsten.dominik@gmail.com>
813 * org-exp.el (org-html-entities): Fix typo.
815 * org-latex.el (org-export-latex-make-header): Use \providecommand
816 to make sure the \alert macro is defined.
818 * org.el (org-format-latex-signal-error)
819 (org-create-formula-image): Use `org-format-latex-signal-error'.
821 2010-02-02 Stephen Eglen <stephen@gnu.org>
823 * org.el (org-store-link): For dired buffers, use
824 default-directory as link name if dired-get-filename returns
827 2010-02-02 Carsten Dominik <carsten.dominik@gmail.com>
829 * org-exp.el (org-export-concatenate-multiline-links): The for
830 protectedness at beginning of match.
832 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
833 AUTO as a coding system, instead default to utf8.
835 2010-02-01 Carsten Dominik <carsten.dominik@gmail.com>
837 * org.el (org-block-todo-from-children-or-siblings-or-parent)
838 (org-block-todo-from-checkboxes): Respect the local variable
839 value when deciding if blocking should be active.
841 * org-latex.el (org-export-latex-make-header): Define the align
842 macro if it is not yet defined.
844 * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
845 `org-insert-heading' with the INVISIBLE-OK argument.
847 * org-mac-message.el (org-mac-message-insert-flagged): Call
848 `org-insert-heading' with the INVISIBLE-OK argument.
850 * org.el (org-insert-heading): New argument INVISIBLE-OK.
852 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
855 * org-html.el (org-html-level-start): Use the
856 `html-container-class' text property to set an additional class
857 for an outline container.
859 * org-exp.el (org-export-remember-html-container-classes): New
861 (org-export-preprocess-string): Call
862 `org-export-remember-html-container-classes'.
864 * org.el (org-cycle): Mention level cycling in the docstring.
865 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
867 * org-remember.el (org-remember-apply-template): Do file insertion
870 2010-01-31 Carsten Dominik <carsten.dominik@gmail.com>
872 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
873 problem with mis-aligned graphs when showing habits.
875 2010-01-28 Mikael Fornius <mfo@abc.se>
877 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
878 when assigning. Begin using numerical characters when all in name
879 is used up. This is to spare alphanumeric characters for better
880 match with other keywords.
882 2010-01-28 Carsten Dominik <carsten.dominik@gmail.com>
884 * org-exp.el (org-export-preprocess-hook): Improve documentation.
886 * org-latex.el (org-export-latex-preprocess): More consistent
887 conversion and protection of the words LaTeX and TeX.
888 (org-export-latex-fontify-headline, org-export-latex-preprocess):
889 Allow angle brackets in commands, for beamer.
891 2010-01-26 Carsten Dominik <carsten.dominik@gmail.com>
893 * org-clock.el (org-clock-in): Improve the look of the clock line
896 2010-01-24 Carsten Dominik <carsten.dominik@gmail.com>
898 * org-latex.el (org-export-latex-classes): Use AUTO as the place
899 holder string for the coding system. And improve the
901 (org-export-latex-fix-inputenc): Only modify the coding system if
902 it is given by the placeholder AUTO.
904 2010-01-23 Carsten Dominik <carsten.dominik@gmail.com>
906 * org-clock.el (org-task-overrun-text): New option.
907 (org-task-overrun, org-clock-update-period): New variables.
908 (org-clock-get-clock-string, org-clock-update-mode-line): Mark
910 (org-clock-notify-once-if-expired): Check if clock is overrun.
912 * org-faces.el: New face `org-mode-line-clock-overrun'.
914 2010-01-18 Jan Böcker <jan.boecker@jboecker.de>
916 * org.el (org-narrow-to-subtree): Position the end of the narrowed
917 region before the line with the next heading, to prevent the user
918 from prepending text to the next headline.
920 2010-01-20 Stephen Eglen <stephen@gnu.org>
922 * org-agenda.el (org-get-time-of-day): Use
923 org-agenda-time-leading-zero to allow leading zero (rather than
926 2010-01-20 Carsten Dominik <carsten.dominik@gmail.com>
928 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
929 org-datetree.el is loaded.
931 * org-datetree.el: autoload `org-datetree-find-day-create'
933 * org-latex.el (org-export-latex-hyperref-format): New option.
934 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
936 2010-01-18 Carsten Dominik <carsten.dominik@gmail.com>
938 * org-ctags.el (org-ctags-enable): Change order of functions.
939 (org-ctags-create-tags): Add wildcard to file name expansion.
941 2010-01-17 Carsten Dominik <carsten.dominik@gmail.com>
943 * org.el (org-entry-properties): Fix some important bugs.
945 2010-01-16 Carsten Dominik <carsten.dominik@gmail.com>
947 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
948 the table is not explicitly given.
950 2010-01-15 Carsten Dominik <carsten.dominik@gmail.com>
952 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
954 (org-clock-out-if-current): Work with the new list value of
955 `org-clock-out-when-done'.
956 (org-clock-out, org-clock-out-if-current): Avoid circular logic
957 between clocking out and state changes.
959 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
961 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
962 accident protect a character that is before a backslash.
964 2010-01-14 Carsten Dominik <carsten.dominik@gmail.com>
966 * org-agenda.el (org-diary-class): Use
967 `org-order-calendar-date-args'.
969 * org.el (org-order-calendar-date-args): New function.
971 * org-exp.el (org-export-target-internal-links): Check for
972 protectedness after the first bracket.
974 * org.el (org-entry-properties): Don't match wrong-case TODO
977 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
978 Document that ARG is passed through to remove the date.
979 (org-agenda-bulk-action): Accept prefix arg and pass it on. Do
980 not read a date when the user has given a `C-u' prefix.
982 2010-01-11 Carsten Dominik <carsten.dominik@gmail.com>
984 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
987 2010-01-10 Carsten Dominik <carsten.dominik@gmail.com>
989 * org-latex.el (org-export-latex-fix-inputenc): New function.
990 (org-export-latex-inputenc-alist): New option.
992 * org-exp.el (org-export): New key SPC to publish enclosing
995 2010-01-09 Carsten Dominik <carsten.dominik@gmail.com>
997 * org-indent.el (org-indent-add-properties): Catch case when there
998 is no headline in the buffer.
1000 2010-01-08 Carsten Dominik <carsten.dominik@gmail.com>
1002 * org-exp.el (org-html-entities): Add checkmark symbol.
1004 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1005 verbatim code for ASCII export.
1007 * org.el (org-update-statistics-cookies): Also see checkboxes in
1010 2010-01-07 Carsten Dominik <carsten.dominik@gmail.com>
1012 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1015 * org-beamer.el (org-beamer-amend-header): Change the location
1016 where `org-beamer-header-extra' is inserted.
1018 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1019 just for computing this regexp.
1021 2010-01-06 Carsten Dominik <carsten.dominik@gmail.com>
1023 * org-beamer.el (org-beamer-frame-default-options): New option.
1024 (org-beamer-sectioning): Use default options if the user does not
1026 (org-beamer-fix-toc): Put a frame around the table of contents.
1028 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1029 sure case-folding works well when processing comment stuff.
1031 * org-latex.el (org-export-latex-after-save-hook): New hook.
1032 (org-export-as-latex): Run the new hook.
1034 2010-01-05 Carsten Dominik <carsten.dominik@gmail.com>
1036 * org-beamer.el (org-beamer-environments-default): Add the note
1038 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1039 lines and collect and combine the content.
1040 (org-beamer-after-initial-vars): Check for note tags and make sure
1041 they will be seen like a property.
1043 * org.el (org-offer-links-in-entry): Fix bug when there is a
1046 * org-exp.el (org-export): Make sure the mark is activated, also
1047 when `transient-mark-mode' is off.
1049 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1050 (org-agenda-search-view-search-words-only): Obsolete variable, is
1051 now an alias for `org-agenda-search-view-always-boolean'.
1052 (org-agenda-search-view-force-full-words): New option.
1053 (org-search-view): Improve docstring, and implement a better logic
1054 for Boolean and phrase searches.
1055 (org-agenda-last-search-view-search-was-boolean): New variable.
1056 (org-agenda-manipulate-query): Consider the type of the last
1057 search when modifying the search string.
1059 2010-01-04 Carsten Dominik <carsten.dominik@gmail.com>
1061 * org-latex.el (org-export-as-latex): Do the first letbind in the
1064 * org-agenda.el (org-get-entries-from-diary): Add the new face to
1067 * org-faces.el (org-agenda-diary): New face.
1069 * org.el (org-make-link-regexps): Allow regexp-special characters
1071 (org-open-file): When in-emacs is `system', also force system
1072 opening, like when the value was `(16)'.
1073 (org-update-statistics-cookies): Handle entries without children.
1076 (org-export-preprocess-before-normalizing-links-hook): New hook.
1077 (org-export-preprocess-string): Run the new hook.
1079 * org.el (org-offer-links-in-entry): Make RET open all links.
1081 * org-html.el (org-export-as-html): Remove any leftover display
1082 properties in the html file.
1084 * org-wl.el (org-wl-store-link): Work-around for format bug with
1087 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1088 invisibility while adding the graphs.
1090 2010-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1092 * org-remember.el (org-select-remember-template): Use C letter to
1093 customize remember templates.
1095 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1096 Move cursor to next visible line.
1098 2010-01-02 Carsten Dominik <carsten.dominik@gmail.com>
1100 * org-beamer.el (org-beamer-sectioning): Leave columns environment
1101 by specifying 0 or 1 for column width.
1102 (org-beamer-column-widths): Make 0 stand for 0.0.
1104 2010-01-01 Carsten Dominik <carsten.dominik@gmail.com>
1106 * org-exp.el (org-export-mark-radio-links): Don't match inside
1109 * org.el (org-format-latex-header-extra): New variable.
1110 (org-format-latex): Set org-format-latex-header-extra from
1112 (org-format-latex): Add org-format-latex-header-extra to the
1113 variables on which image creation depends.
1114 (org-create-formula-image): Add the header stuff from in-buffer
1116 (org-read-date-analyze): Base the analysis for future preference
1117 on NOW, not on the default date.
1119 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1120 for TODO keyword in inline tasks.
1122 * org.el (org-log-note-headings): New headings for removing
1123 deadline or scheduling date.
1124 (org-deadline, org-schedule): Arrange for logging when removing a
1126 (org-add-log-note): Handle deadline and scheduling removal.
1128 2009-12-31 Carsten Dominik <carsten.dominik@gmail.com>
1130 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1132 2009-12-28 Carsten Dominik <carsten.dominik@gmail.com>
1134 * org-agenda.el (org-diary-class): New function.
1136 2009-12-24 Carsten Dominik <carsten.dominik@gmail.com>
1138 * org-latex.el (org-export-latex-preprocess): Do process the text
1141 2009-12-20 Carsten Dominik <carsten.dominik@gmail.com>
1143 * org.el (org-entry-properties): Add TIMESTAMP properties back
1146 2009-12-18 Carsten Dominik <carsten.dominik@gmail.com>
1148 * org.el (org-all-time-keywords): New variable.
1149 (org-set-regexps-and-options): Set `org-all-time-keywords'.
1150 (org-entry-blocked-p): New function.
1151 (org-special-properties): Add BLOCKED as a new special property.
1152 (org-entry-properties): New optional argument SPECIFIC, only parse
1153 for this property when it is specified.
1154 (org-entry-get): Pass a SPECIFIC argument to
1155 `org-entry-properties'.
1157 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1159 2009-12-17 Carsten Dominik <carsten.dominik@gmail.com>
1161 * org-latex.el (org-export-latex-tables): No forced line end if
1162 there is no caption.
1164 2009-12-16 Carsten Dominik <carsten.dominik@gmail.com>
1166 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1169 * org-latex.el (org-export-latex-tables): Only add a caption when
1170 macro in in longtable environments if one has been defined.
1172 * org-html.el (org-export-as-html): Only take title from buffer if
1173 not exporting body-only.
1175 * org-latex.el (org-export-latex-preprocess): Better version of
1176 the regular expression for protecting LaTeX macros.
1177 (org-export-latex-preprocess): Start searching for macros to
1178 protect from beginning of buffer.
1180 * org-exp.el (org-export-target-internal-links): Check for
1181 protectedness earlier in the string.
1183 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1186 * org-id.el (org-id-store-link): Match TODO keywords case
1189 * org.el (org-heading-components, org-get-outline-path)
1190 (org-display-outline-path): Match TODO keywords case sensitively.
1192 * org-latex.el (org-export-as-latex): Ignore read-only
1195 * org-exp.el (org-export-preprocess-string): Remove any
1196 `read-only' properties.
1198 * org-agenda.el (org-agenda-inactive-leader): New option.
1199 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1200 (org-tags-view): Prompt for matcher if MATCH is an empty string.
1201 (org-todo-list): Prompt for matcher if ARG is an empty string.
1203 2009-12-15 Carsten Dominik <carsten.dominik@gmail.com>
1205 * org.el (org-open-link-functions): New hook.
1206 (org-open-at-point): Run `org-open-link-functions'.
1208 2009-12-14 Carsten Dominik <carsten.dominik@gmail.com>
1210 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1213 * org.el (org-inhibit-startup-visibility-stuff): New variable.
1214 (org-mode): Don't do startup visibility if inhibited.
1215 (org-outline-overlay-data, org-set-outline-overlay-data): New
1217 (org-save-outline-visibility): New macro.
1218 (org-log-note-headings): Document that one should not change the
1219 `state' note format.
1221 2009-12-13 Carsten Dominik <carsten.dominik@gmail.com>
1223 * org.el (org-make-link-regexps): Capture link path into a group.
1225 2009-12-12 Carsten Dominik <carsten.dominik@gmail.com>
1227 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1230 2009-12-11 Carsten Dominik <carsten.dominik@gmail.com>
1232 * org.el (org-startup-with-beamer-mode): New option.
1233 (org-property-changed-functions)
1234 (org-property-allowed-value-functions): New hooks.
1235 (org-entry-put, org-property-get-allowed-values): Run the new
1237 (org-property-next-allowed-value): Run the new hooks.
1239 * org-exp.el (org-export-select-backend-specific-text): Add the
1240 special beamer tags.
1243 (org-export-preprocess-before-selecting-backend-code-hook): New
1246 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1247 (org-export-as-latex): Run
1248 `org-export-latex-after-initial-vars-hook'.
1249 (org-export-latex-format-toc-function)
1250 (org-export-latex-make-header): Call
1251 `org-export-latex-format-toc-function'.
1253 * org.el (org-fill-template): Make template searches case sensitive.
1255 * org-exp.el (org-export): Use "1" as a sign to export only the
1258 * org-colview-xemacs.el (org-columns-edit-value): Use
1259 org-unrestricted property.
1261 * org-colview.el (org-columns-edit-value): Use
1262 org-unrestricted property.
1264 * org.el (org-compute-property-at-point): Set org-unrestricted
1265 text property if the list contains ":ETC".
1266 (org-insert-property-drawer): Use
1267 org-unrestricted property.
1270 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1271 (org-export-preprocess-string): Run
1272 `org-export-preprocess-before-selecting-backend-code-hook'.
1274 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1276 * org-latex.el (org-export-region-as-latex): Run
1277 `org-export-first-hook'.
1279 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1281 * org-docbook.el (org-export-as-docbook): Run
1282 `org-export-first-hook'.
1284 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1286 * org-exp.el (org-export-first-hook): New hook.
1288 2009-12-10 Carsten Dominik <carsten.dominik@gmail.com>
1290 * org-list.el (org-previous-item): Exit at the beginning of the
1293 * org-id.el (org-id-locations-save): Only write the id locations
1296 * org-archive.el (org-archive-all-done): Make this work in a file
1297 with org-odd-levels-only set.
1299 * org.el (org-get-refile-targets): Catch the case when a buffer
1302 * org-latex.el (org-export-as-latex): Cleanup forced line ends
1303 where they are not needed.
1304 (org-export-latex-subcontent): Remove unnecessary newlines.
1306 2009-12-09 Carsten Dominik <carsten.dominik@gmail.com>
1308 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1309 (org-export-latex-fontify): Fix regexp bug that takes special
1310 care of protecting the right boundary characters in emphasis
1312 (org-export-latex-preprocess): Allow multiple arguments to latex
1315 * org.el (org-make-link-regexps): Use John Gruber's regexp for
1318 * org-macs.el (org-re): Interpret :punct: in regexps.
1320 * org-exp.el (org-export-replace-src-segments-and-examples): Also
1321 take the final newline after the END line.
1323 * org.el (org-clean-visibility-after-subtree-move): Only fix
1324 entries that are not entirely invisible already.
1325 (org-insert-link): Respect org-link-file-path-type for
1326 "docview:" links in addition to "file:" links.
1328 2009-12-03 Carsten Dominik <carsten.dominik@gmail.com>
1330 * org-exp.el (org-export-format-source-code-or-example): Avoid
1331 additional extra white lines in LaTeX.
1333 * org-list.el (org-list-parse-list): Leave empty lines after the
1334 list, don't consider them as part of the list.
1336 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1339 * org-clock.el (org-clock-select-task): Convert integer to
1340 character for XEmacs.
1342 2009-12-02 Carsten Dominik <carsten.dominik@gmail.com>
1344 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1347 2009-11-30 Tassilo Horn <tassilo@member.fsf.org>
1349 * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1351 (org-set-tags): Use it.
1353 2009-11-30 Carsten Dominik <carsten.dominik@gmail.com>
1355 * org-list.el (org-empty-line-terminates-plain-lists): Update
1358 * org.el (org-format-latex): Fix link creation for processed latex
1361 2009-11-29 Carsten Dominik <carsten.dominik@gmail.com>
1363 * org-footnote.el (org-footnote-normalize): Protect replacement
1366 * org.el (org-inside-latex-macro-p): Save match data.
1368 2009-11-28 Jan Böcker <jan.boecker@jboecker.de>
1370 * org-docview.el: New file.
1372 2009-11-27 Carsten Dominik <carsten.dominik@gmail.com>
1374 * org-latex.el (org-export-latex-class-options): New variable.
1375 (org-export-latex-set-initial-vars): Use the class options.
1377 * org.el (org-forward-same-level): Stop at headings that start
1378 with an invisible character.
1379 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1381 2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
1383 * org-footnote.el (org-footnote-normalize): Don't take optional
1384 arguments in LaTeX macros as footnotes.
1386 * org.el (org-inside-latex-macro-p): New function.
1388 * org-latex.el (org-latex-to-pdf-process): Change customization
1389 group to `org-export-pdf'.
1391 * org-agenda.el (org-agenda-get-blocks): Look at time string also
1392 on days after the first one.
1394 * org.el (org-insert-heading): Also check for item before assuming
1395 before-first-heading condition.
1397 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1398 (org-export-pdf-logfiles): New option.
1399 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1400 (org-export-pdf-logfiles): Fix customization type.
1402 * org.el (org-insert-link): Improve error message when there is no
1403 default link to select with RET.
1405 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1408 2009-11-25 Carsten Dominik <carsten.dominik@gmail.com>
1410 * org-latex.el (org-export-latex-parse-global)
1411 (org-export-latex-parse-content)
1412 (org-export-latex-parse-subcontent): Use
1413 `org-re-search-forward-unprotected'.
1414 (org-export-as-pdf): Remove log files produced by XeTeX.
1416 * org-macs.el (org-re-search-forward-unprotected): New function.
1418 2009-11-25 James TD Smith <ahktenzero@mohorovi.cc>
1420 * org-colview.el (org-agenda-colview-summarize): Sort out some
1421 confusion between properties and titles, which resulted in
1422 agenda summaries not working if a title was set for a column.
1424 2009-11-24 Carsten Dominik <carsten.dominik@gmail.com>
1426 * org-mobile.el (org-mobile-agendas): New option.
1427 (org-mobile-sumo-agenda-command): Select the right agendas.
1429 * org-latex.el (org-export-latex-format-image): Preserve the
1430 original-indentation property.
1432 2009-11-23 Carsten Dominik <carsten.dominik@gmail.com>
1434 * org-clock.el (org-clock-insert-selection-line): Catch error when
1435 an old tasks no longer exists.
1437 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1438 (org-export-as-pdf): Don't remove the old PDF file before making
1441 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1442 (org-mouse-context-menu): Use `org-looking-back'.
1444 * org.el (org-cycle-level): Use `org-looking-back'.
1446 * org-list.el (org-cycle-item-indentation): Use
1449 * org-compat.el (org-looking-back): New function.
1451 * org.el (org-insert-heading): Catch before-first-headline when
1452 inserting a headline.
1454 2009-11-22 Carsten Dominik <carsten.dominik@gmail.com>
1456 * org-latex.el (org-export-latex-format-image): Indent figure
1457 environment, so that it does not interrupt plain list.
1459 * org.el (org-open-at-point): Allow long link descriptions.
1461 2009-11-21 Carsten Dominik <carsten.dominik@gmail.com>
1463 * org-html.el (org-export-as-html): Remove empty lines at the
1464 beginning of the exported text.
1467 ;; add-log-time-zone-rule: t
1470 Copyright (C) 2008 Free Software Foundation, Inc.
1472 This file is part of GNU Emacs.
1474 GNU Emacs is free software: you can redistribute it and/or modify
1475 it under the terms of the GNU General Public License as published by
1476 the Free Software Foundation, either version 3 of the License, or
1477 (at your option) any later version.
1479 GNU Emacs is distributed in the hope that it will be useful,
1480 but WITHOUT ANY WARRANTY; without even the implied warranty of
1481 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1482 GNU General Public License for more details.
1484 You should have received a copy of the GNU General Public License
1485 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1487 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c