The %U escape appears to be ignored in remember templates (this problem has 
been there for at least the last 4 releases). 

Here's a diff of my change to fix the problem:

--- org.el      2007-02-07 14:04:13.513795200 -0500
+++ org.el.orig 2007-02-07 14:04:59.590049600 -0500
@@ -10047,7 +10047,7 @@
                  (or headline ""))))
        (insert tpl) (goto-char (point-min))
        ;; Simple %-escapes
-       (while (re-search-forward "%\\([tTuUai]\\)" nil t)
+       (while (re-search-forward "%\\([tTuTai]\\)" nil t)
          (when (and initial (equal (match-string 0) "%i"))
            (save-match-data
              (let* ((lead (buffer-substring


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to