2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
authorCarsten Dominik <dominik@science.uva.nl>
Sat, 20 Dec 2008 14:32:06 +0000 (14:32 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Sat, 20 Dec 2008 14:32:06 +0000 (14:32 +0000)
commitfdf730ed29c68aecf4634392fc30b12eb77170d9
tree4d6f16defc0ce2b915e4dbd52b99d7c36010000a
parenta11ac4ae05cf7736d575b511c078f3a3c4ef9ec1
2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-get-refile-targets, org-refile-get-location): Use
expanded file name to improve comparison.

2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-scan-tags): Rescan for tags, to get the correct
upcase/downcase stuff.  This slows things down for now, but it
works.
(org-mode): Make sure the tag-faces regexp is initialized.

* org-export-latex.el (org-export-latex-links): Fix bug with
undefined label.

* org-table.el (org-table-get-specials): Set
`org-table-current-last-data-line'.
(org-table-current-last-data-line): New variable.
(org-table-insert-column, org-table-delete-column)
(org-table-move-column, org-table-fix-formulas): Call
`org-table-fix-formulas' a second time to fix the $LR references.
(org-table-get-specials): Add the $LR references to the tables.
(org-table-get-formula): Do not offer last-row names as LHS of
formulas.

* org.el (org-store-link): Capture link description from
`org-id-store-link'.

* org-exp.el (org-export-html-format-image): Add the / to the end
of the <img> tag.
(org-export-format-source-code): Surround example by empty lines,
to make sure it will not be inside a paragraph.

* org.el (org-ido-switchb): New function.

2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-show): New prefix argument
FULL-ENTRY.

* org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
argument.
32 files changed:
lisp/org/org-agenda.el
lisp/org/org-archive.el
lisp/org/org-attach.el
lisp/org/org-bbdb.el
lisp/org/org-bibtex.el
lisp/org/org-clock.el
lisp/org/org-colview.el
lisp/org/org-compat.el
lisp/org/org-exp.el
lisp/org/org-export-latex.el
lisp/org/org-faces.el
lisp/org/org-gnus.el
lisp/org/org-id.el
lisp/org/org-info.el
lisp/org/org-irc.el
lisp/org/org-jsinfo.el
lisp/org/org-list.el
lisp/org/org-mac-message.el
lisp/org/org-macs.el
lisp/org/org-mew.el
lisp/org/org-mhe.el
lisp/org/org-mouse.el
lisp/org/org-plot.el
lisp/org/org-publish.el
lisp/org/org-remember.el
lisp/org/org-rmail.el
lisp/org/org-table.el
lisp/org/org-timer.el
lisp/org/org-vm.el
lisp/org/org-w3m.el
lisp/org/org-wl.el
lisp/org/org.el