emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-mode 4.64 remember templates


From: david . buckle
Subject: [Orgmode] org-mode 4.64 remember templates
Date: Wed, 07 Feb 2007 19:11:57 +0000

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




reply via email to

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