emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: david.buckle@comcast.net
To: emacs-orgmode@gnu.org
Subject: org-mode 4.64 remember templates
Date: Wed, 07 Feb 2007 19:11:57 +0000	[thread overview]
Message-ID: <020720071911.17315.45CA247D0008DD39000043A322007623020A04050C9A0DD20B07900E0B@comcast.net> (raw)

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	other threads:[~2007-02-07 19:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=020720071911.17315.45CA247D0008DD39000043A322007623020A04050C9A0DD20B07900E0B@comcast.net \
    --to=david.buckle@comcast.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).