Hi John,
John Machin schrieb am 11/20/2007 09:40 PM:
> On Nov 21, 8:05 am, Fabian Braennstroem <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I would like to use re to search for lines in a files with
>> the word "README_x.org", where x is any number.
>> E.g. the structure would look like this:
>> [[file
On Nov 21, 8:05 am, Fabian Braennstroem <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to use re to search for lines in a files with
> the word "README_x.org", where x is any number.
> E.g. the structure would look like this:
> [[file:~/pfm_v99/README_1.org]]
>
> I tried to use these kind of mat
Hi,
I would like to use re to search for lines in a files with
the word "README_x.org", where x is any number.
E.g. the structure would look like this:
[[file:~/pfm_v99/README_1.org]]
I tried to use these kind of matchings:
#org_files='.*README\_1.org]]'
org_files='.*README\_*.org