emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode 4.64 remember templates
@ 2007-02-07 19:11 david.buckle
  0 siblings, 0 replies; only message in thread
From: david.buckle @ 2007-02-07 19:11 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-07 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 19:11 org-mode 4.64 remember templates david.buckle

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).