Matt Lundin writes:
> FWIW, here's my elisp function to search all my org files with lgrep:
Nice - I added an entry about this in org-hacks.org.
Thanks,
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Wow, It works like a magic! Thank you so much.
I wrote it to my .emacs. Thank you.
Sincerely, Jeongtae
2010/9/14 Matt Lundin
> 노정태 writes:
>
> > Suvayu, I read your comment, and googled about what I can't understand.
> >
> > In Emacs, M-x grep Filename * does what I want. Thank you.
> >
>
노정태 writes:
> Suvayu, I read your comment, and googled about what I can't understand.
>
> In Emacs, M-x grep Filename * does what I want. Thank you.
>
> And now, I want to make it as one elisp command.
>
> What should I do? Can anybody write a simple script?
FWIW, here's my elisp function to s
Suvayu, I read your comment, and googled about what I can't understand.
In Emacs, M-x grep Filename * does what I want. Thank you.
And now, I want to make it as one elisp command.
What should I do? Can anybody write a simple script?
Sincerely, Jeongtae.
suvayu ali >
2010/9/13 suvayu ali
>
2010/9/12 노정태 :
> Thank you everyone.
>
> I learned I could do it with grep, but I don't know how to use grep
> properly.
>
grep is one of my favourite *nix tools. :)
You can try invoking grep in many ways. these are my most used options,
1. simply search for a regex and show results.
grep -
Thank you everyone.
I learned I could do it with grep, but I don't know how to use grep
properly.
Isn't there no way to search files which are not agenda file?
Sincerely, Jeongtae
2010/9/13 Matt Lundin
> Eric S Fraga writes:
>
> > On Mon, 13 Sep 2010 04:11:48 +0900, 노정태 wrote:
> >
> >> I wa
Eric S Fraga writes:
> On Mon, 13 Sep 2010 04:11:48 +0900, 노정태 wrote:
>
>> I want to search org files in my /org folder.
>> But I can't find a command to search files wholly.
>> C-c a s (org-search-view) does search only with headline.
>> I can't search the contents of my org files with just one