emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] nbsp and /italics/


From: Suvayu Ali
Subject: Re: [O] nbsp and /italics/
Date: Thu, 18 Oct 2012 13:35:15 +0200
User-agent: Mutt/1.5.21 (2011-07-01)

On Tue, Oct 16, 2012 at 10:14:24PM +0200, Rasmus wrote:
> Can anyone think of a clever regexp that recognizes the above pattern?
> I tried, "\\.[ ]\{1\}" but it didn't work.  And without the \{1\} it's
> too strong. . .
> 

I believe you need to group the whole regexp for the {1} to work.  Try
something like this: "\\(\\. \\)\\{1\\}"

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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