emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Problem with template expansion of previous prompts.


From: Aaron Ecay
Subject: Re: [O] Problem with template expansion of previous prompts.
Date: Thu, 06 Dec 2012 18:34:32 -0500
User-agent: Notmuch/0.14+42~gdb230da (http://notmuchmail.org) Emacs/24.3.50.1 (x86_64-unknown-linux-gnu)

You need to escape the backslash inside the string, I think.  "\1" is
interpreted as a string consisting of one character, the ASCII character
with hex code 0x01, which happens to be C-a.  "\\1" is a 2-character
string: backslash, then one.

-- 
Aaron Ecay



reply via email to

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