emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/org ChangeLog


From: Carsten Dominik
Subject: [Emacs-diffs] emacs/lisp/org ChangeLog
Date: Sat, 20 Dec 2008 14:29:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      08/12/20 14:29:48

Modified files:
        lisp/org       : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/ChangeLog?cvsroot=emacs&r1=1.41&r2=1.42

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- ChangeLog   20 Dec 2008 03:30:31 -0000      1.41
+++ ChangeLog   20 Dec 2008 14:29:47 -0000      1.42
@@ -1,3 +1,47 @@
+2008-12-20  Carsten Dominik  <address@hidden>
+
+       * org.el (org-get-refile-targets, org-refile-get-location): Use
+       expanded file name to improve comparison.
+
+2008-12-20  Carsten Dominik  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * org-agenda.el (org-agenda-show): New prefix argument
+       FULL-ENTRY.
+
+       * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
+       argument.
+
+
 2008-12-20  Glenn Morris  <address@hidden>
 
        * org.el (org-org-menu): Fix some more menu entries.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]